similar to: Reg. Kernel switching

Displaying 20 results from an estimated 900 matches similar to: "Reg. Kernel switching"

2008 Feb 14
4
domain name display issue in linux pc
Hi, Thanks for your response on the kernel switching.I was away and could not reply immediately. Right now, I am facing a differentissue. I have to set up DNS server using BIND on Centos 4.3. When Itype the hostname on Centos, it shows: sipserver.vodcalocal.com But the cli prompt has root at sipserver~ meaning only the sipserver part of the hostname is displayed. whyis this so? What is the
2008 Feb 23
1
Reg. VNC server and Windows and Centos interworking
Hi all, I have a Windows XP PC and a Centos PC (Centos 4.3 release, kernel- 2.6.9-34.EL) which are in the same LAN. Currently, I am able to use VNC server on the centos to view the Windows PC, but not able to view the Centos PC from the Windows PC. This applies for even file sharing also. The samba server is running and I can view the windows network from Centos PC but in the Windows network, not
2008 Feb 08
1
Reg. PPPoE server installation
Hi all, I am trying to install the PPPoe server rp-pppoe-3.8 from Roaring penguin on centos PC (Centos 4.3, Kernel release 2.6.9-34.EL) but not able to start it. When I start it it gives the error-- /etc/rc.d/init.d/pppoe status pppoe-status: Link is down (can't read pppd PID file /var/run/pppoe.conf-pppoe.pid.pppd) ror - /etc/rc.d/init.d/pppoe start Bringing up PPPoE
2008 Jun 12
2
Reg. setting Domain name on Cento 5 pc
Hi all, I am running centos 5.1 and I wish to change the domain name and dnsdomainname of my PC. currently the settings are-- $ hostname sipx.com $ hostname --fqdn sipx.com $ domainname (none) $ dnsdomainname com I have searched in the net for tips but everywhere only the hostname change is provided. I need to change/set the domain name and the dnsdomain name on my pc to sipx.com and this
2004 Jan 14
0
Any NISTNet alternative or fix ?
Hi, I need to simulate (with a certain degree of control) common WAN problems like packet loss/duplication, delay and conditions of limited bandwidth. I found that NISTNet is what i need, but it seems the package has not been updated since October, 2000. This is not really a problem as I found NISTNet runs perfectly with Linux kernels up to 2.4.23 (officially 2.4.18 is the latest mentioned in
2003 Dec 24
0
Re: Simulation with Packet Lost and Packet Delays (How to set up a Linux Router between two subnets?)
>From: Stef Coene <stef.coene@docum.org> >To: tony.cheung@asiayeah.com, > Tony Yat-Tung Cheung <dragonman@asiayeah.com>, lartc@mailman.ds9a.nl >Subject: Re: [LARTC] Simulation with Packet Lost and Packet Delays >Date: Mon, 22 Dec 2003 17:03:27 +0100 > >On Sunday 21 December 2003 16:31, Tony Yat-Tung Cheung wrote: > > >>Hi All, >> >>I would
2013 Jun 27
0
[RFC 0/5] Introduce VM Sockets virtio transport
Hi Asias, Looks nice! Some comments inline below (I've removed anything that mst already commented on). On 06/27/2013 03:59 AM, Asias He wrote: > Hello guys, > > In commit d021c344051af91 (VSOCK: Introduce VM Sockets), VMware added VM > Sockets support. VM Sockets allows communication between virtual > machines and the hypervisor. VM Sockets is able to use different >
2008 Nov 04
1
Some progress, anyway...
Just saw from build 2036: Starting mini_httpd... WARNING WARNING WARNING YOU STILL HAVE NOT CHANGED YOUR HTTPS ADMIN PASSWORD ANYONE THAT KNOWS YOU ARE USING ASTLINUX CAN DESTROY YOUR SYSTEM. PLEASE CHANGE THIS OR DISABLE THE HTTPS ADMIN INTERFACE IMMEDIATELY! Example: htpasswd /var/www/admin/.htpasswd admin WARNING WARNING WARNING Starting mini_httpd (HTTP only)... cat: can't open
2007 Apr 18
1
[Bridge] control packet flow
Greetings all. I need a transparent way of selectively controlling packet flow between two network devices such that for example I can "see" [e.g. tcpdump] a packet coming into eth0, queue it, and then manually release it out eth1, one packet at a time. See diagram below. (Reason for doing this is to watch the behavior of the device under test to certain packets but I cannot control
2013 Jun 27
0
[RFC 0/5] Introduce VM Sockets virtio transport
On Thu, Jun 27, 2013 at 03:59:59PM +0800, Asias He wrote: > Hello guys, > > In commit d021c344051af91 (VSOCK: Introduce VM Sockets), VMware added VM > Sockets support. VM Sockets allows communication between virtual > machines and the hypervisor. VM Sockets is able to use different > hyervisor neutral transport to transfer data. Currently, only VMware > VMCI transport is
2006 Oct 21
2
problem with mode of marginal distriubtion of rdirichlet{gtools}
Hi all, I have a problem using rdirichlet{gtools}. For Dir( a1, a2, ..., a_n), its mode can be found at $( a_i -1)/ ( \sum_{i}a_i - n)$; The means are $a_i / (\sum_{i} a_i ) $; I tried to study the above properties using rdirichlet from gtools. The code are: ############## library(gtools) alpha = c(1,3,9) #totoal=13 mean.expect = c(1/13, 3/13, 9/13) mode.expect = c(0, 2/10, 8/10) #
2013 Nov 09
1
Unable to shutdown/reboot a SLES 10 SP4 VM
Hello, I am unable to do a graceful shutdown or reboot of SLES 10 SP4 virtual machines (Kernel version: 2.6.16.60-0.85.1-default) with virsh shutdown or virsh reboot commands. (e.g virsh shutdown "vmname" ). On issuing these commands there is no impact on the VM. Also unable to perform the shutdown or reboot operations from the menu options available on the console when accessing the
2005 Jan 22
2
network emulation
hi, I am really a newbie in linux traffic control.But i have task to implement a tool similar to the nistnet tool used for netwok emulation tests but which emulates a wireless environment. I was exploring the use of the traffic control subsystem for this task.In this regard i have a few questions i need to post in order to clarify my thoughts on how to do this.I am using tcng to classify
2005 Feb 07
0
[ANNOUNCE] iproute2 - 2.6.10-050207
Update to iproute2 utilities, mostly bug fixes. Only new functionality is integration of the ability to derive netem distribution table from experimental data; simple port from NISTnet. Download from http://developer.osdl.org/dev/iproute2/download/iproute2-050207.tar.gz [Mads Martin Joergensen] Don''t mix address families when flushing [Jean-Marc Ranger] Need to call getline() with
2004 Mar 18
6
[PATCH] packet delay scheduler
Okay, here is a very simple QOS scheduler that delays packets for 2.6. It is good for testing, and might be useful for people who want to put some class of traffic into a "penalty box". Alexey''s tc command is really easy to extend to new disciplines. There is a version which knows about this scheduler at: http://developer.osdl.org/shemminger/tcp/iproute2-delay.tar.bz2 The
2006 Aug 24
0
CESA-2006:0617 Important CentOS 4 i386 kernel - security update
CentOS Errata and Security Advisory 2006:0617 https://rhn.redhat.com/errata/RHSA-2006-0617.html The following updated files have been uploaded and are currently syncing to the mirrors: i386: kernel-2.6.9-42.0.2.EL.i586.rpm kernel-2.6.9-42.0.2.EL.i686.rpm kernel-devel-2.6.9-42.0.2.EL.i586.rpm kernel-devel-2.6.9-42.0.2.EL.i686.rpm kernel-doc-2.6.9-42.0.2.EL.noarch.rpm
2007 Nov 20
2
chkrootkit V. 0.47
Running freeBSD 6.1 After changing chkrootkit to the latest version V. 0.47 and compiling it then running it I get the following: ==================<SNIPPIT>================ Searching for anomalies in shell history files... nothing found Checking `asp'... not infected Checking `bindshell'... INFECTED (PORTS: 6667) Checking `lkm'... You have 131 process hidden for readdir
2006 Aug 24
0
CESA-2006:0617 Important CentOS 4 x86_64 kernel - security update
CentOS Errata and Security Advisory 2006:0617 https://rhn.redhat.com/errata/RHSA-2006-0617.html The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: kernel-2.6.9-42.0.2.EL.x86_64.rpm kernel-devel-2.6.9-42.0.2.EL.x86_64.rpm kernel-doc-2.6.9-42.0.2.EL.noarch.rpm kernel-largesmp-2.6.9-42.0.2.EL.x86_64.rpm kernel-largesmp-devel-2.6.9-42.0.2.EL.x86_64.rpm
2006 Sep 27
3
Bug in find command?
I'm going to bugz this if no one tells me I made another brain-damaged error here. Also, if I can get one confirmation, it'll let me breath easier. I ran a version searching for ".cmd" and ".c" just trying to convince myself I'm not *that* brain-damaged. You'd think after all these years that regex compilation would be pretty darn stable... Oh! Forgot it was
2006 Dec 22
1
chkrootkit reporting possible LKM trojan
How can I be sure if it is LKM or not? Today I've run chkrootkit and it gave me: Checking `lkm'... You have 179 process hidden for readdir command You have 179 process hidden for ps command chkproc: Warning: Possible LKM Trojan installed Checking `chkutmp'... The tty of the following user process(es) were not found in /var/run/utmp ! ! RUID PID TTY CMD ! root