Berkeley CSUA MOTD:Entry 20528
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/03 [General] UID:1000 Activity:popular
4/3     

2001/2/7-8 [Computer/SW/Unix, Academia/Berkeley/CSUA/Troll] UID:20528 Activity:high
2/7     Something wrong with csua ssh connection?
        \_ yes, the version just installed is known to be broken, and root
           is ignoring complaints about it.  -tom
           \_ I think root is just ignoring you.
              \_ OpenSSH works fine for me.
           \_ maybe root has a tom-filter...
              \_ ipchains -A input -s tom -d politburo -j REJECT
                 \_ if tom was cool and 31337 he could get thru since
                    ipchains doesn't have state.
                       \_ Too bad LinSUX doesn't have ipf/ipnat
                          like REAL OSes!
                    \_ At some point, when 2.4 is stable, we'll use iptables.
                       \_ 2.4 is stable. 2.4.1 is out. iptables >> ipchains
                          Use it:
                            iptables -A INPUT -s top -d politburo -j DROP
                          really is more accurate, as he was ignored, not
                          told to shutup and go away.
                           \_ Are all these people truly so moronic that
                              they do not realize that soda is running FreeBSD?
                              \_ enjoy it while it lasts, monkey boy.
                                 - Penguin Construction, you got boxes, we
                                   pave 'em.
                                   \_ Uh?  It's a shell.  It runs commands.
                                      As a non-admin user why do you give a
                                      flying rat's ass what the underlying
                                      kernel is?
                                      \_ uh?  tcsh and bash are shells.  linux
                                         and freebsd are operating systems.
                                   \_ Welcome tasty penguin. - THE DAEMON
                              \_ What soda is not a 31337 L1NUX B0X!?! I'm
                                 quiting the csua. - B1K3 R1D3R
                                 \_ lemonade.csua already is.
                                     \_ what the hell is "nlogin"?
2025/04/03 [General] UID:1000 Activity:popular
4/3     

You may also be interested in these entries...
2012/9/20-11/7 [Computer/SW/Unix, Finance/Investment] UID:54482 Activity:nil
9/20    How do I change my shell? chsh says "Cannot change ID to root."
        \_ /usr/bin/chsh does not have the SUID permission set. Without
           being set, it does not successfully change a user's shell.
           Typical newbie sys admin (on soda)
           \_ Actually, it does: -rwsr-xr-x 1 root root 37552 Feb 15  2011 /usr/bin/chsh
	...
2012/4/27-6/4 [Computer/SW/Languages/Misc, Computer/SW/Unix] UID:54372 Activity:nil
4/27    I wrote a little shell script to collect iostat data:
        #!/bin/bash
        DATE=`date +%m%d`
        DATADIR=/var/tmp/user
        OUTPUTFILE=$DATADIR/$DATE.out
        while true
	...
2012/5/8-6/4 [Computer/SW/Unix] UID:54383 Activity:nil
5/8     Hello everyone!  This is Josh Hawn, CSUA Tech VP for Spring 2012.
        About 2 weeks ago, someone brought to my attention that our script
        to periodically merge /etc/motd.public into /etc/motd wasn't
        running.  When I looked into it, the cron daemon was running, but
        there hadn't been any root activity in the log since April 7th.  I
        looked into it for a while, but got lost in other things I was
	...
2012/2/9-3/26 [Computer/SW/Security, Computer/SW/Unix] UID:54305 Activity:nil
2/9     Reminder: support for mail services has been deprecated for *several
        years*. Mail forwarding, specifically .forward mail forwarding, is
        officially supported and was never deprecated.
        \_ There is no .forward under ~root.  How do we mail root and how do
           we get responses?
           \_ root@csua.berkeley.edu is and always has been an alias.
	...
2011/9/14-12/28 [Computer/SW/Unix] UID:54172 Activity:nil
9/12    We've restored CSUA NFS to something vaguely resembling normal
        functionality -- plus, with some luck, we should now have something
        vaguely resembling normal uptime, too!  Ping root@csua.org if you
        notice any problems.  --jordan
--------------------------------------------------------------------------------
        \_  Oh, and http://irc.CSUA.Berkeley.EDU is online again.
	...
2011/6/5-8/27 [Computer/HW/Memory] UID:54127 Activity:nil
6/5     In an effort to stabilize our services, we'll be rebuilding parts of
        the CSUA infrastructure over the course of this summer.  To give us
        some wiggle room, I've temporarily decreased soda's allocated RAM from
        8GB to 2GB.  If you need to run something that requires large amounts
        of memory, please send mail to root@csua.org and we'll try to
        accommodate your request.  --jordan
	...
2011/4/27-7/30 [Computer/SW/Security, Computer/SW/Unix] UID:54096 Activity:nil
4/28    Will wall be fixed?   - jsl
        \_ What's wall?
           \_ An anachronism from a bygone era, when computers were hard to
              comeby, the dorms didn't have net, there was no airbears, and
              when phones didn't come standard with twitter or sms.
           \_ A non useful implementation of twitter.
	...
2011/5/19-7/30 [Computer/SW/Security] UID:54110 Activity:nil
5/19    Uh, is anyone still using this? Please mark here if you post and
        haven't added this yet. I'll start:
        \_ person k
        \_ ausman, I check in about once a week.
        \_ erikred, twice a week or so.
        \_ mehlhaff, I login when I actually own my home directory instead of
	...
2010/12/13-2011/2/19 [Computer/SW/Unix] UID:53978 Activity:nil
12/21   Help, all my files are owned by nobody! -ausman
        (yes I emailed root)
        \_ Things should be fine now. As usual, the NFS server caused a cascade
           of errors.
	...
2005/9/7 [Academia/Berkeley/CSUA/Motd] UID:39551 Activity:high
9/7     Can the liberal and conservative over-writers PLEASE stop doing it?
        Your scp/ftp-provided anonymity isn't that important to both of you
        is it?
        \_ use motdedit, right?
           \_ even if you don't use motdedit, even vi, jove, or emacs
              will stop you from an accidental overwrite
	...
2003/3/28-30 [Academia/Berkeley/CSUA/Motd] UID:27894 Activity:moderate
3/28    I have a process that has to set the signal handlers for tty
        generated signals (and some others) to ignore while it is
        doing some critical processing. When this processing is done
        it calls exec to start executing a different pgm. I want to
        reset the signal handlers to their original values before exec
        is called. What is the easiest way to do that?
	...