DNS log question (BIND)

2001-08-12 Thread Federico Voges

Hi!

Can anyone tell me the meaning of these messages??

Aug 11 07:12:44 drakis named[30669]: Lame server on '53.190.51.200.in-addr.arpa' (in 
'51.200.in-addr.arpa'?): [200.0.193.98].53 'XANADU.SUR.TELINTAR.COM.AR'
Aug 11 07:14:48 drakis named[30669]: bad referral (23.192.200.in-addr.arpa ! 
208/28.23.192.200.in-addr.arpa) from [200.192.23.214].53

I usually find lots of these, specially the first one, in my log files 
(/var/log/messages).

TIA


--
http://www.intrasoft.com.ar/
Servicios Informaticos para Empresas

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516


___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Question on script

2001-08-12 Thread rplummer

I have a small script that pings my ISP every so often so the ISP 
doesn't shut my server connection down for lack of activity. The script 
is as follows

#!/bin/sh
ping -i 600 wvi.com/tmp/pinglog.txt

On my desktop I have set up an icon to start the script called pingit. 
The execute line is

 /root/pingit .

Now the problem is, that when I click on the icon for the script, it 
should start running and run in the background.  And I should be able 
to see it in the Taskmanager, but I don't see it running and it 
evidentally is not executing. 

I have tried to start it in a terminal with the following:

!pingit 

I get an error msg that has to do with the ''

If I try to run it with just !pingit, it says that there is no such command.

Anyone have any ideas?  All Help would be appreciated.

Thanks

Ray

Ray  Nancy Plummer
Copper, Elektra  WOK
http://www.nanray.cjb.net/gsdped/gsdbintro.html
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



test-please ignore

2001-08-12 Thread easwari

test
Bruce Marshall wrote:
 
 On Friday 10 August 2001 18:48, Collins Richey wrote:
  I'm starting to plan for converting my WinME (P4 900Mz 30G single
  partition) box to dual boot and Linux.  I'm still using it to connect to
  @home cable with a hub connection for my other Linux box, but I'll
  probably need to convert to a router operation pretty soon to connect to
  my systems at work.
 
  So, is there an easy, relatively foolproof way(I've been the fool to prove
  too many attempts) to repartition the drive without blowing away WinME?
  Windoze something  is permanently in the picture for family use.  I only
  need about 6GB for WinME, and that leaves lots of room for Linux distros
  in the future.
 
  The box has DVD and CD-RW, probably boot from CD since the BIOS is quite
  new.
 
  TIA
 
 Partition Magic is about as easy and reliable as you can get.  Highly
 recommended.
 
 --
 ++
 + Bruce S. Marshall  [EMAIL PROTECTED]  Bellaire, MI 08/11/01 07:51  +
 ++
 All progress is based upon a universal innate desire of every organism to
   live beyond its means. - Samuel Butler
 ___
 http://linux.nf -- [EMAIL PROTECTED]
 Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



easy ftp

2001-08-12 Thread markh

Here's a newbie question for you:  I've been ftp'ing files using
Netscape file by file.  How do I get a whole directory at once?  The
reason I'm asking is that I'd like to upgrade to XFree 4.1, KDE
2.1.2, and sometime soon kernal 2.4.5 (I'm running a stock 2.2.14
from eD2.4)  TIA

Mark
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: hdparm tuning info (hdparm.conf)

2001-08-12 Thread Tim Wunder

Hi all,
Does anyone know how to use the hdparm.conf file in eW3.1?
It looks like rc.boot uses that file for hdparm settings. I don't appear to 
have an hdparm.conf file in my /etc directory, but DMA and 32-bit access are 
turned on by default (perhaps in the kernal?). But I'd like to get UDMA 4 
enabled automagically.
My guess is that I just put
hdb:X68 
in a file called /etc/hdparm.conf and then /rc.boot will take care of the 
rest.

I enabled UDMA4 manually and am getting 18.77 MB/sec transfers. I'd like to 
make the change permanent.
Thanks, 
Tim

On Saturday 11 August 2001 09:16 am, Douglas J. Hunley wrote:
 Feel free to snarf this for inclusion into a 'HDD Tuning' step anyone
 (hint, hint)

 ATA drives currently support 4 modes of operation:
 PIO (0-4 submodes)
 Single-word DMA (0-2 submodes)
 Multi-word DMA (0-2 submodes)
 Ultra DMA (0-7 submodes)

 Using this information, you can use the hdparm utility to configure the
 drive like so:
 hdparm -X00 - restore default PIO mode
 hdparm -X01 - disable IORDY

 PIO modes (Programmed IO) (disk mode (above) + 8)
 hdparm -X08 - PIO 0
 hdparm -X09 - PIO 1
 hdparm -X10 - PIO 2
 hdparm -X11 - PIO 3
 hdparm -X12 - PIO 4

 SDMA modes (Single-word DMA) (disk mode (above) + 16)
 hdparm -X16 - SDMA 0
 hdparm -X17 - SDMA 1
 hdparm -X18 - SDMA 2

 MDMA modes (Multi-word DMA) (disk mode (above) + 32)
 hdparm -X32 - MDMA 0
 hdparm -X33 - MDMA 1
 hdparm -X34 - MDMA 2

 UDMA modes (Ultra-DMA) (disk mode (abov) + 64)
 hdparm -X64 - UDMA 0 (ATA16)
 hdparm -X65 - UDMA 1 (ATA 25)
 hdparm -X66 - UDMA 2 (ATA 33)
 hdparm -X67 - UDMA 3 (ATA 44)
 hdparm -X68 - UDMA 4 (ATA 66)
 hdparm -X69 - UDMA 5 (ATA 100)

 enjoy!
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: easy ftp

2001-08-12 Thread Kurt Wall

In the last episode, we heard markh say:
 Here's a newbie question for you:  I've been ftp'ing files using
 Netscape file by file.  How do I get a whole directory at once?  The
 reason I'm asking is that I'd like to upgrade to XFree 4.1, KDE
 2.1.2, and sometime soon kernal 2.4.5 (I'm running a stock 2.2.14
 from eD2.4)  TIA

With Nutscrape, you don't. ncftp lets you do get dirname and
grab the entire directory. gftp and KDE's equivalent graphical ftp
client (I forget its name) do the same.

Kurt
-- 
To our sweethearts and wives.  May they never meet.
-- 19th century toast
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: Question on script

2001-08-12 Thread Kurt Wall

In the last episode, we heard [EMAIL PROTECTED] say:
 I have a small script that pings my ISP every so often so the ISP 
 doesn't shut my server connection down for lack of activity. The script 
 is as follows
 
 #!/bin/sh
 ping -i 600 wvi.com/tmp/pinglog.txt
 
 On my desktop I have set up an icon to start the script called pingit. 
 The execute line is
 
  /root/pingit .

Lose the period, if it's there. I don't think it is necessary to run
it in the background, either. Moreover, you need to do something with
stderr:

ping -i 600 wvi.com  /tmp/pinglog.txt 2 /tmp/pingerr.txt

The other problem is that ping must run in a terminal, so create the
shortcut to run in a terminal (I believe there's a checkbox for this
purpose).

 !pingit 

What's with the !?

 I get an error msg that has to do with the ''
 
 If I try to run it with just !pingit, it says that there is no such command.

Right. The script is named pingit not !pingit. Try:

./pingit

The shell has a special meaning for !.

Kurt
-- 
QOTD:
 It's not the despair... I can stand the despair.  It's the hope.
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: test-please ignore

2001-08-12 Thread Kurt Wall

In the last episode, we heard easwari say:
 test

Note the date: Thu, Jan 01, 1998. 

Kurt
-- 
... relaxed in the manner of a man who has no need to put up a front of
any kind.
-- John Ball, Mark One: the Dummy
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: test-please ignore

2001-08-12 Thread Michael Scottaline

On Sun, 12 Aug 2001 18:30:27 -0600
Kurt Wall [EMAIL PROTECTED] insightfully noted:

KW In the last episode, we heard easwari say:
KW  test
KW 
KW Note the date: Thu, Jan 01, 1998. 
KW 
KW Kurt
===
Wow!!  Even snail mail *might* have been faster, no Kurt???
Mike


-- 
No woman ever falls in love with a man unless she has a better opinion
of him than he deserves.
 -- Edgar Watson Howe
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: Easy reliable way to repartition my WinME box

2001-08-12 Thread Bill Day

i found a relatively nice item, no partitions necesasry, only multiple hdds.  
Its called TRIOS.

http://www.tigerdirect.com/applications/SearchTools/item-details.asp?sku=R75-1000

TRIOS is a piece of hardware that allow you to connect 3 hdd's to a single 
ide channel, only being able to use a selector(thats located on the front 
panel wehre a cdrom face is located) that allows you to select what hdd you 
will boot from.

This is the item I will use on my next box.  no interface, simply set bios to 
auto, whatever switch is selected is the one that boots.

HTH,

On Friday 10 August 2001 17:48, you wrote:
 I'm starting to plan for converting my WinME (P4 900Mz 30G single
 partition) box to dual boot and Linux.  I'm still using it to connect to
 @home cable with a hub connection for my other Linux box, but I'll
 probably need to convert to a router operation pretty soon to connect to
 my systems at work.

 So, is there an easy, relatively foolproof way(I've been the fool to prove
 too many attempts) to repartition the drive without blowing away WinME?
 Windoze something  is permanently in the picture for family use.  I only
 need about 6GB for WinME, and that leaves lots of room for Linux distros
 in the future.

 The box has DVD and CD-RW, probably boot from CD since the BIOS is quite
 new.

 TIA

-- 
  Bill Day A.K.A. BadMan
  RLU#188133 RLM#83358 http://counter.li.org 
  irc.openprojects.net #linux-users
  MicroShaft is the only company that introduces
  an OS that is worse than the one it replaces.
  ---
  9:30pm  up 10 days, 11:31, 14 users,  load average: 0.07, 0.02, 0.00
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



printer, cd drives and cardreader

2001-08-12 Thread Keith Antoine

I finally bit the bullet and re-installed. At that point I got the printer 
printing but using ps which makes it very slow so will have to alter that 
somehow.

The next thing I did was to enable the cddrives using sr0 and sr1. These then 
were available at last to the system and xcdroast without having to use the 
append statement in menu.lst.

I also saw that there was at last an icon for the cardreader, which i hasd to 
change and rename, as it was trying to mount on /auto/sda. I had success with 
/dev/sda1 in mounting it on /carddisk and being able to read the files at 
last with konqueror. Now this took place in /root, but as user it will not 
let me mount it even with permissions like this; 
brw-rw-rw-   1 kantoine users  8,   1 Apr 28 05:38 /dev/sda1
Now why not and /carddisk is owned by kantoine.users.

There is something funny with this, otherwise the only problem now is this 
plus sound not working.

-- 
-
To make yourself look truthful one has to lie, as most people
do not want to kmow the truth; but only that which they believe.
-
Keith Antoine aka skippy
18 Arkana St The Gap Queensland 4061 Australia PH 16 7 33002161
Retired Geriatric and Sometime Electronics Engineer
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: hdparm tuning info (hdparm.conf)

2001-08-12 Thread Mike Andrew

On Sunday 12 August 2001 23:43, Tim Wunder wrote:
 Hi all,
 Does anyone know how to use the hdparm.conf file in eW3.1?

hdparm-boot time tweaking on the site below

whatever happens, once you get it working please supply the info so I can 
ammend that page

thanks.

-- 
http://linux.nf -- [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



More Steps Aug 13

2001-08-12 Thread Mike Andrew

EDITORS- WP8 on SuSE install (Tony Alfrey)
DIALD- revised for kernel 2.4.x 
-- 
http://linux.nf -- [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Ode to the Spellchecker OT

2001-08-12 Thread Mike Andrew

You don't deserve this but, for the benefit of our literary genuises on this 
list (no names but their initials begin with Dep, Kurt, Bandel)

I submit the following for their consideration when writing their next book.

Ode To The Spell Checker

Eye halve a spelling checker
It came with my pea sea
It plainly marks for my revue
Miss steaks eye kin knot sea.

Eye strike a key and type a word
And weight four it two say
Weather eye am wrong oar write
It shows me strait a weigh.

As soon as a mist ache is maid
It nose bee fore two long
And eye can put the error rite
Its rare lea ever wrong.

Eye have run this poem threw it
I am shore your pleased two no
Its letter perfect awl the weigh
My checker tolled me sew.

-- 
http://linux.nf -- [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



net-pf-X not found

2001-08-12 Thread Mike Andrew

This $#*))*%# message rears it's head on me each time I change a distro or 
modify a kernel. The reasons for it doing so depend on what / which you 
included in your compile as a module, and what / which service, you decided 
you really wanted on fridays when the moon is in the east.

the 'fix' is to alias these animals in /etc/modules.conf to THE driver-module 
it really wants.

lines might read as follows

alias net-pf-17  af_packet
alias net-pf-3 off # (no ax25)

In other words, you link the kernels net-pf-X to either a module, or,  tell 
it to bugger off.

The following is a complete list of -x identities. Use it as a reference next 
time you get a complaint in /var/log/messages

#define AF_UNIX 1   /* Unix domain sockets  */
#define AF_LOCAL1   /* POSIX name for AF_UNIX   */
#define AF_INET 2   /* Internet IP Protocol */
#define AF_AX25 3   /* Amateur Radio AX.25  */
#define AF_IPX  4   /* Novell IPX   */
#define AF_APPLETALK5   /* AppleTalk DDP*/
#define AF_NETROM   6   /* Amateur Radio NET/ROM*/
#define AF_BRIDGE   7   /* Multiprotocol bridge */
#define AF_ATMPVC   8   /* ATM PVCs */
#define AF_X25  9   /* Reserved for X.25 project*/
#define AF_INET610  /* IP version 6 */
#define AF_ROSE 11  /* Amateur Radio X.25 PLP   */
#define AF_DECnet   12  /* Reserved for DECnet project  */
#define AF_NETBEUI  13  /* Reserved for 802.2LLC project*/
#define AF_SECURITY 14  /* Security callback pseudo AF */
#define AF_KEY  15  /* PF_KEY key management API */
#define AF_NETLINK  16
#define AF_ROUTEAF_NETLINK /* Alias to emulate 4.4BSD */
#define AF_PACKET   17  /* Packet family*/
#define AF_ASH  18  /* Ash  */
#define AF_ECONET   19  /* Acorn Econet */
#define AF_ATMSVC   20  /* ATM SVCs */
#define AF_SNA  22  /* Linux SNA Project (nutters!) */
#define AF_IRDA 23  /* IRDA sockets */
#define AF_PPPOX24  /* PPPoX sockets*/
#define AF_WANPIPE  25  /* Wanpipe API Sockets */
#define AF_BLUETOOTH31  /* Bluetooth sockets*/
#define AF_MAX  32  /* For now.. */



-- 
http://linux.nf -- [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: Question on script

2001-08-12 Thread rplummer

Thanks Kurt.

That fixed things.

Ray

On 12 Aug 2001, at 18:27, Kurt Wall wrote:

From:   Kurt Wall [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject:Re: Question on script
Send reply to:  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]?subject=subscribe
mailto:[EMAIL PROTECTED]?subject=unsubscribe
Date sent:  Sun, 12 Aug 2001 18:27:37 -0600

 In the last episode, we heard [EMAIL PROTECTED] say:
  I have a small script that pings my ISP every so often so the ISP 
  doesn't shut my server connection down for lack of activity. The script 
  is as follows
  
  #!/bin/sh
  ping -i 600 wvi.com/tmp/pinglog.txt
  
  On my desktop I have set up an icon to start the script called pingit. 
  The execute line is
  
   /root/pingit .
 
 Lose the period, if it's there. I don't think it is necessary to run
 it in the background, either. Moreover, you need to do something with
 stderr:
 
 ping -i 600 wvi.com  /tmp/pinglog.txt 2 /tmp/pingerr.txt
 
 The other problem is that ping must run in a terminal, so create the
 shortcut to run in a terminal (I believe there's a checkbox for this
 purpose).
 
  !pingit 
 
 What's with the !?
 
  I get an error msg that has to do with the ''
  
  If I try to run it with just !pingit, it says that there is no such command.
 
 Right. The script is named pingit not !pingit. Try:
 
 ./pingit
 
 The shell has a special meaning for !.
 
 Kurt
 -- 
 QOTD:
It's not the despair... I can stand the despair.  It's the hope.
 ___
 http://linux.nf -- [EMAIL PROTECTED]
 Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users


Ray  Nancy Plummer
Copper, Elektra  WOK
http://www.nanray.cjb.net/gsdped/gsdbintro.html
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users