Re: sudo in syslog.conf

2002-11-11 Thread Thomas Spreng
Hi Gustaf,

On Sun, Nov 10, 2002 at 08:14:18PM +0100, Gustaf Sjoberg wrote:
 Hi,
 what would an entry in syslog.conf look like if i want to send all information on 
sudo attempts to /dev/console? any ideas? ;-)
 
 thanks in anticipation,
 Gustaf Sjoberg

you can do that with syslog-ng. It's in the ports.

cheers,
tom

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



FreeBSD Port: db3-3.3.11,1

2002-11-11 Thread Mail
Hi!
I can't install port db3-3.3.11,1.
Log fragments:

Asd /usr/ports/databases/db3# make install
===  Extracting for db3-3.3.11,1
 Checksum OK for bdb/db-3.3.11.tar.gz.
 Checksum OK for bdb/patch.3.3.11.1.
 Checksum OK for bdb/patch.3.3.11.2.
===   db3-3.3.11,1 depends on executable: libtool - found
===  Patching for db3-3.3.11,1
-e: not found
*** Error code 127
Stop in /usr/ports/databases/db3.
*** Error code 1
Stop in /usr/ports/databases/db3.
*** Error code 1
Stop in /usr/ports/databases/db3.
*** Error code 1
Stop in /usr/ports/databases/db3.
*** Error code 1
Stop in /usr/ports/databases/db3.


How I can install this port?

OS: FreeBSD 4.5-RELEASE
Installed software:
autoconf213-2.13.000227_1
bind9-9.2.1
cups-base-1.1.12_2
gettext-0.10.35_1
gmake-3.79.1
libtool-1.3.4_4
m4-1.4_1
qmail-1.03_1
samba-2.2.6

Thanks.

Ed Korotkov



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Apache Help

2002-11-11 Thread Kent Stewart


Kevin D. Kinsey, DaleCo, S.P. wrote:

From: Tim Peters [EMAIL PROTECTED]
To: Bryan Cassidy [EMAIL PROTECTED]
Subject: Re: Apache Help




On Sun, Nov 10, 2002 at 04:27:00PM -0600, Bryan Cassidy wrote:


Ok here is the deal. I've been trying to get apache to work on



my


FreeBSD 4.6.2 box. Here is what I was told I should do to install
apache/php http://lith.hn.org/apache.php I know it install this



way


but want to make sure it is the correct way to install



apache/php on


freebsd.


There's nothing wrong with the instructions on the page you refer
to.  A more freebsd-ish solution might be to use the ports:

   # cd /usr/ports/www/mod_php4; make install; apachectl start

The only major difference being that ports will make PHP a loadable
module instead of compiling it directly into the apache binary.

Then just make sure your domain name points to the right machine.
It should Just Work(tm).  If not, tell us where it goes wrong (be
specific).  If your problems are with dyndns.org, I can't help you.



I happened to check on this after seeing the post earlier today.
hisname.dyndys.org is available to nameservice, but a telnet
to port 80 on that IP rang up 'connection refused.'  Without
him telling us his IP, it'll be hard to determine from outside
without more information.

Brian, you're going to have to give some details as to what
exactly you've done, and what you're seeing
in terms of error messages, whether from the console,
/var/log/messages, or the apache error log, or we're
not gonna be *able* to help


InsightBB.com has one of those _no_internet_server rules and they may 
be blocking any service under 1024.

Kent

--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: strange problems with BIND 9.2.1

2002-11-11 Thread Iain
Hi,

thanks for the reply,

On Mon, 11 Nov 2002 07:21, Matthew Seaman wrote:
 On Mon, Nov 11, 2002 at 04:01:40PM +1100, Iain wrote:
  The main problem is that NOTIFY messages aren't being sent from the
  master to the slaves. However I am also having trouble modifying the
  logging.

 You normally have to put some effort into preventing named sending
 notifications.  Usually if you let named default (ie. don't use any
 sort of 'notify' keywords in named.conf) then named will send
 notifications of any zone update to all of the servers given in NS
 records for the zone.

There are no notify keywords in named.conf. Maybe it is sending the updates but they 
aren't being applied.
It is hard for me to tell as the logging isnt working.


  // reduce log verbosity on issues outside our control
  logging {
  channel default_channel {
  syslog local5;
  severity info;
  };
  category lame-servers { null; };
  category default { default_channel; };
  };

 About the only minor nit I can see in that is a slight lack of quote
 marks, compared to what the documentation says:

I tried adding the quotes, it makes no difference. There are no syntax errors reported 
on startup either.


 There's nothing much wrong in what you've posted, and named should be
 working in the way you intend.  What does named log on startup?  Any
 chance of posting the whole named.conf file?

On startup I see the following messages:

Nov 11 20:33:41 shiraz named[71623]: command channel listening on 127.0.0.1#953
Nov 11 20:33:41 shiraz named[71623]: command channel listening on ::1#953
Nov 11 20:33:41 shiraz named[71623]: dns_master_load: named.syd.va.com.au:14: 
syd.va.com.au: CNAME and othe
r data
Nov 11 20:33:41 shiraz named[71623]: zone syd.va.com.au/IN: loading master file 
named.syd.va.com.au: CNAME
and other data
Nov 11 20:33:41 shiraz named[71623]: slave/named.culture2.org:6: no TTL specified; 
using SOA MINTTL instead
Nov 11 20:33:41 shiraz named[71623]: slave/named.dessertstorm.org:6: no TTL specified; 
using SOA MINTTL ins
tead

The named.conf is as follows with ips replaced with xx:

options {
directory /etc/namedb;
listen-on { xx.xx.xx.xx; };
};

// reduce log verbosity on issues outside our control
logging {
channel default_channel {
syslog local5;
severity info;
};
category lame-servers { null; };
category default { default_channel; };
};

zone 0.0.127.in-addr.arpa {
type master;
file named.127.0.0;
};

zone . {
type hint;
file named.root;
};

zone xx.xx.xx.in-addr.arpa {
type master;
file named.xx.xx.xx;
};

zone xx.org.au {
type master;
file named.xx.org.au;
};




   Cheers,

   Matthew


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



running programs at boot up

2002-11-11 Thread Scott Laundy
im a newbie at freeBSD, i cant work out how to set up a program (namely dnetc) 
to run as soon as the system boots up, with the program outputting to ttyv7

any help would be greatly appreciated

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: strange problems with BIND 9.2.1

2002-11-11 Thread Matthew Seaman
On Mon, Nov 11, 2002 at 09:11:35PM +1100, Iain wrote:
 
 On startup I see the following messages:
 
 Nov 11 20:33:41 shiraz named[71623]: command channel listening on 127.0.0.1#953
 Nov 11 20:33:41 shiraz named[71623]: command channel listening on ::1#953
 Nov 11 20:33:41 shiraz named[71623]: dns_master_load: named.syd.va.com.au:14: 
syd.va.com.au: CNAME and othe
 r data
 Nov 11 20:33:41 shiraz named[71623]: zone syd.va.com.au/IN: loading master file 
named.syd.va.com.au: CNAME
 and other data
 Nov 11 20:33:41 shiraz named[71623]: slave/named.culture2.org:6: no TTL specified; 
using SOA MINTTL instead
 Nov 11 20:33:41 shiraz named[71623]: slave/named.dessertstorm.org:6: no TTL 
specified; using SOA MINTTL ins
 tead

Ok.  The named.conf looks fine, if fairly minimal.  I think that the
problem is the errors in your zone files that named is complaining
about.  Bind 9 is rather stricter about several questionable
constructs.  The CNAME and other data thing is a case in point ---
you can't mix CNAME's and other RR types for the same RRset:

; Illegal...
foo  IN CNAME bar
 IN MXblurfl

You shouldn't even have multiple CNAME's in the same RRset:

; Illegal...
foo  IN CNAME foo1
 IN CNAME foo2

although you used to be able to persuade Bind 8 to accept that given
the correct options {}; statement.

The no TTL specified; using SOA MINTTL instead thing you're seeing
on those slave zones is just a warning and shouldn't prevent your
server working.  If the master for those zones is running Bind 8.2 or
higher, you might prevail on the admin to add a reasonable default TTL
at the top of the file:

$TTL 7200 ; Default 3h TTL on RRs

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [OT] Reverse ssh through firewall?

2002-11-11 Thread Naydoe Maung
On Sunday 10 November 2002 09:05 pm, Jacob Rhoden wrote:
 Hi Guys,

 If I have two machines (one at work, and one at home) and one of them has
 all ports firewalled (I can ssh from work to home, but not home to work).
 Is there a way to open ssh on the home machine and have my work computer
 connect to it (so that i have access to my work machine from home).

 Any ideas much appreciated...

 Thanks,
 Jacob

 Jacob RhodenPhone: +61 3 8344 6102
 ITS DivisionEmail: [EMAIL PROTECTED]
 Melbourne University   Mobile: +61 403 788 386


More detailed info on the issue will be much more helpful, but let's just work 
on possible assumptions here.

It seems that you work computers are behind the firewall, since you can't ssh 
into your work computer.  

If you have NATed computers at work, forward the incoming traffic on the port 
22 to your internal NATed computer's port 22, assuming that the sshd is using 
the default port 22.  Of course, you'll have to allow all traffic coming into 
port 22.

If your work computer has its own designated IP addr., just allow all incoming 
traffic on port 22 (for your computer's IP addr only) in the firewall's 
configuration.

There can also be other possibilities that are causing this issue, but I think 
this should take care of the problem.  Please feel free to edit/fix the 
solutions that I've given above.

good luck,
Naydoe Maung


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [OT] Reverse ssh through firewall?

2002-11-11 Thread Jan Grant
On Mon, 11 Nov 2002, Naydoe Maung wrote:

 On Sunday 10 November 2002 09:05 pm, Jacob Rhoden wrote:
  Hi Guys,
 
  If I have two machines (one at work, and one at home) and one of them has
  all ports firewalled (I can ssh from work to home, but not home to work).
  Is there a way to open ssh on the home machine and have my work computer
  connect to it (so that i have access to my work machine from home).
 
  Any ideas much appreciated...
 
  Thanks,
  Jacob
 
  Jacob RhodenPhone: +61 3 8344 6102
  ITS DivisionEmail: [EMAIL PROTECTED]
  Melbourne University   Mobile: +61 403 788 386
 

 More detailed info on the issue will be much more helpful, but let's just work
 on possible assumptions here.

Not sure about Naydoe's answer; think this will work...

From a machine in your office that runs sshd:

ssh [EMAIL PROTECTED] -R 2022:localhost:22

and leave that connection open. Then at your home machine, you can ssh
to localhost:2022 and the connection will be tunnelled to your work
machine.

Is that what you're after?

jan

PS. The localhost is resolved on the work machine relative to it.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Usenet: The separation of content AND presentation - simultaneously.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



application search

2002-11-11 Thread Rotaru Razvan
Hi,

I am looking for an application  similar to lanscan. Lanscan is for
fast LAN filesearch, (basicly a collection of php pages). I have
searched stuff like that on the ports collection, but maybe i omitted
something or maybe someone knows a similar application that is not on
the freebsd collection.

Tnx,
Razvan

__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: gpg -random bytes

2002-11-11 Thread Robert T.G. Tan
Just wait

On Thu, Nov 07, 2002 at 02:41:33PM -0600, Brian Henning wrote:
 hello-
 
 i have looked for a solution on google for this problem but i can't find
 anything...
 when i run:
 gpg --gen-key
 
 i get this error:
 Not enough random bytes available.  Please do some other work to give
 the OS a chance to collect more entropy! (Need 300 more bytes)
 
 
 can someone tell me how to get past this point?
 
 thanks,
 brian
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
Robert Tan  

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: samba

2002-11-11 Thread Robert T.G. Tan
Im not sure why you need to know the port numbers.
If you have a simple samba configuration on your
samba server, your bsd box. You should be able
to browse these shares from your window box.

localhost, typically, is the name used only
by that localhost, not to access from a remote
host.

- You do need to have netbios installed on you 
  W2K box.

If you want to access window shares, from your
bsd box, I'd suggest to look into 
/usr/ports/net/sharity-light

On Wed, Oct 30, 2002 at 04:54:17PM -0600, Brian Henning wrote:
 hello-
 i would like to use access bsd samba shares from my windows 2000 box from
 work. currently i am tunneling port 139 through ssh. When i goto run
 \\localhost\share i get an error: The network name cannot be found. if i
 change the port to 9001 i can access the shares using smbclient. can someone
 tell me (if possible) how i can access these shares though windows on port
 139 without using smbclient?
 
 thanks,
 
 brian
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
Robert Tan  

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Periodic mails and ipfw

2002-11-11 Thread Paul Everlund
Hi!

After upgrading to 4.7 I do not get the log from my ipfw in my
periodic mails.

Is this as it should be, or is something wrong with my configuration
(which I have not changed)? When I did mergemaster I did overwrite my
old periodic config file with the new for 4.7 as this should be
perfectly ok, as I had not changed the old one, and newer is better
(sometimes).

Thanks in advance!

Best regards,
Paul


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



tmda confirmation loop

2002-11-11 Thread Olga Zenkova
Trying to use tmda antispam filter (tmda-0.62,
sendmail). After sending message get message with
confirmation request - is OK - but after answering
this request get new confirmation request message...
and so on. How to correct?

Thanks
Olga

__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Internet

2002-11-11 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, so long as the router is allready configured to use the internet, just
simple plug it into the network card in your machine, and use dhclient if the
router has a built-in DHCP server, otherwise you will have to use ifconfig
and route to configure the connection manually..

- -Frank


On Monday 11 November 2002 04:44 am, Daniel HARTMANN wrote:
 Hi,


 How to connect Freebsd4.7 to Internet via a hardware router  ??

 Thanks

 Dany_H  ;-)


 Dany_H  ;-)

- -- 
In Africa some of the native tribes have a custom of beating the ground
with clubs and uttering spine chilling cries.  Anthropologists call
this a form of primitive self-expression.  In America we call it golf.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9z7A+nVXIPcm37VQRAg9QAJ9TyL1Bqloz7RCSVEmFbzNI/ddB/ACfb4yw
xOVN5ruXBTTOxfPosUdKgWk=
=htTJ
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: running programs at boot up

2002-11-11 Thread Artem Okounev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Scott,

Monday, November 11, 2002, 12:25:44 PM, you wrote:

 im  a  newbie  at freeBSD, i cant work out how to set up a
 program  (namely dnetc) to run as soon as the system boots
 up, with the program outputting to ttyv7

Put  a  script starting your program in /usr/local/etc/rc.d/
If  you  installed  dnetc  via  ports  collection the script
should be there already.

Regarding outputting to ttyv7... try to play with the screen
program from the ports.


- --
Best regards,
 Artemmailto:aokounev;yahoo.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (MingW32)

iD8DBQE9z7WIbOuJ0KL1C+MRAoYGAJ4kunHEIqVcbjNKy6QwNRasfJfH7ACgijOa
FNGrLNSM7lm3bwN9pJu0ltw=
=/1T5
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Looking for opinions: popd vs. popper vs. et.al.

2002-11-11 Thread D J Hawkey Jr
Anyone fooled around with the various POP daemons in the ports?
I'm looking for the one that:
  - is native to the BSDs
  - supports SSL, and plays well with fetchmail and MS clients
  - has the smallest footprint and consumes the least resources
  - is suitable for a small, private LAN, but may occasionally
be hit from the outside
  - is straight-forward enough in configuration
  - doesn't have a lot of dependancies

I'm leaning toward popd, but that's just based on the pkg-descr.

Thanks,
Dave

-- 
  __ __
  \__   \D. J. HAWKEY JR.   /   __/
 \/\ [EMAIL PROTECTED]/\/
  http://www.visi.com/~hawkeyd/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



domain names, named, and all the problems that go with it.

2002-11-11 Thread Mike Berning
I registered a domain name from godaddy.com. They say you must select two
name servers to list on so I chose two of their park servers. I used their
website to add myself to one of the root servers and it worked fine. I now
want to run my own name server because I want to have several subdomains
such as 'person.example.com' and 'person2.example.com'. I took myself out
of the root nameserver with godaddy.com. I read the FreeBSD handbook about
how to run a nameserver, and here is what I have done.

my named.conf has this added to it. let's say my domain is example.com and
my my ip is 65.24.x.x

options {
directory /etc/namedb;
}
zone example.com {
type master;
file example.com.db;
};

and this is what I put in example.com.db

example.com. IN SOA ns1.example.com. admin.example.com. (
2002111005  ; Serial
30M ; Refresh
3600; Retry
604800  ; Expire
86400 ) ; Minimum TTL

; DNS Servers
@   IN NS   ns1.example.com.

; Machine Names
localhost   IN A127.0.0.1
ns1 IN A65.24.x.x
@   IN A65.24.x.x

; Aliases
person IN CNAME@

I want to run the nameserer and the http server from the same computer.

Now when I type in http://example.com I get nothing. Does anybody have an
idea about what I should do. Thanks for the help.



Mike B
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Can I use my USB mice in text mode?

2002-11-11 Thread Alexey Tchouprinine
Hello

I'm trying to configure 4.7-release.
I have IntelliMouse Explorer 1.0A. I've read FAQ 4.15.
I've tried to execute
moused -p /dev/ums0 -t auto
Result:
moused: unable to open /dev/ums0: Device not configured

I use as GENERIC so my own kernel. My kernel config file:
--
machine i386
cpu I686_CPU
ident   WALKER
maxusers64
options MAXDSIZ=(256*1024*1024)
options MAXSSIZ=(256*1024*1024)
options DFLDSIZ=(256*1024*1024)
options PQ_CACHESIZE=1024   # color for 512k/16k cache
options INCLUDE_CONFIG_FILE # Include this file in kernel
options CPU_ENABLE_SSE
options CPU_SUSP_HLT
options PERFMON
options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
options NSWAPDEV=2
options QUOTA   #enable disk quotas
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug 
# output.  Adds ~215k to driver.
options COMPAT_LINUX
device  isa
device  pci
options PCI_ENABLE_IO_MODES
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
options ATA_STATIC_ID   #Static device numbering
device  ahc # AHA2940 and onboard AIC7xxx devices
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  pass# Passthrough device (direct SCSI access)
device  atkbdc0 at isa? port IO_KBD
device  atkbd0  at atkbdc? irq 1 flags 0x1
device  vga0at isa?
options VESA
device  agp
pseudo-device   splash
device  sc0 at isa? flags 0x100
options MAXCONS=12  # number of virtual consoles
options SC_DISABLE_REBOOT   # disable reboot key sequence
options SC_HISTORY_SIZE=200 # number of history buffer lines
options SC_MOUSE_CHAR=0x3   # char code for text mode mouse cursor
options SC_PIXEL_MODE   # add support for the raster text mode
device  npx0at nexus? port IO_NPX irq 13
device  apm0at nexus? disable flags 0x20 # Advanced Power Management
device  sio0at isa? port IO_COM1 flags 0x10 irq 4
device  sio1at isa? port IO_COM2 irq 3
device  ppc0at isa? irq 7
device  ppbus   # Parallel port bus (required)
device  lpt # Printer
device  plip# TCP/IP over parallel
device  ppi # Parallel port interface device
device  miibus  # MII bus support
device  fxp # Intel EtherExpress PRO/100B (82557, 82558)
pseudo-device   loop# Network loopback
pseudo-device   ether   # Ethernet support
pseudo-device   pty 16  #Pseudo ttys
pseudo-device   speaker #Play IBM BASIC-style noises out your speaker
pseudo-device   gzip#Exec gzipped a.out's
pseudo-device   vn  #Vnode driver (turns a file into a device)
pseudo-device   snp #Snoop device - to look at pty/vty/etc..
pseudo-device   bpf 

gdm2 + gdmchooser

2002-11-11 Thread Matt Smith
Is anyone successfully running gdm2 with gdmchooser?  I have enabled
XDCMP options using the gdm configuration program, and have verified the
changes in gdm.conf.  I am expecting to see gdmchooser pop-up at login,
displaying computers broadcasting and making direct queries, but I don't
see anything.  Am I missing some configuration, or am I confused as to
what gdmchooser will do?

thanks all!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: tmda confirmation loop

2002-11-11 Thread joe
On November 11, 2002 05:21 am, Olga Zenkova wrote:
 Trying to use tmda antispam filter (tmda-0.62,
 sendmail). After sending message get message with
 confirmation request - is OK - but after answering
 this request get new confirmation request message...
 and so on. How to correct?

 Thanks
 Olga

 __
 Do you Yahoo!?
 U2 on LAUNCH - Exclusive greatest hits videos
 http://launch.yahoo.com/u2

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

You will have better luck with the tmda list -- TMDA Users 
[EMAIL PROTECTED]



Joe Sotham

Christianity got over the difficulty of furious opposites
by keeping them both and keeping them furious.
  - G.K. Chesterton





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: domain names, named, and all the problems that go with it.

2002-11-11 Thread Kjell
 I registered a domain name from godaddy.com. They say you must select two
 name servers to list on so I chose two of their park servers. I used their
 website to add myself to one of the root servers and it worked fine. I now
 want to run my own name server because I want to have several subdomains
 such as 'person.example.com' and 'person2.example.com'. I took myself out
 of the root nameserver with godaddy.com. I read the FreeBSD handbook about
 how to run a nameserver, and here is what I have done.
 
 my named.conf has this added to it. let's say my domain is example.com and
 my my ip is 65.24.x.x
 
 options {
 directory /etc/namedb;
 }
 zone example.com {
 type master;
 file example.com.db;
 };
 
 and this is what I put in example.com.db
 
 example.com. IN SOA ns1.example.com. admin.example.com. (
 2002111005  ; Serial
 30M ; Refresh
 3600; Retry
 604800  ; Expire
 86400 ) ; Minimum TTL
 
 ; DNS Servers
 @   IN NS   ns1.example.com.
 
 ; Machine Names
 localhost   IN A127.0.0.1
 ns1 IN A65.24.x.x
 @   IN A65.24.x.x
 
 ; Aliases
 person IN CNAME@
 
 I want to run the nameserer and the http server from the same computer.
 
 Now when I type in http://example.com I get nothing. Does anybody have an
 idea about what I should do. Thanks for the help.
 
 
 
 Mike B
 [EMAIL PROTECTED]

I left a pointer to my IP address in the nameservers at godaddy.
Then I added the following at the end of my httpd.conf file:

### = 
### The first VirtualHost section is used 
# for requests without a known server name. 
# = 
VirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentRoot/home/www/htdocs
ServerName  syvert.la3sg.net
ErrorLog/var/log/httpd-error.log
CustomLog /var/log/httpd-acc.log.syvert 
combined
/VirtualHost

 MIDTSETER.COM ###
VirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentRoot/home/www/htdocs/my.com
ServerName  my.com
ErrorLog/var/log/httpd-error.log
CustomLog   /var/log/httpd-acc.log combined
/VirtualHost

VirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentRoot/home/www/htdocs/my.com
ServerName  www.my.com
ErrorLog/var/log/httpd-error.log
CustomLog   /var/log/httpd-acc.log combined
/VirtualHost

VirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentRoot/home/syvert/samba
ServerName  programs.my.com
ErrorLog/var/log/httpd-error.log
CustomLog   /var/log/httpd-acc.log combined
/VirtualHost

VirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentRoot/music
ServerName  music.my.com
ErrorLog/var/log/httpd-error.log
CustomLog   /var/log/httpd-acc.log combined
/VirtualHost

This way I can add as many subdomains as I wish. I also have a nice 
systematic upset for adding webalizer and mrtg statistics.

Good luck from Kjell



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: sudo in syslog.conf

2002-11-11 Thread Gustaf Sjoberg
that hit the spot, thanks a lot tom! ;-)

On Mon, 11 Nov 2002 09:18:34 +0100
Thomas Spreng [EMAIL PROTECTED] wrote:

Hi Gustaf,

On Sun, Nov 10, 2002 at 08:14:18PM +0100, Gustaf Sjoberg wrote:
 Hi,
 what would an entry in syslog.conf look like if i want to send all information on 
sudo attempts to /dev/console? any ideas? ;-)
 
 thanks in anticipation,
 Gustaf Sjoberg

you can do that with syslog-ng. It's in the ports.

cheers,
   tom

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Easter Eggs

2002-11-11 Thread Yonatan Bokovza
 -Original Message-
 From: Stijn Hoop [mailto:stijn;win.tue.nl]
 Sent: Thursday, November 07, 2002 13:22
 To: Ceri Davies
 Cc: Lord Raiden; [EMAIL PROTECTED]
 Subject: Re: Easter Eggs
 
 
 On Thu, Nov 07, 2002 at 10:02:49AM +, Ceri Davies wrote:
  On Thu, Nov 07, 2002 at 02:13:40AM -0500, Lord Raiden wrote:
 This might sound like a silly question, but does 
 Freebsd or any of 
 it's component programs have known easter eggs?  Just 
 curious.  :)
  
  The binaries don't, although there is some level of 
 amusement to be found
  in the source code, fsvo amusement.
 
 I was alerted yesterday (from a post here on -questions iirc) 
 to the aptly
 named
 
 void die_you_gravy_sucking_pig_dog();
 
 in /usr/src/usr/sbin/shutdown.c on -STABLE. This got a 
 chuckle out of me :)
 More 'jokes' are certainly to be found somewhere within 
 /usr/src -- got
 any pointers?

A small amount of funnyness lies in the man pages
too:
http://www.freebsd.org/cgi/man.cgi?query=ntpdate

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Different Attic files under CVSUP

2002-11-11 Thread Stephen J. Roznowski
I've run across a curious issue under CVSUP. I've had a CVS repository
since July 2000 (at least that is the date of the directory), and I just
created a new one.

When I diffed the directories, several of the files were different. For
example, src/sys/pccard/Attic/i82365reg.h,v. If I diff the old one and
the new one I get:

***
*** 278,280 
--- 278,281 
  
  #endif/* _PCCARD_I82365REG_H */
  @
+ 

While I know that this is nothing to worry about, is there any reason
why this should have occurred?

I was using cvsup10.FreeBSD.org originally when I noticed the problem,
but I've synched both trees using cvsup.FreeBSD.org and the problem
remains.

Thanks,
-- 
Stephen J. Roznowski([EMAIL PROTECTED])

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: domain names, named, and all the problems that go with it.

2002-11-11 Thread Kevin D. Kinsey, DaleCo, S.P.
From: Mike Berning [EMAIL PROTECTED]
Subject: domain names, named, and all the problems that go with it.


 I registered a domain name from godaddy.com. They say you must
select two
 name servers to list on so I chose two of their park servers. I
used their
 website to add myself to one of the root servers and it worked
fine. I now
 want to run my own name server because I want to have several
subdomains
 such as 'person.example.com' and 'person2.example.com'. I took
myself out
 of the root nameserver with godaddy.com. I read the FreeBSD
handbook about
 how to run a nameserver, and here is what I have done.


Quite possible that 'removing myself from root nameserver'
is an issue.

Your registrar (in this case godaddy.com) must have a
record of *some* two nameservers to place in the global
system.  From your FreeBSD box, do 'whois yourname.com'
note carefully which nameservers are listed for your domain.
If there are none.well.

If they exist, make sure that THEY are resolvable by DNS.
With my registrar, I had to go in and register my two nameservers
(which I run) because the root servers didn't know where to look
for them, even though they were broadcasting DNS info to
whomever should desire it.  This consisted of adding their names
and IP addresses to a database via a web form.

 my named.conf has this added to it. let's say my domain is
example.com and
 my my ip is 65.24.x.x

 options {
 directory /etc/namedb;
 }
 zone example.com {
 type master;
 file example.com.db;
 };

 and this is what I put in example.com.db

 example.com. IN SOA ns1.example.com. admin.example.com. (
 2002111005  ; Serial
 30M ; Refresh
 3600; Retry
 604800  ; Expire
 86400 ) ; Minimum TTL

 ; DNS Servers
 @   IN NS   ns1.example.com.

 ; Machine Names
 localhost   IN A127.0.0.1
 ns1 IN A65.24.x.x
 @   IN A65.24.x.x

 ; Aliases
 person IN CNAME@

 I want to run the nameserer and the http server from the same
computer.


Not necessarily a problem.  It is, however, a good idea to have two.
There are some sites, I understand, which will give you a free
secondary

If would also recommend denoting your 'subdomains' by name
rather than with wildcards, but that is an arguable recommendation...

 Now when I type in http://example.com I get nothing. Does anybody
have an
 idea about what I should do. Thanks for the help.


Don't give up, keep working out the 'hairy details.'
You'll feel better when it's done :-)

Kevin Kinsey
DaleCo, S.P.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Inetd Forgets about one of its services? (Amanda)

2002-11-11 Thread David La Croix
Can somebody tell me why Inetd keeps dropping a UDP service?

Anybody know a workaround?

My specific problem:

I've got an Inetd process (amandad) that periodically just goes into space.
This is on a machine with public interfaces, in the DMZ.  The nightly amanda
backups and checkups periodically fail with errors similar to:

WARNING: mildred: selfcheck request timed out.  Host down?

When this happens -- inetd is no longer listening on port 10080.

What puzzles me:   A sighup of the inetd service causes it to remember the
port -- normal operation resumes.

This was happening initially -- and I suspected outside influences, so I
moved to running a separate inetd process  -- details below.   This doesn't
seem to make any difference, the UDP port still gets dropped.

This feels like an Inetd problem ...  but I'm not sure so I'll include the
amanda version info too.

Details:

mildred# ls -ald /var/db/pkg/amanda*
drwxr-xr-x  2 root  wheel  512 May 31  2001
/var/db/pkg/amanda24-client-2.4.2p2_1

mildred# uname -a
FreeBSD mildred..com 4.6.1-RELEASE-p10 FreeBSD 4.6.1-RELEASE-p10 #1: Tue
Aug  6 17:28:14 CDT 2002
[EMAIL PROTECTED]:/tmp/obj/buroot/src/sys/MILDRED  i386

sysctl -a |grep forwarding
net.inet.ip.forwarding: 0
net.inet.ip.fastforwarding: 0

mildred# ifconfig -a
xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=3rxcsum,txcsum
inet xxx.xxx.xxx.26 netmask 0xff00 broadcast xxx.xxx.xxx.255
inet xxx.xxx.xxx.27 netmask 0x broadcast xxx.xxx.xxx.27
inet xxx.xxx.xxx.29 netmask 0x broadcast xxx.xxx.xxx.29
inet xxx.xxx.xxx.30 netmask 0x broadcast xxx.xxx.xxx.30
inet xxx.xxx.xxx.2 netmask 0x broadcast xxx.xxx.xxx.2
ether 00:xx:xx:xx:xx:xx
media: Ethernet autoselect (100baseTX)
status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet 127.0.0.1 netmask 0xff00
faith0: flags=8002BROADCAST,MULTICAST mtu 1500
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1500
inet 10.168.5.2 -- 10.168.5.131 netmask 0x
Opened by PID 9015



I've got 2 instances of inetd -- (one for each interface)

on the private interface (actually a ppp over ssh tunnel) I've got the
following as the ONLY non-comment line in /etc/inetd_amanda

mildred# egrep -v '^#' /etc/inetd.10.conf
amanda  dgram   udp waitamanda  /usr/local/libexec/amanda/amandad
amandad

This inetd is started from a script in /usr/local/etc/rc.d similar to this:

mildred# cat /usr/local/etc/inetd.sh
#!/bin/sh
if [ -x /usr/sbin/inetd -a -f /etc/inetd.10.conf ]; then
  /usr/sbin/inetd -wW -a 10.168.5.2 -p /var/run/inetd_amanda
/etc/inetd.10.conf  echo -n ' local_inetd'
fi



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Authorization26802

2002-11-11 Thread Lilly
Frustrated With Your Internet Marketing Efforts? 

Have you tried:

FREE Classifieds? (Don't work)

Web Site? (Good for closing but you have to have visitors)

Banners? (Expensive and Iffy)

E-Zine? (They're great, but only with thousands of members)

Search Engines (Easy to be buried with thousands of others)

E -MAIL MARKETING IS THE ANSWER! 

It is a proven fact that your best chance of attracting
new business is through Direct E-mail. 

The secret to an effective bulk E-mail marketing campaign 
on the internet is directly related to the freshness of 
the lists used. To ensure that our customers receive the 
freshest mailing addresses, we are constantly updating 
and revising our mailing lists. 

Our Sixth release provides you with 15 MILLION E-mail 
Addresses taken from our own database of opporunity 
seekers and businesses.

THE MASTER MARKETERS CD VOL. 6 consists of 15 Million
E-mail addresses that were cleaned and verified. You
can start mailing these addresses immediately. 

We have removed all the following domains:

THESE DOMAINS ARE ABSOLUTELY NOT INCLUDED:

Compuserve.com
Genie.com
Delphi.com
MCI.com
And all domains ending with .edu, .mil, .org, and .us.

There are no International domains in this CD. 
All addresses are pure .COM AND .NET. 

There are ABSOLUTELY NO DUPICATE ADDRESSES!  

Our CD does not contain any of those bogus and filled 
addresses used by other companies to ad inflated numbers
to their lists.  We pay full time employees to perform 
hundreds of hours of list verification and deduping of 
our lists.

REMEMBER, our business is mailing for individuals and 
companies. We mail over 20 million direct E-mails per 
Day for our clients and the addresses contained in the 
Master Marketers Cd are the same fresh, clean lists we 
use.  

We maintain a huge database of anti-commerce radicals who
want the net for themselves. We run our lists against this
database and remove all E-mail addresses these radicals
use to trap you into mailing to them so they can cause
you trouble. 

Over 30,000 BUSINESSES come on the Internet EVERY 
single day...If you don't send out Broadcast Email...
YOUR COMPETITON WILL! 

SPECIAL BONUS OFFER! 
For those who order The Address CD Vol. 6 before 11/30/02
we are going to include our Professional Email Marketing
Book.

This Book Explains Exactly how Bulk Email operates. The
author, Paul Willis has 8 years of Bulk Email Advertising 
experience and operates a very successful Internet Email
Advertising Company.   

If you have any questions or would like to discuss how
we can help you to effectively market your business via
Direct E-mail advertising please call 818-743-7507. We
offer several affordable Marketing packages for those who
need their E-mail ads sent through our servers.

We accept payment by Check - Visa - Mastercard - Discover.

TO ORDER our CD, simply print out the EZ ORDER FORM
below and fax your Check or Credit Card Information to
our office today. Fax to: 661-244-4903.

Or  

Call 818-743-7507 to order by phone.


E-Z ORDER FORM 

__ Yes! I would like to order MASTER MARKETING CD with 
15 MILLION Email addresses for $229.00.
*Price includes shipping and handling with the U.S.


DATE___

NAME_
Name and address must match credit card.

COMPANY NAME_

ADDRESS__

CITY, STATE, ZIP_

PHONE NUMBERS

FAX NUMBERS__

EMAIL ADDRESS
Must have a valid e-mail address for credit card orders.
You will receive receipt of credit card charges by e-mail.

CHECKS BY FAX SERVICES! 

24 HOUR FAX SERVICES 

If you would like to fax a check, paste your check below 
and fax it to: 661-244-4903. You do not have to mail the
original check we will simply make a draft from the copy
you fax.

Make all checks payable to P.W. MARKETING LLC

**

Paste or Tape your check here and fax along with this
order form to 661-244-4903

 


 **
If you fax a check, there is no need for you to send the
original. 

To be talem off our mailing list please click on the
link below that will send us a email and we will
permanently remove you from our mailing list.
MailTo:ksnnj;yahoo.com?subject=take-out




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



healthd question: how do I correct the problems healthd complains about?

2002-11-11 Thread Michael E Mercer
Hello peoples,

I just recently installed healthd and it is printing these messages...

healthd: A value of 2.06 for CPU #0 Core Voltage with a range of (1.95 = n =
2.05)
healthd: A value of 31.00 for Chip Set Temperature with a range of (0.00 = n =
30.00)
healthd: A value of -5.76 for -5 Volt with a range of (-5.50 = n = -4.50)
healthd: A value of -13.89 for -12 Volt with a range of (-13.20 = n = -10.80)
healthd: A value of 0.00 for CPU #0 Cooling Fan with a range of (3000.00 = n =
.00)
healthd: A value of 1.00 for CPU #1 Temperature with a range of (10.00 = n =
30.00)

How do I correct these problems?

thanks
Michael Mercer



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



bootloader grub

2002-11-11 Thread Cliff Sarginson
Hello,
A simple question. Does the bootloader grub work well with FreeBSD ?
I see it in the ports, but it does not appear on the advertised list of
OS'es it can support as far as I can see. If anyone uses it out there
can they say if there are any gotcha's please.

Thinking about it I don't see why it shouldn't...

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



smbfs

2002-11-11 Thread David N Hare
Hi  Ive installed smbfs from ports, and when I went to rename files in
/usr/local/etc  and /usr/local/etc/rc.d  , the conf file and startup
script are not there.

During install I get smbfs-1.4.1 OS versions subsequent to 440002
include smbfs.  I am assuming that means that everything after 4.0
release include smbfs,  If that is the case why are nsmb.conf and
smbfs.sh not where they are supposed to be.

I did a make deinstall and it said not installed skipping.

I am running 4.7
On two intel servers a l440gx and a stl2  I am trying to mount some
win2k discs on the stl2 machine that acts as a file server for the
l440gx which is running Apache.

I currently have Samba running to the point that I have Icons for the
two bsd boxes on my win2k machine, but have not set up shares yet.

Any pointers or maps to information would be greatly appreciated.
Bowing humbly

David N Hare
http://www.teapottraveler.com
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: smbfs

2002-11-11 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

both the config file and the startup script install in 
${PREFIX}/etc/smbfs.conf.sample and ${PREFIX}/etc/rc.d/smbfs.sh.sample
at least thats what the pkg-plist tells me...

- -frank

On Monday 11 November 2002 09:54 am, David N Hare wrote:
 Hi  Ive installed smbfs from ports, and when I went to rename files in
 /usr/local/etc  and /usr/local/etc/rc.d  , the conf file and startup
 script are not there.

 During install I get smbfs-1.4.1 OS versions subsequent to 440002
 include smbfs.  I am assuming that means that everything after 4.0
 release include smbfs,  If that is the case why are nsmb.conf and
 smbfs.sh not where they are supposed to be.

 I did a make deinstall and it said not installed skipping.

 I am running 4.7
 On two intel servers a l440gx and a stl2  I am trying to mount some
 win2k discs on the stl2 machine that acts as a file server for the
 l440gx which is running Apache.

 I currently have Samba running to the point that I have Icons for the
 two bsd boxes on my win2k machine, but have not set up shares yet.

 Any pointers or maps to information would be greatly appreciated.
 Bowing humbly

 David N Hare
 http://www.teapottraveler.com
 [EMAIL PROTECTED]



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

- -- 
If money can't buy happiness, I guess you'll just have to rent it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9z8djnVXIPcm37VQRAgtqAKDmzC9y+tRsQuUZjjlzVNWUrQNBtACfW3z1
lTu5B/JBPx0nGGXnDQRe6SE=
=FHu3
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: smbfs

2002-11-11 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

actually, the config file is nsmb.conf.sample.. my bad :)

- -Frank

On Monday 11 November 2002 10:06 am, Frank Laszlo wrote:
 both the config file and the startup script install in
 ${PREFIX}/etc/smbfs.conf.sample and ${PREFIX}/etc/rc.d/smbfs.sh.sample
 at least thats what the pkg-plist tells me...

 -frank

 On Monday 11 November 2002 09:54 am, David N Hare wrote:
  Hi  Ive installed smbfs from ports, and when I went to rename files in
  /usr/local/etc  and /usr/local/etc/rc.d  , the conf file and startup
  script are not there.
 
  During install I get smbfs-1.4.1 OS versions subsequent to 440002
  include smbfs.  I am assuming that means that everything after 4.0
  release include smbfs,  If that is the case why are nsmb.conf and
  smbfs.sh not where they are supposed to be.
 
  I did a make deinstall and it said not installed skipping.
 
  I am running 4.7
  On two intel servers a l440gx and a stl2  I am trying to mount some
  win2k discs on the stl2 machine that acts as a file server for the
  l440gx which is running Apache.
 
  I currently have Samba running to the point that I have Icons for the
  two bsd boxes on my win2k machine, but have not set up shares yet.
 
  Any pointers or maps to information would be greatly appreciated.
  Bowing humbly
 
  David N Hare
  http://www.teapottraveler.com
  [EMAIL PROTECTED]
 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

- -- 
On his first day as a bus driver, Maxey Eckstein handed in
receipts of $65.  The next day his take was $67.  The third day's
income was $62.  But on the fourth day, Eckstein emptied no less than
$283 on the desk before the cashier.
Eckstein! exclaimed the cashier.  This is fantastic.  That
route never brought in money like this!  What happened?
Well, after three days on that cockamamie route, I figured
business would never improve, so I drove over to Fourteenth Street and
worked there.  I tell you, that street is a gold mine!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9z8i7nVXIPcm37VQRApcFAJ0dj6JZ4Wu8zcFV9/02KhuoN+WDgACdFhEs
AYS3TibmPxlVfRgZlEabEwk=
=CfYo
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: kile1.3

2002-11-11 Thread Scott A. Moberly
 Well, i hope this distress reaches a good spirit! i'm in dire need to
 install kile for kdevelop. i have installed qt and all the others, but,
 i still get this message.  Please show me some light.
 =
 There is an installation error in jpeg support. You seem to have only
 one of either the headers _or_ the libraries installed. You may need to
 either provide correct --with-extra-... options, or the development
 package of libjpeg6b. You can get a source package of libjpeg from
 http://www.ijg.org/ Disabling JPEG support.

 checking for Qt... configure: error: Qt (= Qt 3.0.3) (library qt-mt)
 not found. Please check your installation!
 For more details about this problem, look at the end of config.log. Make
 sure that you have compiled Qt with thread support!
 ==

Upgrade your ports tree, then upgrade your ports then kile should install
fine.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Easter Eggs

2002-11-11 Thread Mike Hogsett


  void die_you_gravy_sucking_pig_dog();

I believe this function can be traced back quite a few years to the
original Berkeley releases.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Easter Eggs

2002-11-11 Thread Kevin D. Kinsey, DaleCo, S.P.
From: Mike Hogsett [EMAIL PROTECTED]
To: Yonatan Bokovza [EMAIL PROTECTED]
Cc: Stijn Hoop [EMAIL PROTECTED]; Ceri Davies
[EMAIL PROTECTED]; Lord Raiden [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Monday, November 11, 2002 10:50 AM
Subject: Re: Easter Eggs


   void die_you_gravy_sucking_pig_dog();

 I believe this function can be traced back quite a few years to the
 original Berkeley releases.

I'll betSteve Martin's first comedy album was when,
1977?

Shouldn't this move to -chat?

Kevin Kinsey,
DaleCo, S.P.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



samba revisited - security = user

2002-11-11 Thread Brian Henning
Hello,

I am having a slight problem with my samba configuration. When i set the
security = share i can see shares just fine as a guest, but when i change
the security to security = user then i can't even see my shares. I get the
following error: The network path was not found.

snip of smb.conf

...
[homes]
valid users = %S
...

do you know what my problem could be?

thanks for your help,

brian


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: domain names, named, and all the problems that go with it.

2002-11-11 Thread Marc Schneiders
On Mon, 11 Nov 2002, at 11:56 [=GMT-0500], Mike Berning wrote:

 I registerd my nameserver with godaddy's webform, ns1.example.com, and put
 in it's ip address, then in their webform I told it to list my domain in
 my nameserver and one of the root servers. Did this about two hours ago.
 If I do a whois it still lists the two previous nameservers I wasn in.
 Perhaps I'll just let it sit a while, maybe it will 'catch up'.

A lot of the whois servers do not update real time but only after so
many hours. The central whois updates just once a day, so you will see
your old nameservers in there for some time possibly.
However, the whois has no port in resolution... So what matters is
when the nameservers of .com/.net/.org are updated. This is done twice
a day.
If you want to check whether this has already happened:

dig @a.gtld-servers.net YOURDOMAIN.com. ns

I think the nameservers for .biz and .us domains updates every 10 or
15 minutes.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: bootloader grub

2002-11-11 Thread John Bleichert
On Mon, 11 Nov 2002, Cliff Sarginson wrote:

 Date: Mon, 11 Nov 2002 15:32:41 +0100
 From: Cliff Sarginson [EMAIL PROTECTED]
 To: FreeBSD List [EMAIL PROTECTED]
 Subject: bootloader grub
 
 Hello,
 A simple question. Does the bootloader grub work well with FreeBSD ?
 I see it in the ports, but it does not appear on the advertised list of
 OS'es it can support as far as I can see. If anyone uses it out there
 can they say if there are any gotcha's please.
 
 Thinking about it I don't see why it shouldn't...
 
 -- 
 Regards
Cliff Sarginson 
The Netherlands
 

I use grub to boot FreeBSD and a few different types of Linux. Also works 
well with wDOS.

JB

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: bootloader grub

2002-11-11 Thread Steve Wingate
I  tried using the port to dual-boot FreeBSD 4.6 and Windows XP. Upon
selecting XP in the boot menu it would get to the point where the XP logo
shows (where you can hit F8 and such) then complain it couldn't find the
kernel or something. I can't recall because it's been so long. I'm sure I
had it configured as per the directions; even had the same error with the
Gag boot loader in ports.
I just removed XP and went all FreeBSD instead. I only wanted to use MS
Office and I can still run it through vmware 3.x on my RH box.


P.S. Top posting because thats what Pine does by default.



+-+
|Steve Wingate  [EMAIL PROTECTED]
|MCSE, CCNA Mon Nov 11 09:59:00 PST 2002
+-+
|FreeBSD 4.7-RC
| 9:59AM  up 23 days, 10:31, 2 users, load averages: 0.11, 0.07, 0.02
+-+

On Mon, 11 Nov 2002, Cliff Sarginson wrote:

 Hello,
 A simple question. Does the bootloader grub work well with FreeBSD ?
 I see it in the ports, but it does not appear on the advertised list of
 OS'es it can support as far as I can see. If anyone uses it out there
 can they say if there are any gotcha's please.

 Thinking about it I don't see why it shouldn't...

 --
 Regards
Cliff Sarginson
The Netherlands

 [ This mail has been checked as virus-free ]

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: bootloader grub

2002-11-11 Thread Cliff Sarginson
Ok, thanks for all the responses..looks like Grub is not a problem.
Anything must be better than the way I am currently booting one of my systems that
has 6 OS'es on it :)

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



troubleshoot: Bad file descriptors

2002-11-11 Thread Noah Garrett Wallach


I am wanting to know how to troubleshoot the Bad File Descriptors that are
creeping in when I am ls and find files.  How can I stop this from
happening?   I dont see any open bugs at this time?  Is my drive possibly
bad?

 snip 

find: /usr/ports/korean.old/hanterm/files: Bad file descriptor
find: /usr/ports/korean.old/gaim: Bad file descriptor
find: /usr/ports/korean.old/kde3-i18n: Bad file descriptor
find: /usr/ports/korean.old/ghostscript-gnu-korfont: Bad file descriptor
find: /usr/ports/korean.old/openoffice: Bad file descriptor
find: /usr/ports/java.old/linux-blackdown-jdk12/files: Bad file descriptor
find: /usr/ports/java.old/linux-sun-jdk13: Bad file descriptor
find: /usr/ports/java.old/linux-sun-jdk14: Bad file descriptor
find: /usr/ports/java.old/java-checkstyle: Bad file descriptor
find: /usr/ports/java.old/jakarta-log4j: Bad file descriptor
find: /usr/ports/java.old/jakarta-commons-collections: Bad file descriptor
find: /usr/ports/java.old/jakarta-commons-lang: Bad file descriptor
find: /usr/obj/usr/src/gnu/usr.bin/perl/suidperl/lib/auto: Bad file
descriptor
find: /usr/obj/usr/src/gnu/usr.bin/perl/suidperl/build: Bad file
descriptor

 snip 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



custom kernel configuration: make fails

2002-11-11 Thread Stefan Farrenkopf
Hi there,

I hope anybody can help me.
I followed the Handbook to make a new kernel. The main interest for 
doing so is: I need to mount Netware volumes, etc. and I want to use my 
onboard SoundMax sound device. By going through I disabled a lot of 
stuff I do not need (SCSI, RAID, some USB devices etc) and added some 
nice stuff I may want to use in the near future (IPSec).
The config command and make depend went well, but make produces an error 
and because I am a newbie I did not find the error until now.
Perhaps somebody can help me to get the new kernel?
BTW: i tried the make buildkernel command (second way to build a 
kernel), but it refuses to work with:
localhost# make buildkernel KERNCONF=mykernel
make: don't know how to make buildkernel. Stop

Thanks for your help, cheers
Stefan

My kernel configuration file follows:

#
# mykernel -- kernel configuration file for FreeBSD/i386 with IPX support
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# 
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.48 2002/08/31 20:28:26 
obrien Exp $

machine		i386
cpu		I686_CPU
ident		mykernel
maxusers	0

#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options		IPSEC			#IP security
options		IPSEC_ESP		#IP security (crypto; define w/ IPSec
options IPX			#IPX/SPX communications protocols
options		NCP			#Netware Core protocol
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MFS			#Memory Filesystem
options 	MD_ROOT			#MD is a potential root device
options 	NFS			#Network Filesystem
options 	NFS_ROOT		#NFS usable as root device, NFS required
options		NWFS			#NetWare filesystem
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=5000 	#Delay (in ms) before probing SCSI
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options		AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
	# output.  Adds ~128k to driver.
options		AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
	# output.  Adds ~215k to driver.
options		PNPBIOS			# support PNPBIOS to make onboard sound available

# To make an SMP kernel, the next two are needed
#options 	SMP			# Symmetric MultiProcessor Kernel
#options 	APIC_IO			# Symmetric (APIC) I/O

device		isa
device		eisa
device		pci
device		pcm			# onBoard soundcard

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0
device		fd1	at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device		fdc0

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
device		atapifd			# ATAPI floppy drives
device		atapist			# ATAPI tape drives
options 	ATA_STATIC_ID		#Static device numbering

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
#device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		ahd		# AHA39320/29320 and onboard AIC79xx devices
#device		amd		# AMD 53C974 (Tekram DC-390(T))
#device		isp		# Qlogic family
#device		mpt		# LSI-Logic MPT/Fusion
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets)
#options		SYM_SETUP_LP_PROBE_MAP=0x40
# Allow ncr to attach legacy NCR devices when
# both sym and ncr are configured

