Re: __KERNEL__ and __MODULE__

2007-02-01 Thread Simon Valiquette
Kernel Development. That will answer many of your questions and then you will be able to get much more from this mailing list. Simon Valiquette - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info a

Re: Exporting symbols between modules

2005-08-24 Thread simon guinot
ist is undefined, and I don't > know what I am doing wrong. a compilation error or a loading error ? are you sure to have well defined the type tList in your "client" module ? may be a shareed header between your modules is missing :) regards simon - To unsubscribe from

Re: linux kernel print to file problem

2005-07-15 Thread simon
http://www.ouah.org/LKM_HACKING.html#I.4. regards simon - 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 read the FAQ at http://www.linux-learn.org/faqs

Re: promiscus mode

2005-01-27 Thread simon
st be root and tape... ifconfig eth0 promisc and to unset the promiscious flag : ifconfig eth0 -promisc be carreful to remove this flag after usage... as it give extra job to the linux network stack... simon - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the

Re: Create files with specific sizes?

2004-12-17 Thread Simon Valiquette
27;t help much. By the way, I can't reproduce your problem. Simon Valiquette http://www.gulus.org http://gulus.USherbrooke.ca - 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://vg

Re: lilo boot problems with SATA and mandrake 10.1

2004-12-16 Thread Simon Valiquette
-v Without seeing your lilo file, it is difficult to help more. Perhaps you can find your problem by reading this document: http://user.fundy.net/cyclist/linux/troubleshoot-LILO.html Simon Valiquette http://www.gulus.org Also I have windows XP on this system to dual boot. After I have ins

Re: Create files with specific sizes?

2004-12-14 Thread Simon Valiquette
I mean, in the order of 1,000,000 times slower than urandom unless you have a special device to generate random numbers in hardware. You can see how much unused entropy you have with that: cat /proc/sys/kernel/random/entropy_avail Simon Valiquette http://gulus.USherbrooke.ca http://www

Re: 2 questions: 1. ssh permissions to 777 and 2. recursively change all directories/files to 777

2004-12-09 Thread Simon Valiquette
the end. That will do it for the current directory, and all files/directories that start from the inode represented by "." Simon Valiquette http://gulus.USherbrooke.ca - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PRO

Re: Need a network traffic monitor

2004-11-28 Thread simon
hat... using the iptables-netfilter ask you for your application portability... an other idea is writing a kernel module who intercept the socket () system call... in hope you find something useful... simon - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the bo

Re: Query regarding Copy-on-write

2004-11-22 Thread Simon Valiquette
e way, the sheduler should be activated by interruptions, otherwise you will just have an improved version of DOS 1.0 ;o) Simon Valiquette --- win-nt from the people who invented edlin (By [EMAIL PROTECTED], MaDsen Wikholm) - To unsubscribe from this list: send the line "unsubscribe linux-

Re: Query regarding Copy-on-write

2004-11-21 Thread Simon Valiquette
ade a minimalist OS for a MC68000 microcontroler (only basic process support without even support for a filesystem). That's also probably why I don't think the actual kernel support copy-on-write on MMU-less processor, as I can't think of any good and efficient implementation for tha

Re: Query regarding Copy-on-write

2004-11-20 Thread Simon Valiquette
is work? Can someone please help me on this regard? I think I gave a good overview of the question. I tried to keep things as simple as I could, at the cost of not giving an exact description of how Linux handle COW. For example, there is in fact 3 levels of page table indirections

Re: partitons and proper order

2004-10-31 Thread simon
howto... even if you have only one disk :) simon - 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 read the FAQ at http://www.linux-learn.org/faqs

Re: process priority

2004-10-18 Thread Simon Valiquette
nd" request all over your hardisk while you are doing something else more important). As far as I know, both nice and renice are available for every modern Unix systems. Simon Valiquette - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of

Re: unusual uniq results

2004-09-29 Thread Simon Valiquette
ll to create an empty file _before_ executing uniq. It means that the data in "dup_num" are already overwritten when uniq is executed, and thus uniq is opening an empty file. Simon Valiquette http://gulus.USherbrooke.ca Stone <[EMAIL PROTECTED]> writes: The redirection takes place

Re: linux box hacked ?

2004-09-20 Thread simon
tion faults), the machine couldn't boot. We really couldn't figure out for sure what happenned but do any of these symptoms indicate that somebody could have hacked into it? check or change your ram... else reinstall your system... simon - To unsubscribe from this list: send the l

Re: insmod: unresolved symbol

2004-09-15 Thread simon
ggest you to verify that "modversion.h" is compliant with your running kernel... you can take a look on the chapter 11 of "Device Driver 2nd edition" it is just talking about that... simon - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the bo

Re: Sharing bandwidth across multiple internet connections?

2002-10-17 Thread Simon
gateway at provider 2. Finally, let $P1_NET be the IP network $P1 is in, and $P2_NET the IP network $P2 is in. <<< How exactly do I determine $P1_NET and $P2_NET... I'm slightly confused about what they are supposed to be. Thanks, Simon -- This message has been scanned for v

Re: Sharing bandwidth across multiple internet connections?

2002-10-17 Thread Simon
rent IP? I can't imagine a quake server liking that. (For example) Simon -- This message has been scanned for viruses and dangerous content, and is believed to be clean. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAI

Re: Sharing bandwidth across multiple internet connections?

2002-10-17 Thread Simon
clients making connections was fairly random. Again, that wouldn't be perfect, and not proper load balancing, but better than nothing. Might be overkill for the short amount of time I'm going to have both connections for though. :) Simon -- This message has been scanned for vir

Sharing bandwidth across multiple internet connections?

2002-10-17 Thread Simon
would be weird, as they would both have a very different real-world IP... But is it in any way possible? Seems a shame to have this bandwidth knocking about unused. Simon -- This message has been scanned for viruses and dangerous content, and is believed to be clean. - To unsubscribe from this