Re: Copy-on-Write

2008-02-12 Thread Brandon Philips
On 00:09 Fri 08 Feb 2008, Renê wrote: > What kernel version did you get this code? It exists in 2.6.23+ IIRC. Poke around at the git-log for kernel/sched.c Cheers, Brandon > On Feb 7, 2008 9:46 PM, Brandon Philips <[EMAIL PROTECTED]> wrote: > > On 22:30 Thu 07

Re: Copy-on-Write

2008-02-07 Thread Brandon Philips
On 22:30 Thu 07 Feb 2008, Mulyadi Santosa wrote: > On Feb 6, 2008 12:49 PM, Rick Brown <[EMAIL PROTECTED]> wrote: > > So in linux, is a child run first or the parent? Can we rely on this > > information? > > Hm, this might be the answer: > http://lxr.linux.no/linux/kernel/sched.c#L1663 > > it say

Re: ipchains vs iptables

2001-07-20 Thread Philips
Arfan Bashid wrote: > > ok, i know im gonna sound like an idiot. but the > problem is that im a fresh grad, just started work. > and my first assignment is to rewrite the linux > firewall (dont ask me why, ask the boss). and like an > idiot i just went into the kernel sources for ipchains > and s

Re: install on NTFS

2001-07-10 Thread Philips
Greg Partin wrote: > > Hi folks, > > Is it possible to install Mandrake 7.2 on a system with NTFS as its file > allocation method? If not, is it possible to switch to FAT without having > to reinstall everything? Thanks and much obliged. > ;-) Got into M$ trap named NTFS? th

Re: GCC compiling.

2001-07-09 Thread Philips
Akbar Pasha wrote: > > hi all, > > i am new to linux and i was getting a simple problem when trying to run > my programs using GCC. what i did was i wrote a simple program in Emacs > and then at the console i did > > "gcc -o hello hello.c" > > and when i type "hello" at the console it says "co

Re: ?add a web server to my existing firewall-masquerade?

2001-07-06 Thread Philips
Chuck nc8q Gelm wrote: > > Now another difficulty: > >From time to time my earthlink/mindspring connection is dropped. > 'rp-pppoe' seems to detect this and re-runs its startup script (adsl-start). > This also re-sets my ipchains to the above. > i.e. I've appended (-A) ipchains to deny forward p

Re: ?add a web server to my existing firewall-masquerade?

2001-07-04 Thread Philips
Chuck nc8q Gelm wrote: > > Howdy, Y'all: > > k6-266, slackware 7.1, kernel 2.2.16, two 3c509, > aDSL modem: ZyTel Prestige 600, mindspring/earthlink account, > ipchains 1.3.9 17-Mar-1999. > > I've just installed rp-pppoe-3.0 with a mindspring aDSL modem and it is > configured as MASQUERADE. I

Re: Slackware 8.0

2001-07-03 Thread Philips
Richard Adams wrote: > > Hello All. > > Those of you who are subscribed to Slackware-announce will have received the > following announcement, for any others who could possably be thinking of > slackware here is the news, or at least the first part of the message. > > The first major release fo

Re: Boot Disc Construction Time Again

2001-07-02 Thread Philips
Oliver Ob wrote: > > Philips schrieb: > > > > Oliver Ob wrote: > > > > > > Hi mates, > > > this is for some boot disk concerns. > > > > > > I want to learn how to create my own Linux boot disk using which > > > I can run

Re: Boot Disc Construction Time Again

2001-07-02 Thread Philips
Oliver Ob wrote: > > Hi mates, > this is for some boot disk concerns. > > I want to learn how to create my own Linux boot disk using which > I can run a REAL TIGHT linux from this disk. > > Any pointer to valueable texts, what I plan is this: > > Boot Linux incl. Network > Run insmod ppa for

Re: growing swap file

2001-06-28 Thread Philips
Ricardo Denis wrote: > > hi, > > is it normal for the swap file to grow and grow? my swap partition is 64 > megabytes and after about 15 days it fills up completely at which time i > have to reboot my system or else it slows to a crawl and functions > abnormally. i use SuSE 6.3 with the kernel a

mail/news client

2001-06-23 Thread Philips
lders/subfolders, mail filters. SMTP/POP3 is a must. support for number of POP3 accounts is optional - fetchmail is doing his job just fine. --- .: it is never late to be late :. __ .philips was here.

Re: Using multiple gateways

2001-06-23 Thread Philips
Hello Phillip! As long as I know this is impossible with single instance of Squid. Squid has no rules to direct different queries to different interfaces. Try to search lists/docs for tcp_outgoing_address - it order squid to use given address for outgoing connections.

