error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
hello all,

   ive never seen this before, ive been compiling kernels on this since 2.0.34.

archangel:/usr/src/linux# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux/scripts/lxdialog'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE  
-DCURSES_LOC=curses.h   -c lxdialog.c -o lxdialog.o
In file included from lxdialog.c:22:
dialog.h:22: sys/types.h: No such file or directory
dialog.h:23: fcntl.h: No such file or directory
dialog.h:24: unistd.h: No such file or directory
dialog.h:25: ctype.h: No such file or directory
dialog.h:26: stdlib.h: No such file or directory
dialog.h:27: string.h: No such file or directory
dialog.h:29: curses.h: No such file or directory
lxdialog.c:53: locale.h: No such file or directory
make[1]: *** [lxdialog.o] Error 1
make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog'
make: *** [menuconfig] Error 2
archangel:/usr/src/linux#


anyone have any idea whats wrong ?

TIA,
Chad



Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
hi again,

  i meant, ive been compiling kernels on this same machine since 2.0.34
 
  how could those files have dissapeared ?

TIA,
chad



On Mon, Jun 12, 2000 at 10:27:38PM +0800, Chad A. Adlawan wrote:
 hello all,
 
ive never seen this before, ive been compiling kernels on this since 
 2.0.34.
 
 archangel:/usr/src/linux# make menuconfig
 rm -f include/asm
 ( cd include ; ln -sf asm-i386 asm)
 make -C scripts/lxdialog all
 make[1]: Entering directory `/usr/src/linux/scripts/lxdialog'
 gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE  
 -DCURSES_LOC=curses.h   -c lxdialog.c -o lxdialog.o
 In file included from lxdialog.c:22:
 dialog.h:22: sys/types.h: No such file or directory
 dialog.h:23: fcntl.h: No such file or directory
 dialog.h:24: unistd.h: No such file or directory
 dialog.h:25: ctype.h: No such file or directory
 dialog.h:26: stdlib.h: No such file or directory
 dialog.h:27: string.h: No such file or directory
 dialog.h:29: curses.h: No such file or directory
 lxdialog.c:53: locale.h: No such file or directory
 make[1]: *** [lxdialog.o] Error 1
 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog'
 make: *** [menuconfig] Error 2
 archangel:/usr/src/linux#
 
 
 anyone have any idea whats wrong ?
 
 TIA,
 Chad
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null



Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
On Mon, Jun 12, 2000 at 08:51:41AM -0700, Rick Younie wrote:
 
 loki:/rexxscripts$ dlocate -S string.h
 libc6-dev: /usr/include/bits/string.h
 
 Looks like at least libc6-dev is missing.  Lemme know how it goes.


   it worked !  libc6-dev was the missing package (along with libncurses5-dev). 
 thanks a lot man :-)

   dlocate, thats interesting, ive never seen that before.  what package is 
taht from?

thanks again,
Chad



has anyone tried Mirapoint's Internet Message Server ?

2000-05-29 Thread Chad A. Adlawan
hi gang !

ive veeb reading a lot fo good stuff about the Internet Message Server from 
Mirapoint (www.mirapoint.com) and i would just like to ask whether there's 
anyone here who has tried it.  how is it w/ really large email services ?

thanks in advance.

Chad



Unidentified subject!

2000-04-28 Thread Chad A. Adlawan
unsubscribe


[OFF TOPIC] PHP variables using method=GET

2000-04-27 Thread Chad A. Adlawan
hello,

   sorry for the offtopic post, but, does anyone have any example PHP script 
where it passes and displays variables using method=GET ? ...  
   i wish to learn how to handle query strings in PHP but all sample code i see 
use method=POST..

thanks a lot,
chad


PERL or grep help pls (search replace)

2000-04-10 Thread Chad A. Adlawan
hello,

   i have like 10 thousand small files, some containing the text 
http://209.155.163.97/smile.gif; inside it while some dont.
   can someone please help me with a script w/c views all these files and if it 
sees a http://209.155.163.97/smile.gif;, will replace it w/ a 
http://www.cproda.com/smile.gif; ?.

   thanks a lot :-)

chad


help on multiple search/replace

2000-04-10 Thread Chad A. Adlawan
hello, 

  i dont know whether i successfully sent the first email i wrote.  anyway.

  can someone please help me on writing a script or whatevers best in order for 
me to perform multiple search and replace on thousands of small files ? 
  that is, these small files contain (some doesnt) the text 
http://209.155.163.97/smile.gif; and i want all of them to be replaced with 
http://www.cproda.com/smile.gif; ...

  any help appreciated.

thanks,
chad


Perl/C programmers, help pls

2000-04-03 Thread Chad A. Adlawan
hello everyone,

we have something like 30,000 ++ small files lying around different 
subdirectories, named 01.cgi ++.  (from Ultimate Bulletin Board, 
www.ultimatebb.com, and let me add that their customer support sucks and their 
documentation is even worse)
heres an example of one :

==  file ==

A||N||1||ChiQui||mIRC channel
Z||00||ChiQui||08-01-1999||05:52 AM||[EMAIL PROTECTED]||It was suggested in 
one of the forums that we have a channel in the mIRC. Can we be allowed to name 
the channel #pinoyexchange?reg
Z||01||clawed_out||08-04-1999||09:49 AM||[EMAIL PROTECTED]||why not try 
#uaap at dalnet..mas konti ang tao doon! anyway enjoy your day  happy surfing! 
 IMG SRC=http://209.155.163.97/wink.gif;||208.162.6.100||reg

=== end 

 can someone please help me with a script w/c searches the contents of all 
those small files and looks for __http://209.155.163.97/__ and then replaces 
them with __http://www.pexchange.com/__ ? 

thanks a lot in advance,
chadi


X11 experts, help pls

2000-03-16 Thread Chad A. Adlawan
hello everybody ...

   I just had my video card replaced with a Trident 3D Image 9750 and now my X  
doesnt work anymore.  XF86Setup wont help because the card is not listed there.
   Is there any way I can get my XServer to recognize my new card without 
re-installing or upgrading X ?  I'm on Debian Slink.

TIA,

Chadi


slashdot like poll application

1999-10-02 Thread Chad A. Adlawan
hello LIST,

i was wondering if theres anyone who knows of a slashdot like poll 
application that i can use on our website ...  and where to get it.
thanks,

Chad


time conversions

1999-09-02 Thread Chad A. Adlawan
hello everyone !!!
  this is a non-debian specific question and i hope ull bear w/ me on this ...
  can someone suggest to me any nice documents re converting time for major 
timezones ?  UTC, PDT, PST (whatever those are), GMT, PHT (my timezone, the 
only one i know) ...
  thanks a lot ...
Chad


ssh client

1999-07-27 Thread Chad A. Adlawan
hello all,
  this is not a debian specific question, but does anyone know of an ssh client 
for Win9x/NT that i can use to connect to my ssh ONLY enabled debian server ?
  i need this as i dont have a linux box at home.
TIA,
Chad


understanding netstat output

1999-07-27 Thread Chad A. Adlawan
hello all,
  when i invoke netstat, i get the following :

Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags   Type   State I-Node Path
unix  2  [ ] STREAM   824491 /tmp/.X11-unix/X0
unix  2  [ ] STREAM CONNECTED 824490 
unix  2  [ ] STREAM   824228 /tmp/.X11-unix/X0
unix  2  [ ] STREAM CONNECTED 824227 
unix  2  [ ] STREAM   824171 /tmp/.X11-unix/X0
unix  2  [ ] STREAM CONNECTED 824147 
unix  2  [ ] STREAM   715277 /dev/log
unix  2  [ ] STREAM CONNECTED 715276 
unix  2  [ ] STREAM   2095   /dev/log
unix  2  [ ] STREAM CONNECTED 2094   
unix  2  [ ] STREAM   1158   /dev/log
unix  2  [ ] STREAM CONNECTED 1157   
unix  2  [ ] STREAM   1126   /dev/log
unix  2  [ ] STREAM CONNECTED 1125   
unix  1  [ ] STREAM   1054

  can someone please tell me what they all mean ?  or maybe direct me to docs 
that i could read so that ill know what they are.
TIA,
Chad


bad login tracking

1999-07-27 Thread Chad A. Adlawan
hello all,
   when i invoke 'lastb', i get the following output :

UNKNOWN  ttyp1ruf2-6.evoserve. Tue Jul 27 21:13 - 21:13  (00:00)
chadittyp1ruf2-6.evoserve. Tue Jul 27 21:12 - 21:12  (00:00)

   that is, UNKNOWN for someone who tried to enter a non-exixtent username (w/ 
reference to /etc/passwd) and the chadi field for someone who tried to log-in 
using the username chadi and providing the wrong password.

   question, is there any way for as to know as to what exactly is the 'guess' 
user name someone tried to enter w/c resulted in the UNKNOWN record for 
/var/log/btmp ?
   we know that for the entry chadi, that there really is a user chadi on the 
system but his password was wrongly entered.  is there any way for us to 
capture and know what the wrongly enetered password is (guess password) and 
record it in some file ?
TIA,
Chad

im just being paranoid, w/ all the recent attacks/portscans ive been getting 
lately and attempted logins from completely alien domains ... thanks and hope 
you can help


wallpaper Question

1999-07-25 Thread Chad A. Adlawan
hi list,
  please bear w/ an X newbie.  anyway, i managed to place a wallpaper on my 
Xwin using xv but whenever i close X, i'd have to put the wallpaper in again 
using xv the next time i log on.  can anyone suggest me a way to make my 
wallpaper permanent ?  i use icewm.
TIA,
Chad


eeek ... new debian HP look

1999-07-15 Thread Chad A. Adlawan
forgive me for the noise ...  but i almost choked when i saw the new 
www.debian.org ...  then again i just love debian, who cares about the logo ... 
 i'll get used to it :)

chad


systat netstat daemon usage

1999-07-12 Thread Chad A. Adlawan
hello all,
  i found the ff lines from a friends slakware install (/etc/inetd.conf) :

  systat  stream  tcp nowait  nobody  /usr/sbin/tcpd  /bin/ps -auwwx
  netstat stream  tcp nowait  root/usr/sbin/tcpd  /bin/netstat-a

  so tried telnet'ing to his box 1st at port 11 and then at port 15, of w/c 
after i pressed enter, his boxes netstat etc info was displayed ...

  anyone know of an application than i can use to connect to systat and nestat 
daemons other than telnet'ing to port 11  15 ?

TIA,
Chad


preventing weak passwords

1999-07-08 Thread Chad A. Adlawan
hello all,
  im really sick of almost having to remind my users to use non-dictionary 
passwords.  we provide a web based interface to change their passwords and so 
the checking done by executing /usr/bin/passwd is not implemented.
  im thinking of dictionary cracking my users passwords so that i can narrow 
down on those only on those whos passwords need fixing, that is, only those 
whose passwords can be dictionary cracked.
  does anyone know of an application that can do what i want ?
TIA,
Chad A. Adlawan
System/Network Admin
Pixelia Multimedia Co.
Cebu City Philippines
 


where do i find crypt ?

1999-07-08 Thread Chad A. Adlawan
hello all,
  ive been trying to compile cops and crack but i keep on getting this error :

/tmp/ccc00945: In function `try':
/tmp/ccc00945(.text+0xb83): undefined reference to `crypt'

  can anyone tell me please where/what package do i get the crypt function from 
?

TIA,
Chad


modem pool suggestion

1999-07-06 Thread Chad A. Adlawan
hi,
  can someone please suggest to me a nice modempool ?  or am i better off using 
external modems?  if so can u also suggest modems that are guaranteed to work 
happily and w/ less hassles as a dial-in modem for an isp ?
  if u have any modem pool brands in mind, please exclude livingston (their the 
only ones i know of) because i cant afford them :(
TIA,
Chad


debian for ISP use

1999-06-28 Thread Chad A . Adlawan
(Redirected by Jude Ramas [EMAIL PROTECTED])
Greetings !
  My first post on this list and I hope you can help me on this.
  We are an ISP presently running on slackware34 w/c is pretty much breaking 
up.  It was installed for us years ago by some tech guy and we need to rebuild 
it.  We already have contact with someone whom we'll hire on an install basis 
to do our dial-in, DNS, mail, etc linux server and he is recommending Debian 
GNU/Linux.
  May I ask what ISP's are presently using Debian and how widespread is its use 
?  If possible can you supply me with URL's because most of the talk we see on 
the net is re RedHat.
  We are not a very technical group, but we pretty can manage when given an 
already running system.  What about Debian training, what options are there ?
Thanks for your time,
Jude


tacacs and radius

1999-06-26 Thread Chad A. Adlawan
hello everyone !
  i friend was asking me whether i can help him convert his slackware system to 
debian (since imthe only debian user in our group and their slak admin jumped 
ship) from tacacs to radius ...  whatever those are.  can someone please 
help point to me where i should look for more info regarding this ?
  also in question is for an ISP billing system, any suggestions?
TIA,
Chad


more on ssl telnet sessions

1999-06-22 Thread Chad A. Adlawan
hello all !
  ok, i should get kicked in the butt for not consulting the new in.telnetd man 
page that also got installed w/ ssltelnet ...  but i havent found this in the 
man page anywhere ...
  is it still possible to display whatever is it thats in ur /etc/issue.net 
when ur running ssl telnet ?  (both w/ or w/o the -s secure option

TIA,
Chad


On Mon, Jun 21, 1999 at 09:52:26AM -0700, George Bonser wrote:
 
 invoke telnetd with the -z secure option.
 
 
 On Mon, 21 Jun 1999, Chad A. Adlawan wrote:
 
  hello everyone !
i have ssltelnet installed/running on my box ...  it works by: 
  (shamelessly copied from /non-US/binary-i386/Packages)
  
It interoperates with normal telnet(d) in both directions.
It checks if the other side is also talking SSL, if not it falls back
to normal telnet protocol.
  
so how do I dissable this feature ?  i want my telnetd to accept 
  connections only if the other side is also talking ssl and deny it if its 
  not.
  
  TIA,
  Chad
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
  
  
  
 
 George Bonser
 
 Welcome to Wit's End
 


on ssl telnet sessions

1999-06-21 Thread Chad A. Adlawan
hello everyone !
  i have ssltelnet installed/running on my box ...  it works by: (shamelessly 
copied from /non-US/binary-i386/Packages)

  It interoperates with normal telnet(d) in both directions.
  It checks if the other side is also talking SSL, if not it falls back
  to normal telnet protocol.

  so how do I dissable this feature ?  i want my telnetd to accept connections 
only if the other side is also talking ssl and deny it if its not.

TIA,
Chad


changing default umask on useradd

1999-06-19 Thread Chad A. Adlawan
hello everyone !
  does anyone know of a way to change the default useradd or adduser 
behaviour in terms of giving permissions to the new users home directory ?  
that is, when u add a new user, the permission on his/her new home dir is set 
at 755.  is there any way to make the default settig to chmod 775 or -rwxrwxrx 
upon adding ?
  i know this may be a bad idea for some, but these new group of users i want 
to add have no shell access and are all chrooted to their home dir when ftp'ing 
in.
TIA,
Chad


partition resizing application

1999-05-21 Thread Chad A. Adlawan
hello all ...
  anyone here know of an application w/c can allow me to resize my ext2
partition to make room for a BSD partition ?
TIA,
Chad


Re: wu-ftpd-2.4.2.16-12 security problem

1999-05-18 Thread Chad A. Adlawan
  thats not a security problem.  its how its supposed to behave.
  if u dont want users chrooted to /home/username, that is, they can only go
to as high as /home/username, read on re giving users guestgroup access in
wu-ftpd docs, and then change their respective enreies in /etc/passwd so that
when theyll log in to ftp, they'll be chrooted to /home/username ...
  example, for /etc/passwd:
  user:x:1023:1100:user,,,:/home/user/./:/usr/bin/ascriptiwrote
   ^
   this is his chrooted dir
  also, try reading man chroot
AFAIK,
Chad


On Tue, May 18, 1999 at 01:00:15PM +, Shao Zhang wrote:
 Hi,
   I just found that this version of the wu-ftpd allows any user do a cd /
   And then all users can see the / directory on the system.
 
   How do I stop this? I only want them to see /home/username.
 
   Thanks.
 
 
 Shao.
 
 -- 
 
 Shao Zhang - Running Debian 2.1  ___ _   _
 Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
 University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
 Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
 Email: [EMAIL PROTECTED]  
 |___/ 
 _
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


logging uf su usage

1999-05-11 Thread Chad A. Adlawan
hello list,
  does the default syslog.conf log all usage of the su command ?  if so
may i knoe where ?
  ive been reading the syslod.conf man page but im not sure whether i
understood everything.  and if it doesnt, may i knoe how do i tell syslog to
log all usage of the su commang ?
TIA,
chad


Re: logging uf su usage

1999-05-11 Thread Chad A. Adlawan
 ive downloaded the source and unpacked them already, almost ready to
recompile.  may i know how/where do I add this removed compile time flag
thats needed to enable this logging ?
chad


 
 There is (was at the time) a bug against su because, somehow, the
 compile-time flag needed to enable this logging had been removed.
 I noticed this change when I upgraded from hamm to slink.
 


understanding free's output

1999-05-10 Thread Chad A. Adlawan
hi List !
  when i invoke free, i get the following :


archangel:~$ free
 total   used   free sharedbuffers cached
Mem: 63268  12692  50576  22284944   5824
-/+ buffers/cache:   5924  57344
Swap:   130748  0 130748


  may i know what those 2 entiries in the -/+ buffers/cache  stand for ? 
what does those numbers mean ?  i viewed the free man page already and i got
nothing there.

TIA,
Chad


web password changing

1999-05-09 Thread Chad A. Adlawan
hi list !
  ive looked all over freshmeat and cgi-resources.com and i just cant seem to
find a some cgi that allows a user in ur system to change his/her password
thru some web interface, that is, w/o havnig to telnet to the server and
manually invoking passwd.
  anyone have any ideas where to find this ?
thanks,
chad


sending email to all users [was Re: mutt+exim not working]

1999-05-03 Thread Chad A. Adlawan
 
 I don't think that is the case. The trusted user just means that it will
 believe the envelope sender field (Sender:) from those users. You should
 NEVER have to put real users in the trusted user field. You shoudl only
 have something like:
 
 trusted_users = mail:news:uucp:root
 

ow btw, how do u send email to all users in ur system w/o having to type all
their user names ?  i use exim also ...
chad


Re: sending email to all users [was Re: mutt+exim not working]

1999-05-03 Thread Chad A. Adlawan
 
 ow btw, how do u send email to all users in ur system w/o having to type all
 their user names ?  i use exim also ...
 
 Subscribe them to an announce-only mailing list that you would run.
 

  i think i remember our sysadmin used to do this, i think what he did was
send email to [EMAIL PROTECTED] (or something of that sort) for really
important announcements and bingo, all users on our.domain.com will get that
email 
  what if i have some really important announcements to make and i have a
hundred++ users, how do i send an email w/ the same content to all of them all
at once w/o typing all their user names ?
TIA,
Chad


default run levels

1999-05-02 Thread Chad A. Adlawan
hi !
  i was just wondering, what exactly will happen if i change the default run
level specified in /etc/inittab from init 2 to init 3, or 4, or 5 ?
TIA,
Chad


Re: Network newbie

1999-04-28 Thread Chad A. Adlawan
  the net3 howto is not lacking, believe me ... it can work u miracles if ull
read and really understand it ...
  did ur kernel detect ur lan card ?  or if u included the module to
autumatically be loaded unpon bootup (/etc/modules), did u see the message
that looks something like  eth0: 3c509 at 0x300 tag 1 blah ...
  if so, u can happily start configuring ur network now.  try invoking #
ifconfig as root ... if u dont find any start w/ ur localhost :
# ifconfig lo 127.0.0.1
# route add -net 127.0.0.1 (needed only if u use 2.0.x kernels)

now for ur lan,
# ifconfig eth0 IPADD netmask NETMASK broadcast BCAST
# route add -net NETWORK (again, needed only if u have 2.0.x kernel)

where:  eth0 is the interface # at w/c the kernel assiged ur card
IPADD is ur ipaddress (example 172.16.103.8)
NETMASK is ur netmask add (example 255.255.255.0)
BCAST is ur broadcast address (example 172.16.103.255)
NETWORK is ur network num (172.16.103.0)

if u have a gateway in ur LAN, that is, a router or another linux box acting
as a masquerading server, u can also add the a command to set default route
to that gateway w/
# route add default gw GATEWAY (where GATEWAY is ur gateways addy)

if u use ppp to connect to that internet, u dont need this ... to automate
all these at bootup, add these commands to /etc/init.d/network

hope this helps,
Chad

On Wed, Apr 28, 1999 at 10:44:20AM -0600, Robert Kerr wrote:
 Okay, is there any walk-through written on how to configure my home
 network?  I've got two machines, with NE2000-compatible network cards.
 I've recompiled my kernel to give me module support of them, but now I'm
 stuck.  Can anyone point me in the right direction so I can find the
 instructions?  
 
 (FWIW I've read the NET-3 HowTo, and find it sadly lacking.)
 
 Thanks
 
 -bob
 
 Cananyonepleasetellmehowtofixmyspacebar?
 **
 * Robert Kerr, The morphing guy.  *368 Clyde Building, BYU   *
 * [EMAIL PROTECTED]   *Provo, Utah  84602*
 * [EMAIL PROTECTED] *  Phone: (801) 378-2029   *
 * http://www.et.byu.edu/~kerrr*  Fax: (801) 378-4449 *
 **
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: deb vs. rpm

1999-04-26 Thread Chad A. Adlawan
 I heard that it's supposed to be supperior. As a matter of fact that 
 is the main reason for me to try Debian (I started out with SuSE and 
 am still using it. However I don't like the way they package things 
 as it's not compatible to rpm's that I find on the net since they 
 aor usually for RedHat).
 
 Where can I get a more detailed comparison?
 
 TIA
 Thorsten Manegold
  

  i dont have the URL handy, but since u asked for it and if u really want
perfecyly detailed/technical comparison, ask the maintainer of the debian
package 'alien' (thats the package w/c installs .rpm's like .deb's) ...
  he has a website w/c discusses all that, in astonishing detail ...

Chad


Humor/relax a Bit ...

1999-04-24 Thread Chad A. Adlawan
hello everyone !
   not to add useless traffic to this very busy list, i just thought
everyone could use some rather annoying ice breakers from those sleepless
debugging/hacking nights ...  off topic site for the day...
   http://www3.mcps.k12.md.us/users/rsfay/magic/index.html
cheers,
Chad
thanks to peach` of irc.undernet for the link, i was playing w/  hylaFAX-server
config files when she gave me this link


Re: Humor/relax a Bit ...

1999-04-24 Thread Chad A. Adlawan
 A friend of mine sent me this link a few weeks back...have you figured
 it out yet?
 
took me 5 tries to figure out ;) (i wont tell how)... u should all try it ...
good for those w/ sysadmin like mentality
chad


web interface to doing minor admin stuff

1999-04-23 Thread Chad A. Adlawan
hello List !
  does anyone know of a nice cgi/perl/whatever that u can use as a web
interface that allows you to do minor admin stuff like adding ftp/email only
users to ur system thru a netscape session ?
  writing shell scripts are out of the question since the guy who'll be
doing this is n routers away from me and telnet sessions are lagged by 5
seconds (u hit a character and ull have to wait 5-10 secs b4 it appears on
ur screen)...
TIA,
Chad


debian logo thing

1999-04-22 Thread Chad A. Adlawan
hello List ...
  anyone know what came out of that debin logo contest announced 2 months
ago ? ... i also saw some Debian logo at slashdot (debian/corel/kde news)
...  is that the official debian logo ?
TIA
chad


Re: 2.2.x boot floppy. (was: I'm not giving up: backpack CD-ROM drive).

1999-04-20 Thread Chad A. Adlawan

 Next step: who knows where to find a boot floppy using a 2.2.x kernel?
 

i know i saw this somewhere someplace, i just cant locate it anymore. where
do i get info on how to make my own custom boot floppy ?

chad


more Mutt question

1999-04-18 Thread Chad A. Adlawan
 set folder  =~/.mail
 set mbox=~/.mail/inbox
 set postponed   =~/.mail/postponed
 set record  =~/.mail/outbox
 set spoolfile   =~/.mail/inbox
 
 Now, when it comes to moving it every month - mutt is constantly
 fighting against mail client bloat, so if you ask about this on one of
 the mutt mailing lists, the official answer is:
 
 Use cron, it's designed to do things exactly like this, it works, and
 it means we don't have to inflate the mail client anymore.
 
 So basically, just set up a quick monthly cron job that moves your
 sent-mail folder out of the way and touches a new one.

  thanks for the hot tip.  now how do i mark 20 files out of the 80 i just
received and move them over to some folder called debian-user ...
  presently i copy the selected emails to that folder (one by one) then i
delete them afterwards ... (im a new mutt convert)
TIA,
chad


[off topic] new apt ?

1999-04-18 Thread Chad A. Adlawan
hello everyone !

  i see ppl are still fighting about debian and redhat and dselect and stuff
...  anyway, would someone please try and check out
http://www.debian.org/~jgg/apt/screenshots/  ???  i was roaming around a
while ago when i saw them ...
  any idea what they are, their package names, etc ... i really think theyre
neat ... they look so neat ... 

regards everyone,
Chad A. Adlawan


Re: SIOCADDRT error on boot

1999-04-17 Thread Chad A. Adlawan
hi Vaidhy,
  i also got the same error as u guys did, that is, i got it after i
upgraded from 2.0.36 to 2.2.4.  do u think that same fix'll still work for
me ?  i dont feel too comfortable removing some lines from my init.d/network
because though i get those error messages, my box is still working
perfectly.  and i dont get any error messages on my syslog also.
  could this be something w/ 2.2.4's new design ?
TIA,
Chad

On Fri, Apr 16, 1999 at 09:32:18PM -0400, Alec Smith wrote:
 Got the same error... The cure is to remove the route -add parameters in
 /etc/init.d/network for eth0, lo, and any other adapters... It is not
 necessary to remove the route -add default gw parameter if you have a
 gateway.
 
 
 
 On Fri, 16 Apr 1999, Vaidhyanathan G Mayilrangam wrote:
 
  Hi Chris,
  
   I generally get the message during network initialization when something is
  missing or wrong.. Can you post the relevant boot message. (Use dmesg).
  
  Regards,
  Vaidhy
  
  On Fri, Apr 16, 1999 at 09:15:37PM -0400, Chris Brown wrote:
   Greetings,
   I'm cleaning up the boot messages of a system we're moving to 
   another location, and I ran into a funny message.  When the system 
   boots everything looks OK until It mounts the local filesystems.  I 
   get this weird error,
   SIOCADDRT: Invalid argument
   twice, and then it moves on.  I've looked at the 
   /etc/init.d/mountall.sh script, /etc/fstab,  and /proc/filesystems 
   and I still don't have a clue.  What do I need to change to kill this 
   error?
   Thanks,
   Chris
   


on mindcraft benchmarks

1999-04-14 Thread Chad A. Adlawan
  i really think this is funny ... i checked on www.mindcraft.com and the 1st
4 headlines basically says :
  1.  WindowsNT Server Outperforms Linux
  2.  ... duh ...
  3.  M$ NT is 25.5% faster then novell netware 5
  4.  M$ NT server is 4 is 4 times faster as a web server than solaris w/
sun web server 1.0 and has 10.3 times better price/performance

so whos paying who here ?

chad


mindcraft

1999-04-14 Thread Chad A. Adlawan
i think i typed something else, thats www.mindcraft.com


proftpd confusion

1999-02-11 Thread Chad A. Adlawan
hello everyone !
  i use proftpd (just upgraded to the one by netgod) and i have observed that 
if I use windoze's command line ftp client (login anonymous) i can successfully 
see/download files from /home/ftp but, when i use other graphical ftp browsers 
like netscape or ftp explorer, i get nothing but a / ... ive read and 
followed theinstructions in the howto and/or the sample configurations and i 
think i have followed all the intructions.
  does anyone have any ideas on what could have been causing this problem and 
how do i get to find a way of solving it ?
  TIA
chad


exim mailer and QPOP

1999-02-08 Thread Chad A. Adlawan
hello everyone !
  i just finished configuring DNS, exim and QPOP.  i can successfully send and 
receive email from it (thats what im doing here) but only when i telnet to my 
server.  when i check my email from another machine however, that is, a 
winblows machine using eudora or netscape, i can only receive/retrieve emails 
but not send.
  when i try to send thru eudora, i get the following message :

 The recepient [EMAIL PROTECTED] is not acceptable to your SMTP server.  The 
message is not sendable until the recepient has been changed. 

  id really appreciate it if someone can help me on this, any pointers as to 
what could be causing this and how to solve this will be very much appreciated.

  thanks a lot,
Chad


in-addr.arpa registration

1999-01-21 Thread Chad A. Adlawan
  i was wondering if someone can help/give me guidelines on what do i do
to register a block for reverse IP queries/reverse domain, my case is,
  a friend asked me why they can never do reverse lookups on their IP's
(they own the whole block, i.e. 208.162.24.*) and i found out that when I
do _$ nslookup -type=soa 24.162.208.in-addr.arpa.   i get 

***localhost can't find 24.162.208.in-addr.arpa.: Server failed

  when i tried  _$ nslookup -type=soa 162.208.in-addr.arpa.  ,  i get this 


162.208.in-addr.arpa
origin = ns.cw.net
mail addr = hostmaster.cw.net
serial = 1999012001
refresh = 3600 (1H)
retry   = 600 (10M)
expire  = 360 (5w6d16h)
minimum ttl = 3600 (1H)

Authoritative answers can be found from:
162.208.in-addr.arpanameserver = ns.cw.net
162.208.in-addr.arpanameserver = ns2.cw.net
162.208.in-addr.arpanameserver = ns3.cw.net
ns.cw.net   internet address = 204.70.128.1
ns2.cw.net  internet address = 204.70.57.242
ns3.cw.net  internet address = 204.70.25.234  



the documentation that comes with bind says that reverse domain
registration is separate from forward domain registration, but forgot to
mention how to do it, the requirements, and whether there any fees for
this also?  hope someone can help
thanks
chad


Re: A couple of simple questions... I think

1999-01-09 Thread Chad A. Adlawan
cookies are sent to you as you browse thru diff websites and are saved in ur 
home directory

On 1/9/99, at 12:56 AM, Brant Wells wrote:

Howdy All...

1) I got Netscape 4.5 installed on my system... If I login as ROOT, I am
not able to run Netscape... What do I do??

