[Bug 444454] Re: Always need to run: source ~/.bashrc

2010-11-18 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-14 Thread Chuck Short
** Changed in: openssh (Ubuntu)
   Status: New = Incomplete

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-09 Thread Achim Bohnet
You showed us that you have no .bash_profile and .bash_profile, now do
you have a ~/.profile?

If yes: is .bashrc sourced in .profile? if not: add it (see
/etc/skel/.profile how to do it)

if you have no .profile, copy /etc/skel/.profile to $HOME/ and be happy
not to be forced to souece bashrc explicitly ;)

Achim

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-09 Thread actionparsnip
By jove he cracked it. Lack of ~/.profile screwing things up. Copied
/etc/skel/.profile and was fine and dandy

Thanks a wole lot Achim. Good work :D

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-09 Thread Colin Watson
On Fri, Oct 09, 2009 at 08:08:30AM -, Achim Bohnet wrote:
 You showed us that you have no .bash_profile and .bash_profile, now do
 you have a ~/.profile?
 
 If yes: is .bashrc sourced in .profile? if not: add it (see
 /etc/skel/.profile how to do it)
 
 if you have no .profile, copy /etc/skel/.profile to $HOME/ and be happy
 not to be forced to souece bashrc explicitly ;)

Did you read my previous comment which notes that according to the bash
documentation this is not supposed to be necessary?

   Bash attempts to determine when it is being run with its standard input
   connected to a a network connection, as if by the remote shell  daemon,
   usually  rshd,  or the secure shell daemon sshd.  If bash determines it
   is being run in this fashion,  it  reads  and  executes  commands  from
   ~/.bashrc  and  ~/.bashrc,  if  these files exist and are readable.  It
   will not do this if invoked as sh.  The --norc option may  be  used  to
   inhibit  this  behavior,  and  the --rcfile option may be used to force
   another file to be read, but rshd does not generally invoke  the  shell
   with those options or allow them to be specified.

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-08 Thread actionparsnip
From G1 phone using connectbot:

a...@fileserver:~$ ps $$
  PID TTY STAT TIME COMMAND
25803 pts/1 Rs 0:00 -bash

and is same after running: source ~/.bashrc

May affect it but I reduced the number of ttys to 2 instead of keeping
the usual 6 that come as part of a stock install. Would this affect it?

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-07 Thread Thierry Carrez
Can't reproduce this. My .bashrc is properly sourced on SSH logins.

** Changed in: openssh (Ubuntu)
   Importance: Undecided = Low

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-07 Thread actionparsnip
Even from windows clients via putty?

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-07 Thread Achim Bohnet
I can't confirm this from linux - (k)ubuntu

Please check that

1) your .bash_profile or .bash_login or .profile (1st file found is
used) sources your .bashrc.  Interative shells source .bashrc, login
shells instead one of the 3 files above.  If it does, attach the used
file.

2) 'ps $$' lists  -bash  If it is not what's the output?

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-07 Thread actionparsnip
a...@fileserver:~$ ls .bash*
.bash_history  .bashrc

From the local machine:
a...@fileserver:~$ ps $$  
  PID TTY  STAT   TIME COMMAND
 5303 pts/0Rs 0:00 [bash]

I will run the same command BEFORE running: source ~/.bashrc from the
remote system and provide the output.

Thanks for the suggestion.

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444454] Re: Always need to run: source ~/.bashrc

2009-10-06 Thread actionparsnip

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33113420/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33113421/XsessionErrors.txt

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs