cloning linux pc

2001-02-14 Thread Corisen
Hi, What is the fastest and easiest way to reliably clone a linux pc? I've tried Norton Ghost 2001, but it seem to have problem and hang my pc. Drive Image cloning was successful but when I restore, I received a Missing operation system error. Pls advise. Thanks.

Re: cloning linux pc

2001-02-14 Thread Corisen
program to recommend? - Original Message - From: Mikkel L. Ellertson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 2:06 PM Subject: Re: cloning linux pc On Thu, 15 Feb 2001, Corisen wrote: Hi, What is the fastest and easiest way to reliably clone a linux

installing mysql 3.23.33 rpm on RH7

2001-02-13 Thread Corisen
Hi, I'm trying to install the lastest version of mysql 3.23.33 rpm (downloaded from mysql.com) on RH7 using the command "rpm -Uvh MySQL*" but encountered "failed dependencies error" as shown below: error: failed dependencies: MySQL-DBI-perl-bin is needed by MySQL-bench-3.23.33-1 mysql =

problem with insmod after upgrade

2000-12-13 Thread Corisen
i've upgraded modutils from 2.3.14 (originally installed by RH7,kernel 2.2.16) to 2.3.22 using "rpm -Fvh modultils2.3.22-1.i386.rpm*" as required by the kernel 2.4test12 compilation. after upgrading, the network module refused to load anymore (was working fine with insmod 2.3.14) with kernel

warning during make modules

2000-12-10 Thread Corisen
i'm compiling kernel 2.4.0-test11 uder RH7. i've changed the CC= line to use kgcc, executed "make clean" and "make mrproper". "make menuconfig" and "make dep" went smoothly. however during the "make modules" process, several warning messages (shown below) appeared: {standard input}: Assembler

global ldap address book using referrals

2000-12-08 Thread Corisen
hi, i'm trying to create a global ldap address book using referrals. i've created 3 different suffix on 3 separate databases running on the same openldap server box: 1. o=global (used to glue the other 2 separate suffix) 2. dc=domain1,dc=org 3. dc=domain2,dc=org a snapshot of slapd.conf looks

ldap design

2000-12-07 Thread Corisen
we were initially using only one suffix in the slapd.conf. but now, there are requests to create additional suffixes for a few more domains. initially, the only suffix is: suffix: dc=domain1,dc=com,dc=sg now, we need to create a few more domains: suffix: dc=domain2, dc=com suffix: dc=domain3,

dial-in server on linux?

2000-11-30 Thread Corisen
hi, how can i implement a dial-in server using a linux box? is there any how-to? are the service already installed in RH7? or do i need to download a dial-in server program? which program is recommended? ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: dial-in server on linux?

2000-11-30 Thread Corisen
dial your modem, get a login session -- that's a lot easier, all you need is the serial line control program, mgetty by itself should do the trick. Good luck, -m Corisen wrote: hi, how can i implement a dial-in server using a linux box? is there any how-to? are the service already installed

ldap ACL

2000-11-29 Thread Corisen
Hi, I'm trying to set up ACL for my openldap server. I've ou=people that contains users and ou=group that contains members. I've created a "cn=administrators,ou=group,dc=company,dc=com" with the following members: member: uid=admin1, ou=people,dc=company,dc=com member: uid=admin2,

ldap design

2000-11-28 Thread Corisen
Hi, After much advice from all helpful folks here, I've managed to come out with an initial design. 1. I'm thinking of designing my name space design as shown below. Any advice/comment is greatly appreciated. dn: dc=company, dc=com objectclass: dcobject dc: company dn:

mysql - granting rights to another pc

2000-11-27 Thread Corisen
i've granted rights to another machine using the following query in mysql client (logged in as root): "grant all privileges on mydatabase to [EMAIL PROTECTED] identified by 'password';" when i change database to "use mysql", i saw the newly granted host with all "N" for all privileges columns. i

Re: mysql - granting rights to another pc

2000-11-27 Thread Corisen
? Ray Parish - Original Message - From: "Corisen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 27, 2000 3:16 AM Subject: mysql - granting rights to another pc i've granted rights to another machine using the following query in mysql client (logged

searching ldap for the next uidnumber

2000-11-27 Thread Corisen
hi, i'll be designing a ldap database to store user attributes. one of them will be uidnumber. pls advise on the recommeded method to search ldap for the next available uidnumber to assign to a new user. thanks. ___ Redhat-list mailing list [EMAIL

Re: searching ldap for the next uidnumber

2000-11-27 Thread Corisen
. - Original Message - From: Thornton Prime [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 28, 2000 9:43 AM Subject: Re: searching ldap for the next uidnumber On Tue, 28 Nov 2000, Corisen wrote: hi, i'll be designing a ldap database to store user attributes. one of them

Re: mysql - granting rights to another pc [solved]

2000-11-27 Thread Corisen
Many thanks to those who helped. I've missed out the step to flush privileges/reload grant table. The following two commands can be used to effect the granting of rights: 1. mysqladmin -uroot -p reload 2. mysql flush privileges Cheers:) - Original Message - From: Corisen [EMAIL

ldap vs mysql

2000-11-25 Thread Corisen
hi, i'm designing an web-based registration. there will be a drop down list on this web-based form to select the user's department. i've thought of 2 ways of dynamically populating the department drop-down list: 1. design the ldap name space to contain department name and limit the ldap query to

Re: ldap vs mysql

2000-11-25 Thread Corisen
, 26 Nov 2000, Corisen wrote: my worries about method 1 is as follows: 1. if the department changes name, how can i update the dn of all the users under this department tree? Direcories are heirachical. The DN is the directory address of an entry. You don't need to rename all the children

Re: ldap vs mysql

2000-11-25 Thread Corisen
ment2 Any idea if it's possible using command line tool or using PHP? Once again, thank you so much for your help :) - Original Message - From: Thornton Prime [EMAIL PROTECTED] To: Corisen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, November 26, 2000 6:23 AM Subject: Re: ld

output to screen file

2000-11-22 Thread Corisen
hi, how can i display a program output to screen AND also to file. if i use "./myprog 1file.txt 2file.txt", no output will be shown on screen. i would like to see the output during runtime and at the same time capture any output error to a file. thanks.

Re: output to screen file

2000-11-22 Thread Corisen
AIL PROTECTED] Sent: Wednesday, November 22, 2000 6:13 PM Subject: Re: output to screen file On Thu, 7 Feb 2036, Corisen wrote: hi, how can i display a program output to screen AND also to file. if i use "./myprog 1file.txt 2file.txt", no output will be shown on screen. i wou

