UK and Europe · Public discussion

Disc brake problem

Started by Just Zis Guy · · Last activity · 14 posts · 1,569 views

This thread is locked and is currently read-only.

Thread navigation

Jump through the discussion

Go to the original post, the replies on this page, or the latest preserved contribution.

Thread details

What we know about this thread

Original section
UK and Europe
Published
14 October 2003
Last activity
16 October 2003
Original author
Just Zis Guy
Posts
14
Discussion status
Public discussion
Total views
1,569
Views / 30 days
0

The navigation and discussion metadata provide context. Posts remain in their original chronological order.

Showing posts 1–14 of 14
Posts remain in their original chronological order.

Text size
  1. One of those little things with the potential to spoil your whole day: I heard a metallic clattering
    from the back of the bike this evening, stoped to investigate and found that the sole remaining
    screw retaining the rear disc was almost out. There were six in there last time I checked, which was
    only a couple of days ago.

    Needless to say the hub is shot (Deore - will replace with LX, in the vain hope that the new one is
    not made of cheese as the old one evidently is).

    I removed the disc and tried hard to remember not to use the left hand on the way back. The bike
    shop was closed.

    So it's back on the upwrong tomorrow.

    Anyone know how to add a service port to Sendmail? Be good to get one thing working today :-/

    Guy
    ===
    ** WARNING ** This posting may contain traces of irony. chapmancentral.demon.co.ukchapmancentral.demon.co.uk

  2. Just zis Guy said:


    Anyone know how to add a service port to Sendmail? Be good to get one thing working today :-/

    Add these lines to your mc file:

    DAEMON_OPTIONS(`Name=MTA'😉 DAEMON_OPTIONS(`Port=28, Name=MTA28'😉

    rebuild the .cf file and you are away.

    --
    Chris dot Gerhard at btclick dot com.

  3. Just zis Guy, you know? must be edykated coz e writed:

    Quoted message said:

    One of those little things with the potential to spoil your whole day: I heard a metallic
    clattering from the back of the bike this evening, stoped to investigate and found that the sole
    remaining screw retaining the rear disc was almost out. There were six in there last time I
    checked, which was only a couple of days ago.

    Needless to say the hub is shot (Deore - will replace with LX, in the vain hope that the new one
    is not made of cheese as the old one evidently is).

    I removed the disc and tried hard to remember not to use the left hand on the way back. The bike
    shop was closed.

    So it's back on the upwrong tomorrow.

    Anyone know how to add a service port to Sendmail? Be good to get one thing working today :-/

    Guy
    ===
    ** WARNING ** This posting may contain traces of irony. chapmancentral.demon.co.ukchapmancentral.demon.co.uk


    Hope make some nice hubs.

    --
    Ian

    catrike.co.ukcatrike.co.uk

  4. Just zis Guy said:

    Anyone know how to add a service port to Sendmail? Be good to get one thing working today :-/

    OK, what exactly is it you want to do? Do you want to get it to listen on a port other than 25 for
    SMTP protocol connections? If you just want to get it to listen _on_ 25 then all you need is
    'sendmail -bd', but I'm sure you know this.

    --
    [email hidden] (Simon Brooke) jasmine.org.uk~simon

    ;; lovely alternative to rice.

  5. Chris Gerhard no_spam@not_btclick.com said:

    Add these lines to your mc file: DAEMON_OPTIONS(`Name=MTA'😉 DAEMON_OPTIONS(`Port=28, Name=MTA28'😉

    Far too easy - that's to get Sendmail to listen on 28; I want to forward to another server on the
    same machine on (e.g.) port 2525. Allegedly this can be achieved by setting (e.g.) define
    (`SMTP8_MAILER_ARGS',`TCP $h 2525'😉 in the .mc file and using (e.g.) mydomain.com smtp8:[127.0.0.1]
    in the mailertable but This Does Not Work which is a bummer.

    I am thinking about changing the approach, though, as I could easily enough map port 25 on my router
    to a non-standard port on my internal server, and I could then use Sendmail just to handle inbound,
    which has a certain attraction as the main reason for using Sendmail is the spamass-milter (and
    possibly a virus scan). This is definitely Much Easier since changing the daemon port is, as you
    say, trivial. Actually I just went away, changed it, tested the non-standard port, changed it back
    and tested it again in the interval since you posted the above...

    I could also give up and use procmail, but that would be the wimp's way out ;-)

    Guy
    ===
    ** WARNING ** This posting may contain traces of irony. chapmancentral.demon.co.ukchapmancentral.demon.co.uk

  6. Just zis Guy said:

    One of those little things with the potential to spoil your whole day: I heard a metallic
    clattering from the back of the bike this evening, stoped to investigate and found that the sole
    remaining screw retaining the rear disc was almost out. There were six in there last time I
    checked, which was only a couple of days ago.

    Needless to say the hub is shot (Deore - will replace with LX, in the vain hope that the new one
    is not made of cheese as the old one evidently is).

    You'll be wanting locktite, or some of the Shimano designs to stop the bolts unscrewing. Of course
    on no account should anyone try to analyse why the bolts came unscrewed, and any similarity between
    a threaded bolt holding the rotor in place, and a threaded skewer holding the wheel in place is
    entirely coincidental...

    James

  7. In article <[email hidden]>, one of infinite monkeys at the keyboard of

    Just zis Guy said:

    Far too easy - that's to get Sendmail to listen on 28; I want to

    Sendmail is Old Unix, from the days when core memory on a mainframe was measured in kilobytes, and
    processor cycles even less. To run them required deep wizardry on the part of the humans in charge.
    Sendmail was written for that environment. I used to have just about enough of the arcane knowledge
    to tinker with the rulesets, but was pleased to get away from it in about '97.

    If you want an easy life, you want a modern MTA.

    [1] It wasn't new at the time of my first job - and we had to 'phone the operators to arrange to run
    any program that required more than about 2K. Oh, and that was at one of the biggest software
    houses in the country.

    Quoted message said:

    forward to another server on the same machine on (e.g.) port 2525. Allegedly this can be achieved
    by setting (e.g.) define (`SMTP8_MAILER_ARGS',`TCP $h 2525'😉 in the .mc file and using (e.g.)
    mydomain.com smtp8:[127.0.0.1] in the mailertable but This Does Not Work which is a bummer.

    I am thinking about changing the approach, though, as I could easily enough map port 25 on my
    router to a non-standard port on my internal server, and I could then use Sendmail just to handle
    inbound, which has a certain attraction as the main reason for using Sendmail is the
    spamass-milter (and possibly a virus scan). This is definitely Much Easier since changing the
    daemon port is, as you say, trivial. Actually I just went away, changed it, tested the
    non-standard port, changed it back and tested it again in the interval since you posted the
    above...

    I could also give up and use procmail, but that would be the wimp's way out ;-)

    Guy
    ===
    ** WARNING ** This posting may contain traces of irony. chapmancentral.demon.co.ukchapmancentral.demon.co.uk

    --
    Axis of Evil: Whose economy needs ever more wars? Arms Exports $bn: USA 14.2, UK 5.1, vs France 1.5,
    Germany 0.8 (The Economist, July 2002)

  8. This be most odd, especially give the use of Loctite. The last time I was obliged to remove the rear
    (Hope) disc from my Speedmachine, it required much swearing and, ultimately, Mole grips to get the
    little bu*ggers out. This was, of course, at least partly due to the bolts having been
    manufacturered:

    o with Allen head, and o from cheese

    The Magura discs in the Baron have Torx bolts, but make up for this minor inconvenience by being
    [censored]. When I am rich and famous, etc.

    Dave Larrington - legslarry.beerdrinkers.co.uklegslarry.beerdrinkers.co.uk
    ===========================================================
    Editor - British Human Power Club Newsletter
    bhpc.org.ukbhpc.org.uk
    ===========================================================

  9. Just zis Guy said:


    Mine, being Magura, are also Torx, which is not an issue as I have a Several of Torx bits
    and keys.

    The problem is needing to carry the bits with you in the toolkit - either that or hope you won't
    need them which is the ultimate come on to Sod's Law

    Quoted message said:

    I just can't work out why the bleeders came loose - you can still see the residue of Loctite on
    the one screw which I managed to salvage.

    Did you clean and degrease the screws before you fitted them? Being on the disk it may also be the
    heat. The standard way to release a threadlocked bolt, particularly the red and green threadlocks,
    is to heat them up. If your brake disk got very hot at some time it could have rendered the loctite
    ineffective. I've certainly seen disks get to those sorts of temperatures.

    Quoted message said:


    I am pinning the blame on the Deore hub which is (a) [censored] and (b) utter [censored]. The freehub bearings
    are also shot (under 4,000 miles) so an LX or better hub is on the way.

    As someone else mentioned, Hope hubs are worth the extra. Haven't had to touch mine in four
    years of use.

    Tony

    --
    "If you tell the truth you don't have to remember anything." Mark Twain

  10. Just zis Guy said:

    Wanders off to price up a Hope hub... presumably they work with Shimano cassettes?

    They do indeed. I've got Hope XC's on the Speedmachine and very nice they are too.

    Dave Larrington - legslarry.beerdrinkers.co.uklegslarry.beerdrinkers.co.uk
    ===========================================================
    Editor - British Human Power Club Newsletter
    bhpc.org.ukbhpc.org.uk
    ===========================================================

  11. Just zis Guy said:

    I could also give up and use procmail, but that would be the wimp's way out ;-)

    Well it may be, but it makes life very easy.

    simon@beesianum:~$ more /etc/procmailrc
    :fw
    | su - $LOGNAME -c "/usr/bin/spamc -f -d $SPAMDHOST -p 783 -u $LOGNAME"

    --
    [email hidden] (Simon Brooke) jasmine.org.uk~simon

    ;; I'll have a proper rant later, when I get the time.

  12. "James Annan" <[email hidden]> wrote in message "]news:[email hidden]...

    Quoted message said:

    You'll be wanting locktite, or some of the Shimano designs to stop the bolts unscrewing. Of course
    on no account should anyone try to analyse why the bolts came unscrewed, and any similarity
    between a threaded bolt holding the rotor in place, and a threaded skewer holding the wheel in
    place is entirely coincidental...

    The screws were in with Loctite. I use Loctite on most of the bolts & screws on the back end of my
    bike, the suspension allows more vibration than on a rigid bike and if you don't Loctite things
    they fall off.

    I'm not going to be drawn on the bolts & skewers thing....

    Just as well the back brake is primarily decorative, really ;-)

    --
    Guy
    ===

    WARNING: may contain traces of irony. Contents may settle after posting.
    chapmancentral.comchapmancentral.com

  13. "Dave Larrington" <[email hidden]> wrote in message
    "]news:[email hidden]...

    Quoted message said:

    The Magura discs in the Baron have Torx bolts, but make up for this minor inconvenience by being
    [censored]. When I am rich and famous, etc.

    Mine, being Magura, are also Torx, which is not an issue as I have a Several of Torx bits and keys.
    I just can't work out why the bleeders came loose - you can still see the residue of Loctite on the
    one screw which I managed to salvage.

    I am pinning the blame on the Deore hub which is (a) [censored] and (b) utter [censored]. The freehub bearings
    are also shot (under 4,000 miles) so an LX or better hub is on the way.

    --
    Guy
    ===

    WARNING: may contain traces of irony. Contents may settle after posting.
    chapmancentral.comchapmancentral.com

  14. In article said:

    In article <[email hidden]>, one of infinite monkeys at the keyboard of

    Just zis Guy said:

    Far too easy - that's to get Sendmail to listen on 28; I want to

    Sendmail is Old Unix, from the days when core memory on a mainframe was measured in kilobytes, and
    processor cycles even less. To run them required deep wizardry on the part of the humans in charge.
    Sendmail was written for that environment. I used to have just about enough of the arcane knowledge
    to tinker with the rulesets, but was pleased to get away from it in about '97.

    If you want an easy life, you want a modern MTA.

    One that won't let you play Towers of Hanoi with the config file?
    pfaff.newton.cam.ac.ukhanoi cf.html

Active in the last 60 minutes

Active in this thread

0 users · 0 guests ·0 bots ·0 total

No signed-in users are active right now.

No known search crawlers active right now.