Re: SOLVED: Some users locked out of ssh and sftp?

2005-03-15 Thread Donald Duckie
was why i asked as to how i would modify the known_hosts file. donald --- chuck gelm <[EMAIL PROTECTED]> wrote: > Donald Duckie wrote: > > I got this error message as shown below . . . > > How do I change the /root/.ssh/known_hosts file? > > It seems encrypted . . .

Re: SOLVED: Some users locked out of ssh and sftp?

2005-03-15 Thread Donald Duckie
I got this error message as shown below . . . How do I change the /root/.ssh/known_hosts file? It seems encrypted . . . @@@ @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@

how do i transmit data using snull?

2004-09-29 Thread Donald Duckie
hi! how do i transmit/receive data with the compiled snull codes? i have already installed the snull module, but was not able to transmit any data. http://www.xml.com/ldd/chapter/book/pdf/ch14.pdf dissects the snull codes, but there is no information about how to use it. can somebody please tell

unresolved symbol __udivsi3_i4

2004-09-22 Thread Donald Duckie
hi! Thank you very much for your help on Subject: Invalid kernel header included in userspace; multi-line string literals are deprecated :-) I finally understood where I should be doing depmod and what I need to do with its generated files. There is one thing that is currently bugging me though

Re: Invalid kernel header included in userspace; multi-line string literals are deprecated

2004-09-21 Thread Donald Duckie
wrote: > On Wednesday 15 September 2004 03:30, Donald Duckie > wrote: > > hi! > > > > i do not want to be assuming now, since i only got > > some errors from my assumptions. i have performed > the > > options mentioned below but got some errors. > >

Re: insmod: unresolved symbol

2004-09-15 Thread Donald Duckie
un depmod? how will i made it update the /lib/modules/2.4.18-sh directory instead of the /lib/modules/2.4.24 directory? again, thanks for the help guys . .. --- simon <[EMAIL PROTECTED]> wrote: > > > Donald Duckie wrote: > > hi! > hello donie > > > >

insmod: unresolved symbol

2004-09-15 Thread Donald Duckie
hi! has anyone ever tried compiling and running snull on Linux2.4.18-sh? i tried compiling snull(without any modification) on Linux2.4.18-sh. upon running snull_load, i got the following: Using /lib/modules/2.4.18-sh/kernel/drivers/net/snull. insmod: unresolved symbol kmalloc_R93d4cfe6 insmod: un

Re: Invalid kernel header included in userspace; multi-line string literals are deprecated

2004-09-14 Thread Donald Duckie
.0 netmask 255.255.255.0 sn0; route add -net 101.11.21.0 netmask 255.255.255.0 sn1 the same results were seen what seems to be wrong with sn? am i doing something wrong in here? thanks for all the information and assistance . . . --- Richard Adams <[EMAIL PROTECTED]> wrote: &

Re: Invalid kernel header included in userspace; multi-line string literals are deprecated

2004-09-14 Thread Donald Duckie
1: unknown interface: No such device snull: Operation not permitted --- Richard Adams <[EMAIL PROTECTED]> wrote: > On Tuesday 14 September 2004 02:27, Donald Duckie > wrote: > > hi! > > > > thank you very much for your information. > > and i'm so sorr

Re: Invalid kernel header included in userspace; multi-line string literals are deprecated

2004-09-13 Thread Donald Duckie
ilation . . . any kind of information are greatly appreciated. (anyway, i will still also need to read the links that were given) --- Richard Adams <[EMAIL PROTECTED]> wrote: > On Monday 13 September 2004 08:52, Donald Duckie > wrote: > > hi! > > > > can somebo

Invalid kernel header included in userspace; multi-line string literals are deprecated

2004-09-12 Thread Donald Duckie
hi! can somebody please tell me what's going on with this. i have been changing my makefiles, in which i have been going in circles now. gcc -Wall -D__KERNEL__ -DMODULE -I/usr/src/linux-sh-2.4.18//include -O -g -DSNULL_DEBUG -I.. -M snull.c > .depend In file included from /usr/src/linux-sh-2.4.

on sk_buff

2004-08-31 Thread Donald Duckie
good day! i am new to linux kernel, and came across with sk_buff. i have been reading about it for awhile now, but there are some questions which were not answered by any site that i came across: (1) as what i have understood, sk_buff is just equivalent to a packet that can be passed from one lay