How to install freebsd on compaq server (smart array 624)

2003-06-19 Thread ittipol sodsongkrit
I cannot install freebsd5.0 on my server .
my server have  smart array 624 but now freebsd5.1 support smart array 5 series

Pls let,s me know

Best Reguards..

Ittipol sodsongkrit
comcenter 
rajabhat institute chandrakasem
Jatujak  Bangkok  Thailand 10900
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bad file descriptor

2003-06-19 Thread Sunil Sunder Raj
Hi,
1) First get the inode no of the file
ls -li #pico29506#
2) find . -inum inode no -delete

Regards
SSR

From: Jaime [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: bad file descriptor
Date: Tue, 17 Jun 2003 09:06:10 -0400 (EDT)
Can anyone explain this?  It looks like I can't delete a given
file.  This file has been causing weird errors with just about everything,
including tar, rm, ls -l, etc.  It resides on a vinum RAID-5 array, which
is the only strange thing I can think of about it.
zeus# ls
#pico29506# .login  .shrc   
cdtashirt.jpg
.addressbook.login_conf 
.spamassassin   cdtashirtstitch.jpg
.addressbook.lu .mail_aliases   December 
2002 Newsletter.docs   dead.letter
.aspell.en.prepl.mailrc Documents   
mail
.aspell.en.pws  .pinerc 
Lawrence.JPGmbox
.aspell.english.prepl   .profileOctober 
2002 Newsletter.doc public_html
.aspell.english.pws .qmail.backup.from.cyrusOctober 
2002 Newsletter.doc.
.cshrc  .rhosts acker
zeus# rm #pico29506#
rm: #pico29506#: Bad file descriptor
zeus# whoami
root

Thanks in advance,
Jaime
To affect the quality of the day, that is the highest of arts.
 - Henry David Thoreau, _Where_I_Live_
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
Chill out. Win a Himalayan holiday! 
http://server1.msn.co.in/sp03/summerfun/index.asp

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what dose the command chflags used for ?

2003-06-19 Thread Supote Leelasupphakorn
 Dear all,
 
Because we have the command chmod for change
the
 permissions of
 files so what does the command chflags used for
and
 what suituation 
 I must use it ?

chflags is used to set system flags on files you
don't want to be
modified accidentally - most commonly the 'noschg'
flag stops a file
from being deleted by a normal user.

See the man page for more details, and also the -o
option to 'ls' (which
shows flag settings for files.

but chmod 600 those_file do the same thing why does
chflags come to play ?


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what dose the command chflags used for ?

2003-06-19 Thread Matthew Seaman
On Thu, Jun 19, 2003 at 07:46:39AM +0100, Supote Leelasupphakorn wrote:
  Dear all,
  
 Because we have the command chmod for change
 the
  permissions of
  files so what does the command chflags used for
 and
  what suituation 
  I must use it ?
 
 chflags is used to set system flags on files you
 don't want to be
 modified accidentally - most commonly the 'noschg'
 flag stops a file
 from being deleted by a normal user.
 
 See the man page for more details, and also the -o
 option to 'ls' (which
 shows flag settings for files.
 
 but chmod 600 those_file do the same thing why does
 chflags come to play ?

chflags(1) adds a number of controls impossible to achieve using the
standard filesystem permissions.

With chflags(1) you can make a file impossible to modify, even by the
super user, who can ignore the usual file permissions.

You can make a file that you can only add contents to -- not delete --
which is perfect for log files which you need to guarrantee haven't
been tampered with.

You can make a file whose contents can be modified, by the file itself
cannot be moved or deleted, even by a user who has write permissions
on the containing directory.

You can label a file such that the dump(8) program will ignore it. 

Finally, if you run at a raised kern.securelevel, you can only
increase the security protections added to files by chflags(1) -- in
order to remove the flags, you need to reboot into single user mode,
which requires you to have access to the system console. See
chflags(2), sysctl(8), security(7) and the FAQ entry at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/security.html#SECURELEVEL
for details on securelevels.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


mount msdos partition with user id?

2003-06-19 Thread Zhang Le
Hello,
  I just move from linux to bsd and have a question on mounting  partition with a 
specific user id. The following command does not work:
  root@:/home/zl/etc# mount -t msdos -o uid zl /dev/ad0s1 /d
  msdos: -o uid : option not supported

  but mount -t msdos /dev/ad0s1 /d works.

  I have to su root each time I want to write something to /d. This is of course very 
boring.

  Could you help me out?

--
 Sincerely yours,
Zhang Le



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mozilla is started instead of genuine netscape while opening a newwindow

2003-06-19 Thread parv
Hi there,

I have following installed...
  other names
  port  program in $PATH in this message
  ---
  mozilla-1.4b,1mozilla  -
  netscape-remote-1.0_1 netscape-remote  -
  netscape-wrapper-2000.07.07   netscape netscape wrapper
  linux-netscape-navigator-4.8  navigator-linux-4.8  navigator,
 genuine netscape


Problem does not happen when the genuine netscape is not running.  In
that case, it is started anew.  In addition, mozilla doesn't start if
its is not already running.

Say, i have /both/ mozilla  netscape running.  If i want to open a
new window of the genuine netscape, thru netscape-wrapper, a mozilla
window is opened instead of navigator's.

Problem is somewhere in netscape shell script as right things happen
if i start navigator directly, bypassing the wrapper.

( Recently, i have started using my own wrapper which calls the
netscape-wrapper program only if mozilla is not running, otherwise it
calls navigator-linux-4.8. )

Could anybody tell how to actually fix netscape-wrapper, or what
causes mozilla to respond instead of navigator?


  - Parv

-- 
A programmer, budding Unix system administrator, and amateur photographer
ISO employment...

  http://www103.pair.com/parv/work/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS weirdness...

2003-06-19 Thread Matt

jle said:

 My new web server won't mount NFS from fstab on reboot.


 on NFSD: (/etc/exports)
 /home2   -maproot=0 -alldirs httpd

 on HTTPD: (/etc/fstab)
 NFSD:/home2  /home   nfs rw,bg   0   0

 manually mounting works
 mount NFSD:/home2 /home

 Works fine until I reboot. Shouldn't it mount by itself? What am I missing
 now? Why doesn't HTTPD mount NFSD:/home2 on /home when it reboots? I see
 no errors in messages on either machine. Both are 5.1-CURRENT.

 TIA

I had the same problem. I found it was due to named starting after the
mount was attempted and so it couldn't resolve the name of the nfs server.
I changed the fstab to the ip address instead and it worked fine. An
example from my fstab:

192.168.1.10:/usr/src   /usr/srcnfs rw,soft,intr,nfsv3,tcp  0 
 0

Give that a go.

Regards, Matt.

-- 
email: [EMAIL PROTECTED] - web: http://xtaz.co.uk/
Hardware, n.: The parts of a computer system that can be kicked.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


installing FreeBSD 4.8

2003-06-19 Thread aringoy
Hi!

I'm having problems installing FreeBSD 4.8. After the Kernel configuration 
page, the system hangs with these messages:

ad0: [the-name-of-my-hd] at ata0 -master BIOSDMA
ad1: READ command timeout tag=0 serv=0 -resetting

ata0: resetting devices

And that's it. The machine just sits there like a dog that's been shown a card 
trick.

I have succesfully installed FreeBSD by disconnecting the master and setting 
the slave as master, but I would like to use them both.

Any Bios settings that would help?

Regards

Arild Ringøy



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/sysutils/vobcopy

2003-06-19 Thread Herbert
On Thu, Jun 19, 2003 at 12:04:42PM +0930, Wilkinson,Alex wrote:
 Hi,
 
 Does anyone know if it is possible to use vobcopy on a DVDROM mounted
  over nfs ?
 
 I have tryed this and keep getting this error:
 
 # mount_nfs hostname:/path/to/dvdrom
 
 # vobcopy -i /mnt
 You use -i. Normally this is not necessary, vobcopy finds the input
 dir by itself. This option is only there if vobcopy makes trouble.
 If vobcopy makes trouble, please mail me so that I can fix this i
 ([EMAIL PROTECTED]). Thanks
 Could not find the provided path (/mnt), typo?
 
 path to cd:
 libdvdread: Can't stat
 No such file or directory
 
 Path thingy didn't work '(null)'
 Try someting like -i /cdrom, /dvd  or /mnt/dvd
 
 
 Any ideas ?
 
  Cheers

Hei!

Yes! cd to /mnt and then run vobcopy from there, without the -i switch.
I think this is not a nfs problem, because I get the same error when I
run vobcopy -i path on locally mounted dvds. 
The following works fine:

# mount_cd9660 /dev/acd1 /mnt/dvd
# cd /mnt/dvd/
# vobcopy -m -o /mnt/disk3 -t dvd_title

Herbert


pgp0.pgp
Description: PGP signature


Re: mount msdos partition with user id?

2003-06-19 Thread Han Hwei Woo
It's been a while since I've done this, but if I remember correctly, you'll
want to use -u rather than -o. Try 'man mount_msdos' and playing around with
some of the options.

- Original Message - 
From: Zhang Le [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 4:31 AM
Subject: mount msdos partition with user id?


 Hello,
   I just move from linux to bsd and have a question on mounting  partition
with a specific user id. The following command does not work:
   root@:/home/zl/etc# mount -t msdos -o uid zl /dev/ad0s1 /d
   msdos: -o uid : option not supported

   but mount -t msdos /dev/ad0s1 /d works.

   I have to su root each time I want to write something to /d. This is of
course very boring.

   Could you help me out?

 -- 
  Sincerely yours,
 Zhang Le



 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS weirdness...

2003-06-19 Thread jle
jle said:

 My new web server won't mount NFS from fstab on reboot.


 on NFSD: (/etc/exports)
 /home2   -maproot=0 -alldirs httpd

 on HTTPD: (/etc/fstab)
 NFSD:/home2  /home   nfs rw,bg   0
0

 manually mounting works
 mount NFSD:/home2 /home

 Works fine until I reboot. Shouldn't it mount by itself? What am I
missing
 now? Why doesn't HTTPD mount NFSD:/home2 on /home when it reboots? I
see
 no errors in messages on either machine. Both are 5.1-CURRENT.

 TIA

I had the same problem. I found it was due to named starting after the
mount was attempted and so it couldn't resolve the name of the nfs
server.
I changed the fstab to the ip address instead and it worked fine. An
example from my fstab:

192.168.1.10:/usr/src   /usr/srcnfs rw,soft,intr,nfsv3,tcp  0
 0

Give that a go.

Regards, Matt.

I did try that as my named was starting after Mounting NFS file systems
too but it still wouldn't mount that line from fstab. It still mounts fine
manually but not automatically on reboot like it should. It's probably
something like a flag in rc.conf that I'm missing or some other little
thing but I'm just not finding it. Thanks for trying. Anyone else with an
idea?

TIA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ping: sendto: No buffer space available

2003-06-19 Thread Loz
* Jaime [EMAIL PROTECTED] [2003-06-18 12:28]:
 On Wednesday, June 18, 2003, at 07:17  AM, Loz wrote:
 Sounds familiar - a friend had a Linux box cracked over the weekend...
 apparently russian script kiddies using a php gallery exploit. Sorry I
 don't have any more details, but I do know that in his case at least
 nothing else was compromised. He found all the answers he needed on
 Google.
 
   So only his Gallery install was compomised?  Or was there a more 
 direct effect, e.g. a backdoor or rootkit install?

No other damage apart from a little trojan ping flooding the network 
and filling up log files. More details on the Gallery exploit at 
http://www.linuxadvisory.com/articles.php?articleId=35page=3

HTH 
/loz.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mount My Creation

2003-06-19 Thread Stephen Hovey


On Wed, 18 Jun 2003, Peter Leftwich wrote:

 Ponder this...  Why is it /etc/fstab and not /etc/mount.conf ??

File System Table - not all things in it are mounted

 
 Ponder this...  Why does M$FT Windows have Created, Accessed, and Modified,
 while UNIX (beware of unresearched, wide-sweeping generalizations...) only
 provides one the Last modified date and time stamp?
 

Thats not accurate - do 'man find'


 Ponder this...  Does this Leftwich guy ever shut up?  :-o
 
 PS - Please CC: me in your reply!
 
 --
 Peter Leftwich
 President  Founder, Video2Video Services
 Box 13692, La Jolla, CA, 92039 USA
 http://Www.Video2Video.Com
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Do I have an open relay?

2003-06-19 Thread Andreas Widerøe Andersen
Hi,
I'm a bit nervous here. Recently I've started getting 20-25 mails to my 
Postmaster account on my FreeBSD 4.8RC server running Sendmail 
8.12.8/8.12.8 each day with a message to Postmaster that the mail could not 
be delivered.

In the daily run output from the server I see messages like these:

Mail in local queue:
/var/spool/mqueue (15 requests)
-Q-ID- --Size-- -Q-Time- 
Sender/Recipient---
h5IGWCj5047460 4477 Wed Jun 18 18:44 MAILER-DAEMON
 (Deferred: Connection refused by mobilemice.com.)
[EMAIL PROTECTED]
h5HJ1xj4020111 4251 Tue Jun 17 21:03 MAILER-DAEMON
 (Deferred: Connection refused by distanteye.com.)
[EMAIL PROTECTED]
h5HFHEj3015655 3298 Tue Jun 17 17:17 MAILER-DAEMON
 (host map: lookup (triplepipe.com): deferred)
[EMAIL PROTECTED]

I have no relations with these hosts.

In the maillog from the server I see this:

Jun 19 14:09:19 server sendmail[71128]: h5G21ij4070939: 
to=[EMAIL PROTECTED], delay=3+10:06:00, xdelay=00:00:00, 
mailer=esmtp, pri=15062899, relay=distanteye.com., dsn=4.0.0, 
stat=Deferred: Connection refused by distanteye.com.
Jun 19 14:09:19 server sendmail[71128]: h5FLiJj3065159: 
to=[EMAIL PROTECTED], delay=3+14:25:00, xdelay=00:00:00, 
mailer=esmtp, pri=15962899, relay=distanteye.com., dsn=4.0.0, 
stat=Deferred: Connection refused by distanteye.com.
Jun 19 14:10:57 server sendmail[71128]: h5FLgVj3065158: 
[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED], delay=3+14:28:25, 
xdelay=00:01:38, mailer=esmtp, pri=16261875, relay=mailgw.c2i.net., 
dsn=4.0.0, stat=Deferred: 450 Unable to find distanteye.com
Jun 19 14:10:57 server sendmail[71128]: h5F0VUj4040115: 
to=[EMAIL PROTECTED], delay=4+11:37:52, xdelay=00:00:00, 
mailer=esmtp, pri=19742831, relay=mobilemice.com., dsn=4.0.0, 
stat=Deferred: Connection refused by mobilemice.com.
Jun 19 14:10:57 server sendmail[71128]: h5EKGnj3034414: 
to=[EMAIL PROTECTED], delay=4+15:54:08, xdelay=00:00:00, 
mailer=esmtp, pri=20642831, relay=mobilemice.com., dsn=4.0.0, 
stat=Deferred: Connection refused by mobilemice.com.

The mailq (/var/log/mqueue) contains 30 messages, both dfh* and qfh*.

I've manually configured my .mc file which looks like this (I'm running 
Procmail and Spamassassin):

divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.17 2002/11/14 
03:21:18 keramida Exp $')
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)
dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklists/
dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_add
r}')

dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')
dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')
dnl Uncomment both of the following lines to listen on IPv6 as well as IPv4
dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet')
dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6')
define(`confBIND_OPTS', `WorkAroundBroken')
define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
FEATURE(local_procmail)
MAILER(local)
MAILER(smtp)
If I try to telnet to my server from somewhere I get relaying denied so I 
think I've got it right, but somehow I have a feeling someone is getting 
through somehow. I'm running Apache, MySQL, PHP and other webserver 
related apps on the same machine.

Thanks for any help!
Andreas
---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS
http://www.pragma.no 

___
[EMAIL PROTECTED] mailing list

Re: Do I have an open relay?

2003-06-19 Thread Steven Wiltshire
Hello Andreas,

You may have an open relay.

What does your /etc/mail/access file look like? It should contain the 
networks or IP addresses you wish to be able to use your server to relay 
through.

For example, mine looks similar to this:
--
10.0.0  RELAY
127.0.0.1   RELAY
(where my local network is 10.0.0.0/24)

--Steven

Andreas Widerøe Andersen wrote:

Hi,
I'm a bit nervous here. Recently I've started getting 20-25 mails to 
my Postmaster account on my FreeBSD 4.8RC server running Sendmail 
8.12.8/8.12.8 each day with a message to Postmaster that the mail 
could not be delivered.

In the daily run output from the server I see messages like these:

Mail in local queue:
/var/spool/mqueue (15 requests)
-Q-ID- --Size-- -Q-Time- 
Sender/Recipient---
h5IGWCj5047460 4477 Wed Jun 18 18:44 MAILER-DAEMON
 (Deferred: Connection refused by mobilemice.com.)
[EMAIL PROTECTED]
h5HJ1xj4020111 4251 Tue Jun 17 21:03 MAILER-DAEMON
 (Deferred: Connection refused by distanteye.com.)
[EMAIL PROTECTED]
h5HFHEj3015655 3298 Tue Jun 17 17:17 MAILER-DAEMON
 (host map: lookup (triplepipe.com): deferred)
[EMAIL PROTECTED]

I have no relations with these hosts.

In the maillog from the server I see this:

Jun 19 14:09:19 server sendmail[71128]: h5G21ij4070939: 
to=[EMAIL PROTECTED], delay=3+10:06:00, xdelay=00:00:00, 
mailer=esmtp, pri=15062899, relay=distanteye.com., dsn=4.0.0, 
stat=Deferred: Connection refused by distanteye.com.
Jun 19 14:09:19 server sendmail[71128]: h5FLiJj3065159: 
to=[EMAIL PROTECTED], delay=3+14:25:00, xdelay=00:00:00, 
mailer=esmtp, pri=15962899, relay=distanteye.com., dsn=4.0.0, 
stat=Deferred: Connection refused by distanteye.com.
Jun 19 14:10:57 server sendmail[71128]: h5FLgVj3065158: 
[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED], 
delay=3+14:28:25, xdelay=00:01:38, mailer=esmtp, pri=16261875, 
relay=mailgw.c2i.net., dsn=4.0.0, stat=Deferred: 450 Unable to find 
distanteye.com
Jun 19 14:10:57 server sendmail[71128]: h5F0VUj4040115: 
to=[EMAIL PROTECTED], delay=4+11:37:52, 
xdelay=00:00:00, mailer=esmtp, pri=19742831, relay=mobilemice.com., 
dsn=4.0.0, stat=Deferred: Connection refused by mobilemice.com.
Jun 19 14:10:57 server sendmail[71128]: h5EKGnj3034414: 
to=[EMAIL PROTECTED], delay=4+15:54:08, 
xdelay=00:00:00, mailer=esmtp, pri=20642831, relay=mobilemice.com., 
dsn=4.0.0, stat=Deferred: Connection refused by mobilemice.com.

The mailq (/var/log/mqueue) contains 30 messages, both dfh* and qfh*.

I've manually configured my .mc file which looks like this (I'm 
running Procmail and Spamassassin):

divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.17 
2002/11/14 03:21:18 keramida Exp $')
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)
dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl 
http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklists/

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_add
r}')

dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')
dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')
dnl Uncomment both of the following lines to listen on IPv6 as well as 
IPv4
dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet')
dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6')

define(`confBIND_OPTS', `WorkAroundBroken')
define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
FEATURE(local_procmail)
MAILER(local)
MAILER(smtp)
If I try to telnet to my server from somewhere I get relaying denied 
so I think I've got it 

Re: Do I have an open relay?

2003-06-19 Thread Fernando Gleiser
On Thu, 19 Jun 2003, Andreas Widerøe Andersen wrote:

 Hi,
 I'm a bit nervous here. Recently I've started getting 20-25 mails to my
 Postmaster account on my FreeBSD 4.8RC server running Sendmail
 8.12.8/8.12.8 each day with a message to Postmaster that the mail could not
 be delivered.

Sendmail by default does not relay, unless you enable PROMICUOUS_RELAY.
To test if you have an open relay, go to: http://www.abuse.net/relay.html
and run a test against your server.

It may be a rumplestinkin attack, the spammers are trying to guess
account names in your server, postmaster gets a copy of the bounce. Look
at the logs for the full info.


Fer

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing FreeBSD 4.8

2003-06-19 Thread Vulpes Velox
Could possible be a bad cable. I have had problems read time outs before and they 
where caused by a bad IDE cable.

Try changing the cable setting to UDMA33, in the bios.

On Thu, 19 Jun 2003 10:48:46 +0200
[EMAIL PROTECTED] wrote:

 Hi!
 
 I'm having problems installing FreeBSD 4.8. After the Kernel configuration 
 page, the system hangs with these messages:
 
 ad0: [the-name-of-my-hd] at ata0 -master BIOSDMA
 ad1: READ command timeout tag=0 serv=0 -resetting
 
 ata0: resetting devices
 
 And that's it. The machine just sits there like a dog that's been shown a card 
 trick.
 
 I have succesfully installed FreeBSD by disconnecting the master and setting 
 the slave as master, but I would like to use them both.
 
 Any Bios settings that would help?
 
 Regards
 
 Arild Ringøy
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD - software raid

2003-06-19 Thread Moti Levy
Hi,
before I do the unthinkable and use Linux for a server , I ask for your
help.
I have a set of 4 IDE drives .
I need to build a file server that'll run samba/nfs

I want to use all 4 drives as a raid 5 array and use the combined space for
storage.
is there a way to do it with FreeBSD ?
I looked at ccd and vinum but as far as my understanding goes , I cant use
it during setup but rather build the
system first and than use ccd/vinum on all BUT the system disk .
am I wrong ?
is there a solution out there ?

thanks
moti

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Operating Systems.

2003-06-19 Thread Jerry McAllister
 
 To whom it may concern,
 
 I am having to put together a presentation about FreeBSD for an Operating 
 System class.  This is due in early July.  The things I need to know are:  
 Hardware Supported,  Scalability,  Reliability,  Security,  Speed,  Ease of 
 Use,  Maintainability,  Administration,  and the History of FreeBSD.
 
 Any information or questions about this presentation I am working on please 
 feel free to email me.

You can get pretty much all of this from the FreeBSD web site and by
doing searches of the mailing list archives from the FreeBSD web site.
There are special pages for some such as supported hardware and security 
and extensive discussion on the others in the lists.   There are also
links to other sites with more info.

 http://www.freebsd.org/

jerry

 
 Thanks,
 
 Paul E. Hilliard
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD - software raid

2003-06-19 Thread Bill Moran
Moti Levy wrote:
Hi,
before I do the unthinkable and use Linux for a server , I ask for your
help.
I have a set of 4 IDE drives .
I need to build a file server that'll run samba/nfs
I've done this.  Works very well.

I want to use all 4 drives as a raid 5 array and use the combined space for
storage.
is there a way to do it with FreeBSD ?
I looked at ccd and vinum but as far as my understanding goes , I cant use
it during setup but rather build the
system first and than use ccd/vinum on all BUT the system disk .
am I wrong ?
Yes.

is there a solution out there ?
You can use all four drives in your Vinum array.  There used to be a
restriction that the root partition could not be part of the Vinum array,
but that's no longer the case, see the Vinum section of the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html
And specifically this:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-root.html
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vinum? flaky hardware? FreeBSD4.8? ASUS P4SGL-VM?

2003-06-19 Thread Malcolm Kay
Over some time I've installed various versions 
of FreeBSD. In the past installation has always 
gone smoothly.

Now however, I'm trying to setup a new system on
a new machine with software RAID 1 (vinum) and 
have run into difficulties (which I don't think
have anything to do with vinum).

The new machine is based on a P4SGL-VM mother 
board with a 1.7G Celeron processor and 256Mb RAM.
Two WDC WD1200JB-00DUA3 (120Gb) drives are 
installed on the primary and secondary IDE master 
ports with 80 conductor cables.

During installation it seemed to be difficult to
move sysinstall on from the fdisk and MBR dialogues 
to the the disklabel dialogue; it seemed to want to
always loop back to the beginning of the fdisk 
dialogue. But after a number of false starts managed 
to get a developer (without X) system installed on
slice ad0s1 of about 6Gb.

After some fiddling with with vinum in ad0s2 and ad2s2
I reset vinum (resetconfig) and discarded these slices.

On ad2 I created one large slice and labeled it with
a view to vinum with ad2s1a having an offset of 281
blocks and the vinum partition an offset of 16 blocks.
After creating a filesystem on ad2s1a and mounting on 
/mnt I attempted to copy the root partition from the
axisting system using:
 # cd /mnt
 # dump -0 -a -f - / | restore -f -
which reported an error something like:
 expected file 223455: found 223456
which (unfortunately) I didn't record so is only an
approximation.

 # fsck -n /dev/ad0s1a
reported an inconsistency but without any real detail.

Rerunning
 # fsck /dev/ad0s1a
whether or not in single user mode reported (NO WRITE)
and declined to fix the problem.

When attempting to write directly to an unmounted slice or partition:
 # dd if=/dev/zero of=/dev/ad0s2 count=50
I get a message to the effect that the filesystem is 
readonly and a console message:

  fixlabel: invalid magic

and on searching the kernel source I find it in
/usr/src/kernel/subr_diskslice.c preceded by the comment

/* These errors can't happen so don't bother reporting details. */

The problem has appeared on both drives.
However fdisk and disklabel do not seem to have problems
writing.

History:
==
I first attempted to set this up on another machine with the same 
brand of mother board but slightly different -- significant to us
it had an onboard network interface. On that board (same drives)
I was the installation could not access the hard drives until UDMA was 
disabled in the BIOS. Nor could the installed system operate with
UDMA turned on. Stuck with PIO4 I abandoned that machine.
(While I considered that a CD as slave on one of the IDE ports might
create UDMA difficulties on one hard drive it does not explain, to me,
lack of access to the other hard drive.)

The above is of course a very much cut down version of events.
The cost of the time spent messing about with these system has been
much greater than the cost of the hardware!

Do I have faulty hardware?
Or is the hardware incompatible with FreeBSD?
Is the hardware simply rubbish?
Am I being stupid?

Does any one have good or bad experience with these mother boards?
Does anyone understand what is happening?

Information:
=
 # dmesg -
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-RELEASE #0: Thu Apr  3 10:53:38 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254  frequency 1193182 Hz
CPU: Intel(R) Celeron(R) CPU 1.70GHz (1715.28-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf13  Stepping = 3
  
Features=0x3febfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,
   MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
real memory  = 234864640 (229360K bytes)
avail memory = 223227904 (217996K bytes)
Preloaded elf kernel kernel at 0xc051d000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 6 entries at 0xc00f1930
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
agp0: SIS Generic host to PCI bridge mem 0xe800-0xebff at device 0.0 
on pci0
pcib2: PCI to PCI bridge (vendor=1039 device=0001) at device 1.0 on pci0
pci1: PCI bus on pcib2
pci1: SiS model 6325 VGA-compatible display device at 0.0 irq 11
isab0: PCI to ISA bridge (vendor=1039 device=0961) at device 2.0 on pci0
isa0: ISA bus on isab0
ohci0: SiS 5571 USB controller mem 0xe700-0xe7000fff irq 3 at device 2.2 
on pci0
usb0: OHCI version 1.0, legacy support
usb0: SiS 5571 USB controller on ohci0
usb0: USB revision 1.0
uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ohci1: SiS 5571 USB controller mem 0xe680-0xe6800fff irq 6 at device 2.3 
on pci0
usb1: OHCI version 1.0, legacy support
usb1: SiS 5571 USB controller on ohci1
 usb1: USB revision 1.0
uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, 

Re: installing FreeBSD 4.8

2003-06-19 Thread Bill Moran
[EMAIL PROTECTED] wrote:
Hi!

I'm having problems installing FreeBSD 4.8. After the Kernel configuration 
page, the system hangs with these messages:

ad0: [the-name-of-my-hd] at ata0 -master BIOSDMA
ad1: READ command timeout tag=0 serv=0 -resetting
ata0: resetting devices

And that's it. The machine just sits there like a dog that's been shown a card 
trick.

I have succesfully installed FreeBSD by disconnecting the master and setting 
the slave as master, but I would like to use them both.
Please provide hardware details.  It's likely that those two drives won't work
on the same controller.  I've heard rumors of older drives not playing nice
with newer drives on the same controller.  Are you sure the first drive works
at all?
Any Bios settings that would help?
Don't know of any.  But you might want to scan the ATA/IDE section of your BIOS
to see if there's anything that might be useful.  Perhaps if you can force it
to a slower speed (ATA33 for example) it would work ... but I'm just guessing.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mountroot

2003-06-19 Thread Alexandru Savescu
Hello BSD-lovers, 
i'm stuck on a tricky situation:

i got FreeBSD 4.8-STABLE running smoothly on a SCSI disk, 
but i had to move the HDD on a multi-OS system, so i am 
heading this problem:

there are 3 disks
- ad0: IDE WDC-drive with a MSwinOS
- da0: SCSI IBM-drive with Debian Linux
- da1: SCSI IBM FreeBSD disk

ad0 is the primary disk with lilo in the MBR

lilo.conf uses 

boot=/dev/hda
...
/dev/sda1 to boot the debianOS
/dev/sdb1 to boot FreeBSD

well, this is working fine for winOS and linux but FreeBSD
returns this error lines:

Root mount failed: 22
Mounting root from ufs:/dev/da2s1a
Root mount failed: 22
Mounting root from ufs:/dev/da2a
Root mount failed: 22

Manual root filesystem specification:
mountroot


i've tried all kind of combos like ufs:/dev/da1s1a but nothing worked out.
what i still can't understand is why it's trying to mount /dev/da2 instead of /dev/da1



i would appreciate any advice!
thank you in advance

Alexandru Savescu

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mount My Creation

2003-06-19 Thread Shantanu Mahajan
+-- Peter Leftwich [freebsd] [18-06-03 20:02 -0700]:
| Ponder this...  Why is it /etc/fstab and not /etc/mount.conf ??

mount.conf would contain the default options to be
passed to the mount command.
e.g. '-f' option

fstab = File System TABle (?)
mount is a utility to mount the file system.

From 'man fstab'
fstab - static information about the filesystems

Thus, fstab don't have any connection to mount.


| 
| Ponder this...  Why does M$FT Windows have Created, Accessed, and Modified,
| while UNIX (beware of unresearched, wide-sweeping generalizations...) only
| provides one the Last modified date and time stamp?
| 
| Ponder this...  Does this Leftwich guy ever shut up?  :-o
| 
| PS - Please CC: me in your reply!
| 
| --
| Peter Leftwich
| President  Founder, Video2Video Services
| Box 13692, La Jolla, CA, 92039 USA
| http://Www.Video2Video.Com
| --

Regards,
Shantanu

-- 
FreeBSD is started up by the program 'init'.  The first thing init does when
starting multiuser mode (ie, starting the computer up for normal use) is to
run the shell script /etc/rc.  By reading /etc/rc, you can learn a lot about
how the system is put together, which again will make you more confident about
what happens when you do something with it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mount My Creation

2003-06-19 Thread Patrick O'Reilly
|
| Ponder this...  Why does M$FT Windows have Created, Accessed, and
Modified,
| while UNIX (beware of unresearched, wide-sweeping generalizations...)
only
| provides one the Last modified date and time stamp?
|

I have noticed in the man page for 'find' that the primaries allow
selection based on time last accessed, last modified and last
change of status.  Evidently this info is held somewhere.  I don't
have more info off hand, but perhaps this will nudge you in a useful
direction?

Patrick.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


find -exec question

2003-06-19 Thread Dave McCammon
Here is the setup:
foo is some directory on the system.
jack is a user and I am using the ACL's in 5.1 to
allow Jack rw access to all files and directories
nested within the directory foo.


What is the difference in the find command between:
find foo -exec setfacl -m u:jack:rw {} \;
-and-
find foo -exec setfacl -m u:jack:rw {} +

or is there any difference?



__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 8500

2003-06-19 Thread Ed So
Hi BSD team,
  could you tell me where I could download ATI Radeon 8500 graphics 
card driver, thanks.
Ed

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Login problem with Telnetd

2003-06-19 Thread Fehmi
I enabled Telnetd in inetd.conf by removing the #
from the line
#telnet stream  tcp nowait  root   
/usr/libexec/telnetdtelnetd

I tried to loggin,
i used the root/password in the server machine side
i put loggin/password but 
a receive the message [ SRA login failed ]
i wonder if there is something else to set to enable
login
thanks a lot.



___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dhclient filling up my logfiles

2003-06-19 Thread Hasse
Hi everybody.
Running FreeBSD 4.8-Stable.
I'm connected to the internet by ADSL and dynamic IP.
Dhcp-client keeps filling up my /var/log/messages.
Makes a log-entry every 10th minute.

snip
Jun 19 17:35:56 odin dhclient: New Network Number: 217.209.211.0
Jun 19 17:35:56 odin dhclient: New Broadcast Address: 217.209.211.255
Jun 19 17:44:48 odin dhclient: New Network Number: 217.209.211.0
Jun 19 17:44:48 odin dhclient: New Broadcast Address: 217.209.211.255
/snip

I'm running it with a practically empty dhclient.conf file.
Only added one line to preserve my resolv.conf file.
prepend domain-name-servers 127.0.0.1;

According to the man-page dhclient(8), it's possible to
add a -q switch to only log errors.

snip
 The client normally prints a startup message and displays the  protocol
   sequence  to  the  standard  error  descriptor until it has acquired an
   address, and then only logs messages using  the  syslog  (3)  facility.
   The  -q flag prevents any messages other than errors from being printed
   to the standard error descriptor.
/snip

I've tried to put it in rc.conf like this :
ifconfig_xl0=DHCP
dhcp_program=/sbin/dhclient
dhcp_flags=-q

But it still logs every connection.


-- 
Regards
   Hasse
  Webmaster @ Swedehost.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login problem with Telnetd

2003-06-19 Thread Peter Elsner
Logging in over telnet with root is unsecure...

Log on as yourself, and then su to root...

Peter

At 05:47 PM 6/19/2003 +0200, you wrote:
I enabled Telnetd in inetd.conf by removing the #
from the line
#telnet stream  tcp nowait  root
/usr/libexec/telnetdtelnetd
I tried to loggin,
i used the root/password in the server machine side
i put loggin/password but
a receive the message [ SRA login failed ]
i wonder if there is something else to set to enable
login
thanks a lot.


___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login problem with Telnetd

2003-06-19 Thread Kliment Andreev
 i used the root/password in the server machine side
 i put loggin/password but
 a receive the message [ SRA login failed ]

You are not allowed to log as root using telnet or ssh. Log as normal user
then use su. And try not to use telnet. Use ssh instead.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login problem with Telnetd

2003-06-19 Thread Hasse
Try to connect with an ordinary user-account.
If you need root access, use an account in the wheel-group,
and then su to root after you're connected.
I belive that direct root-login are disabled.
-
Regards
   Hasse
  Webmaster @ Swedehost.com

On Thursday 19 June 2003 17.47, Fehmi wrote:
 I enabled Telnetd in inetd.conf by removing the #
 from the line
 #telnet stream  tcp nowait  root
 /usr/libexec/telnetdtelnetd

 I tried to loggin,
 i used the root/password in the server machine side
 i put loggin/password but
 a receive the message [ SRA login failed ]
 i wonder if there is something else to set to enable
 login
 thanks a lot.



 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Soft Updates / Exim Queue Size

2003-06-19 Thread Joseph Lewis
Ladies and Gentlemen,

We just implemented Exim on FreeBSD, and turned the system to live.  Before we really 
got started, our queue size was way beyond the normal Sendmail  Solaris by about 10 
times.  We have enabled soft updates.  Does anyone have experience with this AND HAVE 
A SOLUTION?  Please reply to [EMAIL PROTECTED]

Joe
ReliaNet
-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
http://corp.mail.com/careers



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD - software raid

2003-06-19 Thread Moti Levy
well,
it says :
For this to be possible at all, the following requirements must be met for
the root volume:

  a.. The root volume must not be striped or RAID-5.

  b.. The root volume must not contain more than one concatenated subdisk
per plex.

and i want :

  I want to use all 4 drives as a raid 5 array and use the combined space
for
  storage.


thanks for your reply .

please feel free to correct me again if i'm wrong

Moti



- Original Message - 
From: Bill Moran [EMAIL PROTECTED]
To: Moti Levy [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 9:49 AM
Subject: Re: FreeBSD - software raid


 Moti Levy wrote:
  Hi,
  before I do the unthinkable and use Linux for a server , I ask for your
  help.
  I have a set of 4 IDE drives .
  I need to build a file server that'll run samba/nfs

 I've done this.  Works very well.

  I want to use all 4 drives as a raid 5 array and use the combined space
for
  storage.
  is there a way to do it with FreeBSD ?
  I looked at ccd and vinum but as far as my understanding goes , I cant
use
  it during setup but rather build the
  system first and than use ccd/vinum on all BUT the system disk .
  am I wrong ?

 Yes.

  is there a solution out there ?

 You can use all four drives in your Vinum array.  There used to be a
 restriction that the root partition could not be part of the Vinum array,
 but that's no longer the case, see the Vinum section of the handbook:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html
 And specifically this:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-root.html

 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PMTUD Black Hole Problem

2003-06-19 Thread Koroush Saraf
Hi All,

I have the following network in the lap

WINXP ---mtu1500---FREEBSD4.4---mtu1280(gif tunnel---FREEBSD4.4---mtu1500---WINXP

The BSD computers are setup as gateway routers.  As you might see from diagram above, 
the MTU of the link between the two BSD computers is 1280Bytes because of a tunnel.  
When I try to transfer a file between the XP endpoints, the PMTUD goes off by sending 
a 1514B packet to the other end with the Don't fragment bit set.  However this packet 
never generates the ICMP unreachable message back to the XP box during Path MTU 
discovery.  So that's why I have concluded that the BSD router is the black hole.  
Now I would like to know how to make my BSD router to participate in the MTU 
discovery.  Changing the MTU of the windows computers is not an option for me.  Also 
please note that the BSD computers only have one NIC interface, and the network is 
logically sperate but physically all connected to a switch, so playing with the MTU of 
the interface connecting the BSD computers is not an option either.


I hope that this is a known problem and easy to fix and thanks for taking the time to 
respond.
~koroush
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 8500

2003-06-19 Thread Jud
On Thu, 19 Jun 2003 16:28:01 +0100, Ed So [EMAIL PROTECTED] said:
 Hi BSD team,
   could you tell me where I could download ATI Radeon 8500 graphics 
 card driver, thanks.
 Ed

http://xfree86.org .  If you're speaking specifically about one that will
work on FreeBSD, use the ports system (/usr/ports/x11/XFree86-4).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD - software raid

2003-06-19 Thread Bill Moran
Moti Levy wrote:
well,
it says :
For this to be possible at all, the following requirements must be met for
the root volume:
  a.. The root volume must not be striped or RAID-5.

  b.. The root volume must not contain more than one concatenated subdisk
per plex.
and i want :


I want to use all 4 drives as a raid 5 array and use the combined space
Could you please configure your mailer not to break off lines like this.  It
makes your messages very difficult to read.
In answer to your question, I pose another question:

Do you really need so much space on the root partition that you must stripe it?
Why not just mirror the root partition and then stripe the remaining partitions?
My root partition is only 200M, and that's more than I've ever needed.
If you ABSOLUTELY MUST stripe the root partition, then you are correct, you can't
do it.  Buy a hardware raid card.
I can't see any logical reason for such a requirement, however.
- Original Message - 
From: Bill Moran [EMAIL PROTECTED]
To: Moti Levy [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 9:49 AM
Subject: Re: FreeBSD - software raid



Moti Levy wrote:

Hi,
before I do the unthinkable and use Linux for a server , I ask for your
help.
I have a set of 4 IDE drives .
I need to build a file server that'll run samba/nfs
I've done this.  Works very well.


I want to use all 4 drives as a raid 5 array and use the combined space
for

storage.
is there a way to do it with FreeBSD ?
I looked at ccd and vinum but as far as my understanding goes , I cant
use

it during setup but rather build the
system first and than use ccd/vinum on all BUT the system disk .
am I wrong ?
Yes.


is there a solution out there ?
You can use all four drives in your Vinum array.  There used to be a
restriction that the root partition could not be part of the Vinum array,
but that's no longer the case, see the Vinum section of the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html
And specifically this:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-root.html


--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Soft Updates / Exim Queue Size

2003-06-19 Thread Stephen Hovey

Im still tryin to figure out how to get it to clear its queue of dead
junk!  Lemme know if you find a good solution!

On Fri, 20 Jun 2003, Joseph Lewis wrote:

 Ladies and Gentlemen,
 
 We just implemented Exim on FreeBSD, and turned the system to live.  Before we 
 really got started, our queue size was way beyond the normal Sendmail  Solaris by 
 about 10 times.  We have enabled soft updates.  Does anyone have experience with 
 this AND HAVE A SOLUTION?  Please reply to [EMAIL PROTECTED]
 
 Joe
 ReliaNet
 -- 
 __
 Sign-up for your own FREE Personalized E-mail at Mail.com
 http://www.mail.com/?sr=signup
 
 CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
 http://corp.mail.com/careers
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Soft Updates / Exim Queue Size

2003-06-19 Thread Ceri Davies
On Fri, Jun 20, 2003 at 12:16:00AM +0800, Joseph Lewis wrote:
 Ladies and Gentlemen,
 
 We just implemented Exim on FreeBSD, and turned the system to live.  Before
 we really got started, our queue size was way beyond the normal
 Sendmail  Solaris by about 10 times.  We have enabled soft updates.  Does
 anyone have experience with this AND HAVE A SOLUTION?
 Please reply to [EMAIL PROTECTED]

How are you measuring the queue size?  More details please.

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ppp -auto limited to certain times only?

2003-06-19 Thread Ben Cohen
Hi,

I have fixed-rate dialup access from my ISP but only off-peak.  I just
found out that they let me connect at other times but charge me extra so I
want to avoid doing this accidentally.

I'd like to run ppp -auto so that I get dial on demand in the evening,
but stop it connecting in the daytime.  I thought of using a cron job to
start and stop ppp but is there a more elegant way?

Thanks,
Ben.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD NIS Server/Slave DES

2003-06-19 Thread Mike Hogsett

The FreeBSD Handbook section 19.8.11 appears to be out of date.  The
output of the method shown to see if the FreeBSD box is using DES or MD5
has no resemblance to what I see on my box.

How do I configure FreeBSD to use DES?  Specifically if I run a FreeBSD
NIS master how do I get rpc.yppasswdd and yppasswd to play nice?

If I run yppasswd on my FreeBSD NIS client my password entry in our
password file on the NIS master ends up with an MD5 password so I can no
longer log into my Solaris NIS client.

 - Mike Hogsett




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD NIS Server/Slave DES

2003-06-19 Thread Ceri Davies
On Thu, Jun 19, 2003 at 11:41:02AM -0700, Mike Hogsett wrote:
 
 The FreeBSD Handbook section 19.8.11 appears to be out of date.  The
 output of the method shown to see if the FreeBSD box is using DES or MD5
 has no resemblance to what I see on my box.

Aargh.  That is out of date.

 How do I configure FreeBSD to use DES?  Specifically if I run a FreeBSD
 NIS master how do I get rpc.yppasswdd and yppasswd to play nice?

Look in /etc/login.conf:

default:\
:passwd_format=des:\

Look in /etc/auth.conf:

crypt_default   =   des

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD NIS Server/Slave DES

2003-06-19 Thread Mike Hogsett

  How do I configure FreeBSD to use DES?  Specifically if I run a FreeBSD
  NIS master how do I get rpc.yppasswdd and yppasswd to play nice?
 
 Look in /etc/login.conf:
 
   default:\
   :passwd_format=des:\
 
 Look in /etc/auth.conf:
 
   crypt_default   =   des

Hmmm.  Ok.  I edited both files to list des rather than md5, but when I
run 'passwd -l root' on my local box as a test I still appear to be
getting an md5 password in the local master.passwd file.

root:$1$/DW5l0iK$rVSJNci3lX3kfIa3w5bK50:0:0::0:0:Charlie :/root:/bin/csh

Suggestions?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Interesting problem installing 5.1

2003-06-19 Thread Pavneet Arora
Hello,

I have come across an interesting problem while trying to install 5.1
fresh onto an i386 system using the 5.1 disc images which I ftp'd and
burned.

sysinstall goes all the way through (while booting from CD-ROM), but after
I commit to the installation it comes back and says that it feels that
there is an Audio CD in the CD-ROM drive ??.  TTY2 has an error about
buffer overrun 12/0.  Sorry, I should have written it down specifically.

Any suggestions that you have would be greatly appreciated.  I am very new
to FreeBSD but am very willing to detailed debugging to tracking this one
down.  I purposely didn't want to start with a 4.8 system because this is
a fresh system.

Many thanks.



Pavneet Arora

waroc informatik
Strictly high-end audio and home cinema.  Without the attitude.

phone:  416.937.WAROC (9276)internet:  www.waroc.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SMP: question

2003-06-19 Thread Asenchi
Hello,

I am trying to configure an dual processor server for the first time.  It is a 6 year 
old HP with PIII Xeon 500's.

The question I have is that when I boot into single user mode (as I have had problems 
in multi-user) it shows only one proc starting up.  This:

SMP: AP CPU #1 Launched!

Should this show the second one?

The problem in multi-user mode is that after boot, 5 minutes later when I am doing 
anything it reboots after 5 mins.

Any ideas?  Or where I can visit something online.  I haven't been able to find any 
really reliable SMP docs online.  And I could be blind but I can't find anything in 
the handbook.

Thanks,

Curt Micol

-- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Spamassassin question [was Re: Do I have an open relay?]

2003-06-19 Thread Fernando Gleiser
On Thu, 19 Jun 2003, Andreas Widerøe Andersen wrote:


 Will Spamassassin only work on mails that are delivered to account on the
 server it runs (locally), or can it also work for mailinglists in Ie.
 /etc/mail/aliases that are being forward to other mailaccounts around the
 globe?

It depends. If you feed Spamassassin through a procmail recipe, it'll only
see the local delivered mails. You can install the milter hooks for
Spamassassin (mail/spamass-milter) and then Spamassassin will see
very single mail.


Fer

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 8500

2003-06-19 Thread Han Hwei Woo
ATI hasn't come out with its own BSD drivers; as far as I know; you'll have
to stick with the default drivers in XFree86. You could always look at
commercial implementations of X like Accelerated-X if you're willing to
shell out the cash.

- Original Message - 
From: Ed So [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 12:28 PM
Subject: Re: ATI Radeon 8500


 Hi BSD team,
   could you tell me where I could download ATI Radeon 8500 graphics
 card driver, thanks.
 Ed

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


snoop

2003-06-19 Thread adrian kok
Hi all

Do you know where I can get snoop to analysis the
traffic?

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


boot0 or boot1 broken, how to fix?

2003-06-19 Thread Tobias Roth
Hi

I somehow destroyed some of my boot files, as it seems. The bootmanager
seems to work: The F1-FN selection appears and works for a different
install on the same disk. But if I chose the broken one, all that
appears is a / and the machine hangs. I fscked and successfully mounted
that partition with help of the fixit floppy. So my questions:

1) what's the problem here and how can I fix it?
2) if it actually would be a broken mbr, how would I fix that?
   i looked for boot0cfg on the fixit floppy, but as boot0cfg is
   linked to libc, I guess it didn't fit onto there. is it on the
   fixit cd rom at least?

thanks, t.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: snoop

2003-06-19 Thread Rus Foster
yOn Fri, 20 Jun 2003, [iso-8859-1] adrian kok wrote:

 Hi all

 Do you know where I can get snoop to analysis the
 traffic?


You can find snoop in the ports tree under /usr/ports/comms/snooper

HTH

Rgds

rus

--
www: http://www.65535.net   | Hosting - Shell Accounts
MSNM: [EMAIL PROTECTED] | Virtual Servers from just $15/mo
e: [EMAIL PROTECTED]   | Community: http://www.65535.org
t: +44 (0) 7092016595   | 10% Donation on every FreeBSD product
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NFS stale file handle

2003-06-19 Thread synrat

How do I troubleshoot this in BSD ?

I know is Solaris lsofing and killing the process that
holds the mount helps. Supposedly, manually editing /etc/mnttab should
work too. How do I solve the same problem in BSD ?

thanx
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resetting ports and pkg's?

2003-06-19 Thread Lowell Gilbert
Peter Leftwich [EMAIL PROTECTED] writes:

 Is there some way to reset what my FreeBSD 4.7-RELEASE O.S. knows about
 what is currently installed?  I ask because a while back, I accidentally
 deleted part of /usr/local/lib/ (in unlinking a directory).
 
 Now, whenever I install a port or run `pkg_add -rf` something is always
 wrong and indicated by an error message.  Help!  Thanks CC: me please...
 
 PS - Is it as easy as just `rm -rf /var/db/pkg/` or just one directory?

Hmm.  Depends on what you want to do again in the future.  
If it were I, I would probably pkg_delete everything there, clean out
/usr/local, and reinstall them.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[doc pointer] 2 questions about usb memory stick ...

2003-06-19 Thread Lowell Gilbert
roland Mathieu [EMAIL PROTECTED] writes:

 I've got a 128MB usb memory stick (pmi memory). It works very well since
 I've modified file /usr/src/sys/cam/scsi/scsi_da.c by adding lines:
 
 {
  /*
   * Pmi / 128MB
   */
   {T_DIRECT, SIP_MEDIA_REMOVABLE, Generic*, USB Flash Disk*,
  *},
   /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
 },
 
 in the da_quirk_table structure.
 
 First question : who contact to add definitively these lines to scsi_da.c ?

man send-pr

 Second question: if memory stick is plugged when my computer boots up it is
 detected before my scsi disks. how to avoid that ? 
 ( I must unplug it if I want my computer to boot because da0 is normally
 used by the first scsi disk :( )

[before 5.x; you didn't mention, so I assume you're using a recent 4.x release]
See the LINT file for information on wiring down your disk devices.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: snoop

2003-06-19 Thread Matthew Seaman
On Thu, Jun 19, 2003 at 08:38:28PM +0100, Rus Foster wrote:
 yOn Fri, 20 Jun 2003, [iso-8859-1] adrian kok wrote:

  Do you know where I can get snoop to analysis the
  traffic?

 You can find snoop in the ports tree under /usr/ports/comms/snooper

But before you go haring off installing all sorts of ports, check out
tcpdump(1) which comes with the system.  Basically does the same job
as snoop.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: FreeBSD 5.0 install.... getty won't execute

2003-06-19 Thread Lowell Gilbert
Lucas Holt [EMAIL PROTECTED] writes:

 I just tried to upgrade from 4.8 stable to 5.0 release using the
 following procedure
 
 make buildkernel
 (error)
 make buildworld
 make buildkernel (worked this time)
 make installkernel (worked after adding a device hint file)
 reboot
 
 kernel booted, then it tried to run /usr/libexec/getty and died.  It
 went into a loop and I rebooted.  Now the 5.0 kernel won't boot and
 4.8 gives me an error about /usr/libexec/getty not loading.
 
 Is my install toast like I'm thinking?  If so, what did I do wrong?  I
 want to upgrade a server with 4.8 release on it remotely and need to
 perfect the upgrade.

No, you need to boot into single-user mode.  You can (and should)
complete the world install from the raw console in single-user mode.

If you haven't done anything but what you described, you are probably
okay.  The 5.x upgrade requires *close* attention to the upgrade
procedure, which you didn't do.

 btw I did try to compile 5.1 first, but I got errors with the kernel
 and the world (mostly variables were redefined)

That's because you didn't do the buildworld first, as you're supposed
to do.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[doc pointer] Re: mount msdos partition with user id?

2003-06-19 Thread Lowell Gilbert
Zhang Le [EMAIL PROTECTED] writes:

 Hello, 
   I just move from linux to bsd and have a question on mounting  partition with a 
 specific user id. The following command does not work:
   root@:/home/zl/etc# mount -t msdos -o uid zl /dev/ad0s1 /d
   msdos: -o uid : option not supported
 
   but mount -t msdos /dev/ad0s1 /d works.
 
   I have to su root each time I want to write something to /d. This is of course 
 very boring.
 
   Could you help me out?

There are a couple of different ways to do this.  
See man mount_msdos for full details.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


compilation of port 'latex' fails repeatedly

2003-06-19 Thread Fredrik Carlén
I have tried to install latex on my new FreeBSD system, but it fails 
miserably. All I do is type $ make install distclean in the latex 
directory of the port tree (/usr/ports/print/latex). This usually does 
the trick, right? 
 
Well, in this particular case, all I get is the lousy log file 
/usr/ports/print/latex/work/base/latex.log and the installation exits 
or something. How can I mend this broken machine? 
 
This is TeX, Version 3.14159 (Web2C 7.2) (INITEX)  19 JUN 2003 22:12 
**latex.ltx 
(latex.ltx (texsys.cfg) 
\openout15 = `texsys.aux'. 
 
 
./texsys.aux found 
 
 
[EMAIL PROTECTED] set to: ./. 
 
 
Assuming \openin and \input  
have the same search path. 
 
 
Defining UNIX/DOS style filename parser. 
 
catcodes, registers, 
\maxdimen=\dimen10 
\hideskip=\skip10 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
 compatibility for TeX 2,  parameters, 
\normalbaselineskip=\skip12 
\normallineskip=\skip13 
\normallineskiplimit=\dimen13 
\interfootnotelinepenalty=\count23 
\strutbox=\box11 
 
LaTeX2e 2001/06/01 
hacks, 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
 control, par, spacing, 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
\smallskipamount=\skip17 
\medskipamount=\skip18 
\bigskipamount=\skip19 
\fill=\skip20 
 files, 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
 font encodings, lengths, 
\everymath=\toks11 
\everydisplay=\toks12 
[EMAIL PROTECTED]@size=\toks13 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED]@normal=\count28 
[EMAIL PROTECTED]@bold=\count29 
 
 
 
Local config file fonttext.cfg used 
 
 
(fonttext.cfg 
File: fonttext.cfg 2001/06/04 v2.2z LaTeX Kernel (Uncustomised text 
font setup) 
 
 (fonttext.ltx 
File: fonttext.ltx 2001/06/04 v2.2z LaTeX Kernel (Text font setup) 
 
=== Don't modify this file, use a .cfg file instead === 
 
(omlenc.def 
File: omlenc.def 2001/06/05 v1.94 Standard LaTeX file 
) (t1enc.def 
File: t1enc.def 2001/06/05 v1.94 Standard LaTeX file 
) (ot1enc.def 
File: ot1enc.def 2001/06/05 v1.94 Standard LaTeX file 
) (omsenc.def 
File: omsenc.def 2001/06/05 v1.94 Standard LaTeX file 
) (t1cmr.fd 
File: t1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) (ot1cmr.fd 
File: ot1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) 
(ot1cmss.fd 
File: ot1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) (ot1cmtt.fd 
File: ot1cmtt.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
))) 
 
 
Local config file fontmath.cfg used 
 
 
(fontmath.cfg 
File: fontmath.cfg 2001/06/04 v2.2z LaTeX Kernel (Uncustomised math 
font setup) 
 
 (fontmath.ltx 
File: fontmath.ltx 2001/06/04 v2.2z LaTeX Kernel (Math font setup) 
 
=== Don't modify this file, use a .cfg file instead === 
 
LaTeX Font Info:Redeclaring font encoding OML on input line 59. 
LaTeX Font Info:Redeclaring font encoding OMS on input line 60. 
(omlcmm.fd 
File: omlcmm.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) (omscmsy.fd 
File: omscmsy.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) (omxcmex.fd 
File: omxcmex.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) (ucmr.fd 
File: ucmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions 
) 
\symoperators=\mathgroup0 
\symletters=\mathgroup1 
\symsymbols=\mathgroup2 
\symlargesymbols=\mathgroup3 
LaTeX Font Info:Overwriting symbol font `operators' in version 
`bold' 
(Font)  OT1/cmr/m/n -- OT1/cmr/bx/n on input line 78. 
LaTeX Font Info:Overwriting symbol font `letters' in version 
`bold' 
(Font)  OML/cmm/m/it -- OML/cmm/b/it on input line 
79. 
LaTeX Font Info:Overwriting symbol font `symbols' in version 
`bold' 
(Font)  OMS/cmsy/m/n -- OMS/cmsy/b/n on input line 
80. 
LaTeX Font Info:Overwriting math alphabet `\mathsf' in version 
`bold' 
(Font)  OT1/cmss/m/n -- OT1/cmss/bx/n on input line 
88. 
LaTeX Font Info:Overwriting math alphabet `\mathit' in version 
`bold' 
(Font)  OT1/cmr/m/it -- OT1/cmr/bx/it on input line 
89. 
)) 
 
 
Local config file preload.cfg used 
 
= 
(preload.cfg 
File: preload.cfg 2001/06/04 v2.2z LaTeX Kernel (Uncustomised preload 
font setu 
p) 
 (preload.ltx 
File: preload.ltx 1998/08/17 v2.1g LaTeX Kernel (Font Preloading) 
 
! Font \OMX/cmex/m/n/10=cmex10 not loadable: Metric (TFM) file not 
found. 
to be read again  
   \relax  
l.56 ...ame OMX/cmex/m/n/10\endcsname=cmex10\relax 
   
?  
! Emergency stop. 
to be read again  

Re: FreeBSD NIS Server/Slave DES

2003-06-19 Thread Ceri Davies
On Thu, Jun 19, 2003 at 11:55:09AM -0700, Mike Hogsett wrote:
 
  Hmmm.  Ok.  I edited both files to list des rather than md5, but when I
  run 'passwd -l root' on my local box as a test I still appear to be
  getting an md5 password in the local master.passwd file.
  
  root:$1$/DW5l0iK$rVSJNci3lX3kfIa3w5bK50:0:0::0:0:Charlie :/root:/bin/csh
  
  Suggestions?
 
 Sorry.  Operator Error right there in front of my face in /etc/login.conf
 
 # Remember to rebuild the database after each change to this file:
 #
 #   cap_mkdb /etc/login.conf

Cool; glad that worked for you.  I've just committed an update to the handbook,
so thanks for pointing out that it needed doing.

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compilation of port 'latex' fails repeatedly

2003-06-19 Thread Erik Trulsson
On Thu, Jun 19, 2003 at 10:12:11PM +0200, Fredrik Carlén wrote:
 I have tried to install latex on my new FreeBSD system, but it fails 
 miserably. All I do is type $ make install distclean in the latex 
 directory of the port tree (/usr/ports/print/latex). This usually does 
 the trick, right? 

Use the print/teTeX port instead to get TeX stuff. It is what just about
everybody uses.  


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS stale file handle

2003-06-19 Thread Matthew Seaman
On Thu, Jun 19, 2003 at 03:53:22PM -0400, synrat wrote:
 
 How do I troubleshoot this in BSD ?
 
 I know is Solaris lsofing and killing the process that
 holds the mount helps. Supposedly, manually editing /etc/mnttab should
 work too. How do I solve the same problem in BSD ?

fstat(1) will allow you to identify processes with open file
descriptors or working directories on the partition in question.  Kill
those processes, and you should then be able to unmount the FS.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: what dose the command chflags used for ?

2003-06-19 Thread Lowell Gilbert
Supote Leelasupphakorn [EMAIL PROTECTED] writes:

  Dear all,
  
 Because we have the command chmod for change
 the
  permissions of
  files so what does the command chflags used for
 and
  what suituation 
  I must use it ?
 
 chflags is used to set system flags on files you
 don't want to be
 modified accidentally - most commonly the 'noschg'
 flag stops a file
 from being deleted by a normal user.
 
 See the man page for more details, and also the -o
 option to 'ls' (which
 shows flag settings for files.
 
 but chmod 600 those_file do the same thing why does
 chflags come to play ?

Flags can't be removed (at all) under raised securelevels.

Most of the flags have semantics that can't fully be duplicated with
normal file permissions.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how much space for /

2003-06-19 Thread Lowell Gilbert
sweetleaf [EMAIL PROTECTED] writes:

 When i installed freebsd-5.1, i stayed close to the recommended
 partition sizes in the handbook. The faq. said 100 megabytes would
 usually be enough for the / partition. I decided to install freebsd
 with 300M for the / partition just to be on the safe side. The only
 thing i have added since the original install is the linux
 compatibility and some linux apps i needed such as netscape, opera
 etc. Ok, now for some reason my / partition shows to be full and i
 cant figure it out as like i said only a few apps have been
 installed. It appears to me that after adding linux compatibility
 the / partition went to full maybe because of the syslink compat
 that was placed on my / partition by the freebsd-5.1 linux
 compatibility port.

No, /compat should be pointing off to your /usr partition, so it isn't
using any significant space.

The question is how to figure out where the space is going, because
you do indeed have what *should* be plenty of space.  Use du -x to
figure out what's putting a lot of data on /. 

 Is there another way this should be done?

Depends on how you use your box.  For an average desktop, I'm not sure
it's worth splitting up your partitions at all.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail + Cyrus + IMAP and virtual hosting

2003-06-19 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

   I'm working on setting up a virtual hosting server for multiple domains, 
and I'm running into a bit of trouble with the email.  I'm using Sendmail and 
Cyrus sasl imap to handle the mail, but can't for the life of me figure out 
how to get them to handle email for multiple domains.  I've got the following 
set in my virtusertable, mailertable, and genericstable for sendmail.  The 
*table rules for sendmail do not seem to be rewriting the mail headers.  I'm 
not sure what to do for cyrus sasl.  I can send/receive email, but only as 
the domain of the box.  

using:
Cyrus IMAP4 v2.2.0-ALPHA
Sendmail 8.12.8p1/8.12.8

Any help would be appreciated.


- --genericstable--
newuser [EMAIL PROTECTED]
- --virtusertable--
[EMAIL PROTECTED]   newuser
- --mailertable--
*   cyrus:inbox

important part of my .mc
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
FEATURE(genericstable, hash -o /etc/mail/genericstable')
FEATURE(allmasquerade)
FEATURE(masquerade_envelope)
FEATURE(`no_default_msa')

dnl set SASL options
TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confAUTH_OPTIONS', `A p y')dnl
define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confDEF_AUTH_INFO', /etc/mail/auth-info')dnl
dnl DAEMON_OPTIONS(`Port=587, Name=TLSMSA, M=E')dnl
DAEMON_OPTIONS(`Port=smtp, Name=MSA, M=E')dnl
DAEMON_OPTIONS(`Port=smtps, Name=TLSMSA, M=E')dnl

dnl set cyrus local mailbox option
dnl make sure to add imap.your.domain   cyrus:inbox into mailertable
define(`CYRUS_MAILER_FLAGS',`S')
define(`confLOCAL_MAILER',`cyrusv2')
define(`confCW_FILE', `-o /etc/mail/local-host-names')

define(`confCACERT', `/etc/mail/CA/demoCA/cacert.pem')dnl
define(`confCACERT_PATH',`/etc/mail/CA/demoCA')dnl
define(`confSERVER_CERT', `/etc/mail/CA/newcert.smtp.pem')dnl
define(`confSERVER_KEY', `/etc/mail/CA/newreq.smtp.pem')dnl
dnl define(`confCLIENT_CERT', `/etc/mail/CA/newcert.smtp.pem')dnl
dnl define(`confCLIENT_KEY', `/etc/mail/certs/newreq.smtp.pem')dnl
dnl add mail header filtering
LOCAL_RULESETS
F{JunkSubs} /etc/mail/junksubs
F{SSJunk} /etc/mail/ssjunk

HSubject: $CheckSubject

SCheckSubject
R$={JunkSubs}$* $: NMJUNKSUB
R$* $={SSJunk} $*   $: NMJUNKSUB
R$* NMJUNKSUB $*$#error $: 553 Spam Rejected

MAILER(local)
MAILER(smtp)
MAILER(cyrusv2)

- -


- -- 
Anish Mistry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+8h+1xqA5ziudZT0RAh+cAKC8mA7/35p5fIhjYgyGN34V7aw8QQCfbuGk
xjMQJeOWrpgH4etS+EMiucg=
=0Inq
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compilation of port 'latex' fails repeatedly

2003-06-19 Thread Lowell Gilbert
Fredrik Carlén [EMAIL PROTECTED] writes:

 I have tried to install latex on my new FreeBSD system, but it fails 
 miserably. All I do is type $ make install distclean in the latex 
 directory of the port tree (/usr/ports/print/latex). This usually does 
 the trick, right? 

Yes.

 $ uname -a: 
 FreeBSD al-khwarizmi.intra.arrhythmetic.net 5.0-RELEASE FreeBSD 
 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386 

Maybe the port is broken on 5.x?  A few still are; after all, it's not
a production branch yet...

You might want to try the teTeX distribution (/usr/ports/print/tetex);
it's a very nice package.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


configure: error: *** pkg-config too old; version 0.14 or betterrequired

2003-06-19 Thread Joe Pokupec
Hey Guys,

I was trying to install GAIM from the ports directory (4.7) using:

make  make install

After a bit of initial checking, the install stops with the following error.
Before I go ahead and report the error  attach the log file as mentioned
below, I thought maybe someone here might have an idea.

Thanks

Joe

configure: error: *** pkg-config too old; version 0.14 or better required.
===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
  the /usr/ports/devel/glib20/work/glib-2.2.2/config.log including the
  output of the failure of your make command. Also, it might be a good
  idea to provide an overview of all packages installed on your system
  (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/devel/glib20.
*** Error code 1

Stop in /usr/ports/textproc/gtkspell2.
*** Error code 1

Stop in /usr/ports/net/gaim.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: snoop

2003-06-19 Thread Fernando Gleiser
On Fri, 20 Jun 2003, adrian kok wrote:

 Hi all

 Do you know where I can get snoop to analysis the
 traffic?

If you mean Solaris' snoop, take a look at tcpdump(1). It's in the base
system. You may also look at tcpshow (in the ports, net/tcpshow) for
decoding tcpdump's output


Fer

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


MODEM

2003-06-19 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to configure it to work 
with FreeBSD.When my system boots I see something like ugen0:SMElectronics 
Communicator bla bla, I think this is my modem ...
If anybody would like to help me configuring my modem to work with FreeBSD I would 
appreciate that. I HAVE READ THE HANDBOOK chapters 17 and 18 but there's nothing 
relevant.I've fallowed the instructions step by step but ... nothing. I cannot use ppp 
... after I type set device /dev/ugen0,set speed 115200,enable dns and term it 
says something like ... ugen0: no edesc(two times), don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect the whole system 
doen't respond anymore and I must reboot it.
I hope my modem works with freebsd.(it certainly has drivers for linux).
Thank you !


-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MTU Path Discovery Problem

2003-06-19 Thread Koroush Saraf
PMTUD Black Hole ProblemCode Problem?

Is this a code problem in ip_input.c, This code is from FreeBSD 4.8 that I just 
installed on my computers.
ip_forward ?  It looks to me like case EMSGSIZE can
never be reached.  Is this breaking mtu path discovery responses ? 

ip_forward(struct mbuf *m, int srcrt, struct sockaddr_in *next_hop)
switch (error) {

case 0: /* forwarded, but need redirect */
/* type, code set above */
break;

case ENETUNREACH:   /* shouldn't happen, checked above */
case EHOSTUNREACH:
case ENETDOWN:
case EHOSTDOWN:
default:
type = ICMP_UNREACH;
code = ICMP_UNREACH_HOST;
break;

case EMSGSIZE:
type = ICMP_UNREACH;
code = ICMP_UNREACH_NEEDFRAG;
  - Original Message - 
  From: Saraf, Koroush (N-Norman SubSystems) 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, June 19, 2003 9:32 AM
  Subject: PMTUD Black Hole Problem


  Hi All, 

  I have the following network in the lap 

  WINXP ---mtu1500---FREEBSD4.4---mtu1280(gif 
tunnel---FREEBSD4.4---mtu1500---WINXP 

  The BSD computers are setup as gateway routers.  As you might see from diagram 
above, the MTU of the link between the two BSD computers is 1280Bytes because of a 
tunnel.  When I try to transfer a file between the XP endpoints, the PMTUD goes off by 
sending a 1514B packet to the other end with the Don't fragment bit set.  However this 
packet never generates the ICMP unreachable message back to the XP box during Path MTU 
discovery.  So that's why I have concluded that the BSD router is the black hole.  

  Now I would like to know how to make my BSD router to participate in the MTU 
discovery.  Changing the MTU of the windows computers is not an option for me.  Also 
please note that the BSD computers only have one NIC interface, and the network is 
logically sperate but physically all connected to a switch, so playing with the MTU of 
the interface connecting the BSD computers is not an option either.



  I hope that this is a known problem and easy to fix and thanks for taking the time 
to respond. 
  ~koroush 
  ___ 
  [EMAIL PROTECTED] mailing list 
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions 
  To unsubscribe, send any mail to [EMAIL PROTECTED] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS weirdness...

2003-06-19 Thread jle

 As a diagnostic step:
 Boot up the system, and then try to manually mount the filesystem with
 the command 'mount /usr/src'.  If this works ... it pretty much confirms
 that your /etc/fstab syntax is correct.  If it doesn't work, focus on
 /etc/fstab as the problem.

 HTH.

 --
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com


Thanks Bill, but as I said mounting it manually works fine so I doubt it's
fstab.

manually mounting works
mount NFSD:/home2 /home


So that also pretty much clears NFSD too /etc/exports works as evidenced
in showmounts -e host and that I can manually mount it from HTTPD. I
also serve homes via Samba on NFSD, that wouldn't interfere with NFS,
would it?

Again, since it's buried, here are my exports and fstab.

on NFSD:
/home2   -maproot=0 -alldirs httpd

on HTTPD:
NFSD:/home2  /home   nfs rw,bg   0   0

Since it mounts manually but not automatically on reboot, I'm still stuck.

TIA

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Totally newbie - install problems

2003-06-19 Thread Nagy Lszl Zsolt
   Hi All!

I'm totally new to FreeBSD. I used Linux before but I decided to try 
FreeBSD. I just downloaded FreeBSD 4.8 from a public ftp site and 
installed a brand new system with X and full development tools. I have 
some questions. 

I read about the differences between Linux and FreeBSD. I like the idea 
that there is only one official FreeBSD. I'm going to develop cross platform, 
multi tiered applications using Python and it is nice to have a free  and 
compact system  which I can offer to my clients. But I need other packages 
like wxPython, PyCrypto and others for my work. I know I can download 
the source code and compile them. I could also find binaries but the dependency
tree is endless (and I had version problems too). I read the comparison where 
someone said FreeBSD is even better than Debian in this matter. This was one 
reason why I decided to use FreeBSD. I know the solution is out there but I don't
know where it is.  I'm looking for the FreeBSD equivalent of apt-get in Debian. 
Probably I will need to setup several client computers in the end, so an 
automated installation would be the best (download and install required 
packages/ports for the selected package/port automatically). 
Can you help me?

Sorry for the long e-mail.
Thanks in advance.
 Laci 1.0

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail MX complaint

2003-06-19 Thread Gary Aitken
Hello all,

What does the following mean, and where did I screw up?
It seems to me like the complaint is what I want -- MX says nightmare, 
which is nightmare.dreamchaser.org, which is 12.32.36.65.  
Obviously something here I don't understand (nothing new there...)

Jun 19 14:28:33 nightmare sendmail[3020]: h5JKSWK03018: SYSERR(root): MX list for 
dreamchaser.org. points back to nightmare.dreamchaser.org
Jun 19 14:28:42 nightmare sendmail[3020]: h5JKSXK03020: Losing ./qfh5JKSXK03020: 
savemail panic
Jun 19 14:28:42 nightmare sendmail[3020]: h5JKSXK03020: SYSERR(root): savemail: cannot 
save rejected email anywhere
This suddenly showed up as a result of removing dreamchaser.org and 
nightmare.dreamchaser.org from my /etc/mail/sendmail.cw file, but leaving in the 
following two entires:
 12.32.36
 12.32.36.65
My zone file looks like this:

; Not needed; origin comes from the zone statement in named.conf
$ORIGIN DREAMCHASER.ORG.
$TTL	3600
@	IN	SOA	dreamchaser.org. root.dreamchaser.org.  (
2001031501	
3600
900	
604800	
3600 )	
	IN	NS	nightmare.dreamchaser.org. 
	IN	NS	ns.village.org. 
	IN	MX	5 nightmare 
dreamchaser.org. IN A 12.32.36.65 
nightmareIN  A 12.32.36.65
www IN  CNAME   nightmare

And reverse looks like:

; Not needed; origin comes from the zone statement in named.conf
$ORIGIN 36.32.12.IN-ADDR.ARPA.
$TTL3600
@   IN  SOA nightmare.dreamchaser.org. root.nightmare.dreamchaser.org.  (
2001032201
3600
900
604800
3600 )
IN  NS  nightmare.dreamchaser.org.
IN  NS  ns.village.org.
65  IN  PTR nightmare.dreamchaser.org.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how much space for /

2003-06-19 Thread sweetleaf
well here is the output for /

# du -x

1   ./dev
2   ./home
2   ./private
2   ./tmp
2   ./usr
2   ./var
10  ./stand/etc/defaults
20  ./stand/etc
252 ./stand/help
2410./stand
96  ./etc/defaults
22  ./etc/X11
4   ./etc/gnats
52  ./etc/isdn
290 ./etc/mail
52  ./etc/mtree
16  ./etc/namedb
34  ./etc/pam.d
42  ./etc/periodic/daily
6   ./etc/periodic/monthly
42  ./etc/periodic/security
16  ./etc/periodic/weekly
108 ./etc/periodic
4   ./etc/ppp
268 ./etc/rc.d
2   ./etc/skel
106 ./etc/ssh
10  ./etc/ssl
1506./etc
2   ./cdrom
2   ./cdrom1
2   ./dist
7874./bin
18  ./boot/defaults
17778   ./boot/kernel
2   ./boot/modules
2   ./boot/kernel.old
18412   ./boot
2   ./mnt
2   ./proc
2   ./root/GNUstep/.AppInfo/WPrefs
4   ./root/GNUstep/.AppInfo/WindowMaker
8   ./root/GNUstep/.AppInfo
24  ./root/GNUstep/Defaults
2   ./root/GNUstep/Library/Icons
2   ./root/GNUstep/Library/WindowMaker/Styles
2   ./root/GNUstep/Library/WindowMaker/Themes
2   ./root/GNUstep/Library/WindowMaker/Backgrounds
2   ./root/GNUstep/Library/WindowMaker/IconSets
2   ./root/GNUstep/Library/WindowMaker/Pixmaps
2   ./root/GNUstep/Library/WindowMaker/Sounds
2   ./root/GNUstep/Library/WindowMaker/SoundSets
362 ./root/GNUstep/Library/WindowMaker
366 ./root/GNUstep/Library
400 ./root/GNUstep
4   ./root/.ssh
2   ./root/.netscape
6   ./root/.fullcircle/NetscapeMozillaTrunkLinuxIntel2003061308
8   ./root/.fullcircle
74  ./root/.sylpheed/imapcache/imap.fastmail.fm/bsd_junkie/INBOX/Trash
6   ./root/.sylpheed/imapcache/imap.fastmail.fm/bsd_junkie/INBOX/Sent Items
6   ./root/.sylpheed/imapcache/imap.fastmail.fm/bsd_junkie/INBOX/Drafts
92  ./root/.sylpheed/imapcache/imap.fastmail.fm/bsd_junkie/INBOX
94  ./root/.sylpheed/imapcache/imap.fastmail.fm/bsd_junkie
6   ./root/.sylpheed/imapcache/imap.fastmail.fm/nealhamilton/INBOX/Drafts/save
12  ./root/.sylpheed/imapcache/imap.fastmail.fm/nealhamilton/INBOX/Drafts
6   ./root/.sylpheed/imapcache/imap.fastmail.fm/nealhamilton/INBOX/Trash
6   ./root/.sylpheed/imapcache/imap.fastmail.fm/nealhamilton/INBOX/Sent Items
50  ./root/.sylpheed/imapcache/imap.fastmail.fm/nealhamilton/INBOX
52  ./root/.sylpheed/imapcache/imap.fastmail.fm/nealhamilton
148 ./root/.sylpheed/imapcache/imap.fastmail.fm
24  ./root/.sylpheed/imapcache/imap.myrealbox.com/sweetleaf/INBOX
14  ./root/.sylpheed/imapcache/imap.myrealbox.com/sweetleaf/Sent
132 ./root/.sylpheed/imapcache/imap.myrealbox.com/sweetleaf/Trash
2   ./root/.sylpheed/imapcache/imap.myrealbox.com/sweetleaf/inbox
174 ./root/.sylpheed/imapcache/imap.myrealbox.com/sweetleaf
54  ./root/.sylpheed/imapcache/imap.myrealbox.com/taproot420/Trash
48  ./root/.sylpheed/imapcache/imap.myrealbox.com/taproot420/INBOX
22  ./root/.sylpheed/imapcache/imap.myrealbox.com/taproot420/save
26  ./root/.sylpheed/imapcache/imap.myrealbox.com/taproot420/Sent
152 ./root/.sylpheed/imapcache/imap.myrealbox.com/taproot420
328 ./root/.sylpheed/imapcache/imap.myrealbox.com
478 ./root/.sylpheed/imapcache
26  ./root/.sylpheed/newscache/netnews.attbi.com/comp.unix.bsd.freebsd
1692./root/.sylpheed/newscache/netnews.attbi.com
1694./root/.sylpheed/newscache
2   ./root/.sylpheed/mimetmp
4   ./root/.sylpheed/tmp
2   ./root/.sylpheed/uidl
2   ./root/.sylpheed/templates
4   ./root/.sylpheed/certs
2   ./root/.sylpheed/tempfolder/processing
4   ./root/.sylpheed/tempfolder
3524./root/.sylpheed
12  ./root/Mail/inbox
36  ./root/Mail/sent
8   ./root/Mail/queue
6   ./root/Mail/draft
56  ./root/Mail/trash
120 ./root/Mail
2   ./root/.cedit/.t
14  ./root/.cedit
10  ./root/.gnupg
2   ./root/.gkrellm2/plugins
2   ./root/.gkrellm2/themes
2   ./root/.gkrellm2/data/inet
8   ./root/.gkrellm2/data/net
14  ./root/.gkrellm2/data
28  ./root/.gkrellm2
2648./root/.axyftp
6   ./root/.IglooFTP/bookmarks
8   ./root/.IglooFTP/app_ass
2   ./root/.IglooFTP/FTQ
2   ./root/.IglooFTP/cache/RDC
2   ./root/.IglooFTP/cache/tmp
6   ./root/.IglooFTP/cache
30  ./root/.IglooFTP
2   ./root/.gftp/cache
24  ./root/.gftp
2   ./root/.secpanel/.runfiles
20  ./root/.secpanel
226990  ./root
24076   ./sbin
281305  .
# 



so what it appears that . is the culprit, correct. I am still learning to read the du 
command.

Thanks in ./adv

On 19 Jun 2003 16:30:27 -0400
Lowell Gilbert [EMAIL PROTECTED] wrote:

 sweetleaf [EMAIL PROTECTED] writes:
 
  When i installed freebsd-5.1, i stayed close to the recommended
  partition sizes in the handbook. The faq. said 100 megabytes would
  usually be enough for the / partition. I decided to install freebsd
  with 300M for the / partition just to be on the safe side. The only
  

Re: Totally newbie - install problems

2003-06-19 Thread Kevin Stevens
But I need other
 packages
  like wxPython, PyCrypto and others for my work. I know I can download
  the source code and compile them. I could also find binaries but the
 dependency tree is endless (and I had version problems too). I read the
 comparison where someone said FreeBSD is even better than Debian in
 this matter. This was one reason why I decided to use FreeBSD. I know
 the solution is out there but I don't know where it is.

You want the ports collection; located by default in /usr/ports.  If you
didn't install it initially, you can do so with sysinstall.  Ports are
source code bundles along with FreeBSD tweaks and installation defaults. 
You want to use cvsup to update the port information database regularly,
and it's recommended that you use the portupgrade utility to handle port
interdependencies.  See the FreeBSD handbook for details on the above.

Having done so, my routine for updating all 100+ applications on my
machine is reduced to:
cvsup-ports  ; Make sure my ports database is up-to-date
pkgdb -F ; Make sure my installed packages database is consistent
portupgrade -ra  ; Download, compile, and install all updated applications

BTW, both the apps you specified are indeed in the ports collection
presently.

KeS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Simon Barner
Hi,

 But I need other 
 packages like wxPython, PyCrypto and others for my work. I know I can 
 download the source code and compile them. I could also find binaries but 
 the dependency
 tree is endless (and I had version problems too). I read the comparison 
 where someone said FreeBSD is even better than Debian in this matter. This 
 was one reason why I decided to use FreeBSD. I know the solution is out 
 there but I don't
 know where it is.

This is where the ports collection comes into play:

First you can search it for the desired port:

% cd /usr/ports
% make search name=wxPython

Port:   py22-wxPython-2.4.0.7
Path:   /usr/ports/x11-toolkits/py-wxPython

% cd x11-toolkits/py-wxPython
% make install clean

(PyCrypto is also avialable in that collection).

For more information regarding the ports collection you should consult
the handbook http://www.freebsd.org/handbook/ports.html and/or ports(7).

  I'm looking for the FreeBSD equivalent of apt-get in 
 Debian. Probably I will need to setup several client computers in the end, 
 so an automated installation would be the best (download and install 
 required packages/ports for the selected package/port automatically). 

You can build your own packages with the ports collection (just use make
package instead of make install).

But if the machines will have exactly the same disk layout, setting up a
master and cloning it with dd(1) might be more efficient.

Regards,
 Simon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SMP: question

2003-06-19 Thread Jesse Guardiani
Asenchi wrote:

 Hello,
 
 I am trying to configure an dual processor server for the first time.  It
 is a 6 year old HP with PIII Xeon 500's.
 
 The question I have is that when I boot into single user mode (as I have
 had problems in multi-user) it shows only one proc starting up.  This:
 
 SMP: AP CPU #1 Launched!
 
 Should this show the second one?
 
 The problem in multi-user mode is that after boot, 5 minutes later when I
 am doing anything it reboots after 5 mins.
 
 Any ideas?  Or where I can visit something online.  I haven't been able to
 find any really reliable SMP docs online.  And I could be blind but I
 can't find anything in the handbook.

I think your dmesg.boot and your kernel config file would be good to
see right about now.


 
 Thanks,
 
 Curt Micol
 

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: configure: error: *** pkg-config too old; version 0.14 or betterrequired

2003-06-19 Thread Augusto Jun Devegili
Joe,

Try downloading pkg-config (0.15.0) from

http://www.freedesktop.org/software/pkgconfig/

Regards,

Augusto Jun Devegili

Joe Pokupec wrote:

snip
configure: error: *** pkg-config too old; version 0.14 or better required.
===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
  the /usr/ports/devel/glib20/work/glib-2.2.2/config.log including the
  output of the failure of your make command. Also, it might be a good
  idea to provide an overview of all packages installed on your system
  (e.g. an `ls /var/db/pkg`).
*** Error code 1
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread jle

Probably I will need to setup several client computers in the end, so an
automated installation would be the best (download and install required
packages/ports for the selected package/port automatically).
Can you help me?

When you install your ports, use the 'depend all' switches

cd /usr/ports/pick a port
make depend all install clean

That will install the port, it's dependencies and clean it up after.

HTH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Networking problem

2003-06-19 Thread Tkachenko, Artem N
Hi,

I posted similar question some time ago but I guess I misstated the problem.
I will be more careful this time. Here is my situation:

Node A - LAN1 - Node B - LAN2 - Node C
 
Node A:
OS: Win2K
IP Address (to LAN1): 129.197.23.232

Node B:
OS: FreeBSD 4.6
IP address (to LAN1): 129.197.244.10
IP address (to LAN2): 10.77.1.1

Node C:
OS: FreeBSD 4.6
IP address (to LAN2) 10.77.2.1

What I am trying to accomplish is to set up Node A and Node B (and not Node
C) to have Node A think that it is directly connected to LAN2 with an IP
Address 10.77.1.2

So if Node A needs to send a packet to Node C, some program on Node A will
encapsulate the packed and send it to Node B. Some other program on Node B
will get the encapsulated packet, recognize that it came from Node A and
that it needs to go somewhere else on LAN2, open the capsule and forward the
original packet to the appropriate destination.

And if Node C needs to send a packet to 10.77.1.2, the router on LAN2 will
force it to send the packet to Node B. The Node B should then forward the
packet to Node A.

I tried to accomplish this in many ways but was not able to get exactly what
I was looking for. I would highly appreciate if someone could tell me which
program I need to use. ANY help if highly appreciated. I am really stuck...
Thank you in advance. Sincerely

Artem 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Passwords and MD5

2003-06-19 Thread Tim Legg
Hello,

I am running FreeBSD 5.1.

In /etc/login.conf, I see my password_format is set to MD5.

Now let's assume a temporary user I created.  He logs in as 'nerdy' and 
his password is 'FreeBSD'. (without quotes of course)

# $FreeBSD: src/etc/master.passwd,v 1.34 2003/04/27 05:45:29 imp Exp $
#
nerdy:$1$1xYw.V8w$IozDgrd4srvZPPqu85cR..:1005:1006::0:0:Mr. 
Know-it-all:/home/nerdy:/bin/sh

The $1$ means we are in fact using MD5.

but when I run md5 in the command line, I get

$ md5 -s FreeBSD
MD5 (FreeBSD) = a3dc630729e463135f4e608954fa6e19

which is considerably different.

Why is that?


Timothy D Legg
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


symlinks help!

2003-06-19 Thread Andre
Hi there people!

I have setup a FreeBSD box with Mysql,apache+mod_php
for practical purposes, when i want to update the webpages 
on the FreeBSD machine i found it very hard to first use FTP
to transfer the pages from my windows machine, and then SSH in to the FreeBSD machine 
and move the files to the documentroot.

how do i do a symlink that points to the default ftpddir 
( /usr/home/name ) ? 

I know i can change the documentroot dir to be in my homedir in httpd.conf, but i dont 
want to do that. 
and yes... i have read the man pages, but i guess iam stupid :-)

anyone out there who wants to help me?

Cheers! 

Apache 13
FTPD = The native in Freebsd5
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


access symlink in ftpd??

2003-06-19 Thread Andre
Hi there people!

I have setup a FreeBSD box with Mysql,apache+mod_php
for practical purposes, when i want to update the webpages 
on the FreeBSD machine i found it very hard to first use FTP
to transfer the pages from my windows machine, and then SSH in to the FreeBSD machine 
and move the files to the documentroot.

how do i do a symlink that points to the default ftpddir 
( /usr/home/name ) ? 

I know i can change the documentroot dir to be in my homedir in httpd.conf, but i dont 
want to do that. 
and yes... i have read the man pages, but i guess iam stupid :-)

anyone out there who wants to help me?

Cheers! 

Apache 13
FTPD = The native in Freebsd5
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


access symlink in ftpd??

2003-06-19 Thread Andre
Hi there people!

I have setup a FreeBSD box with Mysql,apache+mod_php
for practical purposes, when i want to update the webpages 
on the FreeBSD machine i found it very hard to first use FTP
to transfer the pages from my windows machine, and then SSH in to the FreeBSD machine 
and move the files to the documentroot.

how do i do a symlink that points to the default ftpddir 
( /usr/home/name ) ? 

I know i can change the documentroot dir to be in my homedir in httpd.conf, but i dont 
want to do that. 
and yes... i have read the man pages, but i guess iam stupid :-)

anyone out there who wants to help me?

Cheers! 

Apache 13
FTPD = The native in Freebsd5
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how much space for /

2003-06-19 Thread jle
 226990  ./root
 24076   ./sbin
 281305  .
 #



 so what it appears that . is the culprit, correct. I am still learning
 to read the du command.

 Thanks in ./adv

No, . is your current directory which in your case was / the total size
is ~281M. The culprit seems to be /root which is using ~226M.

To read du (or df) output easier use the -h switch.
du -h
df -h

HTH

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passwords and MD5

2003-06-19 Thread Chuck Swiger
Tim Legg wrote:
[ ... ]
nerdy:$1$1xYw.V8w$IozDgrd4srvZPPqu85cR..:1005:1006::0:0:Mr. Know-it-all:/home/nerdy:/bin/sh

The $1$ means we are in fact using MD5.

but when I run md5 in the command line, I get

$ md5 -s FreeBSD
MD5 (FreeBSD) = a3dc630729e463135f4e608954fa6e19
which is considerably different.
Starting with the simpler case of a classic DES-based password, what happens is 
that the system doesn't just hash or encrypt the user's plaintext password, but 
the password plus a randomly chosen two-letter salt, which was intended to 
make it difficult to simply DES plaintext and compare to the encoded password.

With regard to MD5, try taking the ASCII representation above, converting it to 
the raw hexidecimal equivalent, and then running that through b64encode.  :-)

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail MX complaint

2003-06-19 Thread Chuck Swiger
Gary Aitken wrote:
What does the following mean, and where did I screw up?
It seems to me like the complaint is what I want -- MX says nightmare, 
which is nightmare.dreamchaser.org, which is 12.32.36.65.  Obviously 
something here I don't understand (nothing new there...)
[ ... ]
This suddenly showed up as a result of removing dreamchaser.org and 
nightmare.dreamchaser.org from my /etc/mail/sendmail.cw file, but 
leaving in the following two entires:
 12.32.36
 12.32.36.65
This is the #1 sendmail FAQ entry; basicly, you need to list all of the names, 
not IP addresses, for which your mail server should perform local delivery.

Your MX records are fine, or at least aren't the cause of the problem, anyway-- 
MX records tell other mail servers where (which IP) to deliver mail for a given 
address to.  But your mailserver doesn't care what IP the mail was delivered to; 
it cares whether the receipient address is local or not.

--
-Chuck
PS: sendmail.cw is an old name; try switching to /etc/mail/local-host-names...

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: configure: error: *** pkg-config too old;version 0.14 or betterrequired

2003-06-19 Thread Joshua Lokken

- Original Message - 
From: Joe Pokupec [EMAIL PROTECTED]
To: Free BSD List [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 2:06 PM
Subject: configure: error: *** pkg-config too old; version 0.14 or
betterrequired


 Hey Guys,

 I was trying to install GAIM from the ports directory (4.7) using:

 make  make install

 After a bit of initial checking, the install stops with the following
error.
 Before I go ahead and report the error  attach the log file as mentioned
 below, I thought maybe someone here might have an idea.

 Thanks

 Joe

 configure: error: *** pkg-config too old; version 0.14 or better required.
 ===  Script configure failed unexpectedly.
   Please report the problem to [EMAIL PROTECTED] [maintainer] and
attach
   the /usr/ports/devel/glib20/work/glib-2.2.2/config.log including
the
   output of the failure of your make command. Also, it might be a good
   idea to provide an overview of all packages installed on your system
   (e.g. an `ls /var/db/pkg`).
 *** Error code 1

 Stop in /usr/ports/devel/glib20.
 *** Error code 1

 Stop in /usr/ports/textproc/gtkspell2.
 *** Error code 1

 Stop in /usr/ports/net/gaim.

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

You may need to cvsup your ports collection.

--
Joshua

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MODEM

2003-06-19 Thread Jud
On Thu, 19 Jun 2003 14:30:37 -0700 (PDT), Claudiu Bichir 
[EMAIL PROTECTED] wrote:

I have an Aztech UM9800 external modem but I don't know how to configure 
it to work with FreeBSD.When my system boots I see something like 
ugen0:SMElectronics Communicator bla bla, I think this is my modem ...
If anybody would like to help me configuring my modem to work with 
FreeBSD I would appreciate that. I HAVE READ THE HANDBOOK chapters 17 and 
18 but there's nothing relevant.I've fallowed the instructions step by 
step but ... nothing. I cannot use ppp ... after I type set device 
/dev/ugen0,set speed 115200,enable dns and term it says something 
like ... ugen0: no edesc(two times), don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect the 
whole system doen't respond anymore and I must reboot it.
I hope my modem works with freebsd.(it certainly has drivers for linux).
Thank you !
There is an excellent article here:

http://www.onlamp.com/pub/a/bsd/2000/06/14/FreeBSD_Basics.html

Hope this helps,

Jud
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Warren Block
On Thu, 19 Jun 2003, jle wrote:

 Probably I will need to setup several client computers in the end, so an
 automated installation would be the best (download and install required
 packages/ports for the selected package/port automatically).
 Can you help me?

 When you install your ports, use the 'depend all' switches

 cd /usr/ports/pick a port
 make depend all install clean

 That will install the port, it's dependencies and clean it up after.

The target is actually depends with the s.

But how is that different from 'make install clean'?

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Networking problem

2003-06-19 Thread Fernando Gleiser
On Thu, 19 Jun 2003, Tkachenko, Artem N wrote:

 Hi,

 I posted similar question some time ago but I guess I misstated the problem.
 I will be more careful this time. Here is my situation:

 Node A - LAN1 - Node B - LAN2 - Node C

Why can't you just set a static route on both Node A and Node C pointing
to Node B (each one using it's corresponding IP, Node A points to
129.197.244.10) and enable IP forwarding on Node B?


Fer

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


force bsdlabel?

2003-06-19 Thread Ju Hyuk Park
I had this stupid problem, unused partition had offset at 63,
mounted as ad1s1 but worked fine; however fsck or vinum
changed it to offset 0, and everything blowed up.

How do i force bsdlabel to make partition c to offset 63?

JHP___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how much space for /

2003-06-19 Thread Andrew Boothman
On Thursday 19 June 2003 10:59 pm, sweetleaf wrote:
 well here is the output for /

 226990  ./root
 24076   ./sbin
 281305  .
 #



 so what it appears that . is the culprit, correct. I am still learning to
 read the du command.

No - /root is the culprit.

Look at all those .something directories inside /root. They are created when 
you run an application as root and it wants to save data inside the user's 
home directory. For normal users their home directory is /home/username but 
for root the home directory is /root.

Check if you actually need any of that data thats hanging around in /root. I'd 
be very surprised if you actually did. Folders like .slypheed and .GNUstep 
could most likely be removed I suspect.

HTH

Andrew.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: access symlink in ftpd??

2003-06-19 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

Overlong lines.

On Friday, 20 June 2003 at 12:44:13 +0200, Andre wrote:
On Friday, 20 June 2003 at 12:45:27 +0200, Andre wrote:
On Friday, 20 June 2003 at 12:46:56 +0200, Andre wrote:
On Friday, 20 June 2003 at 12:46:59 +0200, Andre wrote:

Once is enough, and this time is 10 hours in the future.

 I have setup a FreeBSD box with Mysql,apache+mod_php for practical
 purposes, when i want to update the webpages on the FreeBSD machine
 i found it very hard to first use FTP to transfer the pages from my
 windows machine, and then SSH in to the FreeBSD machine and move the
 files to the documentroot.

 how do i do a symlink that points to the default ftpddir
 ( /usr/home/name ) ?

What's the problem?

 $ ln -s $documentroot ~

But that's not the real answer.  If you're using ftp, you're also
transferring your password in the clear.  After that, you don't need
ssh to access the machine; you've already compromised yourself.  I use
rsync for this purpose.  Here's the beginning of the script:

  #!/bin/sh
  # 
  # Synchronize the web sites.
  # 
  RSYNC_RSH=ssh
  export RSYNC_RSH
  echo +++ Transferring grog
  rsync -Lzav --exclude=RCS  --exclude=private --exclude=*~ ~grog/public_html/* 
website:htdocs/www.lemis.com/grog
  echo +++ Transferring www.lemis.com
  cd /usr/local/www/data
  rsync -zLtuv --exclude=RCS --exclude=*~ --exclude=auug --exclude=bookmarks.html * 
website:htdocs/www.lemis.com


Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Re: Totally newbie - install problems

2003-06-19 Thread jle

 The target is actually depends with the s.

 But how is that different from 'make install clean'?

*shrug*
make depend (without the 's') all install clean has always worked for me.
I've used that since FreeBSD 2.1 at least.

I would think if it was depends that it would say something like:

make: don't know how to make depend. Stop

So I assume that depend makes dependencies and all makes all options. I've
never really cared what the targets do individually but that's what I use
to build ports, it always builds the dependencies and I've never had
any problems using it. Maybe it's redundant or superfluous but it works
for me.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: access symlink in ftpd??

2003-06-19 Thread Jerry Hicks
On Thursday, June 19, 2003, at 08:50  PM, Greg 'groggy' Lehey wrote:

[Format recovered--see http://www.lemis.com/email/email-format.html]

Overlong lines.

On Friday, 20 June 2003 at 12:44:13 +0200, Andre wrote:
On Friday, 20 June 2003 at 12:45:27 +0200, Andre wrote:
On Friday, 20 June 2003 at 12:46:56 +0200, Andre wrote:
On Friday, 20 June 2003 at 12:46:59 +0200, Andre wrote:
Once is enough, and this time is 10 hours in the future.

I have setup a FreeBSD box with Mysql,apache+mod_php for practical
purposes, when i want to update the webpages on the FreeBSD machine
i found it very hard to first use FTP to transfer the pages from my
windows machine, and then SSH in to the FreeBSD machine and move the
   ^^^
files to the documentroot.

how do i do a symlink that points to the default ftpddir
( /usr/home/name ) ?
What's the problem?

 $ ln -s $documentroot ~

But that's not the real answer.  If you're using ftp, you're also
transferring your password in the clear.  After that, you don't need
ssh to access the machine; you've already compromised yourself.  I use
rsync for this purpose.
[snip]

But I don't have rsync on my windows machine...

Get it (and ssh too) here: http://cygwin.com/

Or better yet, just start using FreeBSD exclusively :-)

Cheers,

Jerry Hicks
[EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Jud
On Thu, 19 Jun 2003 17:52:09 -0700 (PDT), jle [EMAIL PROTECTED] wrote:


The target is actually depends with the s.

But how is that different from 'make install clean'?
*shrug*
make depend (without the 's') all install clean has always worked for me.
I've used that since FreeBSD 2.1 at least.
I would think if it was depends that it would say something like:

make: don't know how to make depend. Stop

So I assume that depend makes dependencies and all makes all options. 
I've
never really cared what the targets do individually but that's what I use
to build ports, it always builds the dependencies and I've never had
any problems using it. Maybe it's redundant or superfluous but it works
for me.
It's probably automatic by now, but yeah, you can save yourself a bit of 
typing by just using

# make install clean

- it builds all dependencies as well as the main port.  Portupgrade by 
itself won't upgrade all the dependencies.  You'll want to use the -R 
option for that.

Jud

Jud
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smbd errors - bind fialed on port

2003-06-19 Thread Kevin Berrien
Hum, I've never had to define that before on any linux config. I'll give 
it a try. tnx

Derrick Ryalls wrote:

[2003/06/18 16:12:08, 0] smbd/server.c:main(791)
 smbd version 2.2.8a started.
 Copyright Andrew Tridgell and the Samba Team 1992-2002 
[2003/06/18 16:12:08, 0] lib/util_sock.c:open_socket_in(804)
 bind failed on port 139 socket_addr = 0.0.0.0.
 Error = Address already in use

Thoughts?  I know its not the install, but why/what could be 
bound to port 139?? ___
   

check your smb.conf file and look for the line similar to this:

interfaces = 192.168.0.1/24

the ip listed should be the interface's ip.



 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Please Answer This For Me

2003-06-19 Thread Frank
Dear Sir/Madam;

I am having trouble installing the FreeBSD software 5.1-RELEASE-i386-disc1.
Here are the particulars of what I am using and what I have done.

- Downloaded  5.1-RELEASE-i386-disc1 from FreeBSD using FTP Explorer and
ensuring that binary is selected.  I am using a separate computer to do
this.

- Burned CD using Roxio Creator Classic version 6.0.1.5.  Settings were
other (tab), create bootable, no emulation, and use images or image
5.1-RELEASE-i386-disc1.

- Partitioned drive with Windows 98 second edition resident on it to create
a 'D' drive on a Pentium 200 MHZ machine with a 4X CD Rom.

- Changed AMI CMOS setting to load from CD first.


The CD appears to be reading the created disk for about 15 seconds but then
appears to hang and then the Windows 98 OS loads.

What could I possibly be doing wrong? Or what do I need to change to get
this install to work?

Please Advise!  If you require more information I will be more than happy to
provide you with it.

Sincerely,
Frank Veri  [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please Answer This For Me

2003-06-19 Thread Viktor Lazlo


On Thu, 19 Jun 2003, Frank wrote:

 Dear Sir/Madam;

 I am having trouble installing the FreeBSD software 5.1-RELEASE-i386-disc1.
 Here are the particulars of what I am using and what I have done.

 - Changed AMI CMOS setting to load from CD first.

 The CD appears to be reading the created disk for about 15 seconds but then
 appears to hang and then the Windows 98 OS loads.

Are you able to read the CD normally under Windows? If not, it may simply
be a bad burn.  You can verify this with the checksum if you grabbed that
along with the ISO.

If the CD appears to be good try launching the install with floppies, the
images are on the CD and instructions on copying them to floppy are in
INSTALL.TXT/INSTALL/HTM.

Cheers,

Viktor
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Strange formatting error with pkg_info after using portupgrade

2003-06-19 Thread Rev. Joe Doyle Ardent
Hello, everyone, I have a fairly strange error, that has popped 
up on both machines where I have used portupgrade (both 4.8-RELEASE 
boxes).  Here is an example output:

please:~ pkg_info |head
BitTorrent-3.2.1b   Peer to Peer file sharing/mirroring.Mesa-3.4.2_2
A graphics library similar to SGI's OpenGL
ORBit-0.5.17High-performance CORBA ORB with support for the C language
XFree86-4.3.0,1 X11/XFree86 core distribution (complete, using mini/meta-po

Note how Mesa's entry begins immediately after the last 
character of BitTorrent's.  The behavior seems to be that if a package 
has been installed/upgraded with portupgrade, it eliminates the terminal 
newline from the pkg_info listing.  Running pkg_info with a particular 
package as an argument works fine.  pkgdb reports that the database is 
uncorrupted and up-to-date.  The only effect seems to be this fairly 
annoying display bug, but nothing that is impairing the functionality of 
the system in a serious way.

Thank you in advance for any help/insights/hints.  Have a good 
day.


-Joe
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Font problem with KDE rendering H1 text

2003-06-19 Thread Rev. Joe Doyle Ardent
Hello, I've recently begun experiencing a very strange 
phenomenon.  My browser, Konqueror based on KDE 3.1.2, does not render 
text that is enclosed in H1 tags; instead, it presents a series of 
small boxes.  Copying the boxes to the clipboard and pasting them to 
an xterm reveals the letters they are replacing.  This only happens with 
H1-tagged text.
I've not changed any of my font settings in Konqueror.  This
problem persisted across a quick upgrade from KDE 3.1.1a to 3.1.2, but
did not appear until two days ago, when I likely upgraded one of the
X-related packages (flurry of upgrades preceeded).  Here are my X
packages:

XFree86-FontServer-4.3.0_1
XFree86-Server-4.3.0_8 
XFree86-clients-4.3.0_2
XFree86-documents-4.3.0
XFree86-font100dpi-4.3.0 
XFree86-font75dpi-4.3.0 
XFree86-fontCyrillic-4.3.0 
XFree86-fontDefaultBitmaps-4.3.0 
XFree86-fontEncodings-4.3.0 
XFree86-fontScalable-4.3.0 
XFree86-libraries-4.3.0_5 
Xft-2.1.2

I hope that someone has some insight into this very bizarre, 
subtle problem.  Thank you, and have a good day.



-Joe
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >