Berkeley CSUA MOTD:Entry 32698
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/12/24 [General] UID:1000 Activity:popular
12/24   

2004/8/4-5 [Academia/Berkeley/CSUA/Motd] UID:32698 Activity:insanely high
8/4     With both kais and mehlhaff's archive out of action (why?), can someone
        please point to another public access archive?  Sometimes motd even
        contain useful information, like the script posted early here that I
        did not save.  (I also cannot run it for the lack of disk space.)
        \_ my motd archiver is back online. IT requires manual restarting when
           soda reboots.  Not a problem when soda is stable... -ERic (mehlhaff)
        \_ kchang seems like a smart guy who does stupid and annoying
           things, why didn't he run a script on soda that diff'd the motd
           then transferered the diff bits back to him at ucla?
           fingering 60 times a minute seems like a very inelegant
           non kchang perl hack solution.
        \_ How the hell could finger be considered a DoS attack?!  Was this
           just done for personal vendetta reasons against him?
          \_ back when the net was young and the hills were green,
             system administrators logged tcp connections like rlogin
             and finger and who and stat and ftp.  now no one cares anymore,
             all the traffic is http, but the EECS admins probably
             have the same logging scripts in place from the early 90s.
             i remember some soda dude who went off to stanford would
             finger the account of his ex-gf on soda like once every
             5 minutes, for hours, at random times, all day every day.
             it stuck out in the logs because it was always the same
             domain name, to the same account, all the time.  i emailed
             the victim and she probably emailed the dude and he stopped.
             i can see how the EECS admins would notice kchang fingering
             the motd every 10 seconds.
           \_ The above seems to refer to kais' statement.  So is kchang
              squished again because he runs a world accessible motd archive?
              \_ no
              \_ Considering the amount of censoring he does on the entries
                 before they are categorized and posted, I find it less than
                 useful as an "archive."
           \_ He was fingering Soda through EECS more than once a second.
              It filled up the EECS network logs and made them unhappy.
              Read the last meeting minues and following discussing on the
              newsgroup.
              \_ can't they just ask him to finger less?
                 \_ they could but kchang is unpopular enough that no one
                    at the csua would suggest the obvious common sense
                    solution.  if everyone lost an account on the first
                    strike, then we all would've been squished by now.
                    kchang is special.  it was an unpopularity squishing
                    like all of them.
                    \_ "all of them"...  I think you know naught of what
                       you speak.  Longstanding CSUA (perhaps unwritten)
                       policy is "if you get your account back, don't
                       fuck it up." That said, I can't speak to why they
                       actually squished kchang, but comparing a second
                       squish to a first is apples to oranges. --scotsman
                       \_ if it isn't written, it isn't policy.  if you want
                          a policy that says a second squishing has a lower
                          standard than the first or that post-restoration
                          from a first squishing a person is on probation
                          of some sort, then write the policy and publish
                          it.  otherwise, yes, it is apples to apples.  orgs
                          are properly run by written policy, not whim.
                    \_ ok, I checked the newsgroup.  from the discussion,
                       it seems that they were not about to squish him,
                       and even made fun of tom when he tried to chime
                       in and get kchang squished.  so what changed their
                       minds in the end?
                       \_ "they" != politburo
                   \_ warned, deactivated in 98.  reactivated and warned
                      to behave.  deactivated again.
             \_ it also caused problems for EECS because soda makes ident
                requests to remote systems that access soda's finger server.
                imagine the EECS webserver getting pummeled by multiple
                identd requests every second.
        \_ Here, now you can run your own private script.  Don't forget to
           mkdir /csua/tmp/username.  The next thing that can be done to this
           is to prevent check-ins if the motd is about like 100 KB (someone
           puts binary junk in it):
           #!/bin/sh

           cd /csua/tmp/$USER

           while [ 1 ]
           do
               co -q -f -l motd
               cp /etc/motd.public motd
               ci -q -m_ motd
               sleep 120
           done
           \_ Or make it check the output of `file /etc/motd.public` ro make
              sure it says ASCII.
           \_ BAD IDEA. If everyone on Soda did this, the space would fill
              up in no time.
        \_ I run my own motd archive.  I once posted the path to it.  Check
           the archives.
           \_ Thanks for recursing.
2024/12/24 [General] UID:1000 Activity:popular
12/24   

You may also be interested in these entries...
2013/10/24-2014/2/5 [Academia/Berkeley/CSUA/Motd, Computer/SW] UID:54746 Activity:nil
9/26    I remember there was web version of the motd with search function
        (originally due to kchang ?).  The last time I used it it was hosted
        on the csua website but I can't remember its url (onset of dementia?)
        now. Can somebody plz post it, tnx.
        \_ http://csua.com
           \_ for some reason I couldn't log in since Sept and the archiver
	...
2012/9/5-11/7 [Academia/Berkeley/CSUA, Academia/Berkeley/CSUA/Motd] UID:54472 Activity:nil
9/4     It looks like there are some issues with wallall at the moment. Any
        plans for it getting fixed? I can run wall, but wallall just gives an
        error.
        \_ Asking questions on the motd will not get any attention from
           any undergrad. You should email politburo or perhaps csua. -ausman
        \_ Asking questions on the motd will not get attention from any
	...
2012/4/23-6/4 [Academia/Berkeley/CSUA/Motd] UID:54359 Activity:nil
4/19    Motd updater thingy seems to be broken, does anyone know why?
        If not, I will take a look later in the day. -ausman
        \_ /etc/motd.public is not getting copied into /etc/motd for a while.
           \_ Now it works and no one knows why. Strange. -ausman
	...
2012/2/6-3/26 [Academia/Berkeley/CSUA, Academia/Berkeley/CSUA/Motd] UID:54301 Activity:nil
2/6     Um, what happened to http://www.csua.berkeley.edu/~myname ?
        "The requested URL /~myname/ was not found on this server."
        \_ Try emailing root or politburo. I don't think that the
           undergrads use this machine anymore. -ausman
        \_ Ausman is mostly right. LDAP went down due to an expired cert and
           took down most of the rest of our stuff. It's probably a thing with
	...
2012/2/24-3/26 [Academia/Berkeley/CSUA/Motd] UID:54313 Activity:nil
2/24    What newsreader should I use on soda?
        \_ USENIX? You serious? Everyone switched to RSS.
           \_ I think you mean usenet not usenix.  usenet was generally much
              better than blogs / rss (cf. comp.lang.c, comp.lang.perl,
              the usenet oracle, alt.* with digg, slashdot, etc.)
           link:reader.google.com is the best
	...