Re: IP aliasing

2003-06-18 Thread Ravi
Hi Ravi, Load the IP Alias module (you can skip this step if you compiled the module into the kernel): /sbin/insmod /lib/modules/`uname -r`/ipv4/ip_alias.o Setup the loopback, eth0, and all the IP addresses beginning with the main IP address for the eth0 interface: for example: /sbin

SCO suit and Linux kernel

2003-06-18 Thread James Miller (office)
This may seem a bit off topic for this list, but for me, as a newbie, it does involve understanding some things about Linux. I hope it doesn't cause any flame wars or anything. Anyway: I understand that SCO's claims concern only the 2.4.x kernel and later (i.e., the 2.5.x and thus upcoming 2.6 as

Re: how to use appl of one image in another

2003-06-18 Thread Ray Olszewski
At 09:58 AM 6/18/2003 -0700, Ravi Kumar Munnangi wrote: I have installed RH8.0 in my system. Then I have downloaded the linux kernel 2.4.18 and configured it and compiled it to get new image. when I boot into the new image, Iam unable to use the applications of the original image.(like Xwindows) H

how to use appl of one image in another

2003-06-18 Thread Ravi Kumar Munnangi
I have installed RH8.0 in my system. Then I have downloaded the linux kernel 2.4.18 and configured it and compiled it to get new image. when I boot into the new image, Iam unable to use the applications of the original image.(like Xwindows) How can I access the packages which were installed wi

Re: disabling X display Manager

2003-06-18 Thread Ray Olszewski
At 10:01 AM 6/18/2003 -0500, James Miller (office) wrote: [...] Just a clarification on the ctrl-alt-F7 bit. I have understood, and have proven in practice, that only alt-F7 is necessary to get back to whatever x session is running in whichever virtual console. In other words, I can do ctrl-alt-F

Re: disabling X display Manager

2003-06-18 Thread James Miller (office)
On Wed, 18 Jun 2003, Ray Olszewski wrote: > [...] > > > The other thing to do is to check that when you do start X via gdm, the > > > consoles are present. From the gdm display, you should be able to access > > > them by pressing CTRL-ALT-F1 through CTRL-ALT-F6. > > > >Yes, they do.But then I d

Re: Silly Question

2003-06-18 Thread Ray Olszewski
At 11:45 AM 6/18/2003 +0200, Flemming Greve Skovengaard wrote: John T. Williams wrote: anyone know how or where I could get the source code for basic linux programs like "ls" and or "mkdir" or "rm" ? [...] The basic fileutils (ls, cp, rm, etc) can be found at: http://www.gnu.org/software/fileutils/

Re: IP aliasing

2003-06-18 Thread Master_PE
On Wednesday 18 June 2003 16:03, Ravi Kumar Munnangi wrote: > I want to give more than one IP addresses to my NIC. > For this we have to enable the feature of IP alias > when configuring the kernel and recompile it. > Is there any way to check if the option is already > checked or not? > My next qu

Re: disabling X display Manager

2003-06-18 Thread Ray Olszewski
At 11:29 PM 6/18/2003 +1200, cr wrote: [...] > 1:2345:respawn:/sbin/getty 38400 tty1 Yep, they're there.Would the '2345' be runlevels? Yes. [...] > The other thing to do is to check that when you do start X via gdm, the > consoles are present. From the gdm display, you should be able t

Re: IP aliasing

2003-06-18 Thread Eugene Teo
Hi, A little off-topic, but... you don't have to enable ip alias. you can simply use (1) ifconfig or (2) iproute2 tool. iproute2's ip command is more convenient. 464 # ip link set dev $DEV up 465 # ip addr add dev $DEV w.x.y.z/24 466 # ip addr add dev $DEV p.q.r.s/16 467 # ip route add $DES

IP aliasing

2003-06-18 Thread Ravi Kumar Munnangi
I want to give more than one IP addresses to my NIC. For this we have to enable the feature of IP alias when configuring the kernel and recompile it. Is there any way to check if the option is already checked or not? My next question is, After reconfiguring and recompiling, how can I give IP addr

Re: disabling X display Manager

2003-06-18 Thread cr
On Wednesday 18 June 2003 01:28, Ray Olszewski wrote: (snips) > > > >*Before* I change things I'd like to make absolutely sure - removing (or > >renaming) S99gdm will leave me with a text login, right? (I don't > > wish to remove it and then find I can't get back in!:) > > To be "absol

Re: About newbie help

2003-06-18 Thread Amin
On Wed, 18 Jun 2003 13:25:33 +0300, Halil Demirezen <[EMAIL PROTECTED]> wrote: Yes, they all seem nice for initial. And extra, bh processing, spinlocks and usage of semaphores in linux kernel, the cache tables.. etc etc. I am looking for a document that will not be so deep, however, for an entran

Re: About newbie help

2003-06-18 Thread Halil Demirezen
> are you looking for some specific modules like MM system , booting , File system or > some thing in general ? Yes, they all seem nice for initial. And extra, bh processing, spinlocks and usage of semaphores in linux kernel, the cache tables.. etc etc. I am looking for a document that will not

About newbie help

2003-06-18 Thread Halil Demirezen
Hi, Is there any documentation like Understanding Linux Kernel which is free to start with? Thanx. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please rea

Re: Silly Question

2003-06-18 Thread Flemming Greve Skovengaard
John T. Williams wrote: anyone know how or where I could get the source code for basic linux programs like "ls" and or "mkdir" or "rm" ? - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel

Silly Question

2003-06-18 Thread John T. Williams
anyone know how or where I could get the source code for basic linux programs like "ls" and or "mkdir" or "rm" ? - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.ht

Re: Problem running two domains on one Apache server

2003-06-18 Thread nksahita
I am able to do with 'NameVirtualHost *'. I can't specify IP number because I don't have fix IP and am using Dynamic DNS Service provided by http://www.dyndns.org. For details check - http://www.dyndns.org/support/kb/apachevhosts.html Master_PE writes: >>> >>> >>> DocumentRoot "/var/www/h