Re: output to screen file

2000-11-22 Thread Corisen
it's working. thank you so much. cheers :) - Original Message - From: rpjday [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 6:16 PM Subject: Re: output to screen file On Thu, 7 Feb 2036, Corisen wrote: hi, how can i display a program output to screen

login automation

2000-11-21 Thread Corisen
hi, what programming tools/language in Linux can i used to perform an automated login to web-based authentication like the following URL? http://www.temasekclub.org.sg/MemberLoginParm.asp?FacilityTypeCode=100 ___ Redhat-list mailing list [EMAIL

shell script

2000-11-20 Thread Corisen
i'm writing a simple shell script to automate removal of directories. i've managed to extract the user home directory from LDAP server using "ldapsearch uid=userabc homedirectory | grep homedirectory | awk -F= '{print $2;}'". the above command result is "/home/userabc" pls advise how i can

Re: shell script

2000-11-20 Thread Corisen
the output of /home/userabc like? Does it contain sub-directories which u want to be removed? give me a sample and i'll help you out. Cheers, Vineeta Corisen wrote: i'm writing a simple shell script to automate removal of directories. i've managed to extract the user home directory

Re: shell script

2000-11-20 Thread Corisen
and i'll help you out. Cheers, Vineeta Corisen wrote: i'm writing a simple shell script to automate removal of directories. i've managed to extract the user home directory from LDAP server using "ldapsearch uid=userabc homedirectory | grep homedirectory | awk -F= '{print

Re: shell script

2000-11-20 Thread Corisen
, Vineeta Corisen wrote: i'm writing a simple shell script to automate removal of directories. i've managed to extract the user home directory from LDAP server using "ldapsearch uid=userabc homedirectory | grep homedirectory | awk -F= '{print $2;}'". the above comm

Re: shell script

2000-11-20 Thread Corisen
What is the output of /home/userabc like? Does it contain sub-directories which u want to be removed? give me a sample and i'll help you out. Cheers, Vineeta Corisen wrote: i'm writing a simple shell script to automate removal of directories. i'

Re: xircom pcmcia netword card

2000-11-15 Thread Corisen
and activated. NOTE: this does assume you have the pcmcia utils rpm installed. Chad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Corisen Sent: Tuesday, November 14, 2000 8:38 PM To: [EMAIL PROTECTED] Subject: xircom pcmcia netword card

Re: kgcc and kernel compile

2000-11-14 Thread Corisen
how about trying make clean, make mrproper, followed by make bzImage (instead of zImage). i presume you have change the cross compiler to use kgcc in the Makefile instead of gcc/cc. - Original Message - From: Todd A. Jacobs [EMAIL PROTECTED] To: RedHat List [EMAIL PROTECTED] Sent:

xircom pcmcia netword card

2000-11-14 Thread Corisen
i've just installed RH7 successfully on my notebook. after i login, ifconfig only shows lo and not eth0. how can i config RH7 to use a xircom pcmia netword card? ___ Redhat-list mailing list [EMAIL PROTECTED]

anyone compiled 2.2.17 on RH7 successfully?

2000-11-13 Thread Corisen
has anyone running RedHat7(with kernel 2.2.16, gcc 2.96, kgcc 2.91.66) complied 2.2.17 kernel successfully? i've downloaded the source and gunzip/untar to /root/linux-2.2.17 1. make menuconfig (ok) 2. make dep (ok) 3. make zImage === lots of warning message === error: checksum.S:231 badly

Re: anyone compiled 2.2.17 on RH7 successfully? [SOLVED]

2000-11-13 Thread Corisen
thanks for all those who replied. your help is really appreciated. basically, in order to compile kernel in RH7, kgcc *MUST* be used instead of gcc. to use kgcc edit the Makefile. find the line below and change to: CC =$(CROSS_COMPILE)kgcc (changed to kgcc instead of gcc/cc) once again.

2.4.0-test10 kernel compilation

2000-11-10 Thread Corisen
hi, i'm currently running RH7, with 2.2.16-22 kernel, gcc 2.96 on a Sharp Actius 250 notebook. i've manged to successfully compile 2.4.0-test10 kernel. however, upon startup there are some failed/error messages: 1. finding module dependencies: depmod *** Unresolved symbols in

install modules

2000-11-10 Thread Corisen
hi, i've complied a realtek network card driver 8319too.c on a machine. i copied the 8139too.o file to another machine and try to install it as a lodable module using "insmod 8139too.o" command. serveral lines of "unresolved symbol" messages was displayed. what should be the right procedure to

Kernel compilation

2000-11-09 Thread Corisen
i'm currently running RH7,2.2.16-22 kernel, gcc 2.96. during the compilation of 2.4.0-test10 kernel process (make bzImage), i observed many occurrences the following warning messages: 1. warning: pasting would not give a valid preproccessing token. 2. warning: nothing can be pasted after this