Re: password

2000-04-08 Thread ChangMin Oh



If you are super-user and want to change user's 
password
# passwd user

or change your own password
$ passwd

  - Original Message - 
  From: Beavis 
  To: debian list 
  Sent: Saturday, April 08, 2000 8:47 AM
  Subject: password
  
  how do u change 
passwords?


where can I find the 'at' util?

2000-03-31 Thread ChangMin Oh
redmoon:~# at
bash: at: command not found
redmoon:~#

above is my situation...

What package should I install ?

-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


mailing list making

2000-03-31 Thread ChangMin Oh
Does someone know the way making mailing list?

-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null



maillig list making

2000-03-31 Thread ChangMin Oh
Does someone know the way making mailing list?

--
Unsubcribe? mail -s unsubscribe [EMAIL PROTECTED]  dev/null


finger from another hosts

2000-03-31 Thread ChangMin Oh
My host allow 'finger user' from any hosts~!

How can I disallow doing it from others except my host ?

--
unsubscribe? mail -s unscribe [EMAIL PROTECTED]  dev/null


Re: rm question

2000-03-28 Thread ChangMin Oh
Try 'rm -rf  kdeo'.

- Original Message - 
From: Antonio Rodriguez [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Sent: Wednesday, March 29, 2000 1:47 AM
Subject: rm question


 I want to delete a directory with a whole bunch of embeded
 subdirectories, I did
 rm -d kdeo
  and I get Operation not permitted.
 Now, I am doing it as root, so, the permission should not be an issue.
 Whats the problem? Is there a better way of removing a sequence of such
 embedded directories?
 Thanks,
 Antonio.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: mutt and Turkish

2000-03-24 Thread ChangMin Oh
Maybe you need to open your .muttrc, and edit set charset=~~.

- Original Message - 
From: Patrick [EMAIL PROTECTED]
To: Debian User debian-user@lists.debian.org
Sent: Thursday, March 23, 2000 6:36 PM
Subject: mutt and Turkish


 Hi all,
 
 Does anyone know of instructions in ENGLISH on how to make Turkish fonts
 display in mutt? All I can find are things in Turkish that I just
 don't have enough grasp of the language to understand.
 -- 
 Patrick Kirk
 
 Diplomacy is the art of saying nice doggy until you can find a rock.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


'write' doesn't work.

2000-03-15 Thread ChangMin Oh



How can I the package concerning 'write' or 
source?

Have a nice day~


Problem when compiling glibc-2.1.2

2000-03-07 Thread ChangMin Oh





Hi~

Confronting with erromessage"undefined refrenced `__NR_rt_sigreturn'..."

I configured with options, '--enable-add-ons' and '--prefix=/usr'.

I searched in subdir 'db2', using grep 
`__NR_rt_sigreturn' *.c *.h, but I 
can't 
find anything...

Does anybody have an idea?

I have, Kernel: 2.0.38
 
gcc: egcs-2.91.66
 
make: 3.77
**Error Message***
make[1]: Entering directory 
`/usr/local/src/glibc/glibc-2.1.2/db2'gcc -nostdlib -nostartfiles -o 
makedb -Wl,-dynamic-linker=/lib/ld-linux.so.2 ../csu/crt1.o 
../csu/crti.o `gcc --print-file-name=crtbegin.o` makedb.o libdb.so.3 
-Wl,-rpath-link=..:../math:../elf:../nss:../nis:.:../rt:../resolv:../linuxthreads 
../libc.so.6 ../libc_nonshared.a -lgcc `gcc --print-file-name=crtend.o` 
../csu/crtn.o../libc.so.6: undefined reference to `__NR_rt_sigreturn'collect2: ld returned 1 exit 
statusmake[1]: *** [makedb] Error 1make[1]: Leaving directory 
`/usr/local/src/glibc/glibc-2.1.2/db2'make: *** [db2/others] Error 
2redmoon:/usr/local/src/glibc/glibc-2.1.2#