[SOLVED] Systemd asking for authentication to suspend all of a sudden

Hello,
This morning, while experimenting with the Wake-on-lan settigns on my computer, systemd started asking for my credentials in order to suspend the system. This is annoying, becuase i have a script that does this automatically. It is now broken. Also, I'm not aware of any changes I've made to the system, other than waking it up on lan once or twice. I've done several normal reboots since then.
The funny thing is, if i'm just in a TTY, it'll let me suspend the system. Once i start X, it starts asking for credentials. It's almost like it is interpreting the X session as a separate user logon...
Any ideas on how to correct this? I've tried removing ck-launch-session from the .xinitrc shown below, but it had no effect (not that i really expected it to).
Thanks,
Aaron
If it helps, this is how i start X:
#! /bin/sh
[ -f ~/.xprofile ] && . ~/.xprofile
ck-launch-session /usr/bin/i3
EDIT: Aaaand my .xprofile
xrandr --output DVI-I-3 --left-of DVI-I-2
xrandr --output DVI-I-3 --pos 0x312
Last edited by usagi (2012-09-21 14:14:28)

Hello,
I have the same problem, I cannot start X into the same tty. I followed the procedure in the wiki to replace consolekit with systemd following this one https://wiki.archlinux.org/index.php/Sy … md-logind/  but with no luck. The problem is only into X.
loginctl gives the following
Id=1
Timestamp=Sat, 06 Oct 2012 14:48:23 +0200
TimestampMonotonic=13714786
DefaultControlGroup=name=systemd:/user/user/1
VTNr=1
TTY=tty1
Remote=no
Service=login
Leader=223
Audit=1
Type=tty
Class=user
Active=no
State=online
KillProcesses=no
IdleHint=yes
IdleSinceHint=1349527696047839
IdleSinceHintMonotonic=6575930
I know that Active should be yes but I cant figure out how to do it
Thanks

Similar Messages

  • Mail keeps asking for my Yahoo password all of a sudden???

    Anyone else suddenly have to enter their Yahoo password everytime mail checks for updates?  This has just happened recently, after the last update and is driving me nuts.  Help?

    Ok so apparently I have been having this question & issues for months. I got so tired of pop up for pw screen. So i did my research with yahoo....
    Apparently if you have a FREE yahoo account (email)  , well then your SOL.... Basically....  You now  have to   upgrade to Yahoo Mail Plus ( http://mailplus.mail.yahoo.com/ ) the cost shows $19.99 p/yr. and in reading ABOUT Yahoo Mail Plus it mentions,  the ability to use email clients such as outlook ,etc..
    A BIG DISAPPOINTMENT for me, but THANK GOD I finally decided to seek help and now I got my answer. Hope this helps other frustrated YAHOO'ers that were having the same issues with Mac Mail on OS Mountain Lion for Macpro
    suturedoc wrote:
    Running Mail in Mountain lion.  About every 10 mins. I am asked for my yahoo password.  Have gmail account with no problems.  No problems with the mail accounts on iPhone or iPad.  Apple support says it's a problem with Yahoo servers.  No answer from Yahoo yet.  Any thoughts?

  • Wikipedia asking for authentication

    Hello all. I'm not sure when this started happening for me, at least within the past couple of days, but when I search for something on Wikipedia, or go to it via a direct link, it asks for authentication. I'm not sure if it could be the result of a virus or not, but I am currently running a scan. Assuming URLs work on these forums, here is a link to a screen shot of this problem http://img707.imageshack.us/i/authent.png/ This problem has only begun occurring in the past 8-10 hours and seems to be isolated to Wikipedia.
    Well it appears that I can go to Wikipedia if I use a web based proxy.

    Create an SM50 trace with only the security component turned to trace level 2. In order to do so, run transaction SM50 and select some of the dialog work processes (around 5). Then choose 'Processes -> Trace -> Active components' from the menu (or use CTRL-SHIFT-F7). Set the trace level to 2 and select only the 'Security' component. Reproduce the SSO problem, and note the time. Return to the SAP system to check the traces you just started (CTRL-SHIFT-F8 in SM50). This trace collects information on work process level. Therefore, you need to find the work process that has handled the authentication attempt.
    This procedure is described in Note 495911 in more detail.
    Nick

  • Proxy server keeps asking for authentication

    My MacOS10.7.3 server coordinates a small subnet of 100 macs. To access the internet as provided by the larger organisation we must go through a proxy server. Unfortunately the proxy server keeps asking for authentication and checking the Remember This Password barely helps. Any tips would be appreciated.

    Hi, the reply by ctzsnooze in the following thread was very helpful to me:
    https://discussions.apple.com/message/23848959#23848959

  • Since updating to ios 5.1 my iphone asks for my apple id all the time, how can I stop this?

    Since updating to the new ios 5.1 my iphone 4 asks for my apple id all the time, why and how do I stop it happening??

    Already signed in, but tried signing out then back in without any success, still asking for apple I'd password.

  • SMTP  doesn't ask for authentication, but won't send

    Hello,
    I have a javaMail program that has worked in the past, but since then I have switched ISP's. The new ISP does not provide email service, but my mother still has an account with the old ISP, so I tried connecting to the old one using her username and password. The thing is the old ISP doesn't ask for authentication, I can connect and it says sender "ok" but then it just denies my email saying "relaying denied", invalid destination address. I used to be able to send emails with any sender and destination email addresses from this same smtp server when I had an account(from my computer). So I guess my question is it still possible for me to use this smtp server when I have authentication, but it doesn't ask for it?
    here is debug code:
    DEBUG: SMTPTransport trying to connect to host "smtp.paulbunyan.net", port 25
    DEBUG SMTP RCVD: 220 ns9.PaulBunyan.net ESMTP server ready at Sat, 10 Aug 2002 1
    4:47:53 -0500
    DEBUG: SMTPTransport connected to host "smtp.paulbunyan.net", port: 25
    DEBUG SMTP SENT: EHLO me
    DEBUG SMTP RCVD: 250-ns9.PaulBunyan.net Hello c65.102.026.224.stc.mn.charter.com
    [65.102.026.224], pleased to meet you
    250-ENHANCEDSTATUSCODES
    250-PIPELINING
    250-8BITMIME
    250-SIZE 10000000
    250-DSN
    250-ETRN
    250-DELIVERBY
    250 HELP
    DEBUG SMTP Found extension "ENHANCEDSTATUSCODES", arg ""
    DEBUG SMTP Found extension "PIPELINING", arg ""
    DEBUG SMTP Found extension "8BITMIME", arg ""
    DEBUG SMTP Found extension "SIZE", arg "10000000"
    DEBUG SMTP Found extension "DSN", arg ""
    DEBUG SMTP Found extension "ETRN", arg ""
    DEBUG SMTP Found extension "DELIVERBY", arg ""
    DEBUG SMTP Found extension "HELP", arg ""
    DEBUG SMTP: use8bit false
    DEBUG SMTP SENT: MAIL FROM:<[email protected]>
    DEBUG SMTP RCVD: 250 2.1.0 <[email protected]>... Sender ok
    DEBUG SMTP SENT: RCPT TO:<[email protected]>
    DEBUG SMTP RCVD: 550 5.7.1 <[email protected]>... Relaying denied
    Invalid Addresses
    [email protected]
    DEBUG SMTPTransport: Sending failed because of invalid destination addresses
    thanks for any help

    If JavaMail doesn't see the "AUTH" line from the server, it won't attempt to authenticate.

  • Why is my public web site asking for authentication ?

    Hi,
    Why is my public web site asking for authentication ?
    My web site and the section of the default page belongs to Public group.
    My layout belongs to the WebAsset group.
    The document inside the default page belongs to Public group and Web/FP/RepMetiersSP account.
    Public group has only read access to everything.
    Also, what is the difference between unspecified group (inside site studio designer) and Public group ?
    Thanks,
    Jean-Pierre

    My fault. Inside this environment, I've specified the need for an account to access documents.

  • Why is google safari asking for authentication?

    Why is google safari asking for authentication?

    What's Google Safari? If you mean the Google search engine, it shouldn't. If you are access another section of Google, another app of fucntion, then it wan't you to log on to get to it.
    You might try cleaing Safari's cache (Settings app > Safari > Clear History and then Clear Cookies and Data). but without knowing more about what you are doing, its hard to tell what the issue is.

  • Public page asking for authentication

    Hi there,
    I have three pages in my application (aside from the login page) that are publicly accessible; ie, they have the 'Authentication' field in the page attributes set to 'Page Is Public'. Two of the pages work fine; they are accessible to unauthenticated users and display without hindrance. However, the third page always displays the login page instead of the page itself.
    There are differences between the way the pages are referred to. For example, setting pages' caches to be cleared, so I have tried using URLs with these components being the same and still get different behaviour. Also, they differ in setting variables in the URL so again, I have tried both setting variables and not in both the working and non-working pages and always get different behaviour.
    This is most strange behaviour; I have, within the same application, pages which should work the same way but don't. I would create a test case but the test case already exists within the application (the working public pages) and doesn't cause a problem.
    What reason could there be that one page set to be publicly accessible works fine with unauthenticated users but another page asks for authentication?
    Thanks,
    Robert

    Hi Dimitri,
    There's been a misunderstanding here. I don't use caching. What I mentioned was regarding the ClearCache component of Apex URLs (the 6th component.) Any pages listed in this component will have their item values cleared. This is distinct from Apex's rendering cache which appears to be what you're referring to.
    The issue is to do with different authentication behaviour in pages with the same settings.
    Regards,
    Robert

  • I have had  adobe creative suit 6 design standard for 2 years and all of the sudden it would not open. I do not have the windows disc anymore however i still have the product code, number and serial number. is there anyway to get my photoshop back?

    I have had  adobe creative suit 6 design standard for 2 years and all of the sudden it would not open. I do not have the windows disc anymore however i still have the product code, number and serial number. is there anyway to get my photoshop back?

    uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    for the installation file(s):
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I can not send email from my iPad .  Have been using it for over a year, all of a sudden I can only receive email.  I have a wifi connection in my home and have a A T &T cellular data plan?

    I can not send email from my iPad .  Have been using it for over a year, all of a sudden I can only receive email.  I have a wifi connection in my home and have a A T &amp;T cellular data plan?

    I have a 1st gen iPhone that I just updated the software to 2.0.2
    Now whenever I press the mail icon it goes to the mail app for about 4 seconds, does nothing, no loading of folders, old messages, nothing.
    Then it reverts back to the home screen. Tried restarting, haven't tried restoring, thought I'd look here first.
    Anyone???

  • Microsoft Office 2004 (Word) unable to save files  I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and cr

    Microsoft Office 2004 (Word) unable to save files
    I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and create a new document but I cannot save it. I reinstalled Word but that didn’t help. Then went to the Internet and found at least one other Mac user having the same problem which it suggests is caused by a recent Mac Security Update:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2004-macword/word-2004-wil l-not-open-or-save-documents/b04eb870-9b0d-4f3b-bb47-b122301e36f6
    So I check for a new Mac Security Update and sure enough there was one. I downloaded it and now Word seems to be working, as it should. I can both open and save files. The only problem remaining is that when I open Word I get the following error message “An unexpected error occurred while trying to load the Microsoft Framework library”. I contacted Apple but they were unable to help.
    How can I get rid of this error message?

    Look, I realize you might have to get your machine working, so this is how you revert back.
    Restore proceedure to pre-Security Update 2012-001 v 1.0 & v 1.1
    #1 Backup your personal data off the machine.
    Backup files off the computer (not to TimeMachine). If you don't have a external drive, get one and connect to the USB/Firewire port and simply drag and drop copy your User folder to the external drive, it will copy all your files. It's best to have two backups of your data off the machine when trying to restore.
    Disconnect all drives now to prevent any mistakes from occuring.
    #2 Reinstall OS X 10.6 from disk
    Get out your 10.6 install disk and make sure it's clean and polished (very soft cloth and a bit of rubbing alcohol, no scratches) If your disk is borked, you'll have to order a new one from Apple with your serial number.
    Hold c boot off the 10.6 disk (wired keyboard, internal optical drive), use Disk Utility First Aid to >Repair Disk  of your internal drive  (do not format or erase!!), Quit DU and simply re-install 10.6.
    Note: Simply reinstalling 10.6 version from disk (without erasing the drive) only replaces 10.6.8 with 10.6.x and bundled Apple programs, won't touch your files (backup anyway)  or most programs, unless they installed a kext file into OS X itself. (only a few on average do this)
    #3 Update to 10.6.8 without Security Update 2012-001 v1.0 or v1.1
    Reboot and log in, update to 10.6.8 via Software Update, but EXCLUDE THE Security Update 2012-001 by checkinig the details and unchecking the blue check box.
    #4 Reinstall any non-working third party programs
    When you reboot, make sure to reinstall any programs that require kext files installed into OS X, you'll know, they won't work when you launch them or hang for some reason as they are missing the part they installed into OS X.
    If for some freakish reason you get gray screen at any time when booting (possible it might occur when you reinstall older programs), hold the shift key down while booting (Safe Mode, disables kext files) and update your installed third party software so it's compatible with 10.6.8.
    https://support.apple.com/kb/TS2570
    That's it really.

  • Have had my iPad 2 for 3 months. All of a sudden I can't get on line either with WiFi, which is working with my computer, or via the 3G celluar. What's wrong? How do I fix it?

    I have had my iPad2 for 3 months. All of a sudden I can't get on line with either my WiFi, which works with my Mac, or 3G celluar. A locked icon appears in the upper right corner of my screen near the battery indicator? Apple support tells me to go "Settings" and click "Reset Network." Cannot find a "Reset Network" button. What can I do to get on line?

    Thank you, Sir. You are a genius. I'm now on line and appreciate your help very much. The "reset" button was at the bottom, out of my sight, until I scrolled down as you suggested.

  • I have been uploading muse to my server for months...all of a sudden I get an error - Error uploading FTP Host (Failed FTP upload 550) what is this?

    I have been uploading muse to my server for months...all of a sudden I get an error - Error uploading FTP Host (Failed FTP upload 550) what is this?

    Hi,
    Your reply is blank. Looks like you tried to insert the screenshot but it didn't come through. Please use the image attachment option in the reply window to insert the screenshot.
    Regards,
    Aish

  • I have been having problems downloading apps with my cellular data. I try installing apps from the app store and when it starts loading it just stays loading for a while but all of a sudden it loads all the way and then it restarts It goes back to waiting

    I have been having problems downloading apps with my cellular data. I try installing apps from the app store and when it starts loading it just stays loading for a while but all of a sudden it loads all the way and then it restarts. It goes back to waiting

    https://discussions.apple.com/message/19584729#19584729

Maybe you are looking for

  • External Monitor 'Not Optimum Mode'

    Hi all, I've been using my macbook hooked up to a 17" Samsung VGA LCD monitor through the Mini DVI to VGA connector for quite some time now. Until recently, my monitor have gone blank and displays a 'Not Optimum Mode. 1280x1024 60 Hz' message. I kept

  • Problem with Airplay after upgrading to Yosemite.

    When I disconnect AIrplay Apple Tv(3), from my macbook pro (early 2011) can't connect again. The icon of Airplay remains blue and no actions  can be taken unless restart laptop. Then with the 1st conect/disconect same problem. This problem started af

  • I converted my resume from PDF to word, now how do I edit the spacing as I add information?

    This is not functioning like a word file.  I upgraded because I needed to add a couple dates to my resume, as well as one job, but when I did the formatting and margins are funky and I cannot add portions to the document.  What do I do? Beth

  • Problem in Filtering Lov

    I have an LOV and two fields in BLOCK. 1-EMpNO 2-ENAME there is the query select empno,ename from emp, Also i have a when-validate-item trigger on empno to filter LOV records,i.e Once a value is selected,it will be omit from the lov until the form is

  • How can i create a more detailed map in aperture?

    How can i create a more detaled map in Aperture- Book?