all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* need help: erc emacs psybnc setup
@ 2008-02-02  4:32 tipmaster
  2008-02-02 12:04 ` tipmaster
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: tipmaster @ 2008-02-02  4:32 UTC (permalink / raw)
  To: help-gnu-emacs

I am trying to connect to psybnc from emacs erc.  For whatever reason,
it is going into infinite loop and complains wrong password.  It then
disconnects.  I am running emacs 21.4.1.  Is there a proper way to set
it up without getting wrong password error.  The password is right.  I
tried it on windows machine.

I start by doing the following:

1) erc-select,
2) then for server: ip_of_my_psybnc:port,
3) then nickname: my_psybnc_nick
4)  Password: my_psybnc_password

After this step, everything goes into infinite loop.  Anyone able to
get it to work.  What am I doing wrong? why am I getting password
wrong, even though password is right?

thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: need help: erc emacs psybnc setup
  2008-02-02  4:32 need help: erc emacs psybnc setup tipmaster
@ 2008-02-02 12:04 ` tipmaster
  2008-02-02 16:19   ` Exal de Jesus Garcia Carrillo
  2008-02-02 16:15 ` Exal de Jesus Garcia Carrillo
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: tipmaster @ 2008-02-02 12:04 UTC (permalink / raw)
  To: help-gnu-emacs

On Feb 1, 11:32 pm, tipmaster <noobneedh...@gmail.com> wrote:
> I am trying to connect to psybnc from emacs erc.  For whatever reason,
> it is going into infinite loop and complains wrong password.  It then
> disconnects.  I am running emacs 21.4.1.  Is there a proper way to set
> it up without getting wrong password error.  The password is right.  I
> tried it on windows machine.
>
> I start by doing the following:
>
> 1) erc-select,
> 2) then for server: ip_of_my_psybnc:port,
> 3) then nickname: my_psybnc_nick
> 4)  Password: my_psybnc_password
>
> After this step, everything goes into infinite loop.  Anyone able to
> get it to work.  What am I doing wrong? why am I getting password
> wrong, even though password is right?
>
> thanks.

Whatever port you specify like ip:port (1.2.3.4:8901) format, erc
doesn't seem to use it.  It's using the default port 6667, not some
port I define.  Erc client trying to log into someone else psybnc
listening in on 6667 port rather than my psybnc at some_defined_port.
Is there way to override this settings?

thanks



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: need help: erc emacs psybnc setup
  2008-02-02  4:32 need help: erc emacs psybnc setup tipmaster
  2008-02-02 12:04 ` tipmaster
@ 2008-02-02 16:15 ` Exal de Jesus Garcia Carrillo
  2008-02-02 20:58 ` Michael Olson
       [not found] ` <mailman.6889.1201986499.18990.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 7+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2008-02-02 16:15 UTC (permalink / raw)
  To: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tipmaster em gnu.emacs.help escreveu :

> I am trying to connect to psybnc from emacs erc.  For whatever reason,
> it is going into infinite loop and complains wrong password.  It then
> disconnects.  I am running emacs 21.4.1.  Is there a proper way to set
> it up without getting wrong password error.  The password is right.  I
> tried it on windows machine.

mmm, an old Emacs version, I recommend update to the current, what
version of erc are you using?


> I start by doing the following:
> 1) erc-select,

`erc-select' function is now just `erc', `erc-select' is an alias.

> 2) then for server: ip_of_my_psybnc:port,

mmmm, normally erc ask first for server and later for port.



Can you show your erc configurations?


- -- 
Spam protection: 
In my e-mail replace the words `no-spam' with `exal'.


.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHpJcNoZmxoVJRtGIRAlnUAJ9ESK5YwBOw00APV8qhIFj0fmcX7ACfV111
ppTjjhFQDKBX2bFrt9/KgeM=
=L3Gl
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: need help: erc emacs psybnc setup
  2008-02-02 12:04 ` tipmaster
@ 2008-02-02 16:19   ` Exal de Jesus Garcia Carrillo
  0 siblings, 0 replies; 7+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2008-02-02 16:19 UTC (permalink / raw)
  To: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tipmaster em gnu.emacs.help escreveu :

> Whatever port you specify like ip:port (1.2.3.4:8901) format, erc
> doesn't seem to use it.  It's using the default port 6667, not some
> port I define.  Erc client trying to log into someone else psybnc
> listening in on 6667 port rather than my psybnc at some_defined_port.
> Is there way to override this settings?


(setq erc-server "irc.server.foo"
          erc-port 6667 
          erc-nick "psybnc-user")



