You are not logged in.

#1 2008-02-17 18:51:19

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

vc/1 vc/2 etc Login? [SOLVED]

This really isn't a big deal but I never saw it before so i thought I would ask. When I log into any of the vc/1, vc/2, ect I get something to the effect of:

declare -x HOME="/home/dir/"
declare -x HUSHLOGIN="false"
etc, etc

I know that I probably did something but I don't know what.

Thanks

Last edited by cu3edweb (2008-02-19 03:45:13)

Offline

#2 2008-02-18 19:50:53

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: vc/1 vc/2 etc Login? [SOLVED]

Anyone know what I did here?

Offline

#3 2008-02-18 19:54:38

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: vc/1 vc/2 etc Login? [SOLVED]

you probably have a lone or broken "export" in your bashrc or bash_profile. The syntax is "export VARNAME", not "export $VARNAME" if you happened to do that.

Offline

#4 2008-02-19 03:28:14

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: vc/1 vc/2 etc Login? [SOLVED]

phrakture wrote:

you probably have a lone or broken "export" in your bashrc or bash_profile. The syntax is "export VARNAME", not "export $VARNAME" if you happened to do that.

I checked and that doesn't seem to be the case.

I get the same thing when I log in as root also if that matters

any other ideas

thanks

Offline

#5 2008-02-19 03:44:52

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: vc/1 vc/2 etc Login? [SOLVED]

Nevermind I found it. I had a wrong character in the /etc/profile file.

Offline

Board footer

Powered by FluxBB