#device		adv0	at isa?
#device		adw
#device		bt0	at isa?
#device		aha0	at isa?
#device		aic0	at isa?

#device		ncv		# NCR 

XFree86 memory usage

2002-11-11 Thread Steve Wingate
I'm trying to figure out why X11 is using so much memory on my
workstation. Here is the output from 'top':

  PID USERNAME PRI NICE  SIZERES STATE  C   TIME   WCPUCPU COMMAND
  236 steve  2   0   215M   210M select 1 435:16  0.05%  0.05% XFree86

215MB seems like alot to me. OTOH, this is a dual 1.8Ghz Xeon box with 1GB
RAM so I'm not losing any sleep over it. However I am curious to know if
this is normal or indicative of some memory leaks in applications.
My current environment is Gnome2, although the number doesn't decrease
drastically with Windowomaker either.



+-+
|Steve Wingate  [EMAIL PROTECTED]
|MCSE, CCNA Mon Nov 11 09:59:00 PST 2002
+-+
|FreeBSD 4.7-RC
| 9:59AM  up 23 days, 10:31, 2 users, load averages: 0.11, 0.07, 0.02
+-+


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



dual boot

2002-11-11 Thread Andrew Rench
I'm having problems setting up a dual boot on my machine for FreeBSD 
and Windows 2000. Each OS is installed on a separate hard drive and 
each boots successfully independant of each other. I have the FreeBSD 
drive set to master and the Windows drive set to slave. Before either 
OS boots I'm given a prompt to choose F1 for FreeBSD or F5 for drive 
1. If I choose F1, FreeBSD boots normally, when I choose F5, it boots 
FreeBSD as well. When I check the setup, each hard drive is shown.
Does anyone have a similar setup?
Any insight would be greatly appreciated.
thanks

__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: domain names, named, and all the problems that go with it.

2002-11-11 Thread Kevin Stevens

On Monday, Nov 11, 2002, at 07:32 US/Pacific, Kevin D. Kinsey, DaleCo, 
S.P. wrote:

Quite possible that 'removing myself from root nameserver'
is an issue.

Your registrar (in this case godaddy.com) must have a
record of *some* two nameservers to place in the global
system.  From your FreeBSD box, do 'whois yourname.com'
note carefully which nameservers are listed for your domain.
If there are none.well.

If they exist, make sure that THEY are resolvable by DNS.
With my registrar, I had to go in and register my two nameservers
(which I run) because the root servers didn't know where to look
for them, even though they were broadcasting DNS info to
whomever should desire it.  This consisted of adding their names
and IP addresses to a database via a web form.
Not necessarily a problem.  It is, however, a good idea to have two.
There are some sites, I understand, which will give you a free
secondary


I recommend Secondary.com; free for a small number of domains, very 
reliable.  Pick another free server if you are concerned about better 
redundancy.  Then list THOSE nameservers as your authoratitive 
nameservers in the zone file, so everybody and their brother hits THOSE 
servers for resolution, not yours.  Permit zone transfers only for 
Secondary.coms's servers, tell BIND to send them notifies, and bob's 
your uncle.  You have a secure system that doesn't have to be up 24/7, 
AND you have control of your domain space.  You can run a split DNS 
(using views works well in 9.x) if you want to run a different or more 
extensive namespace inside your own network.

KeS

Note that none of this has anything to do with FreeBSD and it should 
probably go off to the bind list or somewhere...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: troubleshoot: Bad file descriptors

2002-11-11 Thread Noah Garrett Wallach
Hi,

It was also mentioned that there might be a bug with find.  is this the
case?  I cannot seem to find anything with a gnats search.  Figured I
would at least ask to end this possibility

--- snip ---
FreeBSD blah.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Nov  7
16:18:33
PST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LOCAL  i386
--- snip ---


On Mon, 11 Nov 2002, Noah Garrett Wallach wrote:



 --- more to the story ---

 did fsck in single user mode.  even rebuilt the OS and kernel and
 installed it all.  What else can I do?

 - Noah

 --- more to the story ---

 On Mon, 11 Nov 2002, Noah Garrett Wallach wrote:

 
 
  I am wanting to know how to troubleshoot the Bad File Descriptors that are
  creeping in when I am ls and find files.  How can I stop this from
  happening?   I dont see any open bugs at this time?  Is my drive possibly
  bad?
 
   snip 
 
  find: /usr/ports/korean.old/hanterm/files: Bad file descriptor
  find: /usr/ports/korean.old/gaim: Bad file descriptor
  find: /usr/ports/korean.old/kde3-i18n: Bad file descriptor
  find: /usr/ports/korean.old/ghostscript-gnu-korfont: Bad file descriptor
  find: /usr/ports/korean.old/openoffice: Bad file descriptor
  find: /usr/ports/java.old/linux-blackdown-jdk12/files: Bad file descriptor
  find: /usr/ports/java.old/linux-sun-jdk13: Bad file descriptor
  find: /usr/ports/java.old/linux-sun-jdk14: Bad file descriptor
  find: /usr/ports/java.old/java-checkstyle: Bad file descriptor
  find: /usr/ports/java.old/jakarta-log4j: Bad file descriptor
  find: /usr/ports/java.old/jakarta-commons-collections: Bad file descriptor
  find: /usr/ports/java.old/jakarta-commons-lang: Bad file descriptor
  find: /usr/obj/usr/src/gnu/usr.bin/perl/suidperl/lib/auto: Bad file
  descriptor
  find: /usr/obj/usr/src/gnu/usr.bin/perl/suidperl/build: Bad file
  descriptor
 
   snip 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FreeBSD Port: db3-3.3.11,1

2002-11-11 Thread Jonathan Chen
On Mon, Nov 11, 2002 at 11:50:52AM +0300, Mail wrote:
 Hi!
 I can't install port db3-3.3.11,1.
 Log fragments:
 
 Asd /usr/ports/databases/db3# make install
 ===  Extracting for db3-3.3.11,1
  Checksum OK for bdb/db-3.3.11.tar.gz.
  Checksum OK for bdb/patch.3.3.11.1.
  Checksum OK for bdb/patch.3.3.11.2.
 ===   db3-3.3.11,1 depends on executable: libtool - found
 ===  Patching for db3-3.3.11,1
 -e: not found
 *** Error code 127

Very likely the ports system is looking for the new sed. The ports
system looks for an OS version by looking at kern.osreldate. However
if you've done a cvsup and a buildkernel without an installkernel, ie
out-of-sync userland binaries, you will get the error above.

If you're following -stable, please follow the procedures detailed in
the Handbook to update your system. You can't just install the new
kernel sources without installing the updated userland binaries.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
 Power corrupts, Absolute Power is pretty neat

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Cigarettes from £9.59 for 200

2002-11-11 Thread info
Duty free, delivered direct to your door.

We've been supplying airports and Duty Free shops since 1997 and NOW we're doing it 
online!

Forget the hassle of travelling to get your duty free, you can have it dedlivered 
direct to your home at unbeatable prices.

Coronas International £9.59
Lambert  Butler £17.28
Superkings £18.84
Silk Cut £21.64
Embassy £18.84

Why are we the best?

- You can try us out by ordering just ONE carton.

- We have a guaranteed replacement or instant money back policy in the event of 
non-delivery.

- Delivery takes just 7 days (allow an extra seven days for processing).

- Our best advert is a satisfied customer.

And we supply hand rolling, pipe tobacco and cigars, too!

Welcome to hassle free, Duty Free!



Send us an email if you are interested in learning more about where you can shop 
online.
[EMAIL PROTECTED]

If you don't want to receive any more mails from us, just reply with REMOVE in the 
subject title.
[EMAIL PROTECTED]

 
  
 
 
 
 
 
 
 
 
 
 
 
 
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to stop SPAMMER??!

2002-11-11 Thread W. D.
At 09:00 11/11/2002, Joan Picanyol i Puig wrote:
* W. D. [EMAIL PROTECTED] [20021110 14:00]:
 lrwxr-xr-x  1 root  wheel33 Dec 10  2001 sendmail - 
/usr/local/psa/qmail/bin/sendmail
 
 Using qmail.  How to configure to avoid spam?  What is the name of
 configuration file?
You did _NOT_ install qmail following the instructions. 

You are right.  I didn't install it at all!  It was installed as 
per Plesk Server Administrator:
http://www.Google.com/search?q=qmail+site%3APlesk.com
I'll check deeper into this.

qmail is to be
installed in /var/qmail. qmail's standard install instructions do not
configure an open relay, you have done it yourself.

Please:

1.- close port 25 while reconfiguring qmail

How?