Re: perl configure doesn't see crypt. [Was can't run perl scripts with crypt]

2001-06-13 Thread Philips
Phillip Morgan wrote: > > Hi, > > Actually, just had a thought, > > /lib was not in /etc/ld.so.conf. Could this have something to do with the > problem of not finding /lib/libcrypt? > > I added the entry to ld.so.conf, but it made no difference. > > I suppose there is a command I have to run

Re: Can't run perl scripts

2001-06-12 Thread Philips
Phillip Morgan wrote: > > There must be a better solution? > > Is it the upgrade to 2.2.18 that caused the problem? Or gcc, or what? > Would reinstalling an older version of whatever contained the > 'crypt-less' lib solve the problem? > > Thanks for your help. just to make you note my p

Re: Can't run perl scripts

2001-06-12 Thread Philips
[EMAIL PROTECTED] wrote: > > On Mon, 11 Jun 2001, Philips wrote: > > > Phillip Morgan wrote: > > > > > > Hi, > > > > > > I recently had to reinstall my system due to a hard disk failure. The > > > reinstall included the installation

Re: Can't run perl scripts

2001-06-11 Thread Philips
Phillip Morgan wrote: > > Hi, > > Thanks for your reply. > > > > I recently had to reinstall my system due to a hard disk failure. The > > > reinstall included the installation of perl-5.6.1. Since then I can't > > > run any perl scripts, as they all result in messages like... > > > > > > "The

Re: Can't run perl scripts

2001-06-11 Thread Philips
Phillip Morgan wrote: > > Hi, > > I recently had to reinstall my system due to a hard disk failure. The > reinstall included the installation of perl-5.6.1. Since then I can't > run any perl scripts, as they all result in messages like... > > "The crypt() function is unimplemented due to excess

Re: Executing Java.

2001-06-10 Thread Philips
José Luis Alarcón Sánchez wrote: > > Hi all! > > I want to ask if there are any way for run Java programs (.class files) > directly, like, for example, C programs, Perl and Shell Scripts. > > By the moment i'm doing small C programs with system("java foo"); but is > better run directly, i

Re: bttv mailing list

2001-06-04 Thread Philips
Steven Smith wrote: > > > Where can I find any mailing list for TV > Tuners related discussions? > > I have bt878 (still) unsuported card and > want a bit of help in configuring it > > right. > > Are you sure? I've got a bt878-based card, > and it works fine. From what I remember, the > bt878 wa

bttv mailing list

2001-06-03 Thread Philips
Hello All! Where can I find any mailing list for TV Tuners related discussions? I have bt878 (still) unsuported card and want a bit of help in configuring it right. begin:vcard n:Filiapau;Ihar tel;pager:+375 (0) 17 285#6683 tel;fax:+375 (0) 17 2841537 tel;home:+375 (0) 17 21

Re: Which SQL to use...

2001-05-30 Thread Philips
Script0r wrote: > > I'd have to guess your best bet would be mySQL due to the myODBC driver, I > don't know of a similar odbc driver for postgress, any linux distribution > should suit the use just nicely provided it has the features you find best > in a distribution (just personal taste). >

ASUS PCI-V3800 video-in/out

2001-05-20 Thread Philips
Hello All! I have ASUS video card based on nVidia TNT2 with composite/s-video video-in/out. I'm trying to make this work under Linux. As long as I know chip used to work with video is Philips SAA7111. This chip seems to be supported - there is driver

Re: X windows 4.0.1a

2001-05-19 Thread Philips
[EMAIL PROTECTED] wrote: > > Hi everybody It's me again. I took some advice and re-installed RH7.0 > > The machine I'm using : > Toshiba Satellite 200CDS > Pentium P100MHz (not genuine Intel) > 40 Mb RAM > 781 Mb Hard Drive > Laptop display capable of 800x600 > Chips&Technologies CT65550 w

Re: Can Mozilla and Netscape co-exist ?

2001-04-27 Thread Philips
e - file formats have changed, making this almost impossible. Even hardlinking bookmark.html cause some problems notably for Netscape. begin:vcard n:Filiapau;Ihar tel;pager:+375-017-285#philips tel;fax:+375-017-2841537 tel;home:+375-017-2118441 tel;work:+375-017-2841371 x-mozilla-html:TRUE url:w

Re: Sound with new kernels?

