| Author |
what causes mixmaster -p FILE to hang?
|
|
| Anonymous 2007-01-22, 1:11 pm |
| $ mixmaster -v -p foo.news
Mixmaster 3.0b2
then hangs and I have to ctrl-C it. top and ps in other xterm
show the process running but not doing anything (cpu).
File foo.news looks like valid text file in news message format to me,
with LF newlines, no NUL at the end, correcty headerrs, blank line
between headers and body.
Running mixmaster interactively works OK.
Any ideas?
thanks
| |
| Thomas J. Boschloo 2007-01-22, 1:11 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Anonymous wrote:
> $ mixmaster -v -p foo.news
> Mixmaster 3.0b2
>
> then hangs and I have to ctrl-C it. top and ps in other xterm
> show the process running but not doing anything (cpu).
>
> File foo.news looks like valid text file in news message format to me,
> with LF newlines, no NUL at the end, correcty headerrs, blank line
> between headers and body.
>
> Running mixmaster interactively works OK.
>
> Any ideas?
Try giving the receiver and the newsgroups on the command prompt.
Try ending your file with ^Z (wild guess)
Use fewer lines as headers
Make sure your headers are all smaller than 80 characters
Those are the sorts of things I would try myself.
To me it sounds like the program is waiting from something. Like input
from the keyboard or the internet.
Thomas
- --
Why should I walk outside my world. If the whole world is in front of
the screen? http://www.youtube.com/watch?v=USFmVfooIx0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQB5AwUBRbTejgEP2l8iXKAJAQFt1gMfYI0TJXaJ
8tDOKpAmvYxNX9b0kD2a+FfC
3YZwDRpm9kwCVwsrsK9nBjtsAhthjxR3N3XMdquG
LKKxYwxA9zA5slMAFb7qNK4M
zq4rEv6HPThTsmyz+sx5bj5cGKSug6O3dmpkFA==
=szrV
-----END PGP SIGNATURE-----
| |
| Deuxpi Admin 2007-01-22, 1:11 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> $ mixmaster -v -p foo.news
> Mixmaster 3.0b2
A few bugs have been fixed between version 3.0b2 and the current
3.0rc2. Is it possible for you to try the current version?
> then hangs and I have to ctrl-C it. top and ps in other xterm
> show the process running but not doing anything (cpu).
>
> File foo.news looks like valid text file in news message format to me,
> with LF newlines, no NUL at the end, correcty headerrs, blank line
> between headers and body.
>
> Running mixmaster interactively works OK.
My opinion is to blame the software If you pass it something wrong,
it should not accept it (and hopefully warn you.) Have you tried other
options (mailing, dummy messages, newsgroup from -g, etc.) to see what
works and what doesn't? Can you create files that will cause the
problem to occur and others that won't? I am not currently able to
reproduce the bug on my side.
- --
Deuxpi Admin <deuxpi-admin@deuxpi.ca>
http://www.deuxpi.ca/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
iD8DBQFFtOuxzQ0RLMqB8s4RAlRYAKCBL7J7Zsqh
1yZop+wOmP1cxnZOpgCfSBgy
ylrk8QXb+Dqel0H1hmSZgK8=
=zB8L
-----END PGP SIGNATURE-----
| |
|
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On Mon, 22 Jan 2007 15:31:07 -0000, Anonymous wrote in
Message-Id: <4a5b26cfa0ea6710102718d975b30522@4096.net>:
> $ mixmaster -v -p foo.news
> Mixmaster 3.0b2
>
> then hangs and I have to ctrl-C it. top and ps in other xterm
> show the process running but not doing anything (cpu).
I can't reproduce your problem using 3.0rc1. If you're sure that
foo.news is correctly formatted then try upgrading. As a minimum,
foo.news would need:-
Subject: Something
Newsgroups: alt.test
<blank line>
Payload
If you don't have a Newsgroups header, you can specify it on the command
line using -g (--post-to=). Likewise, the Subject can be passed as -s
(--subject=). Using both -g and -s, you can pass just the payload in
foo.news.
As a sidenote: Avoid passing empty headers, such as References or
Subject. Whilst Mixmaster might allow it, many news servers will not.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBRbTxKWoLu9HNUqmMAQquSgf/b+9wkCvDhu2/JHmhj4CzOKWb3BiyNMMr
LyTdtjzdTn6DWQtARB7MW/COvd5zDKU2nEKKIcS2J7OVJZ/oN8EBDllI6KQ/Vdnp
zheq2ZI/ x0Wf8ijy767ULLNCmBrpAtETp4MPcZx8xD0ovuA3
uHcI6ub/wRAWom1s
MeRJH1Ij/ CQHPPdTvF2HRRUBjUhr0DCLo7M9h6bmNwNpSq2MF
NyZ5SDVvsCEZilW
gIZ/ FfiOcKuws+IpBBu9X0sVQ3P6Akka2HZA3pnrQw8X
ekniNIEAjoS30DuVcrl5
1X5c3QaT5+mfl/ Ga9YN44hg61hSnkHJXInsqVTuPA0vjSxOxQZAfrg
==
=e4Y9
-----END PGP SIGNATURE-----
--
pub 1024D/8ED57743 2003-07-08 Bananasplit Operator
Key fingerprint = 796F 67E0 E890 A0BB BDAE EBB4 94A6 7A09 8ED5 7743
uid Admin <admin.bananasplit.info>
| |
| Anonymous 2007-01-23, 1:12 pm |
| Anonymous <nobody@4096.net> wrote:
> $ mixmaster -v -p foo.news
> Mixmaster 3.0b2
>
> then hangs and I have to ctrl-C it. top and ps in other xterm
> show the process running but not doing anything (cpu).
>
> File foo.news looks like valid text file in news message format to me,
> with LF newlines, no NUL at the end, correcty headerrs, blank line
> between headers and body.
>
> Running mixmaster interactively works OK.
My filename really had @ in it (message ID), something like
123456789123456789@foo.com , and when I renamed it
123456789123456789_foo.com mixmaster -p worked.
Even with ' ' around filename with @, mixmaster did not like it!
Strange?!
| |
| Thomas J. Boschloo 2007-01-23, 1:12 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Anonymous wrote:
> Anonymous <nobody@4096.net> wrote:
>
>
> My filename really had @ in it (message ID), something like
> 123456789123456789@foo.com , and when I renamed it
> 123456789123456789_foo.com mixmaster -p worked.
>
> Even with ' ' around filename with @, mixmaster did not like it!
>
> Strange?!
I smell a filthy smelly eel. Still working to make BADWORD messages hop
through other remailers? I can only hope the majority of remops make
sure all your pings go unanswered so you can't use their stats nor ping
them directly.
When you are done coding, will RAAA be back to abuse every remailer that
is not you?
You don't have to reply if your guilty,
Thomas
- --
Why should I walk outside my world. If the whole world is in front of
the screen? http://www.youtube.com/watch?v=USFmVfooIx0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQB5AwUBRbYwUgEP2l8iXKAJAQEDqAMfQucU6rP2
ZAepor28xlHxuht6KSfc2c2/
CgthQ/H8zKeFRPX38b0W/ YOHVFHAXmI7ELkA3Hj6YV3I465T1rf6b1jyxHVtD
Au6
yVNIK6mhJ9PIKClm1acjs4y7E7G+Rz6RRUQw2g==
=b6hc
-----END PGP SIGNATURE-----
| |
| Anonymous 2007-01-24, 1:12 pm |
| "Thomas J. Boschloo" <nospam@hccnet.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> Anonymous wrote:
>
> I smell a filthy smelly eel. Still working to make BADWORD messages hop
> through other remailers? I can only hope the majority of remops make
> sure all your pings go unanswered so you can't use their stats nor ping
> them directly.
I know much better than to use eelbash!
$HOME/.Mix/starex.txt was a most useful addition to mixmaster!
| |
| Thomas J. Boschloo 2007-01-24, 1:12 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Anonymous wrote:
> "Thomas J. Boschloo" <nospam@hccnet.nl> wrote:
>
>
> I know much better than to use eelbash!
>
> $HOME/.Mix/starex.txt was a most useful addition to mixmaster!
You use MessageID's as file names. Therefor you must be Eelbash! Why
would a remailer user or a remop use MessageID's as filenames? Give me
one good reason.
QED,
Thomas
- --
Why should I walk outside my world. If the whole world is in front of
the screen? http://www.youtube.com/watch?v=USFmVfooIx0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQB5AwUBRbdoOAEP2l8iXKAJAQGlYQMfcD4Q64AU
uQikgwHjEqSlLbNdZUE8Gl37
3sQncRunPCoxHGyzD7V2i/ rrTuAIBnc2XtNyEzFirdE5jKEgpy8BxjetGGo3WB
rJ
33+YLXWKnKh7/L5GKFVHTy79N48bP+ytXARFVA==
=oBWN
-----END PGP SIGNATURE-----
| |
|
| On Wed, 24 Jan 2007 15:07:52 +0100, Thomas J. Boschloo wrote in
Message-Id: <45b7681f$0$2708$e4fe514c@dreader14.news.xs4all.nl>:
> You use MessageID's as file names. Therefor you must be Eelbash! Why
> would a remailer user or a remop use MessageID's as filenames? Give me
> one good reason.
Because when you save an article to a file, some newsreaders propose the
Message-ID as a default filename. It makes sense, the Message-ID is the
unique identifier for the message.
--
pub 1024D/8ED57743 2003-07-08 Bananasplit Operator
Key fingerprint = 796F 67E0 E890 A0BB BDAE EBB4 94A6 7A09 8ED5 7743
uid Admin <admin.bananasplit.info>
| |
| Deuxpi Admin 2007-01-24, 1:12 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> My filename really had @ in it (message ID), something like
> 123456789123456789@foo.com , and when I renamed it
> 123456789123456789_foo.com mixmaster -p worked.
>
> Even with ' ' around filename with @, mixmaster did not like it!
>
> Strange?!
This is by design. The argument you are passing is treated as a
recipient address. From the man page (sorry for the line wrapping):
NAME
mixmaster - anonymous remailer software
SYNOPSIS
mixmaster [-hpmdSvT] [-t user@host] [-g newsgroup]
[-s subject] [-a filename] [-l mix1,mix2,mix3,...] [-c num]
[user@host] [filename]
^^^^^^^^^^^
If you really need to use a filename with a @ character, try
redirecting the file content to the program input:
mixmaster -p < 123456789123456789@foo.com
- --
Deuxpi Admin <deuxpi-admin@deuxpi.ca>
http://www.deuxpi.ca/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
iD8DBQFFt3b6zQ0RLMqB8s4RAtKKAJ4wfGcAd/HQsLJWtt7qavtS+2drQwCdGCOs
xJNCeQnM9Z4jtTFeYad1OKQ=
=2YIf
-----END PGP SIGNATURE-----
| |
| Thomas J. Boschloo 2007-01-24, 1:12 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Zax wrote:
> On Wed, 24 Jan 2007 15:07:52 +0100, Thomas J. Boschloo wrote in
> Message-Id: <45b7681f$0$2708$e4fe514c@dreader14.news.xs4all.nl>:
>
>
> Because when you save an article to a file, some newsreaders propose the
> Message-ID as a default filename. It makes sense, the Message-ID is the
> unique identifier for the message.
It also makes sense if Eelbash is storing messages it doesn't want to
send himself but hop through additional remailers.
http://groups.google.com/group/alt....c9e82a3d62c9f0f
But you are right. If newsreaders create filenames this way (I don't
know of any) Eelbash might have gotten off the hook this time.
Thomas
- --
Why should I walk outside my world. If the whole world is in front of
the screen? http://www.youtube.com/watch?v=USFmVfooIx0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQB5AwUBRbd29wEP2l8iXKAJAQGo9gMeKGkDOv0r
kTcOLJTFyCcEGP9CzZ9BDwuq
vqN4gAUWgHcYXB6tHTyrBYyIvA1CB8VK1f4kzRmh
TkudJYeMiwYX7UlstovCxEPk
l5H380S7qApqpe9LO0Cvq90J5TCvHrHHSTGAsA==
=2soZ
-----END PGP SIGNATURE-----
| |
| Cyberiade.it Anonymous Remailer 2007-01-24, 1:12 pm |
| "Thomas J. Boschloo" <nospam@hccnet.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> Zax wrote:
>
> It also makes sense if Eelbash is storing messages it doesn't want to
> send himself but hop through additional remailers.
> http://groups.google.com/group/alt....c9e82a3d62c9f0f
>
> But you are right. If newsreaders create filenames this way (I don't
> know of any) Eelbash might have gotten off the hook this time.
not sure about any news*readers* but AFAIK all news servers do this.
| |
| Anonymous 2007-01-24, 1:12 pm |
| "Thomas J. Boschloo" <nospam@hccnet.nl> wrote:
> You use MessageID's as file names. Therefor you must be Eelbash! Why
> would a remailer user or a remop use MessageID's as filenames? Give me
> one good reason.
Messages in newsspool are stored with message-ID's as
filenames.
I had copied some messages files from newsspool to
another directory to edit replies. Until I discovered
this problem I had no reason to rename files.
| |
| Anonymous 2007-01-24, 1:12 pm |
| Deuxpi Admin <deuxpi-admin@deuxpi.ca> wrote:
>
> This is by design. The argument you are passing is treated as a
> recipient address. From the man page (sorry for the line wrapping):
Now I understand!
Thanks!
| |
| Anonymous 2007-01-24, 7:12 pm |
| In article <45b7681f$0$2708$e4fe514c@dreader14.news.xs4all.nl>
"Thomas J. Boschloo" <nospam@hccnet.nl> wrote:
>
> You use MessageID's as file names. Therefor you must be Eelbash! Why
> would a remailer user or a remop use MessageID's as filenames? Give me
> one good reason.
Because that's what a lot of mail clients use as their filenames when
saving or exporting a message.
|
|
|
|