cookies are sent to you as you browse thru diff websites and are saved in ur 
home directory, and you wouldnt want someone to send you .bash_profile w/ some 
crazy lines on it ... that is why netscape will not let you run it as root, (i 
think, just a theoy anyway) ... this is also the same reason it is a very bad 
idea to irc as root (while ur client is set to auto_dcc_get on) .


2) I've need to print to a printer that is shared on a WinNT 4.0
machine... as \\DAHOUSE\HPDESKJE  how do I set that up in Linux?

i know nothing about NT printing, sorry



Any help would be greatly appreciated.

Thanks,
Brant Wells


Re: remote xterm problems

1998-12-27 Thread Chad A. Adlawan
Stan,
  i'm sorry i sent the 1st email too soon w/o even thinking, anyway,
if you're using bash and a few other shells, you have to do an
   $export TERM=vt100
if you're using csh or tcsh, do a  $set TERM=vt100

merry christmas everyone !
Chad


   When runing a remote xterm on a non-Debian box, if I invoke vi, the
   fon'ts get trashed to somehting totaly unreadable. I have to use the
   pulldown menu to do a full reset on the xterm, and then a control L to
   redraw the screen.

   Anyone have an idea what's wrong here?

--
Stan Brown [EMAIL PROTECTED]
770-996-6955
Factory Automation Systems
Atlanta Ga.
--
Windows 98: n.
   minor patch release for 32-bit extensions and a graphical shell for a
   16-bit patch to an 8-bit operating system originally coded for a 4-bit
   microprocessor, written by a 2-bit company that can't stand for 1 bit
   of competition.
-
(c) 1998 Stan Brown.  Redistribution via the Microsoft Network is prohibited.


[Off Topic] An EXCELLENT Microsoft Confidential document on why MS is in trouble from OpenSource OSes like Linux

1998-11-04 Thread Chad A. Adlawan
Hi everyone !  Anyway, i glanced on this one from David Ranch's page
and some of you might be intersted in reading it.
Cheers,
Chad



This is an excellent doc that was leaked out of MS on the future
issue of Open Source OSes like Linux, etc.  The hosting WWW site
has already noted that MS might take legal action to take down
the page so if its gone by the time you get to it, lemmie know
and I'll send you a copy.

Its a little long but it reads well and it REALLY tells of
Linux's true power.  The PEOPLE!

http://www.opensource.org/halloween.html

--David
..
|  David A. Ranch - Remote Access/Linux/PC hardware  [EMAIL PROTECTED]  |
!!
`- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -'