Kinit -s not silent

/usr/bin/kinit has an option "-s" for "silent", which worked in 10.5.8, but does not work properly in 10.6 (Snow Leopard). When the are no credentials, it outputs the error "klist: No credentials cache found while getting the ccache principal" even if "-s" is given.
Also, kinit has no version information. It should have a version number shown by help or some option or at least by "strings".

According to the man page for kinit the -s option is start_time, not silent.
-v is not for version but requests that the ticket granting ticket in the cache (with the invalid flag set) be passed to the kdc for validation. If the ticket is within its requested time range, the cache is replaced with the validated ticket.
(copied from Terminal > man kinit)
Best of luck.

Similar Messages

  • Acrobat 9.1 Update - Silent Install - Deploy is not "Silent"

    Acrobat 9.1 Update - Silent Install / Deploy is not "Silent" or Quiet
    When Installing and/or Deploying the Update for Acrobat Pro/Std 9.0 in Silent mode:
    AcroProStdUpd910_T1T2_incr.msp /q /l adobe91.log
    AcroProStdUpd910_T1T2_incr.msp /qn
    I get a "File Transfer" like status window that pop's up.
    It is very brief, and all is well.
    The problem is we're trying to reach 0% intrusion on the customers that this will be deployed to.
    Is there another slash that is missing or does the install process just have this and we'll have to live with it?
    I ran the patch in normal mode and you can see the pop-up during the install process in-between:
    Optimizing Performance and Publishing Product Information.
    Please Advise.
    Thank you.

    I know this post is a few months old, but for those that still need the info:
    Updating Adobe Acrobat Professional from 9.0.0 to 9.1.2
    1. Download the 2 patches, AcroProStdUpd910_T1T2_incr.msp (this updates to 9.1.0) and AcrobatUpd912_all_incr.msp (this updates to 9.1.2) and place them in the same folder.
    If you are already at 9.1, you don't need the first patch.
    2. Copy the AcroPro.msi file from C:\Program Files\Adobe\Acrobat 9.0\Setup Files\guid (I didn't feel like typing out the whole string) to the folder with the patches.  This is where the setup placed this file for my installation of CS4; your location could be in a different spot.
    3. Create your script with the following 2 lines:
    msiexec /p "%installdir%\AcroProStdUpd910_T1T2_incr.msp" /qn /norestart REINSTALL=ALL REINSTALLMODE=omus
    msiexec /p "%installdir%\AcrobatUpd912_all_incr.msp" /qn /norestart REINSTALL=ALL REINSTALLMODE=omus
    Substitute your path to the folder with the patch files for %installdir% above.
    Obviously, this procedure is for updating Windows only.  This was only tested on Windows XPSP3 with Adobe Acrobat Professional 9.0.0 as installed as part of CS4 Master Collection.

  • Kinit: Client not found in Kerberos database while getting initial credentials

    Hi all,
    I am trying to configure application which uses Kerberos authentication.
    Error message: 
    kinit: Client not found in Kerberos database while getting initial credentials
    I use Windows Server 2003 domain controller as LDAP server, Tomcat application (on Linux) and IIS application as client, and apache load balancer.
    There is multidomain environment:  russia.domain.net, europa.domain.net, asia.domain.net;
    Tomcat and IIS servers works behind a proxy server (Apache on Linux). 
    For applications created two DNS  records type A. all DNS use IP address of Apache proxy server:
    application-sandbox.russia.domain.net
    applicationweb-sandbox.russia.domain.net
    To confiure kerberos authentication i have performed the following steps:
    1. Create user account in EUROPA domain and configure delegation for this:
    EUROPE\application_sandbox
    2. Register SPN for this account:
    setspn -A HTTP/application-sandbox.russia.domain.net EUROPE\application_sandbox
    setspn -A HTTP/application-sandbox EUROPE\application_sandbox
    3. After i verified registered SPN for this account:
    setspn.exe -L EUROPE\application_sandbox
    Registered ServicePrincipalNames for CN=kxxb999,OU=Users,DC=europe,DC=domain,DC=net:
            HTTP/application-sandbox
            HTTP/application-sandbox.russia.domain.net
    3. After i generate a keytab file:
    ktpass /princ HTTP/application-sandbox.russia.domain.net:@RUSSIA.DOMAIN.NET /ptype krb5_nt_principal /crypto rc4-hmac-nt /mapuser EUROPE\application_sandbox /out application_sandbox.keytab -kvno 0 /pass Pa$$w0rd
    4. Properties of account looks like the following:
    Get-ADUser -Identity appication_sandbox -Properties CN, ServicePrincipalNames, UserPrincipalName
    CN : kxxb999
    DistinguishedName : CN=kxxb999,OU=Users,DC=europe,DC=domain,DC=net
    Enabled : True
    GivenName :
    Name : kxxb999
    ObjectClass : user
    SamAccountName : application_sandbox
    ServicePrincipalNames : {HTTP/application-sandbox, HTTP/application-sandbox.russia.domain.net}
    Surname : application_sandbox
    UserPrincipalName : HTTP/[email protected]
    4.Note that CN and User logon name are different. SPN registered for DNS record.
    There are no computer in domain with name application-sandbox.russia.domain.net. this is a DNS record for application.
    5. Then i copy keytab file to Linux machine, configure krb5.conf file and trying to get TGT for registered principal name.
    krb5.conf file:
    [libdefaults]
    default_realm = EUROPE.DOMAIN.NET
    dns_lookup_realm = false
    dns_lookup_kdc = false
    default_tkt_enctypes = rc4-hmac
    default_tgs_enctypes = rc4-hmac
    [realms]
    RUSSIA.DOMAIN.NET = {
    kdc = dc01.russia.domain.net
    admin_server = dc01.russia.domain.net
    default_domain = russia.domain.net
    EUROPE.DOMAIN.NET = {
    kdc = dc01.europe.domain.net
    admin_server = dc01.europe.domain.net
    default_domain = europe.domain.net
    [domain_realm]
    europe.domain.net = EUROPE.DOMAIN.NET
    .europe.domain.net = EUROPE.DOMAIN.NET
    russia.domain.net = RUSSIA.DOMAIN.NET
    .russia.domain.net = RUSSIA.DOMAIN.NET
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    Then i verified created keytab file:
    klist -e -k -t application_sandbox.keytab
    Keytab name: FILE:application_sandbox.keytab
    KVNO Timestamp Principal
    0 01/01/70 01:00:00 HTTP/[email protected] (arcfour-hmac)
    And trying to get TGT ticket:
    kinit -V -k -t application_sandbox.keytab HTTP/[email protected]
    Using default cache: /tmp/krb5cc_0
    Using principal: HTTP/[email protected]
    Using keytab: application_sandbox.keytab
    kinit: Client not found in Kerberos database while getting initial credentials
    But if i use SamAccountName name with kinit commant then i can aquire TGT ticket:
    [root@localhost security]# kinit application_sandbox
    Password for [email protected]:
    [root@localhost security]# klist
    Ticket cache: FILE:/tmp/krb5cc_0
    Default principal: [email protected]
    Valid starting Expires Service principal
    06/30/14 16:37:41 07/01/14 02:37:38 krbtgt/[email protected]
    renew until 07/01/14 16:37:41
    I'm in trouble. can anyone faced this problem?
    Thank you

    Hi all,
    according to Amy answer I thought, how user principal could  not be found in Kerberos database, e.g AD domain.
    My HTTP service works in RUSSIA domain, but user principal created in EUROPE domain.
    Next, i have checked my ktpass command:
    ktpass /princ HTTP/[email protected] /ptype krb5_nt_principal /crypto rc4-hmac-nt /mapuser EUROPE\application_sandbox /out application_sandbox.keytab -kvno 0 /pass
    Pa$$w0rd
    especially  the following parameters:
    /princ HTTP/[email protected]
    /mapuser EUROPE\application_sandbox
    When generating keytab it changes userlogon name to HTTP/application-sandbox.russia.domain.net and set domain domain to RUSSIA.DOMAIN.NET
    But no user principal with name application_sandbox in RUSSIA.DOMAIN.NET domain (e.g. Kerberos realm)
    So solution is change RUSSIA.DOMAIN.NET to EUROPE.DOMAIN.NAME in ktpass command.
    After that i am able to get TGT and authenticate in domain.

  • Email Issue + Phone not silent + facebook

    1)
    My first issue with with the emails. I have my email setup and its on googlemail. Now I have several folders to ensure mail is easy sorted etc etc, I have a folder on Gmail called "AllHostOne" where all my company emails go, it seems that on my phone under my email it has the AllHostOne folder but it wont sync the emails. As in I wont get notification of any emails coming through to that folder, I'll get notifications of emails coming in from other folders but not the "AllHostOne" folder. I've tried looking through the options but the options are very vague and hardly any option to change
    2) Secondly, the "Silent" phone setting is not silent at all, even with this enabled it is not silent, the phone still beeps etc just a little quiter, now i've selected the "Silent" phone setting and told it sound off, but then gone to select "normal" and thats got sound off so it seems that the sound options are global and all "silent" does is makes the sounds quiter and is not actually silent. Is there a way to truely have silent?
    3) Another issue, I seem to have a misterious facebook notification unread on my Z10, it has the "1" in on the facebook hub but there is no unread message or anything, I've even gone to the facebook hub settings and selected unread and there is nothing, I cant make anything as read because every thing has been read, and syncing does nothing.... any idea?

    Hi moonpeach,
    To have your Gmail folders synchronized with your BlackBerry Z10, go into Settings>Accounts, click on your Gmail account then click edit. Choose the Advanced option at the bottom then choose Edit Folder Settings. Place a check mark in any folders you want to synchronize with your device.
    When your BlackBerry Z10 is in silent, are the "beeps" coming from email, Facebook or Twitter notifications?
    In regards to the Facebook notification, have you checked the application itself to see if anything appears?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Interested in Original Kin Two (not TwoM)

    I would like to get an original Kin Two, not the TwoM.  It needs to be in extremely good condition.  I've been keeping an eye on eBay, but if anyone has any other sources, please let me know.  Thanks!

    Original TWO, huh? Welp. Craigslist/eBay might be your only hope for the hardware. If you want the SOFTWARE for the KIN TWO (not m model), here's how:
    1. Get a TWOm.
    2. Activate it.
    3. Before you put ANYTHING on it, turn it off.
    4. Hold R and B on the keyboard.
    5. Turn on the power while holding R and B.
    6. You will see it say "UPDATING MODEM-DON'T REMOVE BATTERY". Let it do the magic and reboot..
    7. Enjoy KIN OS 1.0!
    Source: Wikipedia

  • Kinit: init not found!

    hey there,
    i'm writing this from a livecd, as i can't boot into my archlinux-system anymore. everytime i'm getting this error:
    initramfs completed - control passing to kinit
    IP-config: no devices to configure
    waiting 0s before mounting root device...
    EXT3-fs: mounted filesystem in ordered data mode
    kinit: Mounted root (ext3 filesystem) readonly
    kjournald starting: commit interval 5 seconds
    kinit: init not found!
    Kernel panic - not syncing. Attempted to kill init!
    i used to see this happening several times before, but then pressing the resetbutton two or three times did the trick. which by the way i found very curious but didn't had the enthusiasm to investigate further. (i know, that probably was a bad mistake)
    lately no restarting no beating and no shouting seems to help anymore.
    funny thing: i have two archlinux installations on my pc and BOTH bootprocesses end in the same kernel panic.
    has anyone any idea or experienced anything similar before?
    thanks a lot
    Last edited by calle (2009-05-14 16:49:10)

    phrakture wrote:
    booting isolinux via grub seems sketchy at best.
    But, I can tell you this (if it helps). "init not found" means that it cannot find /bin/init on the root filesystem. This usually means that it can't MOUNT the root filesystem (the CD itself).
    or mount the HDD partition which is the root fs image of the CD on the HDD ,
    if thats what he is attempting to do ... i.e. boot CD image from HDD.
    Last edited by keratos (2008-05-08 21:39:13)

  • Kin one not sending and receiving some of my text messages?

    I've had my kin one for several months now (mine is used as a feature phone, no data package). I was having no problems up until now.
    in the past week or so, I've noticed that I'm not getting some of my text messages. also, some people are not receiving some messages I send.
    plus, when I send a message, normally it pops up right away in the thread, so I can read what I just sent. lately, it's not doing that anymore. if I want to read what I just sent, I have to back out to the main menu, and then go back to that contact's message thread to read it.
    is anyone else having these issues?  I wonder if they're going to get worse.....

    Ashes09 wrote:
    When I am recieving messages from friends they sometimes arrive as blanks messages, usually 3 at a time.  And recently I have been having trouble receiving messages, as well as sending messages. I have not added anything new to my phone. I tried *228. And Yes I recently moved, but have been living here without many problems for 6 months. 
    I have tried turning the phone off and removing the battery, as well as removing the battery while the phone was still on. These things may help for one or two messages, but  then reverts back to the missed text and unreceived messages.
    I can definitely see how this can be unsettling for you.  I use text messaging all the time and if I was having these issues I would be concerned as well.  In order to resolve your issue can you please PM me your name and number and I can see what other options we have for you.  Hope this helps.  Thanks.

  • Alarm is not silent in silent mode

    Hi,
    I have a z3 Compact. After I updated it to 5.01, when I setup an alarm, it ring in silent mode. Does silent mode means keep silent? Are there any solution?
    Note: There is no "Alarm in silent mode" option anymore after updated.  
    Solved!
    Go to Solution.

    @alexdon
    I never got my alarms on SW3 and actually I'm happy it doesn't
    It takes me like a couple of snoozes to wake up, that's why I set my alarms 30 minutes earlier than normal. If the watch was taking alarms its battery would completely be drained by the time I wake up!
    On another note: Setting your SW3 to silent will set the phone with it. I have a mixed feeling about this. As I needed an option to silence notifications on my watch but not he phone, I think that the new theatre mode does this partially. In the meanwhile, it's still usefull to put ur phone to silent mode without getting it out of your pocket in a meeting or so.
    A proud Sony User since 2002
    If I was helpful to you, thank me by Kudos

  • 5310 loud speaker is not silent in "silent mode"

    Hi,
    I just got a 5310 (FW 5.91) and love it. One annoying querk I would like to get resolved.
    When I have the phone in silent mode (and have set all sounds to "off" in the silent profile), the loud speaker still plays music when the "play" button for the music player accidentally gets pressed. I can lower the volume to the lowest level, but I cannot silence the loud speaker.
    When in silent mode, it seems that you should be able to silence the loud speaker.
    Thanks for any help.
    Eric

    Silent profile is designed only to silence call functions, it dates back to the days when phones were only phones.
    Perhaps it is something to be reviewed now that so many models have multimedia buttons on the phone itself. I'm not familiar with that model, does the keypad lock perhaps deactivate the music buttons too?

  • Klist -s is not silent

    /usr/bin/klist has an option "-s" for "silent", which worked in 10.5.8, but does not work properly in 10.6 (Snow Leopard). When the are no credentials, it outputs the error "klist: No credentials cache found while getting the ccache principal" even if "-s" is given.
    Also, klist has no version information. It should have a version number shown by help or some option or at least by "strings".

    You might find more help in the [Unix forum|http://discussions.apple.com/forum.jspa?forumID=735] under Mac OS X Technologies, but I did notice that the man page doesn't match the help klist gives when a bad option is entered. So, there might be an old version of klist that got loaded with SL.

  • My phone changes to silent to not silent by itself

    My iphone 3gs changes to silent to not silence by itself. I don't change the button or settings. It randomly spazes, especially during text messages or games. Even in the middle of the night my volume changes and it vibrates to let me know of the change. I dont know how much longer I can take this. HELP ME!!....Please!

    The switch is physically failing. Take it in to the Apple Store. They may replace it, even if the warranty is up. Worst case you can get an out of warranty replacement or just upgrade to a 4 or 4S.

  • MacBook Pro is not silent?

    My friend has a white MacBook and when you use it, you can hear barely any fans running, it doesn't even sound like its on. On my MacBook Pro I always hear a suttle sound.... Why is this?

    Your friend's computer may just have a quieter hard drive in it. Its plastic case may absorb more vibration than your metal case. Your fans run 100% of the time; perhaps the MacBook's don't, I don't know. The Macbook may have only one fan in it, and if you have a 15" or 17" MacBook Pro, it has two. The Macbooks fan or fans may just be quieter than the Pro's. There are all kinds of possibilities. What isn't possible is making a machine that has fans and a spinning hard drive, yet is totally silent.

  • IPhone stuck on NOT silent

    I dropped my iPhone 4 today and since then I have been unable to turn my phone onto silent mode. It is now really annoying as whenever I get a message or type or whatever it always makes the noises. Toggling the switch does nothing. Please advice how I can fix this issue. Thanks!

    You broke your phone.  Bring it to Apple for replacement or buy a new phone.  That's how you fix the issue.

  • IPhone 6 silent/ringer switch not working

    When I try to put my phone on silent by switching the button on the left hand side.  It doesn't seem to do anything now?!?! 
    The button seems to work fine but its just not silent, I have tried just going into sounds and turning my ringer right down but you can still slightly hear it when it goes off.
    Obviously this wouldn't be a problem normally just for times when I need it on but on silent - ie work etc.
    Any ideas?

    Two options
    1. Get your phone looked at by Apple
    2. Invoke Settings - General - Accessibility - Assistive Touch - you can turn the mute off or on from there

  • Photoshop elements 9.0 silent install - not working

    hi everyone, I hope I could find an answer to my problem here:
    I have a volume licence for adobe photoshop elements 9.0, and I'm trying to install it silently (no dialog box) on several computers.
    I've read the documentation here:http://kb2.adobe.com/cps/861/cpsid_86149.html and understood it (I think)
    ok here are the problems:
    when I use the command Start/wait C:\"Adobe Photoshop Elements 9"\Setup.exe /UL1036 /V"SERIALNUMBER=1111-1111-1111-1111-1111-1111"
    (or whatever is my path, it's correct, no space, quote are ok etc...)
    it's not silent at all, every step is prompted.
    here is my application.oxml.override file
    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
    <Payload>
    <Data key="EULADelay">0</Data>
    <Data key="EULA">Suppress</Data>
    <Data key="Updates">Suppress</Data>
    <Data key="Registration">Suppress</Data>
    </Payload>
    </Configuration>
    So I tried to modify the setup.ini file, with more success as the installation complete, but the folder "Elements 9 Organizer" does not exist, therefore the shortcut for pse9  targets an inexisting application.
    But if I start the photoshopelementsEditor.exe that works (except of course that I cannot start the organizer.
    here is my setup.ini file:
    [Launch]
    Count=14
    Lang0=0009
    Lang1=0007
    Lang2=040c
    Lang3=000a
    Lang4=001d
    Lang5=0013
    Lang6=0011
    Lang7=0010
    Lang8=0804
    Lang9=0005
    Lang10=0015
    Lang11=0019
    Lang12=001f
    Lang13=0416
    Default=040c
    EnableLangDlg=NO
    CommandLine0=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1033.mst ELEMENTS_EN_US=1 ORGANIZER_EN_US=1
    CommandLine1=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1031.mst ELEMENTS_DE_DE=1 ORGANIZER_DE_DE=1
    CommandLine2=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1036.mst ELEMENTS_FR_FR=1 ORGANIZER_FR_FR=1 /passive
    CommandLine3=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1034.mst ELEMENTS_ES_ES=1 ORGANIZER_ES_ES=1
    CommandLine4=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1053.mst ELEMENTS_SV_SE=1 ORGANIZER_SV_SE=1
    CommandLine5=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1043.mst ELEMENTS_NL_NL=1 ORGANIZER_NL_NL=1
    CommandLine6=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1041.mst ELEMENTS_JA_JP=1 ORGANIZER_JA_JP=1
    CommandLine7=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1040.mst ELEMENTS_IT_IT=1 ORGANIZER_IT_IT=1
    CommandLine8=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=2052.mst ELEMENTS_ZH_CN=1 ORGANIZER_ZH_CN=1
    CommandLine9=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1029.mst ELEMENTS_CS_CZ=1 ORGANIZER_CS_CZ=1
    CommandLine10=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1045.mst ELEMENTS_PL_PL=1 ORGANIZER_PL_PL=1
    CommandLine11=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1049.mst ELEMENTS_RU_RU=1 ORGANIZER_RU_RU=1
    CommandLine12=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1055.mst ELEMENTS_TR_TR=1 ORGANIZER_TR_TR=1
    CommandLine13=msiexec /i "Adobe Photoshop Elements 9.msi" TRANSFORMS=1046.mst ELEMENTS_PT_BR=1 ORGANIZER_PT_BR=1
    [OEM]
    OEM=
    SERIALNUMBER=1111-1111-1111-1111-1111-1111
    DISABLEEMSFEATURES=1
    DISABLEOLSFEATURES=1
    WATCHSERVICE=0
    MANUAL=
    REBOOT=
    Default=040c
    EnableLangDlg=NO
    my installation is in french (040C) and there is no prompt at the beginning of the install (EnableLangDlg=NO)
    oh yeah and if I install it manually everything is fine.
    Ok so i'm a little bit desesperate here (I even tried to edit the .msi with orca to launch it directly without going throught the setup.exe, but with no luck...)
    so if anyone has any idea please please please let me know!
    thanks!

    Hi there,
    Sorry for the late reply. Somehow, never got to see this thread before.
    So, let us begin.
    There are multiple points I would like to add here...
    1.In the command line mentioned below, I think you should have a space between Start and /wait.
    Start/wait C:\"Adobe Photoshop Elements 9"\Setup.exe /UL1036 /V"SERIALNUMBER=1111-1111-1111-1111-1111-1111"
    2. The name of the override file should be application.xml.override with no extension in the end. You mentioned it as application.oxml.override, may be thats just a typo.
    3. In the override file, you have specified both EULADelay as 0 and EULA suppress, EULADelay as 0 is used to show the EULA to the end users, while EULA suppress is used to suppress the EULA. So, you should just have one of these entries depending on what you want to achieve..
    4. One you use the correct silent install command as mentioned above, you should NOT edit the Setup.ini file to change the EnableLangDlg, Default, Commandline2,  SERIALNUMBER= keys of the override as that will be automatically be taken care of the command line to install PSE in french locale based on the UL key. So, I recommend changing them back to the original values.
    5. Please please please....DO NOT EDIT the .msi file directly through Orca because once you have edited it, you are on your own and there wouldnt be anything we can do from here to support your issue further.
    So, based on these comments, can you please try to install PSE again in silent mode and see if it works fine now??
    Yeah, in case there is a broken installation (just editor) already present on your machine, then please remove it by following the below article.
    http://kb2.adobe.com/cps/859/cpsid_85966.html
    Last, seems like you are using a volume licensing serial number to deploy PSE on multiple machines, so for the enterprise customers, there is a dedicated support team, please contact them for getting clear directions and for troubleshooting steps. They should be help you further..
    Best,
    Ankush

Maybe you are looking for