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/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
...
|
2009/10/1-12 [Computer/SW/Unix] UID:53416 Activity:nil | 10/1 I typed man ls on soda and didn't get a man page. How can
I fix this?
\_ I have this line in my .cshrc:
setenv MANPATH "/usr/man:/usr/local/man:/usr/X11/man:/csua/man:/usr/share/man"
setenv MANPATH "/usr/man:/usr/local/man:/usr/X11/man:/csua/man:
/usr/share/man"
...
|
2004/3/4-5 [Computer/SW/Unix] UID:12522 Activity:nil | 4/3 Does MANPATH need to point to where man.conf is? If I have my on
man pages...
\_ when I do man ls, I got this error message:
"Warning: cannot open configuration file /etc/man.config
No manual entry for ls"
\_ They probably meant /etc/manpath.config, and no, it doesn't
...
|
2004/3/4-5 [Computer/SW/Unix] UID:12523 Activity:high | 4/3 How come *man* suddenly doesn't work anymore? What has changed?
Has the env path been changed?
\_ Correct problem reporting protocol: Say what you tried doing.
Say what didn't happen. Say who you are so we can see what
your environment is. Oh, and mail root. --scotsman
\_ Look to thine own self.
...
|
2003/9/17 [Computer/SW/SpamAssassin] UID:10229 Activity:high | 9/16 To use SpamAssassin do I only need a .procmailrc, or do I need
something in my .forward also? I looked at ~danh/.procmailrc.
What do I put at the end if I want to deliver locally to my
soda account? Thanks!
\_ You don't need a .forward on soda. If sendmail sees a
~/.procmailrc it invokes procmail automatically. If you
...
|
2002/8/2 [Computer/SW/Unix] UID:25476 Activity:high | 8/2 How do you view the man pages?
\_ prompt$ man man
\_ Is there something wrong with my environment, then?
% man ls
No manual entry for ls
% man man
...
|
2000/10/21-22 [Computer/SW/Unix] UID:19542 Activity:kinda low | 10/20 The idea of manpage is stupid. All --help option should be embedded
in the binary.
\_ alias woman man
\_ hello, there is no mmap(2) binary on soda.
\_ Gee, and everytime one needs to modify man pages, we should
hack the binary too
...
|
1999/12/21-24 [Computer/SW/Unix] UID:17081 Activity:nil | 12/21 'man' works, man -k (apropos) doesn't ("/usr/share/man/windex: No
such file or directory"). What do i need to do?
\_ unsetenv MANPATH
\_ use catman -w
\_ Read the man page for man of course
...
|
1999/12/20-23 [Computer/HW/Memory] UID:17072 Activity:moderate | 12/20 What's the best way to figure out the maximum memory a process uses
in its lifecycle?
\_ call wait3() or wait4() from the parent and check the values in
the rusage struct
\_ is this because IdiotOS doesn't support getrusage()? -ali
\_ man time(1). 'time -l' will tell you. you will probably have
...
|
1999/12/8-9 [Computer/SW/RevisionControl] UID:17024 Activity:high | 12/8 Anyway to figure out who the last person was to modify a file?
(ie /etc/motd.public)
\_ man mconst
\_ Sorry, but there is no such man page. Where can I find out?
\_ you have your MANPATH set incorrectly, mconst is
documented in /csua/man
...
|
1999/3/8-10 [Computer/SW/Unix] UID:15558 Activity:high | 3/8 Some older accounts have incomplete manpaths, they should be:
"/usr/man:/csua/man:/usr/share/man:/usr/local/man:/usr/X11/man"
If you don't have this, man www, etc. won't work.
\_ No, actually, you should just not have a MANPATH. Remove any line
that says setenv MANPATH in your .cshrc or MANPATH= in your
.profile/.bashrc. --dbushong
...
|
|