Red Hat / Fedora :: Store The Console Messages?

Mar 23, 2010

how can we store the console messages when linux system goes for reboot /is there any path that we can see these console logs. i need to check some ting on the console .

View 1 Replies


ADVERTISEMENT

Ubuntu :: Can't Send Log Messages To Console.

May 16, 2011

after upgrading to 11.04, natty, I have a problem with rsyslogd.

In previous releases I went to:

/etc/rsyslog.d/50-default.conf

and uncommented the lines under comment:

# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.

This was redirecting the log messages to a console I could get to via Ctrl-Alt-Fwhatever.

In natty, this no longer works. When I switch to the relevant console I get a blank screen with a blinking cursor.

The file /etc/rsyslog.d/50-default.conf still exists. A new arrival is also 50-default.conf.ucf-dist which, as far as I can tell is a clone and which I have also modified like 50-default.conf.

The file /etc/rsyslog.conf (configuration file for rsyslogd) exists and its last line reads:

$IncludeConfig /etc/rsyslog.d/*.conf

which presumably should force rsyslogd to read 50-default.conf at startup.

Looking at the running processes I can see that rsyslogd runs.

View 4 Replies View Related

Red Hat :: Disabling Kernel Messages On Console?

May 17, 2010

is there any way to disable kernel messages on the console? The problem I have is that it is almost impossible to work on the console due to a flood of file system errors from the kernel.

I've checked /etc/syslog.conf and disabled kernel logging to the console. Even with syslog turned off the messages still flood the console.

View 2 Replies View Related

Slackware :: No Console Messages During Boot?

Jun 23, 2010

I'm running slack64 13.0. At initial boot i see the two penguins and text from th kernel scrolls past until my root partition is mounted where upon all messages stop until the console prompt or KDM pops up. Everything seems to be operating as normal but i've no idea whats happening during the rc scripts (FS checking, etc). When shutting down though the rc.6/rc.0 script messages appear in the console though.

To my knowledge i've not changed anything that would effect this (just modified inittab for runlevel 4 & tty4,5,6 in runlevel 4).

There's nothing in dmesg but most messages don't get logged there as i understand.

View 12 Replies View Related

General :: Console Display Dmesg Messages?

Feb 15, 2011

I've been getting messages, that should be in the dmesg log, on the console.This has been happening for a while, but I finally got tired of them.My system is Fedora release 14, Kernel 2.6.35.11-83 on an x86_64.When I reboot I get the following displayed with the login prompt.[ 52.492937] readahead-collector: starting delayed service auditd[ 52.795508] readahead-collector: sorting[ 53.033970] readahead-collector: finished

View 2 Replies View Related

General :: How To Display Console Messages In Ssh Session?

Mar 2, 2011

I have logged as e.g. user1 via ssh into my machine. Then I perform `su -` to switch to root user and I don't see debug messages which are normally displayed when I log as root via system console.How to display console messages in ssh session ?

View 1 Replies View Related

General :: Disable Console Messages At Boot Time?

Sep 5, 2011

I am using Arch Linux and want to disable console messages which are displayed when the kernel boots. I have tried the quiet and loglevel=2 options in /boot/grub/menu.1st as given below:

kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/c6dbfcdc-fcd8-498e-9182-f3bddc4f05ff ro loglevel=2

However I am still seeing console messages at boot. I used grub-install after the changes.

Any ideas where I am going wrong?

View 1 Replies View Related

Ubuntu :: Silence On Screen Console Messages At Bootup?

May 1, 2010

After grub loads the kernel I'll get an on screen message from the console showing: cannot reserve MMIO region And I was wondering is there a way to silence console messages so you don't see them at bootup?

Could setting dmesg work:-nlevel Set the level at which logging of messages is done to the console. For example, -n 1 prevents all messages, expect panic messages, from appearing on the console.So typing at a term 'dmesg -n 1' will work?

View 3 Replies View Related

OpenSUSE Install :: Autologin - Syslog - Kernel Messages - Console

May 9, 2010

What i'm trying to accomplish seems rather silly but is needed for my little project here.

I'm using OpenSuSE 11.2 as a media center PC and need it to login automatically(console not X). That one i accomplished without problems.

However, after login i can see all the info about the services that were started and that needs to "go away".

One could do a "clear" in the .bash_rc and or .bash_profile but it will still show the login prompt which i don't want to see either (i don't even want to see the blinking cursor as well).

Question: How do i accomplish that so that the login console shows only the "splash screen" without any output of the kernel,rc.status nor the "issue-file"... just a plain blank screen ?

View 6 Replies View Related

Ubuntu Servers :: Disable GUI Console On 10.04 - Get Traditional Messages When Booting?

Apr 28, 2010

I want to know if there is a way to disable the GUI console on 10.04 Server I want the traditional pure text console ... no plymouth, no plymouth-theme, just 80x24 console. Another question, Is there a way to get those traditional messages when booting? Like 8.04 Server does?

[code]...

View 9 Replies View Related

Slackware :: Error Messages On The Text Console When Runnig Startx

Jun 10, 2010

Slackware 12.0 (GNU/linux kernel 2.6) I am said slackware is very stable (I suppose this means it has few bugs). However, every time I run startx to start the graphical interface, for a brief moment I can see (just before the screen is put in graphical mode) a lot of error messages. How can this be? I use slack 12 a lot and have reinstalled this distro many times. However the described behavior always repeats.

View 14 Replies View Related

General :: Where Does ITunes Store Its Stuff - Copy Its Data Store To An External Drive

Dec 8, 2009

I have two students whose windows laptops are riddled with malware and not working properly. They want me to help them install Linux (which we use in school), but they are concerned about their iTunes.

Having avoided iPods as "defective by design", I know nothing about iTunes whatsoever. However I remember reading about DRM locking and such problems that have me concerned that I won't be able to do it.

Where does iTunes store its stuff?

Can I copy its data store to an external drive, and then into a linux home?

Then will it work on wine, or can another manager (rhythmbox etc) access the itunes data?

Alternatively, if I partition the drive and install linux, can rythmbox/wine/something access itunes data on the win partition?

Supposing they are buying music through iTunes, what will happen to that account?

Finally, one of them has an iphone. Does that work with linux?

Ironic that an apple application is blocking migration away from windows.

View 9 Replies View Related

Programming :: Logging Messages From Program Doesn't Reach /var/log/messages?

Jul 13, 2011

I have a syslog-ng running and kernel build of 2.6.34.8 I use a syslog API in my program with facility LOG_LOCAL5 and and levels debug err and crit and info. when I ran on the older syslog facility I had everything logged fine as I intended. now I have written these rules into the syslog-ng.conf:

options {
flush_lines (0);
time_reopen (10);
log_fifo_size (1000);

[code]....

the last two rules show my program gnssapp. the result is all debug levels or crit or err levels I don't see any of them !

View 3 Replies View Related

Fedora :: Can Store And Backup Files Online

Mar 12, 2010

How is it possible to store and backup our files online? I don�t know that how this concept actually works. is there any kind of device needed while storing data at another location

View 2 Replies View Related

Fedora Servers :: Backing-store Does Not Get Added

Jul 22, 2011

I just started playing with iscsi and have some issues.

This below works great (I can connect to this new device from my clients):

Code:
tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2011-07.home.joma:jomamgmt01.data
tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 1 -b /dev/sdb
tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL

[Code].....

The backing-store does not get added.

View 3 Replies View Related

Ubuntu Multimedia :: One Music Store / Message "Connecting You To One Music Store"?

Jun 24, 2010

I added a song to my basket and when I click Checkout....it just stays on this message "Connecting you to the Ubuntu One Music Store..." and does nothing.

How can I fix this so I can buy music?

View 2 Replies View Related

Fedora Security :: Setting Up Server To Store User Login Information

Mar 18, 2010

I wanted to set up Computer Lab. loading Fedora 11 OS and one system acting as a Server to store Users(Student) Login Informations. When students do a programs, all programs (eg, C++ programs) files should be saved in the local fedora system but when login to the system, the login should be validate by a Server System.

View 5 Replies View Related

Software :: Start A Program From Tty1 Console To Be Executed In Tty2 Console?

Sep 8, 2010

How can I start a program from tty1 console text mode to be executed in tty2 console text mode? Actualy I would like to start a program (chat client cli program) in tty8 automaticaly when linux PC boots.

View 6 Replies View Related

Security :: Stop Particular Messages In /var/log/messages?

May 30, 2009

More than 7 G bytes were logged to the messages file last three weeks I got this message in /var/log/messages I want to stop this messaging cause it takes to much space

Quote:

Apr 30 20:25:18 TEST-NODE kernel: IPT: IN_NOMATCH IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:17:a4:a7:3d:a2:08:00 SRC=172.26.16.27 DST=172.26.16.255 LEN=104 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=10100 DPT=10100 LEN=84

[code]...

View 7 Replies View Related

Fedora :: /var/log/messages Is Empty?

May 6, 2010

I have a big problem : I have FC12 and my /var/log/messages is empty and I don't know I have tried to stop the rsyslogd then restart it -- did not solved my problem.I have also tried the "logger" command -- messages file is still empty.Does anyone has any idea what's wrong with my syslogd?

View 7 Replies View Related

Fedora :: 14 - No Shutdown Messages?

Dec 30, 2010

When I shut down fedora 14, no messages are displayed. I commented out "rhgb quiet" to display the startup messages. How do I configure Fedora 14 to display the shutdown messages when shutting down?

View 4 Replies View Related

Fedora :: See All Messages Given Out By Fc12 System?

Feb 19, 2010

I'd like to see all messages given out by my fc12 system. So no graphical interface shows up when I shall type the bootloader-password or log-in with my user.

View 1 Replies View Related

Fedora :: Tail -f /var/log/messages Info

Jul 30, 2010

I was using Opensuse on Virtualbox earlier today. I issued the tail -f /var/log/messages command on Opensuse 11.3 to see the messages. Then I logged in from my Mac into Opensuse 11.3. I noticed that Opensuse was displaying realtime messages of the things happening. For eg, I entered a wrong su password and it displayed that too. But no such things were happening on my Fedora 13 installation. So is there any way if I could get some realtime messages on Fedora 13 too like the one on Opensuse..?

View 4 Replies View Related

Fedora :: See Boot-up And Shutdown Messages?

Mar 6, 2011

During boot-up and shutdown of Fedora-14-x86_64-Live-Desktop.iso live USB, I just see some graphical stuff. What needs to be done so that the screen shows text messages about what's happening during boot-up and shutdown?

View 2 Replies View Related

Fedora :: How To View Boot Up Messages

Jun 19, 2011

What /where is the file, that shows boot up messages.

View 2 Replies View Related

Fedora :: Slow Down Boot Messages?

Aug 3, 2011

I'm getting a boot message that goes by too quickly to read. Is there a way to slow them down?

View 11 Replies View Related

Red Hat / Fedora :: Ldap Error Messages ?

Mar 29, 2010

What do these error messages mean.

View 9 Replies View Related

Red Hat / Fedora :: Winbind Keeps Writing Messages To Log?

Nov 17, 2010

I have a few Redhat 8 servers that I have shut the winbind service off, yet I see lots of message int he /var/log/messages log in regards to winbind. The message i am seeing are

pam_winbind[25640]: write to socket failed!
pam_winbind[25640]: internal module error (retval = 3, us
er = `root'

There is a lot of these messages in the log.

View 1 Replies View Related

Fedora Networking :: Sending Messages To Other Computers Over LAN?

May 23, 2009

I have a laptop (running Fedora 10 KDE version) and a desktop (running Ubuntu 7.10) on my home network. Is there any way to send messages from one computer to another through LAN ?

View 5 Replies View Related

Fedora :: Running Update Shows Some Messages?

Dec 7, 2009

When I did update a few minutes back, it showed me the following messages

Quote:

/boot/initramfs-2.6.31.5-127.fc12.i686.PAE.img: contents have been changed
/lib/modules/2.6.31.5-127.fc12.i686.PAE/kernel/drivers/gpu/drm/nouveau/nouveau.ko: No such file or directory

[code]...

I've not changed contents of any of these. Then why does it show me this messages? I did install akmod for my Nvidia graphics card for which I followed the steps mentioned for nouveau.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved