2012/9/24-11/7 [Computer/SW/Languages, Computer/SW/Unix] UID:54484 Activity:nil | 9/24 How come changing my shell using ldapmodify (chsh doesn't work) doesn't
work either? ldapsearch and getent show the new shell but I still get
the old shell on login.
\_ Scratch that, it magically took my new shell now. WTF?
\_ probably nscd(8)
...
|
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
...
|
2009/12/9-2010/1/13 [Computer/SW/Unix] UID:53586 Activity:nil | 12/8 Is there a bash equivalent to tcsh's history-search-backward ?
\_ There's something similar called... history-search-backward. It
is a bit more limited, in that it only searches for strings and
not glob patterns. You may find reverse-i-search to be useful also.
...
|
2009/10/1-21 [Computer/SW/WWW/Browsers] UID:53417 Activity:moderate | 10/1 I am thinking of installing firefox on soda under my home directory.
Will this make me a hozer?
\_ Possibly. I wonder if we should have another VM for that...btw,
I remember someone saying they're glad we're not on FreeBSD
anymore, but last I checked, a bunch of our stuff is on FreeBSD,
but our login server is not.
...
|
2009/8/18-9/1 [Computer/SW/Unix] UID:53284 Activity:nil | 8/18 Is it possible to truncate your path name in your prompt in tcsh?
Tsch veterans REPRESENT! I know this is how to do it in bash:
# truncate path: returns $1 truncated to $2 chars, prefixed with ...
truncate_path () {
if [ -z "$1" -o -z "$2" ]
then
...
|
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/3/8-17 [Computer/SW/Unix] UID:52685 Activity:kinda low | 3/8 I'm reading about an old exploit where someone used a buffer overflow
in a printer daemon to get "daemon privileges," which allowed them
to use another exploit on the mail delivery program to get root. I'm
not sure what daemon privileges are. Is there some set of priveleges
that most daemons run on that is higher than user but lower than root?
What are they? I've never heard this before.
...
|
2009/1/2-8 [Computer/HW, Computer/HW/Drives] UID:52310 Activity:low | 12/31 SOMEONE PLEASE FIX KEG! Why does it keep crashing?
\_ It's hard to tell. The risk of crashing seems to increase with
disk activity, or so it seems, but debugging the kernel doesn't
seem to yield much info. Email root for detailed info; I don't
have a deep understanding of the problem --t
\_ How about a backup LDAP server? I don't need files as much
...
|
2009/1/5-8 [Computer/SW/Unix] UID:52313 Activity:kinda low | 1/3 no hurry but do you know of:
$ chsh
Password:
Enter the new value, or press return for the default
Login Shell [/usr/local/bin/bash]: /bin/zsh
failed: Insufficient access
...
|
|