How to stop Busybox msg in terminal from popping up?

Moderator: Forum moderators

Post Reply
pupgeo93
Posts: 4
Joined: Wed Sep 15, 2021 4:01 am

How to stop Busybox msg in terminal from popping up?

Post by pupgeo93 »

Code: Select all


bash: setenv: command not found
BusyBox v1.31.0 (2019-08-05 23:29:36 +08) multi-call binary.

Usage: vercmp version1 lt|gt|le|ge|eq version2

return value 0 if true, else 1

l = less, g = greater, t = than, e|eq = equal
BusyBox v1.31.0 (2019-08-05 23:29:36 +08) multi-call binary.

Usage: vercmp version1 lt|gt|le|ge|eq version2

return value 0 if true, else 1

l = less, g = greater, t = than, e|eq = equal
# ^C
# 

When ever I start my terminal.
This long message appears..
And also the Setenv.

I am not sure how it got there in the first place but I think it has to do with the SFS files that I loaded.
I have since unload all SFS and the message is still there.

I am using Slacko64_7.0

Last edited by Flash on Wed Sep 15, 2021 3:19 pm, edited 2 times in total.
Reason: Added ? to title
User avatar
Trapster
Posts: 184
Joined: Sat Aug 01, 2020 7:44 pm
Has thanked: 1 time
Been thanked: 55 times

Re: How to stop Busybox msg in terminal from popping up

Post by Trapster »

Try:

Code: Select all

rm -f /etc/profile.d/*.csh

In the terminal

pupgeo93
Posts: 4
Joined: Wed Sep 15, 2021 4:01 am

Re: How to stop Busybox msg in terminal from popping up

Post by pupgeo93 »

Code: Select all

BusyBox v1.31.0 (2019-08-05 23:29:36 +08) multi-call binary.

Usage: vercmp version1 lt|gt|le|ge|eq version2

return value 0 if true, else 1

l = less, g = greater, t = than, e|eq = equal
BusyBox v1.31.0 (2019-08-05 23:29:36 +08) multi-call binary.

Usage: vercmp version1 lt|gt|le|ge|eq version2

return value 0 if true, else 1

l = less, g = greater, t = than, e|eq = equal
# 

Well the setenv is gone.
Left with busybox message.

User avatar
bigpup
Moderator
Posts: 7042
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 925 times
Been thanked: 1537 times

Re: How to stop Busybox msg in terminal from popping up

Post by bigpup »

When ever I start my terminal.

Exactly how are you starting a terminal?

There should be several ways to do it.

The exact way you are doing it could be the problem.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
Trapster
Posts: 184
Joined: Sat Aug 01, 2020 7:44 pm
Has thanked: 1 time
Been thanked: 55 times

Re: How to stop Busybox msg in terminal from popping up

Post by Trapster »

What are you clicking on or typing in a terminal to bring up that window?

What happens when you select LXTerminal or Urxvt from Applications > Utility menu?

User avatar
rockedge
Site Admin
Posts: 6574
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2780 times
Been thanked: 2650 times
Contact:

Re: How to stop Busybox msg in terminal from popping up?

Post by rockedge »

Did you reboot since removing the SFS file? Good point mentioned is how is the terminal being started? Look in the .desktop file for differences like ENV variables being set.

You can try to use the Default App Chooser to reassign the default terminal and see what happens. It looks like vercmp is being called somewhere without an argument.

pupgeo93
Posts: 4
Joined: Wed Sep 15, 2021 4:01 am

Re: How to stop Busybox msg in terminal from popping up?

Post by pupgeo93 »

I reinstall the entire system.
The problem is one of the 32bits SFS found. The QT libraries?

Now I don't have the pop up anymore.

Post Reply

Return to “Slacko”