Re: ssh client affecting fonts?

2006-12-04 Thread Alex Zbyslaw

Eric wrote:

So what terminal type is set when you use SecureCRT?  putty will use 
something like xterm or vt100 both of which will display make config 
correctly, but a setting for a dumb terminal or no setting will look 
more like your screenshot.


--Alex


i have tried xterm, linux, ansi, etc all with the same result. i also 
tried different fonts in secureCRT to no avail.  Putty is using xterm 
and courier new.  weird


That's presumably the setting you choose in SecureCRT.  What do you 
actually get when you have logged in?


echo $term
echo $TERM

--Alex


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-04 Thread Eric

Alex Zbyslaw wrote:

Eric wrote:

So what terminal type is set when you use SecureCRT?  putty will use 
something like xterm or vt100 both of which will display make config 
correctly, but a setting for a dumb terminal or no setting will look 
more like your screenshot.


--Alex


i have tried xterm, linux, ansi, etc all with the same result. i also 
tried different fonts in secureCRT to no avail.  Putty is using xterm 
and courier new.  weird


That's presumably the setting you choose in SecureCRT.  What do you 
actually get when you have logged in?


echo $term
echo $TERM

--Alex



$term is blank, $TERM is xterm

i changed the font to courier new and it works again as expected. it 
always worked in putty tho.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-03 Thread hackmiester (Hunter Fuller)


On 1 December 2006, at 11:28, Eric wrote:


oops im an idiot.

try this URL

http://mikestammer.com/upload/portconfig.png


Object not found!

The requested URL was not found on this server. If you entered the  
URL manually please check your spelling and try again.


If you think this is a server error, please contact the webmaster.
Error 404
mikestammer.com
Sun Dec 3 10:17:12 2006
Apache/2.0.59 (FreeBSD)



Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-03 Thread Eric

hackmiester (Hunter Fuller) wrote:


On 1 December 2006, at 11:28, Eric wrote:


oops im an idiot.

try this URL

http://mikestammer.com/upload/portconfig.png


Object not found!

The requested URL was not found on this server. If you entered the URL 
manually please check your spelling and try again.


yea i deleted it after the initial discussion a few days ago. turns out 
it is a secureCRT issue in relation to Windows Vista RTM. Vandyke is 
working on a fix now


Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-01 Thread hackmiester (Hunter Fuller)

Authentication required!

This server could not verify that you are authorized to access the  
URL /private/portconfig.png. You either supplied the wrong  
credentials (e.g., bad password), or your browser doesn't understand  
how to supply the credentials required.


In case you are allowed to request the document, please check your  
user-id and password and try again.


If you think this is a server error, please contact the webmaster.
Error 401
mikestammer.com
Fri Dec 1 11:14:00 2006
Apache/2.0.59 (FreeBSD)


On 1 December 2006, at 09:24, Eric wrote:


hello,

for some reason, when i do a 'make config' on a port, the border  
that used to be solid lines is no longer that way (at least when  
using SecureCRT). However, when i use putty, it looks as expected  
(and it used to in SecureCRT)


a screen shot is here:

http://mikestammer.com/private/portconfig.png

does anyone know what the heck is causing this only in SecureCRT?

Thanks

Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




--
hackmiester (Hunter Fuller)

badaboom who can help me ? i'm french and i don't know irc
Paladine can't help you with the being french part, you are screwed  
their mate





Phone
Voice: +1 251 589 6348
Fax: Call the voice number and ask.

Email
General chat: [EMAIL PROTECTED]
Large attachments: [EMAIL PROTECTED]
SPS-related stuff: [EMAIL PROTECTED]

IM
AIM: hackmiester1337
Skype: hackmiester31337
YIM: hackm1ester
Gtalk: hackmiester
MSN: [EMAIL PROTECTED]
Xfire: hackmiester






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-01 Thread Eric

hackmiester (Hunter Fuller) wrote:

Authentication required!

This server could not verify that you are authorized to access the URL 
/private/portconfig.png. You either supplied the wrong credentials 
(e.g., bad password), or your browser doesn't understand how to supply 
the credentials required.


In case you are allowed to request the document, please check your 
user-id and password and try again.


If you think this is a server error, please contact the webmaster.
Error 401
mikestammer.com
Fri Dec 1 11:14:00 2006
Apache/2.0.59 (FreeBSD)



oops im an idiot.

try this URL

http://mikestammer.com/upload/portconfig.png

Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-01 Thread Alex Zbyslaw

Eric wrote:


hello,

for some reason, when i do a 'make config' on a port, the border that 
used to be solid lines is no longer that way (at least when using 
SecureCRT). However, when i use putty, it looks as expected (and it 
used to in SecureCRT)


a screen shot is here:

http://mikestammer.com/private/portconfig.png

does anyone know what the heck is causing this only in SecureCRT?


So what terminal type is set when you use SecureCRT?  putty will use 
something like xterm or vt100 both of which will display make config 
correctly, but a setting for a dumb terminal or no setting will look 
more like your screenshot.


--Alex


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-01 Thread Eric

Alex Zbyslaw wrote:

Eric wrote:


hello,

for some reason, when i do a 'make config' on a port, the border that 
used to be solid lines is no longer that way (at least when using 
SecureCRT). However, when i use putty, it looks as expected (and it 
used to in SecureCRT)


a screen shot is here:

http://mikestammer.com/private/portconfig.png

does anyone know what the heck is causing this only in SecureCRT?


So what terminal type is set when you use SecureCRT?  putty will use 
something like xterm or vt100 both of which will display make config 
correctly, but a setting for a dumb terminal or no setting will look 
more like your screenshot.


--Alex


i have tried xterm, linux, ansi, etc all with the same result. i also 
tried different fonts in secureCRT to no avail.  Putty is using xterm 
and courier new.  weird


Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh client affecting fonts?

2006-12-01 Thread Eric

Eric wrote:

Alex Zbyslaw wrote:


So what terminal type is set when you use SecureCRT?  putty will use 
something like xterm or vt100 both of which will display make config 
correctly, but a setting for a dumb terminal or no setting will look 
more like your screenshot.


--Alex


i have tried xterm, linux, ansi, etc all with the same result. i also 
tried different fonts in secureCRT to no avail.  Putty is using xterm 
and courier new.  weird


i was playing with it more and it seems to work ok, from a serial 
console anyways, while using windows 2003. I am using Vista on this 
machine. could that be the culprit? putty has no such issue tho

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]