2.- reinstall qmail. The Way To Go instructions are found at
http://www.lifewithqmail.org. Follow this instructions _to the letter_

Thanks for this link!


3.- open port 25 for a safe and reliable email server

qvb
-- 
pica

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message

Start Here to Find It Fast!© - http://www.US-Webmasters.com/best-start-page/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: healthd question: how do I correct the problems healthd complainsabout?

2002-11-11 Thread paul
Michael E Mercer wrote:

Hello peoples,

I just recently installed healthd and it is printing these messages...

healthd: A value of 2.06 for CPU #0 Core Voltage with a range of (1.95 = n =
2.05)
healthd: A value of 31.00 for Chip Set Temperature with a range of (0.00 = n =
30.00)
healthd: A value of -5.76 for -5 Volt with a range of (-5.50 = n = -4.50)
healthd: A value of -13.89 for -12 Volt with a range of (-13.20 = n = -10.80)
healthd: A value of 0.00 for CPU #0 Cooling Fan with a range of (3000.00 = n =
.00)
healthd: A value of 1.00 for CPU #1 Temperature with a range of (10.00 = n =
30.00)


as with any other serious health question, why not get a second 
opinion? what does lmmon or mbmon have to say about this?


--
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ http://paulbeard.no-ip.org/movabletype/

The opposite of a profound truth may well be another profound truth.
		-- Bohr


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: domain names, named, and all the problems that go with it.

2002-11-11 Thread Mike Berning
I found a good dns hosting service at hn.org. Thanks for all the help.

Kevin Stevens said:
 I recommend Secondary.com; free for a small number of domains, very
 reliable.  Pick another free server if you are concerned about better
 redundancy.  Then list THOSE nameservers as your authoratitive
 nameservers in the zone file, so everybody and their brother hits THOSE
 servers for resolution, not yours.  Permit zone transfers only for
 Secondary.coms's servers, tell BIND to send them notifies, and bob's
 your uncle.  You have a secure system that doesn't have to be up 24/7,
 AND you have control of your domain space.  You can run a split DNS
 (using views works well in 9.x) if you want to run a different or more
 extensive namespace inside your own network.

 KeS

 Note that none of this has anything to do with FreeBSD and it should
 probably go off to the bind list or somewhere...




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to stop SPAMMER??!

2002-11-11 Thread Joan Picanyol i Puig
 1.- close port 25 while reconfiguring qmail
 
 How?
It depends. Find out who is listening in port 25 (lsof). Kill it. Make
sure it doesn't restart.

qvb
-- 
pica

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Recovering /etc/passwd (was: REASON #7919 NOT to do things as root!)

2002-11-11 Thread Gary W. Swearingen
Dirk-Willem van Gulik [EMAIL PROTECTED] writes:

 One would almost wish that things like the /etc/rc.conf, named and *mc
 files where there too :-)

One guru who used to post here frequently kept /etc in CVS (and I suppose
that he backed that up).

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: sysutils/cpuburn lives up to its name

2002-11-11 Thread Gary W. Swearingen
Ray Kohler [EMAIL PROTECTED] writes:

 power. The system just does nothing when I push the
 power switch.
 So what needs replaced? The Motherboard? The CPU?
 Something else?

I don't know ACPI/APM, so can't help much.  I did read recently a
comment that a good motherboard's Power-On Self Test will beep a certain
code if it is booted with its CPU (or maybe other parts?) missing,
giving a clue as to whether the problem is the CPU or not.  I'm guessing
that if it does nothing with the CPU and beeps without the CPU, then you
suspect the CPU first, but if it does nothing without the CPU, you
suspect other things first.  But what you suspect first depends on how
easy it is for you to get a temporary or permanent replacement for it.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: check mac address

2002-11-11 Thread adrian kok
Sorry I made you confusion

Right now I have mac address but would like to check
the ip address of this mac address 

They are in same LAN

Thank you



 --- Scott Overfield [EMAIL PROTECTED] wrote: 
Arp -a
 
 -Original Message-
 From: adrian kok [mailto:adriankok2000;yahoo.com.hk]
 
 Sent: Friday, November 08, 2002 4:51 PM
 To: [EMAIL PROTECTED]
 Subject: check mac address
 
 
 Hi all
 
 How do I check mac address by ipaddress?
 
 Thank you
 

___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at
 http://mail.english.yahoo.com.hk
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of
 the message 

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: check mac address

2002-11-11 Thread Kevin Stevens

On Monday, Nov 11, 2002, at 11:33 US/Pacific, adrian kok wrote:


Sorry I made you confusion

Right now I have mac address but would like to check
the ip address of this mac address

They are in same LAN

Thank you


You want 'rarp', but I don't know where it is; maybe someone can help.

Grepping arp -a for the MAC will only work if the arp cache contains 
the address, i.e. if you've already been talking to that machine, which 
may not be the case.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: healthd question: how do I correct the problems healthd complainsabout?

2002-11-11 Thread La Temperanza


Michael E Mercer wrote:


Hello peoples,

I just recently installed healthd and it is printing these messages...

healthd: A value of 2.06 for CPU #0 Core Voltage with a range of (1.95 = n =
2.05)
healthd: A value of 31.00 for Chip Set Temperature with a range of (0.00 = n =
30.00)
healthd: A value of -5.76 for -5 Volt with a range of (-5.50 = n = -4.50)
healthd: A value of -13.89 for -12 Volt with a range of (-13.20 = n = -10.80)
healthd: A value of 0.00 for CPU #0 Cooling Fan with a range of (3000.00 = n =
.00)
healthd: A value of 1.00 for CPU #1 Temperature with a range of (10.00 = n =
30.00)
   

The voltage discrepancies can probably be corrected by replacing your 
power supply with a better quality brand-name one. The CPU temperature 
and cooling fan are obviously not being measured correctly, probably 
either a software problem or just a cheap component 
(fan/CPU/motherboard) without a sensor. As for the chipset being 
slightly overheated, I would recommend getting a case or PCI slot fan if 
you don't have one; it will improve airflow over the entire motherboard. 
You can also buy a fan for some chipsets, but if the air isn't getting 
out of your case it won't help much.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: dns resolution problems

2002-11-11 Thread Per olof Ljungmark
Peter Schoenmaker wrote:


I am having problems resolving hosts with freebsd.  Specificly i have
problems resolving hosts @ united airlines.  These include www.ual.com,
www.united.com, www.ua2go.com, www.itn.net.  Some of them use different
dns servers but they still have the problem.  I have tried to look into
the problem but can't find it.  The problem doesn't occur on solaris
2.8/2.9, or windows.  I am running FreeBSD 4.7 RELEASE, and the box
is not behind a firewall.  I have tried having the box resolve again
multiple DNS servers with the same result.  Does anyone have any ideas,
or are experiencing the same problem?

peter



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Have similar problems here with own servers. For example, www.ual.com 
does not resolve but ual.com does. Have no explanation at the moment 
though. Servers are OpenBSD running BIND-8.

bash# dig www.ual.com

;  DiG 2.2  www.ual.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 38129
;; flags: qr rd ra; Ques: 1, Ans: 0, Auth: 0, Addit: 0
;; QUESTIONS:
;;  www.ual.com, type = A, class = IN

;; Total query time: 1 msec
;; FROM: as9-2-1.bi.s.bonet.se to SERVER: default -- 127.0.0.1
;; WHEN: Mon Nov 11 21:27:48 2002
;; MSG SIZE  sent: 29  rcvd: 29

bash# dig ual.com

;  DiG 2.2  ual.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 55825
;; flags: qr rd ra; Ques: 1, Ans: 1, Auth: 7, Addit: 7
;; QUESTIONS:
;;  ual.com, type = A, class = IN

;; ANSWERS:
ual.com.246 A   64.95.89.20

;; AUTHORITY RECORDS:
ual.com.246 NS  gw.ual.com.
ual.com.246 NS  auth100.ns.uu.net.
ual.com.246 NS  auth110.ns.uu.net.
ual.com.246 NS  swhqswd1.ual.com.
ual.com.246 NS  swhqswd2.ual.com.
ual.com.246 NS  swhqswd3.ual.com.
ual.com.246 NS  swhqswd4.ual.com.

;; ADDITIONAL RECORDS:
gw.ual.com. 172130  A   161.215.19.154
auth100.ns.uu.net.  172131  A   198.6.1.202
auth110.ns.uu.net.  137699  A   198.6.1.114
swhqswd1.ual.com.   247 A   161.215.38.8
swhqswd2.ual.com.   247 A   161.215.38.9
swhqswd3.ual.com.   247 A   161.215.38.30
swhqswd4.ual.com.   247 A   161.215.38.31

;; Total query time: 4 msec
;; FROM: as9-2-1.bi.s.bonet.se to SERVER: default -- 127.0.0.1
;; WHEN: Mon Nov 11 21:28:07 2002
;; MSG SIZE  sent: 25  rcvd: 31



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Printing to HP845c attached to Win2K - over samba?

2002-11-11 Thread Stacey Roberts
Hi Gerry,
   Thanks for all the help,and patience.

This one'll get binned - I'll get behind the CUPS solution.

Thank you very much for all the time and effort. I only hope I'll be in
a position to lend assistance (and reassurance) to others as much as
I've seen in our correspondence.

Cheers!

Stacey



On Mon, 2002-11-11 at 20:46, ScaryG wrote:
 On 11 Nov 2002 20:36:51 +
 Stacey Roberts [EMAIL PROTECTED] wrote:
 
  I had a go pursuing apsfilter over the few days, but with no success
 
  I think you've beaten this issue to the point of no return. You still
 have the unknown option error that displays your domain name and you still
 have an error writing output somewhere. Both deal with apsfilter.
 
  If nobody that deals with apsfilter can assist you, I'm afraid there's
 little  I can do either.
 
  They've gone with CUPS - from what I've seen, it does indeed work.
 
  I actually have a CUPS directory on my box but for the life of me I can't
 recall how it got there ;-) I know I played with ghostscript at one time
 and it didn't work at all. Apsfilter did work once, then I broke it, then
 I got it working again.
 
  But from this end dude, I think I've done as much as I can.
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com




