similar to: /var/log/message file "nmhs ...."???

Displaying 20 results from an estimated 1000 matches similar to: "/var/log/message file "nmhs ...."???"

2013 Aug 27
2
Re: Oracle RAC in libvirt+KVM environment
>> I found that scsicmd can't pass all the scsi3_test but the result of >> sg_inq is the same as it in the host. >> >> I am absolutely confused about this situation. Am I missed some >> information about it? I guess this is caused by the lack of capability. Please check if enough capability was added to kvm process by the following steps. 1. Check the pid of
2014 Dec 04
0
wield messages on /var/log/messages after install BACKEXEC
we have Centos 5.X on DELL servers.? Recently we upgrade to BACKEXEC? later version of software and /var/log/messages have following messages: Dec? 3 18:19:04 ORA1 modprobe: WARNING: Unmatched bracket in ????? 0E[r?????/N Dec? 3 19:14:45 ORA1 modprobe: WARNING: Unmatched bracket in ??????(A[v???? Dec? 3 19:14:45 ORA1 modprobe: WARNING: Unmatched bracket in ???,C[t???? Dec? 3 19:14:45 ORA1
2017 Jan 04
2
[PATCH] virtio_blk: avoid DMA to stack for the sense buffer
Hi Christoph, 2017-01-04 6:25 GMT+01:00 Christoph Hellwig <hch at lst.de>: > Most users of BLOCK_PC requests allocate the sense buffer on the stack, > so to avoid DMA to the stack copy them to a field in the heap allocated > virtblk_req structure. Without that any attempt at SCSI passthrough I/O, > including the SG_IO ioctl from userspace will crash the kernel. Note that >
2017 Jan 04
2
[PATCH] virtio_blk: avoid DMA to stack for the sense buffer
Hi Christoph, 2017-01-04 6:25 GMT+01:00 Christoph Hellwig <hch at lst.de>: > Most users of BLOCK_PC requests allocate the sense buffer on the stack, > so to avoid DMA to the stack copy them to a field in the heap allocated > virtblk_req structure. Without that any attempt at SCSI passthrough I/O, > including the SG_IO ioctl from userspace will crash the kernel. Note that >
2016 Feb 01
1
Advice on virtio, or any virtualization solution for hdparm
At the present moment, my guest is running inside qemu and host is kvm intel, running Ubuntu 14.04, kernel is 4.3.0 stable. From within the guest, when I run "hdparm -i /dev/sdb" on the guest, I get: HDIO_GET_IDENTITY failed: Invalid argument as the error,but on the host, I will get the full harddisk/SSD info. Can I know how to resolve this so that the output is the same for both
2001 Dec 17
1
help for input
Hello, all, I have a question regarding data input. For example: I have a file like this Group exp value 001 1 1 5 002 1 2 4 003 1 3 4 004 2 1 4 005 2 1 4 006 3 2 3 007 3 4 5 008 3 4 5 009 3 5 6 I read it using f<-read.table("infile") we have 3 groups here, group1 have 3 exps group 2 havs 2 exps group 3 has 4 exps After I read the file,
2009 Dec 15
7
how to delete file "--filename"??
i have file on CENTOS 4.6 and I tried to delete it failed. I have been tried following way but NOT work: rm -i * rm --filename rm \--filename rm "\--filename" rm '\--filename' any ideal? ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2019 Dec 12
1
[PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
On Thu, Dec 12, 2019 at 01:28:08AM +0100, Paolo Bonzini wrote: > I think it's because the only ioctl for virtio-blk is SG_IO. It makes > sense to lump it in with scsi, but I wouldn't mind getting rid of > CONFIG_VIRTIO_BLK_SCSI altogether. CONFIG_VIRTIO_BLK_SCSI has been broken for about two years, as it never set the QUEUE_FLAG_SCSI_PASSTHROUGH flag after that was introduced.
2002 Sep 10
2
installing samba 2.2.5 -- no luck...any ideas?
I know I am doing something wrong, but I can't figure out what. I have downloaded the samba-latest.tar -- 2.2.5; gzip -d; tar -xvf. aix 5.1 cd /usr/local/samba-2.2.5/source ./configure (having gcc installed) bottom few line of screen after configure finishes: checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... no,
2010 Jan 05
7
setup schedule cron job every other week?
We have CENTOS 5 on DELL server. I tried to setup schedule cron job to run every other week on Saturday (NOT first and third week ). Does ayone has ideal how to do it? Thanks. ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2015 Sep 17
1
[RFC PATCH 0/2] virtio nvme
On Wed, Sep 16, 2015 at 11:10 PM, Nicholas A. Bellinger <nab at linux-iscsi.org> wrote: > Hi Ming & Co, Hi Nic, > > On Thu, 2015-09-10 at 10:28 -0700, Ming Lin wrote: >> On Thu, 2015-09-10 at 15:38 +0100, Stefan Hajnoczi wrote: >> > On Thu, Sep 10, 2015 at 6:48 AM, Ming Lin <mlin at kernel.org> wrote: >> > > These 2 patches added virtio-nvme to
2015 Sep 17
1
[RFC PATCH 0/2] virtio nvme
On Wed, Sep 16, 2015 at 11:10 PM, Nicholas A. Bellinger <nab at linux-iscsi.org> wrote: > Hi Ming & Co, Hi Nic, > > On Thu, 2015-09-10 at 10:28 -0700, Ming Lin wrote: >> On Thu, 2015-09-10 at 15:38 +0100, Stefan Hajnoczi wrote: >> > On Thu, Sep 10, 2015 at 6:48 AM, Ming Lin <mlin at kernel.org> wrote: >> > > These 2 patches added virtio-nvme to
2009 Oct 06
3
how to turn off "update info" on /var/log/messages
we have CENTOS 5.3 on DELL server. This server is inside firewall and it continue get error messages on /var/log/messages: error getting update info: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again anyone know how to turn off it? Thanks. ___________________________________________________ ??????? ? ????????????????
2019 Dec 11
4
[PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
On Wed, Dec 11, 2019 at 09:42:49PM +0100, Arnd Bergmann wrote: > Each driver calling scsi_ioctl() gets an equivalent compat_ioctl() > handler that implements the same commands by calling scsi_compat_ioctl(). > > The scsi_cmd_ioctl() and scsi_cmd_blk_ioctl() functions are compatible > at this point, so any driver that calls those can do so for both native > and compat mode, with
2019 Dec 11
4
[PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
On Wed, Dec 11, 2019 at 09:42:49PM +0100, Arnd Bergmann wrote: > Each driver calling scsi_ioctl() gets an equivalent compat_ioctl() > handler that implements the same commands by calling scsi_compat_ioctl(). > > The scsi_cmd_ioctl() and scsi_cmd_blk_ioctl() functions are compatible > at this point, so any driver that calls those can do so for both native > and compat mode, with
2009 Sep 08
3
how to clean YUM download?
We have CENTOS 5.2 on DELL server. While I run "yum update" and yum start download files. in middle of download there have power surge and computer reboot. Does there has way to clean yum download? Thanks ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2009 Dec 21
2
CENTOS 5.3 "kernel segfault at ..."
We have CENTOS 5.3 on DELL server. Recently I saw /var/log/messages have following pop-up: Dec 19 11:31:45 ORA2 kernel: oracle[18900]: segfault at fffffffffffffff0 rip 0000000007d54183 rsp 00007fff8eff2c60 error 4 Dec 19 11:31:49 ORA2 kernel: oracle[18902]: segfault at fffffffffffffff0 rip 0000000007d54183 rsp 00007ffff5e12a80 error 4 Dec 19 11:31:53 ORA2 kernel: oracle[18904]: segfault at
2009 Aug 18
2
OT: RAID5, RAID50 and RAID60 performance??
We have several DELL servers with MD1000 connect to it. Server will install CENTOS 5.x X86_64 version. My questions are: 1. Which configuration have better performance RAID5, RAID50 or RAID60? 2. how much performance difference? ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2009 Dec 21
3
scp copy remote files does NOT copy link?
We have CENTOS 5.3 on DELL servers. I tried to us following command to copy remote files system to local: scp -rp oracle at ORA2:/home/app/oracle/10.2 . After SCP finish copy, I found some files on source file system using "link" but on target file systems it change to "physical file". Does there has way scp not change "link" setup? Thanks.
2011 Dec 22
0
[PATCH] Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-4127, RHBZ#757071)
From: "Richard W.M. Jones" <rjones at redhat.com> CVE-2011-4127 is a serious qemu & kernel privilege escalation bug found by Paolo Bonzini. http://seclists.org/oss-sec/2011/q4/536 An untrusted guest kernel is able to issue special SG_IO ioctls on virtio devices which qemu passes through to the host kernel without filtering or sanitizing. These ioctls allow raw sectors from