GNU bug report logs - #29939
HELP:enter a "ls"command,then the os connection will closed

Previous Next

Package: coreutils;

Reported by: "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn>

Date: Tue, 2 Jan 2018 07:13:02 UTC

Severity: normal

Tags: moreinfo

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29939 in the body.
You can then email your comments to 29939 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#29939; Package coreutils. (Tue, 02 Jan 2018 07:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Tue, 02 Jan 2018 07:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn>
To: bug-coreutils <bug-coreutils <at> gnu.org>
Subject: HELP:enter a "ls"command,then the os connection will closed
Date: Tue, 2 Jan 2018 14:25:24 +0800
[Message part 1 (text/plain, inline)]
Hi:
    When I enter a "ls " command at the directory "/root",the OS connection will closed.
   
The release of OS is :
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1

    There is no much files at the directory,I used the "du -sh *" command to look all the files:
TJTV_APIGW_AEPPortal01:~ # du -sh *
4.0K 1211.cap
16K 123.cap
8.0K 1.cap
0 1.pcap
8.0K 202.cap
152K 211.cap
4.0K 21.cap
4.0K 21.pcap
4.0K 22.cap
4.0K 2.cap
8.0K aaa.cap
4.0K A.cap
4.0K aep1211.cap
4.0K apigw.cap
252K atop-1.27-3.929.x86_64.rpm
56K autoinst.xml
4.0K bin
240K bmuSudoScripts
7.8G breeze
8.0K build_trust_relation.exp
4.0K CpServer
4.0K Desktop
20K Documents
4.0K error.cap
4.0K Foundweakpasswds.txt
4.0K gate.cap
4.0K getOrders
12K ha.cap
8.0K hx.cap
4.0K ideploy_file_history
52K inst-sys
4.0K main
24M OralcePathPak
24M OralcePathPak.tar
4.0K p.cap
4.0K queryOrder
4.0K queryOrder.1
4.0K queryOrder.2
4.0K qyw13.cap
4.0K qyw1.cap
544K remoteExecScript
216K secbackup
4.0K sendsmsauthcode.jsp
8.3M suse11sp1
8.0M suse11sp1.zip
4.0K sysconf.temp
92K uniagent
4.0K weakpasswd.txt
4.0K yoy.cap
4.0K yy.cap