- -- 
Spam protection: 
In my e-mail replace the words `no-spam' with `exal'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHpJfxoZmxoVJRtGIRAhSFAJ9lsI+iHbIG5dynk1oKYVd84Om7bACaA3tV
IBaqmgB2xtP4Kc3eG4jUcjA=
=2dK9
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: need help: erc emacs psybnc setup
  2008-02-02  4:32 need help: erc emacs psybnc setup tipmaster
  2008-02-02 12:04 ` tipmaster
  2008-02-02 16:15 ` Exal de Jesus Garcia Carrillo
@ 2008-02-02 20:58 ` Michael Olson
       [not found] ` <mailman.6889.1201986499.18990.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 7+ messages in thread
From: Michael Olson @ 2008-02-02 20:58 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

tipmaster <noobneedhelp@gmail.com> writes:

> I am trying to connect to psybnc from emacs erc.  For whatever reason,
> it is going into infinite loop and complains wrong password.  It then
> disconnects.  I am running emacs 21.4.1.  Is there a proper way to set
> it up without getting wrong password error.  The password is right.  I
> tried it on windows machine.
>
> I start by doing the following:
>
> 1) erc-select,
> 2) then for server: ip_of_my_psybnc:port,
> 3) then nickname: my_psybnc_nick
> 4)  Password: my_psybnc_password
>
> After this step, everything goes into infinite loop.  Anyone able to
> get it to work.  What am I doing wrong? why am I getting password
> wrong, even though password is right?

Which version of ERC are you using?

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
          Programmer -- Hobbies: Lisp, HCoop          | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: need help: erc emacs psybnc setup
       [not found] ` <mailman.6889.1201986499.18990.help-gnu-emacs@gnu.org>
@ 2008-02-03 17:46   ` tipmaster
  2008-02-04  5:44     ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 7+ messages in thread
From: tipmaster @ 2008-02-03 17:46 UTC (permalink / raw)
  To: help-gnu-emacs

I am using erc:

 (defconst erc-version-string "Version 5.1.2 $Revision: 1.796.2.4 $"
  "ERC version.  This is used by function `erc-version'.")

My erc configuration is default.  Using the one that comes with Fedora
6 repo.

thanks.

On Feb 2, 3:58 pm, Michael Olson <mwol...@gnu.org> wrote:
> tipmaster <noobneedh...@gmail.com> writes:
> > I am trying to connect to psybnc from emacs erc.  For whatever reason,
> > it is going into infinite loop and complains wrong password.  It then
> > disconnects.  I am running emacs 21.4.1.  Is there a proper way to set
> > it up without getting wrong password error.  The password is right.  I
> > tried it on windows machine.
>
> > I start by doing the following:
>
> > 1) erc-select,
> > 2) then for server: ip_of_my_psybnc:port,
> > 3) then nickname: my_psybnc_nick
> > 4)  Password: my_psybnc_password
>
> > After this step, everything goes into infinite loop.  Anyone able to
> > get it to work.  What am I doing wrong? why am I getting password
> > wrong, even though password is right?
>
> Which version of ERC are you using?
>
> --
>        Michael Olson -- FSF Associate Member #652     |
>  http://mwolson.org/-- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
>           Programmer -- Hobbies: Lisp, HCoop          | |_] | \| |_|
> Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
>
>  application_pgp-signature_part
> 1KDownload



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: need help: erc emacs psybnc setup
  2008-02-03 17:46   ` tipmaster
@ 2008-02-04  5:44     ` Exal de Jesus Garcia Carrillo
  0 siblings, 0 replies; 7+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2008-02-04  5:44 UTC (permalink / raw)
  To: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tipmaster em gnu.emacs.help escreveu :

> I am using erc:
>
>  (defconst erc-version-string "Version 5.1.2 $Revision: 1.796.2.4 $"
>   "ERC version.  This is used by function `erc-version'.")
>
> My erc configuration is default.  Using the one that comes with Fedora
> 6 repo.
>
> thanks.




Have you read my messages?, have you tried the configs I say to you?


- -- 
Spam protection: 
In my e-mail replace the words `no-spam' with `exal'.


.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHpqYfoZmxoVJRtGIRAnc2AJ9W33GFPxGV1l0oVlICh589IeBlXACbBrRa
gnRuvUesNS6jEDNAUsxeOlI=
=tFGg
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-02-04  5:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02  4:32 need help: erc emacs psybnc setup tipmaster
2008-02-02 12:04 ` tipmaster
2008-02-02 16:19   ` Exal de Jesus Garcia Carrillo
2008-02-02 16:15 ` Exal de Jesus Garcia Carrillo
2008-02-02 20:58 ` Michael Olson
     [not found] ` <mailman.6889.1201986499.18990.help-gnu-emacs@gnu.org>
2008-02-03 17:46   ` tipmaster
2008-02-04  5:44     ` Exal de Jesus Garcia Carrillo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.