can solaris run on intel architecture?

2001-05-09 Thread Xiong Zhao
sorry, i know this topic is not much relevant to the list. but i hope you can give me some advice or show me where i can get help. for example, is there any mail list or forum on solaris? regards and sorry again james - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

can solaris run on intel architecture?

2001-05-09 Thread Xiong Zhao
sorry, i know this topic is not much relevant to the list. but i hope you can give me some advice or show me where i can get help. for example, is there any mail list or forum on solaris? regards and sorry again james - To unsubscribe from this list: send the line unsubscribe linux-kernel in

question about kernel limits

2001-04-28 Thread Xiong Zhao
hello. because i'm going to run lotus domino with large number of concurrent users on linux, the kernel limits(of open file,processes, inodes for the whole system,a single user and a process)is a key factor to the performance. currently,the number of users cannot exceed 500 on 2.4.3. i change the

kernel newbie question

2001-04-28 Thread Xiong Zhao
hello. i read linux kernel internal. are there other books/papers like that which dwell with linux kernel in detail,especially on process mechanism,for example,how pthread and fork are implemented, how clone actually work.are there other materials on these topics on internet that can be

kernel newbie question

2001-04-28 Thread Xiong Zhao
hello. i read linux kernel internal. are there other books/papers like that which dwell with linux kernel in detail,especially on process mechanism,for example,how pthread and fork are implemented, how clone actually work.are there other materials on these topics on internet that can be

looking for books

2001-04-26 Thread Xiong Zhao
hello.currently,i need to know the details about linux kernel,things like how fork and pthread are implemented,how clone actually work and so on.where can i get materials on these topics? thanx james - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

looking for books

2001-04-26 Thread Xiong Zhao
hello.currently,i need to know the details about linux kernel,things like how fork and pthread are implemented,how clone actually work and so on.where can i get materials on these topics? thanx james - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

how does linux support domino?

2001-04-22 Thread Xiong Zhao
hello.on linux we will see a new domino server process/thread is created for each client.how does linux do this?does it use pthread?using fork or clone or someway else?what's the common way of linux to support apps like lotus domino that will have lots of concurrent users which are served by

how does linux support domino?

2001-04-22 Thread Xiong Zhao
hello.on linux we will see a new domino server process/thread is created for each client.how does linux do this?does it use pthread?using fork or clone or someway else?what's the common way of linux to support apps like lotus domino that will have lots of concurrent users which are served by

is rhl on kernel 2.4?

2001-04-20 Thread Xiong Zhao
fredhat-list red hat linux 7.1 on kernel 2.4?which release?2.4.2 or 2.4.3? i'v downloaded and compiled a 2.4.3 kernel.i found the version of header file package is 2.4.0 using rpm -qa|grep kernel.is this right?where can get linux on 2.4 kernel? thanks in advance. xiong zhao - To unsubscribe

problem of partitioning,continued

2001-04-20 Thread Xiong Zhao
hello.one thing i forgot.there are 24 hard disk drives in two scsi channels made into 3 RAID 5 logical drives on my machine.each consists of 8 drives. is the way of making the logical drive a maybe factor of the problem?help is in need greatly. regards james - To unsubscribe from this list:

problem of partitioning

2001-04-20 Thread Xiong Zhao
hello,all.after i create a new logical partition using fdisk or cfdisk and exit with "w",there always comes report saying that re-read table failed with error 16:device or resource busy.next time i attempt to mount the newly created partition it comes error:mount /dev/sdx has wrong major or

problem of partitioning

2001-04-20 Thread Xiong Zhao
hello,all.after i create a new logical partition using fdisk or cfdisk and exit with "w",there always comes report saying that re-read table failed with error 16:device or resource busy.next time i attempt to mount the newly created partition it comes error:mount /dev/sdx has wrong major or

problem of partitioning,continued

2001-04-20 Thread Xiong Zhao
hello.one thing i forgot.there are 24 hard disk drives in two scsi channels made into 3 RAID 5 logical drives on my machine.each consists of 8 drives. is the way of making the logical drive a maybe factor of the problem?help is in need greatly. regards james - To unsubscribe from this list:

is rhl on kernel 2.4?

2001-04-20 Thread Xiong Zhao
fredhat-list red hat linux 7.1 on kernel 2.4?which release?2.4.2 or 2.4.3? i'v downloaded and compiled a 2.4.3 kernel.i found the version of header file package is 2.4.0 using rpm -qa|grep kernel.is this right?where can get linux on 2.4 kernel? thanks in advance. xiong zhao - To unsubscribe

question about the system limits

2001-04-19 Thread Xiong Zhao
hello,all.now i'm completely confused with the meaning of some system limits on kernel 2.4.3.there are three main limits that i concern:NR_OPEN,NR_FILE,and OPEN_MAX.i didn't find NR_INODE anywhere.is that due to the change of the allocation mechanism of inodes?in limits.h of the source file of

question about the system limits

2001-04-19 Thread Xiong Zhao
hello,all.now i'm completely confused with the meaning of some system limits on kernel 2.4.3.there are three main limits that i concern:NR_OPEN,NR_FILE,and OPEN_MAX.i didn't find NR_INODE anywhere.is that due to the change of the allocation mechanism of inodes?in limits.h of the source file of