中国联合网络通信有限公司
TV增值业务运营中心
李磊
Tel: 15620012157
Email:lil373 <at> chinaunicom.cn
地址:天津市南开区南马路1151号2楼
[Message part 2 (text/html, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#29939; Package coreutils. (Wed, 03 Jan 2018 13:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 29939 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn>, 29939 <at> debbugs.gnu.org
Subject: Re: bug#29939: HELP:enter a "ls"command, then the os connection will
 closed
Date: Wed, 3 Jan 2018 14:11:57 +0100
On 01/02/2018 07:25 AM, lil373 <at> chinaunicom.cn wrote:
>     When I enter a "ls " command at the directory "/root",the OS connection will closed.

are you sure "ls" is /usr/bin/ls?

  $ type ls
  ls is /usr/bin/ls

I.e., it could be aliased to something weird, e.g. a shell function which
calls '/usr/bin/ls' under the hood but "exit"s in certain cases:

  $ _ls() { /usr/bin/ls ${1+"$@"} | grep . || exit; }

  $ alias ls=_ls

  $ type ls
  ls is aliased to `_ls'

  $ ls
  bin
  file
  home
  ...

  $ ls ENOENT
  /usr/bin/ls: cannot access 'ENOENT': No such file or directory
  logout

Other than that, I don't see how the spawned 'ls' process could lead
to a logout of the calling shell process.

Have a nice day,
Berny




Information forwarded to bug-coreutils <at> gnu.org:
bug#29939; Package coreutils. (Thu, 04 Jan 2018 03:41:02 GMT) Full text and rfc822 format available.

Message #11 received at 29939 <at> debbugs.gnu.org (full text, mbox):

From: "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>, "29939 <at> debbugs.gnu.org"
 <29939 <at> debbugs.gnu.org>
Subject: 回复: Re: bug#29939: HELP:enter a "ls"command, then the os connection will closed
Date: Thu, 4 Jan 2018 08:58:34 +0800
[Message part 1 (text/plain, inline)]
Hi:
    Thank you for your response。

"ls" is /bin/ls

the "/usr/bin/ls" is not exist


Is there any log I can see to find the reason?


Look forward to your reply。




中国联合网络通信有限公司
TV增值业务运营中心
李磊
Tel: 15620012157
Email:lil373 <at> chinaunicom.cn
地址:天津市南开区南马路1151号2楼
 
发件人: Bernhard Voelker
发送时间: 2018-01-03 21:11
收件人: lil373 <at> chinaunicom.cn; 29939 <at> debbugs.gnu.org
主题: Re: bug#29939: HELP:enter a "ls"command, then the os connection will closed
On 01/02/2018 07:25 AM, lil373 <at> chinaunicom.cn wrote:
>     When I enter a "ls " command at the directory "/root",the OS connection will closed.
 
are you sure "ls" is /usr/bin/ls?
 
  $ type ls
  ls is /usr/bin/ls
 
I.e., it could be aliased to something weird, e.g. a shell function which
calls '/usr/bin/ls' under the hood but "exit"s in certain cases:
 
  $ _ls() { /usr/bin/ls ${1+"$@"} | grep . || exit; }
 
  $ alias ls=_ls
 
  $ type ls
  ls is aliased to `_ls'
 
  $ ls
  bin
  file
  home
  ...
 
  $ ls ENOENT
  /usr/bin/ls: cannot access 'ENOENT': No such file or directory
  logout
 
Other than that, I don't see how the spawned 'ls' process could lead
to a logout of the calling shell process.
 
Have a nice day,
Berny
[Message part 2 (text/html, inline)]
[Catch.jpg (image/jpeg, inline)]
[CatchFAA2.jpg (image/jpeg, inline)]
[Catch525B.jpg (image/jpeg, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#29939; Package coreutils. (Mon, 08 Jan 2018 15:23:02 GMT) Full text and rfc822 format available.

Message #14 received at 29939 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn>,
 "29939 <at> debbugs.gnu.org" <29939 <at> debbugs.gnu.org>
Subject: Re: 回复: Re: bug#29939: HELP:enter a "ls"command, then the os connection will closed
Date: Mon, 8 Jan 2018 16:22:12 +0100
On 01/04/2018 01:58 AM, lil373 <at> chinaunicom.cn wrote:
> $ type ls
> ls is aliased to `ls $LS_OPTIONS'

It was a bit hard to find a an old SLES-11.1 ...
Hmm, is your LS_OPTIONS set to something strange?
What if you remove the alias?

Have a nice day,
Berny




Information forwarded to bug-coreutils <at> gnu.org:
bug#29939; Package coreutils. (Tue, 30 Oct 2018 02:28:02 GMT) Full text and rfc822 format available.

Message #17 received at 29939 <at> debbugs.gnu.org (full text, mbox):

From: Assaf Gordon <assafgordon <at> gmail.com>
To: "29939 <at> debbugs.gnu.org" <29939 <at> debbugs.gnu.org>
Subject: Re: bug#29939: 回复: Re: bug#29939: HELP:enter a "ls"command, then the os connection will closed
Date: Mon, 29 Oct 2018 20:27:38 -0600
tags 29939 moreinfo
close 29939
stop

(triaging old bugs)

On 2018-01-08 8:22 a.m., Bernhard Voelker wrote:
> On 01/04/2018 01:58 AM, lil373 <at> chinaunicom.cn wrote:
>> $ type ls
>> ls is aliased to `ls $LS_OPTIONS'
> 
> It was a bit hard to find a an old SLES-11.1 ...
> Hmm, is your LS_OPTIONS set to something strange?
> What if you remove the alias?
> 

With no further comments in 10 months,
I'm closing this bug.
If this is still an issue, please reply with more details.

-assaf






Added tag(s) moreinfo. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 30 Oct 2018 02:28:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 29939 <at> debbugs.gnu.org and "lil373 <at> chinaunicom.cn" <lil373 <at> chinaunicom.cn> Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 30 Oct 2018 02:28:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 27 Nov 2018 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 150 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.