nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Display remote console messages

This is a discussion on Display remote console messages within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; Hai, If I'm login to console I can see all message like dropped packets or bad login attempt or su ...


Go Back   nixCraft Linux Forum > *BSD Operating systems > All about FreeBSD/OpenBSD/NetBSD

Linux answers from nixCraft.


All about FreeBSD/OpenBSD/NetBSD Discuss all about the Rock solid FreeBSD/OpenBSD/NetBSD. You are free to talk about any issues related to BSD administration, networking, services and other stuff, share information or ask doubts.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-26-2005, 10:32 PM
ac007
Guest
 
Posts: n/a
Default Display remote console messages

Hai,

If I'm login to console I can see all message like dropped packets or bad login attempt or su login failed attempt, If I'm login from home to same server I'm not able to see console messages. I'm using freebsd 6.0
Reply With Quote
  #2 (permalink)  
Old 12-28-2005, 12:20 AM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

So you wanna see console messages over a remote login? Try age old tail -f command:
Code:
tail -f /var/log/messages
Reply With Quote
  #3 (permalink)  
Old 12-28-2005, 12:23 AM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

Better try
Code:
tail -f /var/log/messages &
So you can keep working message keep coming
Reply With Quote
  #4 (permalink)  
Old 12-29-2005, 11:20 PM
Guest
 
Posts: n/a
Default freebsd syslogd restart

How can I restart syslod? Under FreeBSD os.
Reply With Quote
  #5 (permalink)  
Old 12-29-2005, 11:22 PM
Guest
 
Posts: n/a
Default

You can also configure such behavior by make changes in /etc/syslog.conf file read man page and open configuration file
Reply With Quote
  #6 (permalink)  
Old 12-29-2005, 11:24 PM
Guest
 
Posts: n/a
Default freebsd syslogd restart

How can I restart syslod? Under FreeBSD os.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Display number of processors on linux tom Getting started tutorials 9 12-22-2008 07:56 PM
Linux Server Administration via Serial Console chiku Networking, Firewalls and Security 0 11-24-2007 11:15 AM
Display Linux kernel information sweta Getting started tutorials 0 07-27-2007 07:00 AM
Display Problem in CentOS 4.4 kasimani Linux software 1 05-05-2007 01:36 PM
gtk warning cannot open display gnome Linux software 1 03-14-2006 12:50 PM


All times are GMT +5.5. The time now is 09:17 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2009 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38