kerberos5

Rodolfo Aramayo raramayo at gmail.com
Wed Aug 26 09:52:52 PDT 2015


9# cat .bash_aliases
######################################################################
######################################################################
##~/bash_aliases
##version_2012_03_29
######################################################################
######################################################################

######################################################################
##USER_SPECIFIC_ALIASES
######################################################################

######################################################################
##Environmental_Variables
######################################################################
username=`id -nu`
useruid=`id -u`
export TMPDIR=/Users/$username/.emacs.d/tmp
######################################################################
##Specific_to_each_user_UUID
alias emacsclient="emacsclient --socket-name=$TMPDIR/emacs$useruid/server"
######################################################################


10# cat .bash_logout
######################################################################
######################################################################
##~/.bash_logout:executed by bash(1) when login shell exits
##version_2012_03_29
######################################################################
######################################################################
##When_leaving_the_console_clear_the_screen_to_increase_privacy
if [ "$SHLVL" = 1 ]; then
    [ -x /opt/local/bin/clear ] && /opt/local/bin/clear -q
fi
######################################################################

11# cat .bash_profile
######################################################################
##~/.bash_profile
##version_2012_03_29
######################################################################
######################################################################
##System-wide_.bashrc_file_for_interactive_bash(1)_shells
if [ -z "$PS1" ]; then
   return
fi
######################################################################
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
. /opt/local/etc/profile.d/bash_completion.sh
fi
######################################################################
shopt -s checkwinsize
######################################################################
PROMPT_HOSTNAME='Aramayolab00'
#PROMPT_COLOR='0;34m'
PROMPT_COLOR='1;32m'
######################################################################
##If_I_am_root_set_the_prompt_to_bright_red
if [ ${LOGNAME} == root ];
then
    PROMPT_COLOR='1;31m'
fi
######################################################################
PS1='\[\e]1;${PROMPT_HOSTNAME}\a\
\e[${PROMPT_COLOR}\]\
[\t][\u][${PWD}]\n\#\$ \
\[\e[m\]'
######################################################################
source ~/.bashrc
######################################################################

12# cat .bashrc
######################################################################
######################################################################
##~/.bashrc
##version_2012_03_29
######################################################################
######################################################################
##TO_MACPORTS (/opt/local):SERVER_AND_CLIENT
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export PATH=/opt/local/lib:$PATH
export PATH=/opt/local/libexec/gnubin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH
######################################################################
source ~/.bash_aliases
######################################################################
source /usr/local/bashrc
######################################################################
source /usr/local/bash_aliases
######################################################################

13# cat /usr/local/bashrc
export PATH=/usr/local/bioinfosoft/samtools-1.1:$PATH
export PATH=/usr/local/bioinfosoft/samtools-1.1/htslib-1.1:$PATH
export PATH=/usr/local/bioinfosoft/IGVTools:$PATH

14# cat /usr/local/bash_aliases
######################################################################
######################################################################
##/usr/local/bash_aliases
##version_Fri Aug  9 15:44:30 CDT 2013
######################################################################
######################################################################

######################################################################
##Environmental_Variables
######################################################################
export EDITOR=emacs
export ALTERNATE_EDITOR=emacsclient
######################################################################

######################################################################
##ALIASES
######################################################################
#alias ls="ls -alFG"
alias cccrsync="rsync -v -A -z -u -N -E -X -H -l -go --numeric-ids -D -rtpx
--fileflags --force-change --protect-args --delete-during"
alias ccl="clean&&clear&&ls"
alias cl="clear"
alias clean="rm -f *~;rm -f .*~"
alias cln="rm -f *~;rm -f .*~"
alias dd="du -sh"
alias dds="du -hd"
alias ddspace="df -hl"
alias dir="dir --color=auto"
alias ee="exit"


--Rodolfo

On Wed, Aug 26, 2015 at 11:31 AM, Brandon Allbery <allbery.b at gmail.com>
wrote:

> The next question is what is in that .bashrc. (The state of the directory
> you created isn't relevant, since things already went sideways when the
> port looked for it in the first place.)
>
> On Wed, Aug 26, 2015 at 12:18 PM, Rodolfo Aramayo <raramayo at gmail.com>
> wrote:
>
>> Yes at /var/root
>> The directory I created was clean, no hidden files...
>>
>> --Rodolfo
>>
>> On Wed, Aug 26, 2015 at 11:01 AM, Brandon Allbery <allbery.b at gmail.com>
>> wrote:
>>
>>> On Wed, Aug 26, 2015 at 11:53 AM, Rodolfo Aramayo <raramayo at gmail.com>
>>> wrote:
>>>
>>>> mig -header kcmrpc.h -user kcmrpc.c -sheader /dev/null \
>>>>         -server /dev/null -I. ./kcmrpc.defs
>>>> mktemp: mkdtemp failed on /Users/root/.emacs.d/tmp/mig.rxV7yX: No such
>>>> file or directory
>>>> mktemp: mkdtemp failed on /Users/root/.emacs.d/tmp/mig.pgFbT4: No such
>>>> file or directory
>>>>
>>>
>>> errr...
>>>
>>> Does root have a .bashrc?
>>>
>>> --
>>> brandon s allbery kf8nh                               sine nomine
>>> associates
>>> allbery.b at gmail.com
>>> ballbery at sinenomine.net
>>> unix, openafs, kerberos, infrastructure, xmonad
>>> http://sinenomine.net
>>>
>>
>>
>
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allbery.b at gmail.com
> ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20150826/87ad4323/attachment.html>


More information about the macports-users mailing list