Displaying 20 results from an estimated 4000 matches similar to: "kernel message logging"
2004 Jul 13
3
Data collection in Linux TC queue
Dear All,
Would you guy have any advices concerning how to get some data like
queue length, pkt size, and so forth, from the running queue.
Right now, I modified the queue disc to print out some info I want using
printk() and use syslogd to catch those info up. The problem is, in
burst, syslogd can''t catch all the msg the queue sent out.
Are there any standard or better way to
2006 Mar 28
0
codec translation problem???
2013 Jun 28
3
[PATCH next] xen: Use more current logging styles
Instead of mixing printk and pr_<level> forms,
just use pr_<level>
Miscellaneous changes around these conversions:
Add a missing newline to avoid message interleaving,
coalesce formats, reflow modified lines to 80 columns.
Signed-off-by: Joe Perches <joe at perches.com>
---
drivers/net/xen-netback/netback.c | 7 +++----
drivers/net/xen-netfront.c | 28
2013 Jun 28
3
[PATCH next] xen: Use more current logging styles
Instead of mixing printk and pr_<level> forms,
just use pr_<level>
Miscellaneous changes around these conversions:
Add a missing newline to avoid message interleaving,
coalesce formats, reflow modified lines to 80 columns.
Signed-off-by: Joe Perches <joe at perches.com>
---
drivers/net/xen-netback/netback.c | 7 +++----
drivers/net/xen-netfront.c | 28
2013 Jun 28
3
[PATCH next] xen: Use more current logging styles
Instead of mixing printk and pr_<level> forms,
just use pr_<level>
Miscellaneous changes around these conversions:
Add a missing newline to avoid message interleaving,
coalesce formats, reflow modified lines to 80 columns.
Signed-off-by: Joe Perches <joe at perches.com>
---
drivers/net/xen-netback/netback.c | 7 +++----
drivers/net/xen-netfront.c | 28
2004 Jul 08
2
Slackware 10.0 and asterisk and 2.4 vs 2.6
I'm installing the new Slackware 10.0 distribution - but not sure if i
should go with the 2.4 kernal - which i think is the default install - or
the new 2.6 kernal? anyone running * and slackware 10.0 with 2.6 kernal?
thanks
joe
2007 Jan 16
0
[PATCH] linux/i386: enhance dump_fault_path() in the highpte case
As long as the pte page isn''t really located in highmem, there is no reason to
not access it, in order to print the complete page table hierarchy.
A functionally similar patch will go to lkml for native Linux.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: sle10-sp1-2007-01-12/arch/i386/mm/fault-xen.c
===================================================================
---
2004 Jul 16
1
/proc/xen/memory_target patch
This patch to the balloon driver eliminates the need for a user-space
program to slosh memory between domains and xen. This uses a proc
file at /proc/xen/memory_target. When read it reports memory the domain
owns in bytes. Writing a new value to the memory_target proc file
will cause the domain to exchange memory with xen to reach the target.
A xenolinux domain cannot grow bigger than it was
2008 May 12
1
openssh-5.0p1: sftp transfer logging doesn't appear to work with chroot environment [SOLVED]
On Sun, May 4, 2008 at 12:00 PM, Dan Yefimov <dan at nf15.lightwave.net.ru> wrote:
> On Sun, 4 May 2008, john wrote:
>
> > > What exact steps have you taken to accomplish what Damien proposed?
> >
>
> > Yes sorry Dan, I should have been specific.
> >
> > I created a file in my chroot root called /home/dev/auth.log
> >
> > Then I
2008 Jun 23
0
openssh-5.0p1: sftp transfer logging doesn't appear to work with
I've implemented the /dev/log socket inside my chroot environment. I'm
able to log the users interactions with the server, but I have one
remaining issue. The logs don't contain and usernames or userids. The
process ID is logged and we could go through and try to associate the
process ID with the user who logged in, but I was hoping to find an
easier way. We need to be able to
2002 Jul 19
0
[Bug 363] New: No logging of SSH activities under Solaris BSM
http://bugzilla.mindrot.org/show_bug.cgi?id=363
Summary: No logging of SSH activities under Solaris BSM
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2005 Nov 29
1
Installed Kernal (default)
Is there a description or statement that describes the stock kernal in
CentOS, and would give all the various modules it is compiled with? As
with BSD, I assume there are things in the kernal that are mandatory,
and then there are things that are optional or included so as to catch
most everything one could have w/r/t hardware. That being the case, as
with FreeBSD, removing those unneded
2003 Nov 01
2
ipfw2 logging
Dear list!
I have a little problem, trying
to enable logging of deny rule.
I have enabled it via kernel:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=3
It is ipfw2. After that, my inten-
tion was to use syslogd and
!ipfw
*.* /var/log/ipfw.log
and newsyslog with
/var/log/ipfw.log 600 3 100 * J
In rc.conf I have
firewall_enable="YES"
2002 Oct 09
0
SSHD logging on Solaris 8?
Hi Eric,
logging is configured in sshd_config with
-
# Logging
# obsoletes QuietMode and FascistLogging
SyslogFacility AUTH
LogLevel INFO
-
where 'SyslogFacility' specifies which "facility" (sorry;-), i.e. e.g. 'auth', 'daemon', 'mail' etc should be used and with 'LogLevel' you can specify how verbosely sshd should be.
Of course the
2011 May 10
1
Rationale for an absence of a native file-logging configuration option for OpenSSH-Server
Good afternoon, I wanted to ask quickly about the rationale for not allowing
explicit declaration of a log file to receive logging output. Whilst using
syslogd is convenient for system processes, for short-lived applications,
such as booting an SSH server (and wishing to monitor it) for testing
purposes? having to also configure syslogd to receive output is
inconvenient.
I ask because it seems
2004 Jun 04
3
syslogd(8) Dropping Privs
I made a quick change to syslogd(8) so that it can drop root
privileges immediately after starting up. It opens up the log
sockets (UNIX and network domains) and writes the PID files
before dropping privs. It drops privs before openning log
files and writing to users. Therefore, you would need to
modify your log file permissions appropriately. As for writing
to users, ttys generally are writeable
2008 Aug 02
3
crash when mounting
Hi guys,
I was playing on vmware with btrfs on complete disks /dev/sd{b,c,d,e}.
Next I decided to use partitions, so I created /dev/sd{b,c,d,e}1 and
used those, worked fine! Afterward, I mistakenly re-ran an old command
on the full disk ( mount -t btrfs -o subvol=. /dev/sdb /mnt/ ) notice
this is sdb not sdb1, and I got this spectacular kernel freeze. Let me
know if that''s some bug.
2012 Apr 15
2
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Hi all,I've been confuzed by this question for several days! I know there is Started Guild in llvm.org to tell me how tocompile helloworld.c into ,bc file. But what if it is a module that includes header files in linux?Could you be kind and tell me the clang command that can compile the following programme into a .bc file? Thank you! #include <linux/init.h>
#include
2004 Jul 20
0
[fdo] Linux with Graphics and Sound
Hello Linus Torvalds, Paul Davis,
The state of most desktop and office applications under Linux seem quite
healthy. People are working hard making the Linux desktop work. Yet, I
am very sorry, but I cannot describe the deployment and maintaince of 3D
graphics and sound API's as well as drivers as anything other than woeful.
My hope is an enviroment where both open-source and commcial
2007 May 08
0
Bug#422819: kernel BUG at drivers/xen/core/evtchn.c
Package: xen-hypervisor-3.0.3-1-i386-pae
Version: 3.0.3-0-2
Hi!
the error suddenly appeared when rebooting one of the etch instances
using xm reboot <name> on our etch server
DEVIDE:~# DEVIDE kernel: ------------[ cut here ]------------
DEVIDE kernel: CPU: 3
DEVIDE:~# Message from syslogd@DEVIDE at Tue May 8 11:45:27 2007 ...
Message from syslogd@DEVIDE at Tue May 8 11:45:27 2007