[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2010-04-08 Thread Teej
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2010-01-22 Thread Teej
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. -- stale

Re: [Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-10 Thread Gerfried Fuchs
* tdflanders toom2...@gmail.com [2009-02-09 22:27:09 CET]: It still should not stay in the cache I think. Also the alphanumeric warning is flawed. I just did irssi -n --nick=name. Wishlist? Erm, that's a wrong usage, that would try to set the nickname to --nick=name which is obviously not

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
** Attachment added: gdb-irssi.txt http://launchpadlibrarian.net/22414686/gdb-irssi.txt -- stale nickname ; contains illegal characters, connection reset https://bugs.launchpad.net/bugs/327213 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
Hi there, The problem is: Everything went fine until I tried to change my nickname. Now my altered nickname is stuck in the cache and I can no longer connect to the server. I get this error: 15:42 -!- Irssi: Looking up irc.deoxy.org 15:42 -!- Irssi: Connecting to irc.deoxy.org [70.85.129.195]

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
This is the very command (copied from irssi --help), that rendered the application inoperable: tho...@thomas-laptop:~$ irssi -n --nick=thomasdelbeke The rest does not work either though. Inside the application, /help lists a whole lot of commands that DO work. I attach gdb, valgrind and

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
New valgrind: tho...@thomas-laptop:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log irssi tho...@thomas-laptop:~$ ** Attachment added: valgrind.log http://launchpadlibrarian.net/22420351/valgrind.log --

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
tho...@thomas-laptop:~$ gdb irssi 21 | tee gdb-irssi.txtGNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
** Attachment removed: valgrind.log http://launchpadlibrarian.net/22415239/valgrind.log ** Attachment removed: gdb-irssi.txt http://launchpadlibrarian.net/22414686/gdb-irssi.txt -- stale nickname ; contains illegal characters, connection reset https://bugs.launchpad.net/bugs/327213 You

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread C. Cooke
Hi, thanks for taking the time to open a bug report. You said the help instructions didn't work - does that mean you tried 'irssi -n thomas' (or some other name that only uses alphanumerics)? ** Changed in: irssi (Ubuntu) Status: New = Incomplete -- stale nickname ; contains illegal

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread C. Cooke
Ah, I may see. The options in the help are giving two possible ways to set the name: -n name or --name=name. If you use both, it may not work correctly. -- stale nickname ; contains illegal characters, connection reset https://bugs.launchpad.net/bugs/327213 You received this bug notification

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
Correct, this solved it: irssi -n thomasdelbeke /quit Now it is out of the cache. I can again just run irssi. Also irssi --nick=thomasdelbeke and later irssi gives no problems. So we can close this one down. It still should not stay in the cache I think. Also the alphanumeric warning is

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
Oops, A little too soon here: A watched in Chatzilla. My name got displayed as: thomasde1beke instead of thomasdelbeke. So that is a number one (1) instead of a letter l, lima. I am sure it is not a typo. I can reproduce it each way: irssi /server irc.deoxy.org /join #thomasdelbeke OR irssi -n

[Bug 327213] Re: stale nickname ; contains illegal characters, connection reset

2009-02-09 Thread tdflanders
tho...@thomas-laptop:~$ date ; hwinfo hw_log Mon Feb 9 21:52:31 GMT 2009 tho...@thomas-laptop:~$ Again, when doing irssi -n l I cannot trigger a crash, but in Chatzilla I see nickname L instead of l. When doing irssi -n thomasdelbeke, I do get a crash: tho...@thomas-laptop:~$ gdb irssi 21 |