Results 1 to 9 of 9
Have attempted to find reasons for the output of lsof regarding unknown processes /proc/exe in particular.
Any thoughts?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-02-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 5
lsof unknown/proc/exe
Have attempted to find reasons for the output of lsof regarding unknown processes /proc/exe in particular.
Any thoughts?
- 11-02-2009 #2
- 11-02-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 5
lsof unknown /proc/exe
Hi not on a server.
I have seen outputs of lsof regularly in posts from other users and these posts also display
these outputs.
Am still yet to find an answer as to examples below which appear for multiple processes.
ksoftirqd 4 root txt unknown /proc/4/exe
kthreadd 2 root txt unknown /proc/2/exe
netns 10 root txt unknown /proc/10/exe
and so on.
I am running as root and have used lsof on a numbr of distributions.
It may be just a quirk in lsof?
Regards.
- 11-02-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
That simply means that proc doesn't know what the file type is. I have a lot of these on my CentOS system, so I don't think it's anything to be concerned with.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-03-2009 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 5
new post boot.log
Hi this is the output of boot.log ( syslog output ) on a newly installed fedora 11system.
Has anyone a similar output? That is it is not in usual text output.
Regards
%G Welcome to [0;34mFedora[0;39m
Press 'I' to enter interactive startup.
Starting udev: %G[60G[[0;32m OK [0;39m]
Setting hostname vl: [60G[[0;32m OK [0;39m]
mdadm: No arrays found in config file or automatically
Setting up Logical Volume Management: 2 logical volume(s) in volume group "vg_vl" now active
[60G[[0;32m OK [0;39m]
Checking filesystems
Fedora-11-i686-L: clean, 89022/4808704 files, 986224/19229696 blocks
/dev/sda1: clean, 42/51200 files, 29177/204800 blocks
[60G[[0;32m OK [0;39m]
Remounting root filesystem in read-write mode: [60G[[0;32m OK [0;39m]
Mounting local filesystems: [60G[[0;32m OK [0;39m]
Enabling local filesystem quotas: [60G[[0;32m OK [0;39m]
Enabling /etc/fstab swaps: [60G[[0;32m OK [0;39m]
Entering non-interactive startup
Enabling p4-clockmod driver (passive cooling only): [60G[[0;32m OK [0;39m]
iptables: Applying firewall rules: [60G[[0;32m OK [0;39m]
Starting auditd: [60G[[0;32m OK [0;39m]
Starting portreserve: [60G[[0;32m OK [0;39m]
Starting restorecond: [60G[[0;32m OK [0;39m]
Starting system logger: [60G[[0;32m OK [0;39m]
Starting irqbalance: [60G[[0;32m OK [0;39m]
Starting system message bus: [60G[[0;32m OK [0;39m]
Starting Avahi daemon... [60G[[0;32m OK [0;39m]
Starting HAL daemon: [60G[[0;32m OK [0;39m]
Setting network parameters... [60G[[0;32m OK [0;39m]
Starting NetworkManager daemon: [60G[[0;32m OK [0;39m]
Starting crond: [60G[[0;32m OK [0;39m]
[60G[[0;32m OK [0;39m]
- 11-03-2009 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
Those are terminal escape sequences, which indicate that either you are using a serial/network console that is not an ANSI-compliant terminal, or your TERM environment is incorrect.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-03-2009 #7Just Joined!
- Join Date
- Nov 2009
- Posts
- 5
Serial terminal
Hello Rubberman thanks for the reply.
By serial terminal do you mean /dev/ttyS0 or /dev/ttyS1?
As far as I am aware I am not using a terminal over a network.
How would I determine if the or a terminal is open to an external network?
And is it usual to use a serial terminal and for what purposes?
Thanks in advance.
- 11-03-2009 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
Linux is a traditional multi-user system. You can have "dumb" terminals attached via RS-232 serial interfaces. There are times when you don't want a server to have a graphic console, so often you can configure the system to use a serial port as the main console port for system configuration, updates, etc. Some can also be configured for the console to be a remote system or terminal attached via ethernet. In any case, I assume that in your case, you have a standard keyboard and monitor attached to the system? If so, then possibly something is altering the default TERM environment. When your system boots into a text mode environment the default types should probably be "ansi" or something like that. Once you are in the GUI window manager and start a terminal (command line) session, the type in the terminal window will likely be "xterm", which is a superset of the "ansi" terminal type with some extra capabilities such as handling scroll-back buffers, etc.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-05-2009 #9Just Joined!
- Join Date
- Nov 2009
- Posts
- 5
grub2 links to sound files
grub2 links to sound files


Reply With Quote
