Re: nohup breaks logname and tty commands

2008-02-22 Thread Andreas Schwab
Eric Blake <[EMAIL PROTECTED]> writes: > According to ROTH, MATTHEW G (ATTSI) on 2/22/2008 9:06 AM: > | In RHEL 5 with coreutils 5.97 the following does not work: > | > | $ /usr/bin/nohup /usr/bin/logname > | /usr/bin/nohup: appending output to `nohup.out' > | > | $ cat nohup.out > |

Re: nohup breaks logname and tty commands

2008-02-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to ROTH, MATTHEW G (ATTSI) on 2/22/2008 9:06 AM: | As we are moving from RHEL 4.x to 5.x I noticed that some scripts | started failing. You may want to consider further upgrades - the latest stable version of coreutils is 6.10. | In RHEL 5

nohup breaks logname and tty commands

2008-02-22 Thread ROTH, MATTHEW G (ATTSI)
As we are moving from RHEL 4.x to 5.x I noticed that some scripts started failing. When I researched this I found that RHEL 4.x used coreutils 5.2.1 and RHEL 5.x used coreutils 5.97. In RHEL 4 with coreutils 5.2.1 the following works: $ /usr/bin/nohup /usr/bin/logname /usr/bin/no