search for: authenticationfailed

Displaying 20 results from an estimated 49 matches for "authenticationfailed".

2012 Oct 13
0
AuthenticationFailed in Capistrano
...xecuting "mkdir -p ~/public_html/simak-in ~/public_html/simak-in/releases ~/public_html/simak-in/shared ~/public_html/simak-in/shared/system ~/public_html/simak-in/shared/log ~/public_html/simak-in/shared/pids" servers: ["simak-in"] connection failed for: simak-in (Net::SSH::AuthenticationFailed: mandy) Please help me to solve this error? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZC...
2010 Dec 17
6
Authentication issue.
...0 0 0 0 0 0 0 0 0 0 10/ 10 0 0 0 0 0 0 0 0 0 0 0 0 10/ 10 0 0 0 0 0 0 0 0 0 0 0 0 10/ 10 0 0 0 0 0 0 0 0 0 0 0 0 10/ 10 Error: root[4]: LOGIN failed: 4.1 NO [AUTHENTICATIONFAILED] Authentication failed. Error: root[3]: LOGIN failed: 3.1 NO [AUTHENTICATIONFAILED] Authentication failed. Error: root[5]: LOGIN failed: 5.1 NO [AUTHENTICATIONFAILED] Authentication failed. Error: root[2]: LOGIN failed: 2.1 NO [AUTHENTICATIONFAILED] Authentication failed. Error: root[6]: LOGIN fail...
2004 Aug 06
0
cannot get icecast and ices to talk...authenticationfailed
On Wed, 9 Apr 2003, Eric L. Brown wrote: > WARN playlist-builtin/playlist_read Corrupt or missing data in file > > When I try to play a basic playlist with 2 files (that are fine, and do > exist). You're not trying to play MP3 files, by any chance? Ices2 only plays ogg and raw PCM at this time. > I have set the sample and nominal bitrates at 256000, which is > also the
2004 Aug 06
0
cannot get icecast and ices totalk...authenticationfailed
> -----Original Message----- > From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] > On Behalf Of Eric L. Brown > My goal is to be able to take my collection of CDs (now in 256k mp3 > bitstream) and distribute through the house over the wireless > network (har-line network for other stuff). Just trying to > play with some of the existing technologies before
2011 May 08
0
Issues with authentication failure delays
...time import random conn = imaplib.IMAP4('localhost') for i in range(5): try: start = time.time() conn.login('testusers', str(random.random())) except Exception, e: print e print time.time() - start $ python authtest.py [AUTHENTICATIONFAILED] Authentication failed. 0.502058982849 [AUTHENTICATIONFAILED] Authentication failed. 4.50464391708 [AUTHENTICATIONFAILED] Authentication failed. 8.50679802895 [AUTHENTICATIONFAILED] Authentication failed. 15.5040819645 [AUTHENTICATIONFAILED] Authentication failed. 15.5039038658 (...
2004 Aug 06
1
cannot get icecast and ices totalk...authenticationfailed
> You might run into trouble if you plan on playing the same stream in > more than one room coming from a non-wired (audio cables) source. When > it's all wired (speaker wire, RCA, digital) there is no (apparent) > latency. If you are playing the same stream on two different computers, > even in your ethernet wired home network, they won't be totally sync'd > up.
2004 Aug 06
0
cannot get icecast and ices to talk...authenticationfailed
go to http://www.icecast.org/~brendan and get the latest libshout2 and the latest ices-0.2.3. using the latest icecast2-cvs helps too. you can get that off the icecast cvs. i'm using ices-0.2.3. with icecast2, it's very stable and since it takes almost no mem and no CPU, it's so easy to forget that it's there. url: http://tetter.xs4all.nl:8000/oth.mp3 boink <p>On
2006 Mar 01
4
SwitchTower deployment has errors with different :db server
When I define :db to be a different server than either :web or :app, and run "rake deploy". Switchtower will abort with an Net::SSH::AuthenticationFailed error. The version of Switchtower I''m using is 1.0.0 and the deploy task is the default supplied with Switchtowe. However, I dont have any problem when :db is changed to the same as :web and :app. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath...
2004 Aug 06
3
cannot get icecast and ices totalk...authenticationfailed
> On Wed, 9 Apr 2003, Eric L. Brown wrote: > >> WARN playlist-builtin/playlist_read Corrupt or missing data in file >> >> When I try to play a basic playlist with 2 files (that are fine, and do >> exist). > > You're not trying to play MP3 files, by any chance? Ices2 only plays ogg > and raw PCM at this time. ah. Ok, so is there any way to play my mp3
2004 Aug 06
3
cannot get icecast and ices to talk...authenticationfailed
Alright, I was able to recompile ices2beta, which connects to icecast, but now I'm getting: WARN playlist-builtin/playlist_read Corrupt or missing data in file When I try to play a basic playlist with 2 files (that are fine, and do exist). I have set the sample and nominal bitrates at 256000, which is also the encoding for the song... Does the bitrate of the song have to be exactly the same
2018 Feb 15
2
Director & Master Users
...- logs from proxy/Director point of view. > > auth: Info: > passwd-file(masteruser,172.31.33.224,master,<z2eYD0Rl6P+sHyHg>): Master > user logging in as devteam > > imap-login: Info: proxy(devteam): Login failed to backend.servers:143 > (master masteruser): [AUTHENTICATIONFAILED] Authentication failed.: > user=<devteam>, method=PLAIN, rip=172.31.33.224, lip=192.168.71.20, > session=<z2eYD0R > l6P+sHyHg> > > \- logs from backend server point of view. > > imap-login: Info: Disconnected (auth failed, 1 attempts in 2 secs): >...
2009 Apr 16
3
deprec problem
I install deprec with gem install deprec but when i write deprec --apply-to . this message display to me " ''deprec'' is not recognized as an internal or external command, operable program or batch file. " what can i do? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2004 Aug 06
1
cannot get icecast and ices totalk...authenticationfailed
I have the latest items, but cannot seem to figure out how to include libshout2 in the ices build...I put it into the requested conf file, set LIBDIR, and tried the --libdir param when compiling ices, with no luck. Thanks! Eric > > go to http://www.icecast.org/~brendan and get the latest libshout2 and > the latest ices-0.2.3. > > using the latest icecast2-cvs helps too. you can
2015 Jun 15
3
Problem logging in during testing
...ssdb?userdb that the output looks like above (and there are no other passdbs or userdbs). All done successfully. Now, when I telnet 127.0.0.1 143 and attempt to log in with the string: a login <any username> <any password> whether it's one in my users file or not, I get: a NO [AUTHENTICATIONFAILED] Authentication failed.
2004 Aug 06
3
cannot get icecast and ices to talk...authenticationfailed
I just tried with no mountpoint information, and I get the same results, icecast is still not accepting 'SOURCE hackme' as the first header, it only wants the password (verified by telneting in). So, how to I recompile libshout2 into the ices2beta? It doesn't want to take the command-line param, or the in.so.conf file setting (or the LIBDIR evn variable)... Or, can someone give me a
2018 Feb 15
2
Director & Master Users
...passed to the backend servers and fails auth. - logs from proxy/Director point of view. auth: Info: passwd-file(masteruser,172.31.33.224,master,<z2eYD0Rl6P+sHyHg>): Master user logging in as devteam imap-login: Info: proxy(devteam): Login failed to backend.servers:143 (master masteruser): [AUTHENTICATIONFAILED] Authentication failed.: user=<devteam>, method=PLAIN, rip=172.31.33.224, lip=192.168.71.20, session=<z2eYD0R l6P+sHyHg> - logs from backend server point of view. imap-login: Info: Disconnected (auth failed, 1 attempts in 2 secs): user=<masterusername>, method=PLAIN, rip=192.168...
2014 Nov 28
1
failed login message
...ls including the output of dovevcot -n. 1) command prompt login. i put wrong password telnet x.x.x.x 143 * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE START TLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] ready. 1 login acc at mydomain.com wrongpass 1 NO [AUTHENTICATIONFAILED] Authentication failed. 2) DOVECOT LOG output CURRENT SERVER Nov 28 08:48:39 imap-login: Info: Disconnected (auth failed, 1 attempts in 72 secs): user=<acc at mydomain.com, method=PLAIN, rip=120.62.202.70, lip=103.241.181.155, session=<4PxKs+II2QB4PspG> OLD SERVER Nov 28 09:06:08 imap-...
2018 Jan 11
0
login failure "reason" not returned (dovecot-2.2.32)
...etc.) the query returns nologin=1 and a verbose reason like reason="Your account is expired please change the password" and it worked very well with IMAP clients. I'm now seeing that despite the message returned by the SQL, the IMAP server always returns a generic error "NO [AUTHENTICATIONFAILED] Authentication failed." I've setup an "always fail" query in a test installation (see below) and with that, a simple openssl/telnet login simulation fails without reporting the "ERRORDEBUG" reason. > password_query = SELECT '%n' AS username, '%d'...
2013 Jun 04
1
Cannot Authenticate via LDAP
a login tohuw [myPassword] returns "NO [AUTHENTICATIONFAILED] Authentication failed." I believe I'm missing a configuration detail, but what? info.log: http://pastebin.ca/2388873 debug.log: http://pastebin.ca/2388872 error.log: http://pastebin.ca/2388871 dovecot -n: http://pastebin.ca/2388870 dovecot-ldap.conf.ext summary: http://pastebin.ca/2...
2018 Feb 15
0
Director & Master Users
It would look as though the changes have now negatively affected a "normal" user from logging in. telnet host 143 a login username password a NO [AUTHENTICATIONFAILED] Authentication failed. telnet host 143 1 login devteam*masteruser at example.com password 1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE...