Berkeley CSUA MOTD:Entry 12540
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2004/3/5-6 [Academia/Berkeley/CSUA/Motd, Computer/SW/Editors/Vi] UID:12540 Activity:moderate
3/5     Why is that when I edit the motd with VI, When I save, sometimes it
        says it's been modified, use "!" to override.  I thought when I use
        vi to edit it, I get a lock on the file.
        \_ Because the motd is a gloriously free file.  the entire world can
           and does edit it.
        \_ If you have a lock, no one else *should* edit it, but they can.
           Since they basically just stomped on your privelidge, I usually just
           stomp on their changes.
           \_ you shouldn't get a lock when you're editing the file. you could
              be taking your sweet time typing stuff in, while other people are
              waiting. when you're finally ready to save, your editor should
              tell you if the file has changed on disk, and you can reload the
              file and merge your changes if that's true. [formatd]
              \_ That's acceptable in a development environment.  in practice,
                 on a machine with hundreds of users, this is much more
                 difficult to accomplish.  --scotsman
                 difficult to accomplish.
                 \_ in practice, on soda, it works fine for me.
                    \_ I'm not talking about "you".  I'm talking about communal
                    \_ I'm not talking about "you".  I'm talking about communal
                       use.
                       use. --scotsman
                       \_ umm, i am saying this would work fine on soda for
                          communal use, dimwit. the motd isn't *that* contended
                          for.
                          \_ Again.  Not. Everyone. Uses. The. Same. Editor.
                             Not everyone on here has the same technical
                             ability.  Are you going to personally train
                             everyone who accesses the motd? --scotsman
                             \_ you're dumb too, or can't read. i may have used
                                too many words to describe it, but this is one
                                of the simplest schemes possible if you still
                                want to be polite. simpler schemes generally
                                involve locking the file for yourself for
                                protracted lengths of time, or just going ahead
                                and overwriting other people's changes.
                                \_ You're very clearly not actually reading what
                                   anyone has said.  We know your side of the
                    \_ I'm not talking about "you".  I'm talking about communal
                       use.
                          communal use, dimwit. the motd isn't *that* contended
                          for.
                                   argument, but there are points to it you
                                   are ignoring or dismissing.  This is my
                                   last word on it. --scotsman
           \_ are you saying when you start up your editor on the motd, you
              do get a note saying it's been locked?  Actually, VI is very
              good, if the file you are view is locked, it tells you its
              in read-only mode.
              \_ Not every editor is as helpful as vi.  some don't even tell you
                 that the file on disk has changed.  this is what motdedit has
                 tried to address, but it's a difficult task, and the current
                 motdedit has trouble when people remove sections. --scotsman
                \_ so motdedit is trying to allow multiple edit sessions and
                   merging them?
                            \_ same as always.
                   \_ Only if you run motdedit -n or some jackass modifies
                      the motd without using motdedit.
                   \_ Only if you run motdedit -n or some jackass modifies
                      the motd without using motdedit.
                      \_ until motdedit is mandatory, motedit is an 'option'.
                         people who choose a different option from you are
                         not automatically assholes.
                         \_ so now what's the argument to not use motdedit?
                            just out of spite?
                            \_ same as always.
2025/05/25 [General] UID:1000 Activity:popular
5/25    

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
	...
2013/3/25-5/18 [Computer/SW/OS/Windows] UID:54639 Activity:nil
3/25    It's strange that only every other Windows version is a hit.
        NT 4.0: hit
        2000:   flop
        XP:     hit
        Vista:  flop
        7:      hit
	...
2009/8/19-9/1 [Computer/SW/Unix] UID:53285 Activity:nil
8/18    Hi again, new freebsd guy here again, in bash I was able to go
        LD_LIBRARY_PATH=/opt/foo/lib ./runmyapp
        I managed to do this in tcsh by using setenv in a shell script
        that setenv's the lib path and then executes $1, just wondering
        if there was a way to do it in 1 line from the cmd line as in bash?
        Thanks, btw %2c or %3c worked.  Freebsd, tcsh and vi forever!
	...
2009/7/24-29 [Computer/SW/Editors/Vi] UID:53195 Activity:low
7/24    Is dos2unix available somewhere?  Someone added all those Ctrl-M's to
        motd.public.
        \_ %s/^V^M//g in vim. What has your editor done for you today?
           \_ that works great in vi actually... in vim :set filetype=unix
	...
2008/12/2-7 [Computer/SW/Editors/Vi] UID:52143 Activity:nil
12/2    Article 1, Section 6
        No Senator or Representative shall, during the Time for which he was
        elected, be appointed to any civil Office under the Authority of the
        United States, which shall have been created, or the Emoluments whereof
        shall have been encreased during such time
        \_ Stop stomping my changes.
	...
2008/9/22-24 [Science/Electric, Computer/Companies/Google, Computer/SW/Editors/Vi] UID:51263 Activity:kinda low
9/22    Gmail's "conversation feature" drives me nuts! Is there a way to
        disable that and make Gmail act like every other e-mail client on the
        planet? WTF thought this was a nice thing to have on by default?
        \_ Umm, why don't you just use another email service then...
           \_ Umm, I do, which is how I have something to compare to. I get
              mail in at least 4 places only one of which is Gmail. I
	...
2008/6/12-13 [Computer/SW/Editors/Emacs, Computer/SW/Editors/Vi, Computer/SW/Unix] UID:50233 Activity:nil
6/12    Does emacs or vi include a column paste?  I sometimes have a block
        text I want to insert horizntally next to another block/column.  This
        is common for data plotting etc.  In Microsoft Word has this, I need
        it in a Unix text editor.
        \_ Does M-x picture-mode in emacs work for you?
           \_ Yes, with the commands below, thanks.
	...
2008/2/21-25 [Academia/Berkeley/CSUA/Motd, Computer/SW/Editors/Vi] UID:49207 Activity:nil
2/21    Why don't people respect the lock on the motd put on by vi or
        emacs? Are they that paranoid about kchang's motd watching program?
        Is anyone still using motdedit?
        \_ hey I still use it.  Some people don't though.  some sneaky folks
           edit a copy of the motd offline and put it in place, not caring how
           much they stomp on others' changes that might have happened in the
	...
2007/11/13-21 [Computer/Networking] UID:48628 Activity:low
11/13   If I have a application on machine foo sending data really fast to
        an application on machine bar via TCP, and the bar applications job
        is write that to disk as fast as possible, what happens if the
        network stream is faster than the disk writes?
        \_ Look up the differences between TCP/IP flow control and
           congestion control. The answer is in front of you.
	...