2001-04-26 Thread Philips
pendecies problem during system boot.* > try www.alsa-project.org begin:vcard n:Filiapau;Ihar tel;pager:+375-017-285#philips tel;fax:+375-017-2841537 tel;home:+375-017-2118441 tel;work:+375-017-2841371 x-mozilla-html:TRUE url:www.iph.to org:Enformatica Ltd.;Linux Developement De

Re: Linux vs. The World

2001-04-14 Thread Philips
Per Jessen wrote: > > On Thu, 12 Apr 2001 06:40:16 -0700 (PDT), Greg Partin wrote: > > >Hi folks, > >Being a newbie, i've wondered why Linux OS is more reliable and stable of a > >platform then, say, Windows. What makes a Linux system able to run for > >years on end without crashing, but my PC

Re: Linux vs. The World

2001-04-13 Thread Philips
Greg wrote: > > Hi folks, > Being a newbie, i've wondered why Linux OS is more reliable and stable of a > platform then, say, Windows. What makes a Linux system able to run for > years on end without crashing, but my PC running Windows 2000 seems to crash > once a day? Is it the fact that there

Re: where Linus is posting latest kernel anounces?

2001-04-04 Thread Philips
Mike Ricketts wrote: > > On Tue, 27 Mar 2001, Philips wrote: > > > > then i suggest one uses a 2.4.xx-pre > > > kernel or whatever. > > You are wrong. > > 2.4.* is quite stable on many boxes. > Er. Nobody said it wasn't. The comm

Re: 3 NIC cards problem

2001-03-29 Thread Philips
Lee Chin wrote: > > Hi, > Yes, it is like apache, except it is my own web server but when an > incomming request comes in on 192.168.2.1:80, my program does not pick up > the connect request. > > My program is listening on port 80 on 192.168.1.1 > > I think I need to set up some ipchains ru

Re: where Linus is posting latest kernel anounces?

2001-03-29 Thread Philips
Richard Adams wrote: > On Wed, 28 Mar 2001, Philips wrote: > > I do not want to discuss any kernel details too... > > I just want to know where can I get latest information. no more no less. > > and definitely I'm newbie too... > There used to b

Re: where Linus is posting latest kernel anounces?

2001-03-28 Thread Philips
"Charles E. Gelm" wrote: > > Speaking as a 'newbie' and casting my unsolicited vote; > I do not expect, nor want, to see discussion on beta/prototype > kernels on the 'newbie' list. If/when there is a concensus/majority > /belief that a new kernel-level is stable/standard/production, > by all m

Re: where Linus is posting latest kernel anounces?

2001-03-27 Thread Philips
Richard Adams wrote: > > On Mon, 26 Mar 2001, Ken Moffat wrote: > > Hi Philips, > > I dare say you'll see an announcement when Linus deems 2.4.3 is > > ready. If you want to be on the bleeding edge, you could always try the > > 2.4.3-pre patches from the &#x

where Linus is posting latest kernel anounces?

2001-03-26 Thread Philips
hello All! $subject?? In linix-kernel I see anounces only from Alan Cox... - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.linux-learn.org/faqs

Re: A Sample Netfilter Setup?

2001-03-26 Thread Philips
1stFlight wrote: > > Does anyone have a sample netfilter setup I could see ? I'm having a > great deal of trouble with my setup.Thanks > What exactly do You need? I'm using iptables for its NAT capabilities. On router linux with 3 intf I have following setup of NAT: /

Re: way to admin

2001-03-17 Thread Philips
Ray Olszewski wrote: > > At 01:21 PM 3/16/01 +0200, Philips wrote: > >Hello All! > > > > I've set up new PC Linux server box and I'm looking for way to have a shell >on > >it. > > I thought telnet/ssh will be enough - but network sh

way to admin

2001-03-16 Thread Philips
Hello All! I've set up new PC Linux server box and I'm looking for way to have a shell on it. I thought telnet/ssh will be enough - but network should be up and reconfiguring network is almost impossible. Terminal on serial port is nice - but any cable/terminal troubles w

Re: Search & replace?

2001-03-10 Thread Philips
Chris Rodliffe wrote: > > I have a query - is there any cunning way (using grep or some similar > command) to replace a short text string in all the files in a directory > with another specified string?I know many things are possible with > Linux, just wondering if that is? > some

Re: starting on boot

2001-02-26 Thread Philips
Joseph N Bales wrote: > > I'm interested in getting a few (console)programs to start running when I > boot my machine. I am using Mandrake 7.2. Can anyone tell me how to go > about this. man init man inittab vi /etc/rc.d/init.d/boot.local or vi /sbin/