signature.asc
Description: This is a digitally signed message part


RE: dns resolution problems

2002-11-11 Thread Charles Pelletier
are you absolutely sure your DNS info is correct? need current information:
what is your service provider?
what are the DNS numbers you are currently using?
are there any other errors that you receive?

from the information you have given, everything points towards bad DNS info,
but, as you are positive it is NOT bad DNS info, please post your
/etc/resolv.conf as you currently have it.


Charles Pelletier
Tech. Coordinator
St Luke's School
Irving, TX

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Peter
Schoenmaker
Sent: Monday, November 11, 2002 2:38 PM
To: Miroslav Pendev
Cc: freebsd-questions
Subject: Re: dns resolution problems


On Mon, Nov 11, 2002 at 02:28:41PM -0500, Miroslav Pendev wrote:
 Hi Peter

  I am having problems resolving hosts with freebsd.

 It looks to me as the DNS servers in your /etc/resolv.conf
 are not working well...

I have used multiple different name servers and have used the same
name server on windows, solaris, and freebsd.


  Specificly i have
  problems resolving hosts @ united airlines.  These include www.ual.com,
  www.united.com, www.ua2go.com, www.itn.net.  Some of them use different
  dns servers but they still have the problem.  I have tried to look into
  the problem but can't find it.  The problem doesn't occur on solaris
  2.8/2.9, or windows.

 Probably because the other boxes use diferent DNS servers. Try to use
 the same DNS servers on the FreeBSD box.

configured with the same nameservers.

peter


  I am running FreeBSD 4.7 RELEASE, and the box
  is not behind a firewall.  I have tried having the box resolve again
  multiple DNS servers with the same result.  Does anyone have any ideas,
  or are experiencing the same problem?
 
  peter

 I have FreeBSD 4.7 RELEASE and I can resolve all of these without
 a problem.

 Sometimes if there is a DNS problem (or change) win box can still resolv
 old IP, because of the DNS cash... until you reboot the system.

 To think that FreeBSD itself have something to do with this problem
 is ridiculous :-)

 Miro

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: dns resolution problems

2002-11-11 Thread Peter Schoenmaker
On Mon, Nov 11, 2002 at 02:54:57PM -0600, Charles Pelletier wrote:
 are you absolutely sure your DNS info is correct? need current information:
 what is your service provider?

verio

 what are the DNS numbers you are currently using?

i have used 192.80.15.4 (my own server) bind config attached. I have also
had the same problem with 129.250.35.250, and 129.250.35.251

 are there any other errors that you receive?

doesn't seem to be any errors.

 
 from the information you have given, everything points towards bad DNS info,
 but, as you are positive it is NOT bad DNS info, please post your
 /etc/resolv.conf as you currently have it.

$ more /etc/resolv.conf
search lugs.com
nameserver 192.80.15.4
$ 



// $FreeBSD: src/etc/namedb/named.conf,v 1.6.2.5 2002/02/04 18:24:21 ume Exp $
//
// Refer to the named.conf(5) and named(8) man pages for details.  If
// you are ever going to setup a primary server, make sure you've
// understood the hairy details of how DNS is working.  Even with
// simple mistakes, you can break connectivity for affected parties,
// or cause huge amount of useless Internet traffic.

options {
directory /etc/namedb;
recursion yes;

// In addition to the forwarders clause, you can force your name
// server to never initiate queries of its own, but always ask its
// forwarders only, by enabling the following line:
//
//  forward only;

// If you've got a DNS server around at your upstream provider, enter
// its IP address here, and enable the line below.  This will make you
// benefit from its cache, thus reduce overall DNS traffic in the Internet.
/*
forwarders {
127.0.0.1;
};
*/
/*
 * If there is a firewall between you and nameservers you want
 * to talk to, you might need to uncomment the query-source
 * directive below.  Previous versions of BIND always asked
 * questions using port 53, but BIND 8.1 uses an unprivileged
 * port by default.
 */
query-source address * port 53;

/*
 * If running in a sandbox, you may have to specify a different
 * location for the dumpfile.
 */
// dump-file s/named_dump.db;
};

/* 
logging {
channel debug_for_pds {
file /var/log/named-debug.log versions 10 size 20m;
print-time yes;
print-category yes;
};
category default { debug_for_pds; };
category config { default_syslog; default_stderr; debug_for_pds; };
category parser { default_syslog; default_stderr; debug_for_pds; };
category queries { default_syslog; default_stderr; debug_for_pds; };
category lame-servers { default_syslog; default_stderr; debug_for_pds; };
category statistics { default_syslog; default_stderr; debug_for_pds; };
category panic { default_syslog; default_stderr; debug_for_pds; };
category update { default_syslog; default_stderr; debug_for_pds; };
category ncache { default_syslog; default_stderr; debug_for_pds; };
category xfer-in { default_syslog; default_stderr; debug_for_pds; };
category xfer-out { default_syslog; default_stderr; debug_for_pds; };
category db { default_syslog; default_stderr; debug_for_pds; };
category eventlib { debug_for_pds; };
category packet { debug_for_pds; };
category notify { debug_for_pds; };
category cname { debug_for_pds; };
category security { debug_for_pds; };
category os { debug_for_pds; };
category insist { debug_for_pds; };
category maintenance { debug_for_pds; };
category load { debug_for_pds; };
category response-checks { debug_for_pds; };
};

*/

// Note: the following will be supported in a future release.
/*
host { any; } {
topology {
127.0.0.0/8;
};
};
*/

// Setting up secondaries is way easier and the rough picture for this
// is explained below.
//
// If you enable a local name server, don't forget to enter 127.0.0.1
// into your /etc/resolv.conf so this server will be queried first.
// Also, make sure to enable it in /etc/rc.conf.

zone . {
type hint;
file named.root;
};

zone 0.0.127.IN-ADDR.ARPA {
type master;
file localhost.rev;
};

zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT {
type master;
file localhost-v6.rev;
};

// NB: Do not use the IP addresses below, they are faked, and only
// serve demonstration/documentation purposes!
//
// Example secondary config entries.  It can be convenient to become
// a secondary at least for the zone where your own domain is in.  Ask
// your network administrator for the IP address of the responsible
// primary.
//
// Never forget to include the reverse lookup (IN-ADDR.ARPA) zone!
// (This is the first bytes of the respective IP address, in reverse
// order, with .IN-ADDR.ARPA appended.)
//
// Before starting to setup a primary zone, better make sure you fully
// understand how DNS and BIND works, however.  There are 

Re: Window/File Manager

2002-11-11 Thread David S. Jackson
 -Original Message-
 From: Ryan Sommers [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: 03 Nov 2002 21:55:37 -0600
 Subject: Window/File Manager
 
 I recently decided to bring my old Presario 1220 our of retirement and
 make a small toy laptop to play around with. Unfortunately it's only a
 200mhz/64mb RAM system with a 2.1gb harddrive. I would like to use X if
 possible but given the hardware limitations I really can't have a
 bloated featureful WM or FM and still have a usable laptop (after all if
 the GUI is slow I might as well install 98SE). 
 
 What are your favorite ultra-light WM's and/or FMs? I'm just looking for
 something that does the job, looking nice would be an added benefit but
 I doubt I'll have a high color depth to play with anyway.

Fluxbox seems to run fine on every old piece of junk machine I
have around here, but there are lighter ones.  Still, FB meets my
needs on old 486's with 16-24mb RAM.

If you need faster than that, I suggest you look at simply using
a TTY and a terminal multiplexer like screen.

As for a file manager, I haven't used one in almost ten years.
The bash command line does everything better than any file
manager I've ever seen.  If you're looking for a fast and
lightweight way to manipulate files, with more power than you
will ever use, pick up a book on your favorite shell, such as
bash or pdksh or whatever (I'm sure lots of folks here like
csh-like shells too!).


-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
A lot of people are afraid of heights.  Not me.
I'm afraid of widths.  -- Steven Wright

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Monitor tools

2002-11-11 Thread Mark
Hi

Soon I will be running a (new) FreeBSD 4.7 server. I was wondering whether
there are tools available to monitor critical server statistics (such as
status of RAID, CPU temp, etc), via a remote client machine in the network
(like Windoze XP)?

Thanks!

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: domain names, named, and all the problems that go with it.

2002-11-11 Thread Kevin Stevens

On Monday, Nov 11, 2002, at 11:02 US/Pacific, Kevin Stevens wrote:


I recommend Secondary.com; free for a small number of domains, very 
reliable.  Pick another free server if you are concerned about better 
redundancy.  Then list

BTW, some observant soul pointed out that Secondary.com has gone away 
as of a month ago and are no longer accepting free accounts.  So I 
don't recommend them any more.  ;)

If anyone has a free secondary they are pleased with, please email me 
offlist, looks like I should be moving on.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: dns resolution problems

2002-11-11 Thread Kevin Stevens

On Monday, Nov 11, 2002, at 13:04 US/Pacific, Peter Schoenmaker wrote:


On Mon, Nov 11, 2002 at 02:54:57PM -0600, Charles Pelletier wrote:

are you absolutely sure your DNS info is correct? need current 
information:
what is your service provider?

verio


what are the DNS numbers you are currently using?


Verio's servers seem to be confused, they didn't work for me either.  I 
then switched over to ns1.earthlink.net (I can remember that so I use 
it for tests like this) and it resolved the www.ual.com address fine.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Using 2 NIC's in FreeBSD

2002-11-11 Thread Kent Stewart


KizerSoze wrote:

are you sure...can we see an output of ifconfig?


A dmesg would also be interesting. Unless you have a resource 
conflict, it should show up in the dmesg.

Kent


-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, November 12, 2002 1:06 AM
To: [EMAIL PROTECTED]
Subject: Using 2 NIC's in FreeBSD


Dear Sirs,
I have problem when I install two Network interface cards.The secound card
card is not known by computer.
Please help me how to use two or more NIC's with FreeBSD?

Regards
M.Behnam




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message

.




--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message