search for: kenel

Displaying 20 results from an estimated 36 matches for "kenel".

Did you mean: kernel
2003 Oct 25
1
PXElinux error - Invalid or corrupt kenel....
Hello all, Im a newbie trying to netboot a P4 machine with 1 gig of ram and no HD, I've set up the DHCP and ftp servers and PXElinux is loaded onto the client and gets to the boot prompt. When I type in the kernel name, in this case bvmlinux (compiled from source I got from kernel.org) linux-2.5.9 I get the error "Invalid or corrupt kernel image" Any suggestions on what this
2004 Aug 18
0
kenel panic tc+netfilter+kernel
Dear all, My os: Redhat 9 with 2.4.20 shipped kernel with redhat. I have even changed my hardware and tried but same error. I have changed the kernel to 2.4.21 then also i m getting this error. when i am starting my bandwidth script i m getting below errors. then my machine gets unusable. This is surely something related with tc /iptables and kernel but i cant sort out what is the problem. Can
2018 May 15
0
How to analyze a linux kenel system call function's read and write data type?
Hi all, I want to use llvm to analyze the dependency between the system call fuction( defined like sys_**() ) by analyze its read and write data type. I'm a new in using llvm to statically analyze the C souce code. I have learned how to write Pass and searched some materials for a month, but didn't know exactly how to do it. I have some troubles, it's very kind of you to give me some
2015 Jun 29
4
Libvirt 1.2.15 and Kernel 3.18.12 RPMs pushed to the Xen4
I have signed and pushed the libvirt-1.2.15-3 and kenel-3.18.12-11 RPMs into the xen4 repository for CentOS-6.6. These have been in virt6-testing for a few months now with no negative reports. They should be available on mirror.centos.org in 30 or so minutes and externally as those mirrors update themselves against mirror. Thanks, Johnny Hughes ----...
2005 Sep 03
2
xen unstable build domU kenel fails on entry.S
amd64:/usr/src/xen-unstable.hg#hg tip changeset: 6597:a1de77c1486c5f35884e9f578b7f33b6bd75c362 tag: tip user: shand@ubuntu.eng.hq.xensource.com date: Sat Sep 3 03:36:29 2005 summary: Enable ''live'' migration from a tools pov; prior to this the ''live'' flag was Which option in make ARCH=xen menuconfig should i disable to get rid of
2005 Mar 03
4
Steroids for Rsync!
I've been researching the state of 'file alteration monitoring' technology on Linux. Famd uses dnotify to inefficently monitor a handful of directories. The replacement for dnotify is being worked on in the kenel and it's called inotify. If I understand it correctly and they get it finished, it would be an awesome addition to rsync. With it, you could run rsync to update a remote system (push mode) and keep it up2date. With inotify efficiently feeding 'file opened for write was just closed'...
2005 Dec 30
0
RE: Using the -xen kernel rather than -xen0/U was Poorhard disk performance on xen-3/dom0
...gt; On Fri, Dec 30, 2005 at 12:33:46PM -0800, David H wrote: > > >users really should be using the -xen kernel rather than -xen0/U. > > > > This is very good advice, and easy to follow. If you are > building Xen > > for testing or production use the "xen" kenel. It is much > more like > > the kenel in most distributions, everything compiled as a module. > > I really hope this will not become enforced so much that it''s > the only way to do things as personally I detest initrds and > only use kernels compiled with exactly...
2010 May 06
1
bridge :: kernel panic
Hi! I have an bridge that keeps crashing (random times .. days with 5-6 crashes with normal functioning of 1-2 weeks) my machine that is used also as gateway (nat). the problem is that i don't have an log of the kenel panic so i don have what to post ... The configuration of bridge is like this: (each eth0 and eth1 are in different vlans in switch) $IFCONFIG eth0 0.0.0.0 $IFCONFIG eth1 0.0.0.0 $BRCTL addbr br0 $BRCTL addif br0 eth0 $BRCTL addif br0 eth1 $BRCTL stp br0 off $IFCONFIG br0 194.102.58.157 netmask...
2013 Apr 07
4
[BUG] btrfs.fsck failing to fix corrupted block
Hi there, I am newbie and recently started using btrfs. Now facing a weird problem. FWIW, I am on archlinux, kenel v3.8.0, having Btrfs v0.20-rc1. After an abnormal reboot, getting these errors while boot: systemd.fsck[289]: checking extents systemd.fsck[289]: checking fs roots systemd.fsck[289]: checking root refs systemd.fsck[289]: found 23728128 bytes used err is 0 systemd.fsck[289]: total csum bytes: 23092...
2013 Aug 21
2
Information needed regarding the libvirt version libvirt-1.0.6-1
...3 1 memory 2 3 1 freezer 0 1 1 net_cls 0 1 1 blkio 0 1 1 * *# chkconfig --list | grep cg cgroups_mount 0:off 1:on 2:on 3:on 4:on 5:on 6:off* We have also found that there is no "cgroup" directory created by kenel under "/sys/fs/". We suspect that the 'cgroup' controllers are not mounted properly and hence the issue is observed. While using the libvirt-1.0.5 version below mentioned mount commands were sufficient to mount cgroup controllers *mkdir -p /dev/cgroup_cpuacct mount -t cgroup -o...
2016 May 25
3
[PATCH] x86/paravirt: Do not trace _paravirt_ident_*() functions
...ravirt_nop(), _paravirt_ident_32() and _paravirt_ident_64() It was found that this is only an issue when noreplace-paravirt is added to the kernel command line. This means that those functions are most likely called within critical sections of the funtion tracer, and must not be traced. In newer kenels _paravirt_nop() is defined within gcc asm(), and is no longer an issue. But both _paravirt_ident_{32,64}() causes the following splat when they are traced: mm/pgtable-generic.c:33: bad pmd ffff8800d2435150(0000000001d00054) mm/pgtable-generic.c:33: bad pmd ffff8800d3624190(0000000001d00070) mm...
2016 May 25
3
[PATCH] x86/paravirt: Do not trace _paravirt_ident_*() functions
...ravirt_nop(), _paravirt_ident_32() and _paravirt_ident_64() It was found that this is only an issue when noreplace-paravirt is added to the kernel command line. This means that those functions are most likely called within critical sections of the funtion tracer, and must not be traced. In newer kenels _paravirt_nop() is defined within gcc asm(), and is no longer an issue. But both _paravirt_ident_{32,64}() causes the following splat when they are traced: mm/pgtable-generic.c:33: bad pmd ffff8800d2435150(0000000001d00054) mm/pgtable-generic.c:33: bad pmd ffff8800d3624190(0000000001d00070) mm...
2003 Aug 19
1
Win2k patch
...not accesible. My question is, 1) do i need to install a patch at the win2k machine? If I do, boy did the authors miss that one out big time!!! 2)If its not the patch, what is it then? 3) How do i know what is the version of samba am I currently Linux? 4) Samba is dependent on distribution or kenel or something else? Please do help me in this. My questions and your answers would help a lot of people. I'm going to post it at the following yahoo groups to help others. 1) http://groups.yahoo.com/group/LinuxMalaysia/ (Linux advocates in Malaysia) 2) http://groups.yahoo.com/group/linux_stu...
2011 Jan 05
2
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
陳韋任 wrote: > Linux ps3 2.6.32-rc2-00995-g96ebbe6-dirty #2 SMP Fri Oct 2 15:12:28 CST > 2009 ppc64 Cell Broadband Engine, altivec supported GNU/Linux Yes, the kenel is 64 bit, but you may still have a pure 32 bit userspace (thats what my dual G5 PowerMac running Linux has). Does your maching have directories like /lib64 and /usr/lib64? If you compile a program like: #include <stdio.h> int main (void) { printf ("sizeof (void*) : %z...
2015 Jul 16
0
Libvirt 1.2.15 and Kernel 3.18.12 RPMs pushed to the Xen4
Johnny Hughes <johnny at centos.org> wrote: > I have signed and pushed the libvirt-1.2.15-3 and kenel-3.18.12-11 RPMs > into the xen4 repository for CentOS-6.6. These have been in > virt6-testing for a few months now with no negative reports. Kernel 3.18.12-11 failed to boot on a Dell PowerEdge R620 - unable to start init, but restarted immediately after and I'm not currently able to te...
2015 Jul 16
0
Libvirt 1.2.15 and Kernel 3.18.12 RPMs pushed to the Xen4
On 06/29/2015 12:24 PM, Johnny Hughes wrote: > I have signed and pushed the libvirt-1.2.15-3 and kenel-3.18.12-11 RPMs > into the xen4 repository for CentOS-6.6. These have been in > virt6-testing for a few months now with no negative reports. Is there any intent to keep that 3.18 kernel up to date with security patches, or is it just intended for testing? -- Bob Nichols "NOSPAM&q...
2005 Jun 27
0
Xen installation from source
...ed the kernel with the following option as built-in [*] Root file system on NFS I get the following error: Root-NFS: No NFS server available, giving up. VFS: Unable to mount root fs via NFS, trying floppy. VFS: Insert root floppy and press ENTER And when I compiled it without the above option, the kenel rebooted without showing any error. This is what my entries in GRUB are : title Xen 2.0 root (hd0,1) kernel /xen-2.0.6.gz ro root=LABEL=/ console=tty0 module /vmlinuz-2.6.11.10-xen0 What should be the mandatory kernel configuration parameters for Xen to work? Please suggest. -- Subhabrata Bh...
2009 Aug 28
0
Cannot create PV guests
I have 3.4.2 Dom0(kenel 2.6.31-rc6) on top of fedora11 xend has started [root@HPCNL-SR-2 xen]# xm list Name                                        ID   Mem VCPUs      State   Time(s) Domain-0                                     0  7607     8     r-----    232.6 But i am unable to create PV guest in anyway. my virt-manage...
2011 Jan 12
0
WinXp physical to virtual problem: stuck at "Booting from hard disk"
...is correctly detected (also the dimension is detected), but the VM freeze on the "Booting from hard disk..." sentence. I first tried this configuration file: ---------- import os, re device_model = ''/usr/lib64/xen-3.2-1/bin/qemu-dm'' vcpus = 1 acpi = 1 pae = 1 apic = 1 kenel = ''/usr/lib/xen-3.2-1/boot/hvmloader'' builder = ''hvm'' memory = 1024 name = ''Converted'' #vif = [ ''type=ioemu, bridge=eth0, mac=08:00:27:DF:C5:5B'' ] disk = [ #''phy:/dev/loop0,ioemu:hda,w'' ''file...
2013 Aug 21
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
...; freezer 0 1 1 > net_cls 0 1 1 > blkio 0 1 1 > * > *# chkconfig --list | grep cg > cgroups_mount 0:off 1:on 2:on 3:on 4:on 5:on 6:off* > > We have also found that there is no "cgroup" directory created by > kenel under "/sys/fs/". We suspect that the 'cgroup' controllers are not > mounted properly and hence the issue is observed. While using the > libvirt-1.0.5 version below mentioned mount commands were sufficient to > mount cgroup controllers > > *mkdir -p /dev/cgroup_cp...