Hi,
Is anyone having a problem seeing Oliver's posting. The only
thing I see in his message (with pine 4.63) is:
[Error: Formatting error: Illegal '=' in base64 text]
When I hit reply, I see the content shown in the bottom.
It's just a part of his message I assume.
If its a problem here then I'd like to pass it on to our
mail admin. Thanks for anyone reporting back.
For the curious, my mail is on a server running cyrus (I
don't know the version at the moment). Opening Oliver's
message with pine shows the above error, looking at it over
web interface shows just empty message body.
Sorry for noise,
Olav
--------- Content when hitting Reply ---------------
On Mon, 30 Jan 2006, Oliver Neukum wrote:
> Am Montag, 30. Januar 2006 14:22 schrieb René Rebe:
> + /* Stop CPU */
> + err = usbxchange_set_reset(dev, cpureg, 1);
> + err = usbxchange_set_reset(dev, cpureg, 1);
> + if (err < 0) {
> + printk(KERN_ERR "%s - error stopping dongle CPU: error =
> %d\n",
> + __FUNCTION__, err);
> + return err;
> + }
[..]
> + /* De-assert reset (let the CPU run) */
> + err = usbxchange_set_reset(dev, cpureg, 1);
> + err = usbxchange_set_reset(dev, cpureg, 0);
> + if (err < 0) {
> + printk(KERN_ERR "%s - error resetting dongle CPU: error =
> %d\n",
> + __FUNCTION__, err);
> + return err;
> + }
Do you really want to i