newbie mail help

2003-01-18 Thread Gary Schenk
I've been installing FreeBSD on my home desktop. A little each day I spend
configuring. I've worked out most things with books and man pages. I am
connected to the internet by cable modem. Links worked perfectly right away.
Where I am failing is setting up my email. I am not trying to be a mail
server, just get and send mail through my ISP. The documentation seems to be
geared to mail servers. This is really confusing me. Can someone point me in
the right direction for help on email? Just a nudge in the right direction
would be most helpful.

I apologize for posting with OE.

Thanks!

Gary Schenk


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



Re: newbie mail help

2003-01-18 Thread Quinn Ellis
At 10:28 PM 17/01/2003 -0800, you wrote:

I've been installing FreeBSD on my home desktop. A little each day I spend
configuring. I've worked out most things with books and man pages. I am
connected to the internet by cable modem. Links worked perfectly right away.
Where I am failing is setting up my email. I am not trying to be a mail
server, just get and send mail through my ISP. The documentation seems to be
geared to mail servers. This is really confusing me. Can someone point me in
the right direction for help on email? Just a nudge in the right direction
would be most helpful.


I am in the same boat, and just use my ISP smtp and pop3 server through 
kde's KMail, and leave setting up a mail server to those who would use it.

And there's no need to apologize for using your choice of email client.

Regards
Quinn Ellis 


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


5.0-RC3, /etc/pccard_ether incompatible change.

2003-01-18 Thread Alexander Pohoyda
Hello,

A snippet from my /etc/rc.conf:
pccard_enable=YES
ifconfig_wi0=inet 10.0.0.2
ifconfig_ed1=dhcp

On 4.5-RC3 it works as I expected, each interface will get it's own
value for ifconfig command.

On 5.0-RC3, however, this does not happen.
/etc/pccard_ether has been changed this way:

 case ${pccard_ifconfig} in
 [Nn][Oo] | '')
+ expr  : .*${interface}  /dev/null || exit 0
  ;;
 *)
  # Backward compatible
  eval ifconfig_${interface}=\${pccard_ifconfig}
  ;;
 esac

Default value of ${pccard_ifconfig} is NO, so the script exits too
early now. If I set this varibale, I will get that value for each and
every interface. Right?
I would suggest something like this (pseudo code):

 case ${pccard_ifconfig} in
 [Nn][Oo] | '')
  expr  : .*${interface}  /dev/null || exit 0
  ;;
 *)
  # Backward compatible
+ eval ifconfig_${interface}=\$pccard_ifconfig_${interface}
  ;;
 esac


Am I abusing the featute? What is a correct way to deal with this
effect? For a time being I have commented out that line and it works
OK for me.

TIA

-- 
Alexander Pohoyda
[EMAIL PROTECTED]

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



Re: newbie mail help

2003-01-18 Thread Mike Meyer
In 002b01c2beba$c1d2b000$[EMAIL PROTECTED], Gary Schenk [EMAIL PROTECTED] 
typed:
 I've been installing FreeBSD on my home desktop. A little each day I spend
 configuring. I've worked out most things with books and man pages. I am
 connected to the internet by cable modem. Links worked perfectly right away.
 Where I am failing is setting up my email. I am not trying to be a mail
 server, just get and send mail through my ISP. The documentation seems to be
 geared to mail servers. This is really confusing me. Can someone point me in
 the right direction for help on email? Just a nudge in the right direction
 would be most helpful.

You're right - most of the documentation is geared towards setting up
a server. That's because that's the difficult part, and setting up as
just a client depends on which of the many clients you've chosen.

Basically, what you need to do is choose a client, and then follow the
directions on configuring it. That should do the trick. If you like
OE, then possibly you want to use Netscape Communicator or Mozilla as
a client. Install those from the ports, then use the preferences menus
to enter your ISP's host names for the SMTP and POP servers.

If you want a command-line client, mutt and pine are popular and
available in the ports. There are also other GUI clients available in
the ports; look in /usr/ports/mail to see what's there.

Finally, I use VM, which is a mail program that runs inside of
Emacs. If you use emacs, you might want to give it a look.

 I apologize for posting with OE.

No need to apologies - the mail came through nicely formatted, as
plain text only. That's all we ask for.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Distributives of previous FreeBSD versions

2003-01-18 Thread
Hello!

Can I get the oldest versions of FreeBSD system, such as 1.0, 1.1, 1.1.5 and
so on?
I begin work with FreeBSD at 1994, but two months again my ftp archive with
old versions was crashed.

--
With best regards,
   Steve John Samond.


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



Re: /usr/ports/devel/apr fails to compile

2003-01-18 Thread Joan Picanyol i Puig
* Craig Rodrigues [EMAIL PROTECTED] [20030118 03:23]:
 On Fri, Jan 17, 2003 at 06:31:50PM +0100, Joan Picanyol i Puig wrote:
   
-I/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/devel/apr/work/apr-0.9.1/include
   -I/usr/local/include  -c apr_dbm_berkeleydb.c  touch
   apr_dbm_berkeleydb.lo
   apr_dbm_berkeleydb.c: In function `vt_db_open':
   apr_dbm_berkeleydb.c:200: warning: passing arg 2 of pointer to function
   from incompatible pointer type
   apr_dbm_berkeleydb.c:200: warning: passing arg 4 of pointer to function
   makes pointer from integer without a cast
   apr_dbm_berkeleydb.c:200: too few arguments to function
   *** Error code 1
 
 
 I cannot reproduce this problem, and this is the first report I have
 seen of it.  Are you sure you updated your ports tree?
Well, I just updated it again. Do I have the same files as you?

(13:07:20 ~) 0 $ md5 `find /usr/ports/devel/apr/ -type f`
MD5 (/usr/ports/devel/apr/files/patch-configure.in) =
124eac65c026b3aa2e2d25c45a34070d
MD5 (/usr/ports/devel/apr/Makefile) = 513b3663276c20f8468ab9ddf821b095
MD5 (/usr/ports/devel/apr/distinfo) = b1f8031a86b14c7cd6e778646cd54253
MD5 (/usr/ports/devel/apr/pkg-comment) =
326805679217eac92ed278b10adf727f
MD5 (/usr/ports/devel/apr/pkg-descr) = 6a90aa2ca3016b8096cb2f087350866f
MD5 (/usr/ports/devel/apr/pkg-install) =
3bd1853ba7ca0895bf40fd1a66146870
MD5 (/usr/ports/devel/apr/pkg-plist) = 68085a0ac90afe40b44afadffa2a6b3b
(13:07:22 ~/runwhen/cvsup) 0 $ md5 /tmp/build/dist/apr-*
MD5 (/tmp/build/dist/apr-0.9.1.tar.gz) =
862ab3e00695f065235f6f25ea6cbace
MD5 (/tmp/build/dist/apr-util-0.9.1.tar.gz) =
fb1a1e360a2b643ab447e993975e3397
(13:07:24 ~) 0 $ 

p.s.: please tell me if you're subscribed to questions so I can remove
you from cc:

tks
-- 
pica

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



DHCPD 3 R11 Config Errors

2003-01-18 Thread G D McKee
Hi

recompiled dhcpd r11 today and thought my old config file would work - and
it doesn't.  Can anyone see what is wrong?

Here is the error:

dhcpd
Internet Software Consortium DHCP Server V3.0.1rc11
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
/usr/local/etc/dhcpd.conf line 7: semicolon expected.
dhcpd_ifaces dc0
 ^
/usr/local/etc/dhcpd.conf line 11: semicolon expected.
subnet
^
/usr/local/etc/dhcpd.conf line 34: expecting a parameter or declaration

^
Configuration file errors encountered -- exiting

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED]
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.



and here is my config file:

# $FreeBSD: ports/net/isc-dhcp3/files/rc.isc-dhcpd.conf.sample,v 1.1
2001/10/15
13:33:15 roam Exp $
#
# isc-dhcpd startup configuration file.
#

#dhcpd_options=   # command option(s)
dhcpd_ifaces dc0 ;# ethernet interface(s)

ddns-update-style interim

subnet 192.168.0.0 netmask 255.255.255.0 {
option domain-name gdmckee.local;
option domain-name-servers 192.168.0.1, 192.168.0.2;
option broadcast-address 192.168.0.255;
option subnet-mask 255.255.255.0;
option routers 192.168.0.1;
range 192.168.0.55 192.168.0.200;

key DHCP_UPDATER {
   algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret pRP5FapFoJ95JEL06sv4PQ==;
}

zone gdmckee.local. {
primary 192.168.0.1;
key DHCP_UPDATER;
}

zone 0.168.192.in-addr.arpa. {
primary 192.168.0.1;
key DHCP_UPDATER;
}

}


May thanks

Gordon



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



Re: code 1 error on kernel compile

2003-01-18 Thread Stephen D. Kingrea
i have never had any spurious errors on this box since it has been
running. until now, anywaybut it has only been running a couple of
weeks. this may be the shot across the bow

the file in question appears as an e-mail message. line 4 of the header
reads: Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA

several attempts to compile using both methods yields the same result at
the same spot.what a mess.

stephen d. kingrea

On Fri, 17 Jan 2003, Kris Kennaway wrote:

On Fri, Jan 17, 2003 at 12:09:34PM -0500, Stephen D. Kingrea wrote:
 make depend returns (last 5 lines):
 
 In file included from ../../isa/fdreg.h:42,
  ../../fd.c/:85:
  ../../isa/ic/nec765.h:4: unterminated character constant
 mkdep: compile failed
 *** error code 1
 
 have i done something wrong?

Looks like you might have corrupted source (possibly due to bad
hardware such as bad RAM or CPU cooling), but it's difficult to be
certain without more information.

* What is on line 4 of that header?
* Does it always fail in the same place?
* Have you had other spurious errors on this machine under load?

etc.

Kris



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



bug

2003-01-18 Thread Helmut Hoernle
Hi,
this is a bug report.
I'm sorry not to be able to use the send-pr(1)
program, FreeBSD is not working on the
provided Hardware. 
( Linux with kernel 2.4.20 has similar problems )

bye
Helmut



Originator
Helmut Hoernle[EMAIL PROTECTED] 

Release
 FreeBSD 4.7-RELEASE i386 

Environment


System: FreeBSD work1.multiX.de 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Dec 9 
15:08:34 GMT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386


Jetway 849BS with Acerlabs Ali M1649 + M1535D Chipset
and ULTRA DMA 33/66/100 controller M5229
AMD Thunderbird 1400 MHZ
2 x SDRAM 512 MB Cl2 (2-2-2 ) ( Infineon )
HDD 1:   IBM DTLA-307015
HDD 2:  IBM IC35L100AVV

Description

The Ultra - DMA 100 controller does not work in 
Ultra DMA - mode.

During installation process the system is reporting access errors while 
formating of the Harddisks. 
This error messages are shown continuous on console 2 like :
 UDMA ICRL error writing fsbn 12389 ...  of  ...   

I think this maybe the result of  non - supporting the IDE - controller
chipset which is a ALI M5229 chipset., part of the ALI M1649 + M1535D 
Chipset.; although the hardware  release notes of FreeBSD 4.7  is suggesting 
this UDMA 100 Controller is working well.

After formating I'm missing about 12 % of the harddisk - capacity !!
maybe this is the result of the access errors ?


How-To-Repeat


Install FreeBSD-4.7 on a Jetway 849 BS Motherboard with
Ultra Dma 100 Harddisks.

Fix

???


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



Re: make clean for /usr/ports fails repeatedly with rm: /usr/ports/net/bind9-dlz/Makefile.inc: Permission denied

2003-01-18 Thread Conrad Sabatier

On 18-Jan-2003 Stacey Roberts wrote:
 Hello,
  Despite a cvsup'ing a fresh ports tree, make clean has been
 failing at the same point for the last two days at the same point:
 === net/bind9-dlz
 ===  Cleaning for libiconv-1.8_2
 ===  Cleaning for postgresql-7.3.1
 ===  Cleaning for gettext-0.11.5_1
 ===  Cleaning for gmake-3.80
 ===  Cleaning for libgnugetopt-1.2
 ===  Cleaning for libtool-1.3.4_4
 ===  Cleaning for openssl-0.9.6h
 ===  Cleaning for expat-1.95.5
 ===  Cleaning for bind9-dlz-9.2.1+0.3.0
 rm: /usr/ports/net/bind9-dlz/Makefile.inc: Permission denied
 *** Error code 1
 
 Stop in /usr/ports/net/bind9-dlz.
 *** Error code 1
 
 Stop in /usr/ports/net/bind9-dlz.
 *** Error code 1
 
 Stop in /usr/ports/net.
 *** Error code 1
 
 Stop in /usr/ports.
 /usr/ports $
 
 This is what the permissions looks like in this ports dir:
 
 /usr/ports/net/bind9-dlz $ ls -la
 total 30
 drwxr-xr-x3 root  wheel512 Jan 17 20:11 .
 drwxr-xr-x  647 root  wheel  12288 Jan 17 19:30 ..
 -rw-r--r--1 root  wheel   6551 Jan 16 16:40 Makefile
 -rw-r--r--1 root  wheel 71 Jan 17 20:11 Makefile.inc
 -rw-r--r--1 root  wheel117 Nov 17 21:43 distinfo
 drwxr-xr-x2 root  wheel512 Jan 17 19:29 files
 -rw-r--r--1 root  wheel 55 Aug 30 16:53 pkg-comment
 -rw-r--r--1 root  wheel236 Aug 30 16:53 pkg-descr
 -rw-r--r--1 root  wheel   4990 Aug 30 16:53 pkg-plist
 /usr/ports/net/bind9-dlz $
 
 Is this what its supposed to be? Let me know what's to be done, or if
 its safe to change the permissions for myself without breaking other
 stuff.
 
 Thanks in advance.
 
 Regards,
 
 Stacey

You would do well to install the portupgrade port, and then do portsclean -C
to accomplish the same thing, only much, much faster.

-- 
Conrad Sabatier [EMAIL PROTECTED] - In Unix veritas


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



Re: login.conf tc=default

2003-01-18 Thread Hanspeter Roth
  On Jan 17 at 16:57, Joe Marcus Clarke spoke:

 On Fri, 2003-01-17 at 16:43, Hanspeter Roth wrote:
  Hello,
  
  I'm trying to setup an alternate welcome file for a specific user.
  I have the following entry in login.conf:
  
  user:\
  :welcome=/etc/resolv.conf:\
  :tc=default:
  
  But the user is presented the default /etc/motd at login.
  How will he see /etc/resolv.conf?
 
 After you modified this, did you run cap_mkdb?

Well, I failed to notice that this is necessary.
But also now as I've done it I still get the default /etc/motd.
Is there something more to consider?

-Hanspeter

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



Re[2]: Possible attack?

2003-01-18 Thread Alex

Dear/Beste Bill,

Friday, January 17, 2003, 4:01:43 PM, you wrote:

 I've seen the anonymous FTP denied off and on.  I think that some folks
 just randomly attempt to connect to any FTP server they find in the
 hopes that there's cool stuff there.

Or in the hopes that the can place some cool stuff there.

-- 
Best regards/Met vriendelijke groet,
Alex


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



Re: make clean for /usr/ports fails repeatedly with rm: /usr/ports/net/bind9-dlz/Makefile.inc: Permission denied

2003-01-18 Thread Lowell Gilbert
Stacey Roberts [EMAIL PROTECTED] writes:

 This is what the permissions looks like in this ports dir:
 
 /usr/ports/net/bind9-dlz $ ls -la
 total 30
 drwxr-xr-x3 root  wheel512 Jan 17 20:11 .
 drwxr-xr-x  647 root  wheel  12288 Jan 17 19:30 ..
 -rw-r--r--1 root  wheel   6551 Jan 16 16:40 Makefile
 -rw-r--r--1 root  wheel 71 Jan 17 20:11 Makefile.inc
 -rw-r--r--1 root  wheel117 Nov 17 21:43 distinfo
 drwxr-xr-x2 root  wheel512 Jan 17 19:29 files
 -rw-r--r--1 root  wheel 55 Aug 30 16:53 pkg-comment
 -rw-r--r--1 root  wheel236 Aug 30 16:53 pkg-descr
 -rw-r--r--1 root  wheel   4990 Aug 30 16:53 pkg-plist
 /usr/ports/net/bind9-dlz $
 
 Is this what its supposed to be? Let me know what's to be done, or if
 its safe to change the permissions for myself without breaking other
 stuff.

Everything looks okay.  Assuming you're doing this as root, the
problem must be some kind of flag set on the file.  Use 'ls -ol' 
to display the flags, and if one is set, clear it with chflags(1).

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



Re: Sound Issue

2003-01-18 Thread Hanspeter Roth
  On Jan 18 at 10:56, Quinn Ellis spoke:

 /usr/libexec/ld-elf.so.1: Shared object libusb.so.0 not found

Is `file /usr/lib/libusb.so.0` reasonable?
Else you might need to reinstall it.

-Hanspeter

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



About Dual Homed Hosts

2003-01-18 Thread Steven Lam
Dear Sir, 

I will setup Dual Homed Hosts, how about forward packets between the two 
interface?  Please give me more Information.

Thanks  best regards,
Steven Lam

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



About Dual Homed Hosts

2003-01-18 Thread Steven Lam
Dear Sir, 

I will setup Dual Homed Hosts, how about forward packets between the two 
interface?  Please give me more Information.

Thanks  best regards,
Steven Lam

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



Re: About Dual Homed Hosts

2003-01-18 Thread Hanspeter Roth
  On Jan 18 at 22:14, Steven Lam spoke:

 Dear Sir, 
 
 I will setup Dual Homed Hosts, how about forward packets between the two 
 interface?  Please give me more Information.

`sysctl net.inet.ip.forwarding` should be 1.
You might also have a look at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/routing.html

Best regards

-Hanspeter

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



Re: Possible attack?

2003-01-18 Thread Paul Everlund
Alex wrote:

Dear/Beste Bill,

Friday, January 17, 2003, 4:01:43 PM, you wrote:

 I've seen the anonymous FTP denied off and on.  I think that

  some folks just randomly attempt to connect to any FTP server
  they find in the hopes that there's cool stuff there.


Or in the hopes that the can place some cool stuff there.


Hmmm... Why not open up ones FTP for anonymous access, without any 
contents on it, then just sit and wait... Then, when there are some
cool stuff uploaded, one closes the anonymous access and the uploader
who tried to take advantage of you is screwed while you have got all
the free (probably illegal though) stuff. :-)

Have a nice weekend all!

Best regards,
Paul





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


Re: About Dual Homed Hosts

2003-01-18 Thread Bill Moran
Steven Lam wrote:
 Dear Sir, 
 
 I will setup Dual Homed Hosts, how about forward packets between the two 
 interface?  Please give me more Information.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/routing.html
Especially useful stuff at the bottom of the page.

There are also many writeups all over the internet, such as
http://www.freebsddiary.com


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


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



Re: Sound Issue

2003-01-18 Thread Quinn Ellis
On Sun, 19 Jan 2003 00:17, Hanspeter Roth wrote:

 Is `file /usr/lib/libusb.so.0` reasonable?
 Else you might need to reinstall it.

Oh, yes it does appear to be a problem, in that it's not there.
Is it a port? How does one install it.

regards
Quinn


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



Re: Larger Hard Drive

2003-01-18 Thread Gary W. Swearingen
Brian Astill [EMAIL PROTECTED] writes:

 root@BAPhD ~ #fdisk -BI ad2
 *** Working on device /dev/ad2 ***
 root@BAPhD ~ #Jan 18 15:21:19 BAPhD /kernel: ad2: cannot find label (no
 disk label)
 
 Jan 18 15:21:19 BAPhD /kernel: ad2s1: cannot find label (no disk label)

I was playing with fdisk/disklabel yesterday, and there's some strange
stuff going on there, like maybe the disk driver gets confused.

Anyway, there's a good chance you can solve you problem by following the
steps which have been (mis) placed in the disklabel(8) manpage near the
words Completely wipe any prior information on the disk.

Beware that fdisk -BI doesn't necessarily write boot blocks, that
fdisk -I might write them, and both sometimes ignore answers to their
prompts about whether to write them.  Go figure.

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



Re: Sound Issue

2003-01-18 Thread Hanspeter Roth
  On Jan 19 at 00:46, Quinn Ellis spoke:

 On Sun, 19 Jan 2003 00:17, Hanspeter Roth wrote:
 
  Is `file /usr/lib/libusb.so.0` reasonable?
  Else you might need to reinstall it.
 
 Oh, yes it does appear to be a problem, in that it's not there.
 Is it a port? How does one install it.

I think ports shouln't install their libraries in /usr/lib they
should use /usr/local/*.
It depends whether your base system has been upgraded since you have
installed it.
If you have already upgraded by source you might do
cd /usr/src  make installworld

If you haven't and you had installed from CD you might try:
cd /  cat /cdrom/bin/bin.* | tar xzvf - usr/lib/libusb.so.0


-Hanspeter

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



Re: Larger Hard Drive (2)

2003-01-18 Thread Gary W. Swearingen
Brian Astill [EMAIL PROTECTED] writes:

 BUT, when I create a directory in which to mount ad2 I get:
 root@BAPhD ~ #ls -R /usr/local/new
 opt usr var
 
 /usr/local/new/opt:
 /usr/local/new/usr:
 local
 /usr/local/new/usr/local:
 /usr/local/new/var:
 
 Note that /usr/local is not shown as a separate entity.
 Similarly, there is no root partition.
 
 Obviously, I am doing something wrong, or incompletely - but what?

It's unclear to me (1) what you did and (2) what you're trying to
accomplish.  I'll try to guess on (2).

Typically, when trying to transfer an OS to a new disk, you'd mount
one of the new partitions, say a (for /), on some directory, say
dir, and then xfr the data with something like:
cd dir; dump -f - / | restore -rf -
Rinse and repeat, then, with a mounted on dir, prepare dir/etc/fstab
for rebooting and swap disks or reconfigure your boot managers, etc.
(Theoretically, the stuff you dump should be mounted read-only or not
mounted, probably in single-user mode.)

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



Re: CD to MP3

2003-01-18 Thread Ralph Kube
On Sun, Jan 12, 2003 at 06:16:52PM +, Scott Mitchell wrote:
 
 grip (audio/grip) is pretty good for this.  I have it configured to use
I can only second that. You can choose which cd ripper / audio encoder
you want. It also sets the right id3 tags via cddb. 
Ralph

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



Internal mail not working

2003-01-18 Thread Cowz Rule
#uname -a
FreeBSD bathory.aria 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11
06:14:12 GMT 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386

I'm having problems getting my internal mail working. What I'm trying to
do is email another internal user.
#mail cowz
Subject: Test
Testing...
.
EOT
#
It never makes it to the user. After some investigation i found
/var/log/maillog:
Jan 18 01:34:53 bathory sm-mta[90]: starting daemon (8.12.3):
SMTP+queueing@00:30:00
Jan 18 01:34:53 bathory sm-msp-queue[93]: starting daemon (8.12.3):
queueing@00:30:00
Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: from=root,
size=33, class=0, nrcpts=1,
msgid=[EMAIL PROTECTED], relay=root@localhost
Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: to=cowz,
ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay,
pri=30025, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server:
[localhost]: host name lookup failure
Jan 18 01:35:33 bathory sm-msp-queue[95]: h0I9U923000154: to=cowz,
ctladdr=root (0/0), delay=00:05:24, xdelay=00:00:00, mailer=relay,
pri=120027, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server:
[localhost]: host name lookup failure

I assume the localhost is the problem but i cant figure out where to
change that setting. My /etc/hosts looks:
127.0.0.1   bathory bathory.aria
::1 bathory bathory.aria
192.168.0.203   bathory bathory.aria
And in my /etc/rc.conf i have hostname=bathory.aria
My sendmail configuration looks like this(/etc/rc.conf):
mta_start_script=/etc/rc.sendmail
sendmail_enable=YES
sendmail_flags=-L sm-mta -bd -q30m # Flags to sendmail (as a server)
sendmail_submit_enable=YES# Start a localhost-only MTA for mail
submission
sendmail_submit_flags=-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=localhost`
sendmail_outbound_enable=YES
sendmail_outbound_flags=-L sm-queue -q30m
sendmail_msp_queue_enable=YES 
sendmail_msp_queue_flags=-L sm-msp-queue -Ac -q30m

This is the default configureation with 4.6 i assumed it would work. The
one possible sollution i came up with was chaging the 
sendmail_submit_flags=-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=localhost
to
sendmail_submit_flags=-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=bathory.aria

but that doesnt work. Will someone please help me out. I have no idea
what to do
`


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



Audio Support

2003-01-18 Thread Simon Posnjak
Hi all,

I'm thinking of moving from Linux to FreeBSD. But there seams to be one
thing holding me back, support for hardware, especial audio hardware.

I have a QDI Qudoz 7x board that has VIA KT400 chipset on it(vt8377 and
vt8235). IDE seams to be supported but what about the vt8233 which is
also on my board.

I would appreciate if any body could give me some pointers on how
FreeBSD and KT400 m. boards work together.

P.S. Pleas CC me.

Regards Simon 



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



Re: Squid comm_udp_sendto error

2003-01-18 Thread G D McKee
Hi

I have set the clusters variable any ideas what to st the other one to?

Many thanks

Gordon

- Original Message - 
From: Brandon Hagedorn [EMAIL PROTECTED]
To: 'G D McKee' [EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 7:36 PM
Subject: RE: Squid comm_udp_sendto error


 Yes, I would try to increase options below in your kernel and recompile.
 
 options NMBCLUSTERS=
 options NSFBUFS=
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of G D McKee
 Sent: Wednesday, January 15, 2003 12:53 PM
 To: Andreev, Kliment
 Cc: [EMAIL PROTECTED]
 Subject: Re: Squid comm_udp_sendto error
 
 Hi
 
 Not set the NMBClusters yet - I take it that is a kernel re-compile?
 
 Here is netstat -mb
 kursk# netstat -mb
 231/640/10112 mbufs in use (current/peak/max):
 231 mbufs allocated to data
 229/612/2528 mbuf clusters in use (current/peak/max)
 1384 Kbytes allocated to network (18% of mb_map in use)
 0 requests for memory denied
 0 requests for memory delayed
 0 calls to protocol drain routines
 
 Many thanks
 
 Gordon
 
 - Original Message -
 From: Andreev, Kliment [EMAIL PROTECTED]
 To: G D McKee [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Wednesday, January 15, 2003 6:40 PM
 Subject: RE: Squid comm_udp_sendto error
 
 
 2003/01/15 18:11:34| comm_udp_sendto: FD 13, 62.31.64.2, port 3130: (55)
 No
 buffer space available
 2003/01/15 18:11:34| comm_udp_sendto: FD 13, 194.117.133.36, port 3130:
 (55)
 No buffer space available
 2003/01/15 18:11:34| comm_udp_sendto: FD 13, 194.117.133.84, port 3130:
 (55)
 No buffer space available
 
 
 # netstat -mb
 
 Check (current/peak/max) values. Also put sysctl NMBCLUSTER=8192.
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 
 


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



RE: Internal mail not working

2003-01-18 Thread Michael K. Smith
You should add the following to your /etc/hosts file:

127.0.0.1   localhost localhost.my.domain

You don't have any reference between the name localhost and the 127
address.

Mike


Michael K. Smith NoaNet
206.219.7116 (work)  206.579.8360 (cell)
[EMAIL PROTECTED]   http://www.noanet.net



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Cowz Rule
Sent: Saturday, January 18, 2003 2:01 AM
To: [EMAIL PROTECTED]
Subject: Internal mail not working


#uname -a
FreeBSD bathory.aria 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11
06:14:12 GMT 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386

I'm having problems getting my internal mail working. What I'm trying to do
is email another internal user. #mail cowz
Subject: Test
Testing...
.
EOT
#
It never makes it to the user. After some investigation i found
/var/log/maillog:
Jan 18 01:34:53 bathory sm-mta[90]: starting daemon (8.12.3):
SMTP+queueing@00:30:00
Jan 18 01:34:53 bathory sm-msp-queue[93]: starting daemon (8.12.3):
queueing@00:30:00 Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155:
from=root, size=33, class=0, nrcpts=1,
msgid=[EMAIL PROTECTED], relay=root@localhost Jan
18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: to=cowz, ctladdr=root
(0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025,
relay=[localhost], dsn=4.0.0, stat=Deferred: Name server:
[localhost]: host name lookup failure
Jan 18 01:35:33 bathory sm-msp-queue[95]: h0I9U923000154: to=cowz,
ctladdr=root (0/0), delay=00:05:24, xdelay=00:00:00, mailer=relay,
pri=120027, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server:
[localhost]: host name lookup failure

I assume the localhost is the problem but i cant figure out where to change
that setting. My /etc/hosts looks:
127.0.0.1   bathory bathory.aria
::1 bathory bathory.aria
192.168.0.203   bathory bathory.aria
And in my /etc/rc.conf i have hostname=bathory.aria
My sendmail configuration looks like this(/etc/rc.conf):
mta_start_script=/etc/rc.sendmail
sendmail_enable=YES
sendmail_flags=-L sm-mta -bd -q30m # Flags to sendmail (as a server)
sendmail_submit_enable=YES# Start a localhost-only MTA for mail
submission
sendmail_submit_flags=-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=localhost`
sendmail_outbound_enable=YES
sendmail_outbound_flags=-L sm-queue -q30m
sendmail_msp_queue_enable=YES 
sendmail_msp_queue_flags=-L sm-msp-queue -Ac -q30m

This is the default configureation with 4.6 i assumed it would work. The one
possible sollution i came up with was chaging the 
sendmail_submit_flags=-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=localhost
to
sendmail_submit_flags=-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=bathory.aria

but that doesnt work. Will someone please help me out. I have no idea what
to do `


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


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



Re: Internal mail not working

2003-01-18 Thread Bill Moran
[Looks like the time is set wrong on your mailer]

Cowz Rule wrote:

#uname -a
FreeBSD bathory.aria 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11
06:14:12 GMT 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386

I'm having problems getting my internal mail working. What I'm trying to
do is email another internal user.
#mail cowz
Subject: Test
Testing...
.
EOT
#
It never makes it to the user. After some investigation i found
/var/log/maillog:
Jan 18 01:34:53 bathory sm-mta[90]: starting daemon (8.12.3):
SMTP+queueing@00:30:00
Jan 18 01:34:53 bathory sm-msp-queue[93]: starting daemon (8.12.3):
queueing@00:30:00
Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: from=root,
size=33, class=0, nrcpts=1,
msgid=[EMAIL PROTECTED], relay=root@localhost
Jan 18 01:35:32 bathory sendmail[155]: h0I9ZW0D000155: to=cowz,
ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay,
pri=30025, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server:
[localhost]: host name lookup failure
Jan 18 01:35:33 bathory sm-msp-queue[95]: h0I9U923000154: to=cowz,
ctladdr=root (0/0), delay=00:05:24, xdelay=00:00:00, mailer=relay,
pri=120027, relay=[localhost], dsn=4.0.0, stat=Deferred: Name server:
[localhost]: host name lookup failure

I assume the localhost is the problem but i cant figure out where to
change that setting. My /etc/hosts looks:
127.0.0.1	bathory	bathory.aria

Try changing this line to
127.0.0.1 bathory bathory.aria localhost localhost.aria


::1	bathory	bathory.aria


If you actually use IPv6, you'll want to change this as well.

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


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



Re: Strange tape error message

2003-01-18 Thread Toomas Aas
Hi!

 I'm building anew Amanda backup machine. I did a run last night and got
 messages liek:
 
 Jan 17 05:01:39 black /kernel: (sa0:ahc1:0:4:0): tape is now frozen- use an
 OFFLINE, REWIND or MTEOM command to clear this state.

Possibly the tape drive needs cleaning, or the tape is bad.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* No problem is so big that it can't be run away from.


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



Access to internal systems

2003-01-18 Thread listmail
Hi - 
Ive got a number of windows machines running behind a Freebsd 
gateway to the Internet. The gateway is accessible via an entry at 
Dyndns.org: bstar.ath.cx.

What I'd like to do is be able to get to the internal machine (named 
winmachine1) from the Internet using a construct such as:  
winmachine.bstar.ath.cx.

I currently run no name server.

Can it be done? Do I need to run my own name server? Is there a 
howto? Any advice?

Thanks

Gene


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



Re: Access to internal systems

2003-01-18 Thread Bill Moran
[EMAIL PROTECTED] wrote:

Hi - 
Ive got a number of windows machines running behind a Freebsd 
gateway to the Internet. The gateway is accessible via an entry at 
Dyndns.org: bstar.ath.cx.

What I'd like to do is be able to get to the internal machine (named 
winmachine1) from the Internet using a construct such as:  
winmachine.bstar.ath.cx.

I currently run no name server.

Can it be done?

Yes and no.


Do I need to run my own name server?


You don't need to, but it generally makes things easier (as you have
direct control over things)


 Any advice?


You probably have ipfw running on your firewall.  You can use ipfw's
port forwarding feature to allow certain ports to appear to be on
bstar.ath.cx, while they are actually connecting to winmachine1.
You simply make a DNS entry that says that winmachine.bstar.ath.cs
is the same as bstar.ath.cs
That's the 'yes' part of the answer above.
The no part is that you can't use this method to forward ALL ports.
If you want to have ports open on bstar.ath.cs as well, they won't
be available on winmachine.bstar.ath.cx.

To (hopefully) make it a little clearer:
If you want to run a webserver from winmachine.bstar.ath.cx, and
that's it, and bstar.ath.cx doesn't run a webserver, you simply
forward port 80 from bstar.ath.cx to your internal machine.

If you want to run a webserver on both bstar.ath.cx and the
windows machine you either:
a) can't do it
b) have to move one of the webservers to a nonstandard (unused)
   port - such as 8080

Read the man pages for ipfw, and search the net for ipfw port
forwarding.  I'm sure you find a lot more details.

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


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



Re: /usr/ports/devel/apr fails to compile

2003-01-18 Thread Craig Rodrigues
On Sat, Jan 18, 2003 at 01:10:50PM +0100, Joan Picanyol i Puig wrote:
 MD5 (/usr/ports/devel/apr/pkg-plist) = 68085a0ac90afe40b44afadffa2a6b3b

I don't have the same pkg-plist as you.
MD5 (pkg-plist) = daa7c959d1c387c92300374bdcc9060a

 p.s.: please tell me if you're subscribed to questions so I can remove
 you from cc:

I'm not subscribed to questions.

-- 
Craig Rodrigues
http://home.attbi.com/~rodrigc
[EMAIL PROTECTED]

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



usb problem

2003-01-18 Thread Jason Morgan
I am having trouble getting my USB Zip drive and my canon camera
working. I think it may be a problem with USB in general.

In the kernal I have:
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  sa  # Sequential Access (tape etc)
device  cd  # CD
device  pass# Passthrough device (direct SCSI access)
# USB support
device  uhci# UHCI PCI-USB interface
device  usb # USB Bus (required)
device  ugen# Generic
device  uhid# Human Interface Devices
device  ukbd# Keyboard
device  ulpt# Printer
device  umass   # Disks/Mass storage - Requires scbus and da
device  ums # Mouse
device  uscanner# Scanners
 
When I boot ('boot -v') I get:

# dmesg | grep umass
umass0: Iomega USB Zip 100, rev 1.00/1.00, addr 2
umass0: Get Max Lun not supported (STALLED)
umass0:0:0:-1: Attached to scbus0 as device 0
umass0: BBB reset failed, TIMEOUT
umass0: BBB bulk-in clear stall failed, TIMEOUT
umass0: BBB bulk-out clear stall failed, TIMEOUT
umass0: BBB reset failed, TIMEOUT
umass0: BBB bulk-in clear stall failed, TIMEOUT
umass0: BBB bulk-out clear stall failed, TIMEOUT
umass0: BBB reset failed, TIMEOUT
umass0: BBB bulk-in clear stall failed, TIMEOUT
umass0: BBB bulk-out clear stall failed, TIMEOUT
umass0: BBB reset failed, TIMEOUT
umass0: BBB bulk-in clear stall failed, TIMEOUT
umass0: BBB bulk-out clear stall failed, TIMEOUT
umass0: BBB reset failed, TIMEOUT
umass0: BBB bulk-in clear stall failed, TIMEOUT
umass0: BBB bulk-out clear stall failed, TIMEOUT

# dmesg | grep uhci
uhci0: VIA 83C572 USB controller port 0xe000-0xe01f irq 11 at device 17.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
uhci1: VIA 83C572 USB controller port 0xe400-0xe41f irq 11 at device 17.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
uhci2: VIA 83C572 USB controller port 0xe800-0xe81f irq 11 at device 17.4 on pci0
usb2: VIA 83C572 USB controller on uhci2

# dmesg | grep usb
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
usb2: VIA 83C572 USB controller on uhci2
usb2: USB revision 1.0

# dmesg | grep uhub
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered

# dmesg | grep da (Note: This is the correct device for the Zip drive, right?)
...


Can anyone offer any advise?


Thanks,

Jason Morgan

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



RE: DHCPD 3 R11 Config Errors

2003-01-18 Thread Derrick Ryalls


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of G D McKee
 Sent: Saturday, January 18, 2003 4:51 AM
 To: Freebsd-Questions@Freebsd. Org (E-mail)
 Subject: DHCPD 3 R11 Config Errors
 
 
 Hi
 
 recompiled dhcpd r11 today and thought my old config file 
 would work - and it doesn't.  Can anyone see what is wrong?
 
 Here is the error:
 
 dhcpd
 Internet Software Consortium DHCP Server V3.0.1rc11
 Copyright 1995-2003 Internet Software Consortium.
 All rights reserved.
 For info, please visit http://www.isc.org/products/DHCP 
 /usr/local/etc/dhcpd.conf line 7: semicolon expected. 
 dhcpd_ifaces dc0
  ^
 /usr/local/etc/dhcpd.conf line 11: semicolon expected.
 subnet
 ^
 /usr/local/etc/dhcpd.conf line 34: expecting a parameter or 
 declaration
 
 ^
 Configuration file errors encountered -- exiting
 
 If you did not get this software from ftp.isc.org, please
 get the latest from ftp.isc.org and install that before 
 requesting help.
 
 If you did get this software from ftp.isc.org and have not
 yet read the README, please read it before requesting help.
 If you intend to request help from the [EMAIL PROTECTED] 
 mailing list, please read the section on the README about 
 submitting bug reports and requests for help.
 
 Please do not under any circumstances send requests for
 help directly to the authors of this software - please
 send them to the appropriate mailing list as described in
 the README file.
 
 exiting.
 
 
 
 and here is my config file:
 
 # $FreeBSD: 
 ports/net/isc-dhcp3/files/rc.isc-dhcpd.conf.sample,v 1.1 
 2001/10/15 13:33:15 roam Exp $ # # isc-dhcpd startup 
 configuration file. #
 
 #dhcpd_options=   # command option(s)
 dhcpd_ifaces dc0 ;# ethernet 
 interface(s)
 
 ddns-update-style interim

Just a shot in the dark, but try terminating the above line with a ;

 
 subnet 192.168.0.0 netmask 255.255.255.0 {
 option domain-name gdmckee.local;
 option domain-name-servers 192.168.0.1, 192.168.0.2;
 option broadcast-address 192.168.0.255;
 option subnet-mask 255.255.255.0;
 option routers 192.168.0.1;
 range 192.168.0.55 192.168.0.200;
 
 key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
 secret pRP5FapFoJ95JEL06sv4PQ==;
 }
 
 zone gdmckee.local. {
 primary 192.168.0.1;
 key DHCP_UPDATER;
 }
 
 zone 0.168.192.in-addr.arpa. {
 primary 192.168.0.1;
 key DHCP_UPDATER;
 }
 
 }
 
 
 May thanks
 
 Gordon
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 



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



Re: make clean for /usr/ports fails repeatedly with rm:/usr/ports/net/bind9-dlz/Makefile.inc: Permission denied

2003-01-18 Thread Stacey Roberts
Hello,

On Sat, 2003-01-18 at 14:15, Lowell Gilbert wrote:
 Stacey Roberts [EMAIL PROTECTED] writes:
 
  This is what the permissions looks like in this ports dir:
  
  /usr/ports/net/bind9-dlz $ ls -la
  total 30
  drwxr-xr-x3 root  wheel512 Jan 17 20:11 .
  drwxr-xr-x  647 root  wheel  12288 Jan 17 19:30 ..
  -rw-r--r--1 root  wheel   6551 Jan 16 16:40 Makefile
  -rw-r--r--1 root  wheel 71 Jan 17 20:11 Makefile.inc
  -rw-r--r--1 root  wheel117 Nov 17 21:43 distinfo
  drwxr-xr-x2 root  wheel512 Jan 17 19:29 files
  -rw-r--r--1 root  wheel 55 Aug 30 16:53 pkg-comment
  -rw-r--r--1 root  wheel236 Aug 30 16:53 pkg-descr
  -rw-r--r--1 root  wheel   4990 Aug 30 16:53 pkg-plist
  /usr/ports/net/bind9-dlz $
  
  Is this what its supposed to be? Let me know what's to be done, or if
  its safe to change the permissions for myself without breaking other
  stuff.
 
 Everything looks okay.  Assuming you're doing this as root, the
 problem must be some kind of flag set on the file.  Use 'ls -ol' 
 to display the flags, and if one is set, clear it with chflags(1).

I didn't (never had to) run the make clean in /usr/ports as root. Here's
what ls -lo returns for that port:
/usr/ports/net/bind9-dlz $ ls -lo
total 17
-rw-r--r--  1 root  wheel  - 6551 Jan 16 16:40 Makefile
-rw-r--r--  1 root  wheel  -   71 Jan 17 20:11 Makefile.inc
-rw-r--r--  1 root  wheel  -  117 Nov 17 21:43 distinfo
drwxr-xr-x  2 root  wheel  -  512 Jan 17 19:29 files
-rw-r--r--  1 root  wheel  -   55 Aug 30 16:53 pkg-comment
-rw-r--r--  1 root  wheel  -  236 Aug 30 16:53 pkg-descr
-rw-r--r--  1 root  wheel  - 4990 Aug 30 16:53 pkg-plist
/usr/ports/net/bind9-dlz $

Nothing appears strange here to me. What could be wrong?

Regards,

Stacey

 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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



Re: Access to internal systems

2003-01-18 Thread listmail
On 18 Jan 2003 at 14:26, Bill Moran wrote:

 [EMAIL PROTECTED] wrote:
  What I'd like to do is be able to get to the internal machine (named 
  winmachine1) from the Internet using a construct such as:  
  winmachine.bstar.ath.cx.
  
   Any advice?
 
 You probably have ipfw running on your firewall.  You can use ipfw's
 port forwarding feature to allow certain ports to appear to be on
 bstar.ath.cx, while they are actually connecting to winmachine1.
 You simply make a DNS entry that says that winmachine.bstar.ath.cs
 is the same as bstar.ath.cs

This method (minus the dns server) is what I'm doing now. And you 
are correct, I want to use similar ports on multiple machines. For 
the time being, Xinetd's ability to translate port numbers to another 
machine (ie. bstar port 58 forwards to winmachine as port 80, 
leaving port 80 free for bstar) works, but will eventually become 
amazingly cumbersome.

I own a domain name and Dyndns will act as domain name servers. 
Maybe that's the way to go.


Thanks,

Gene


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



Re: make clean for /usr/ports fails repeatedly with rm:/usr/ports/net/bind9-dlz/Makefile.inc: Permission denied

2003-01-18 Thread Stacey Roberts
Hello,

On Sat, 2003-01-18 at 08:03, Dirk Meyer wrote:
 Hallo Stacey Roberts,
 
  failing at the same point for the last two days at the same point:
  === net/bind9-dlz
  ===  Cleaning for libiconv-1.8_2
  ===  Cleaning for postgresql-7.3.1
  ===  Cleaning for gettext-0.11.5_1
  ===  Cleaning for gmake-3.80
  ===  Cleaning for libgnugetopt-1.2
  ===  Cleaning for libtool-1.3.4_4
  ===  Cleaning for openssl-0.9.6h
  ===  Cleaning for expat-1.95.5
  ===  Cleaning for bind9-dlz-9.2.1+0.3.0
  rm: /usr/ports/net/bind9-dlz/Makefile.inc: Permission denied
  *** Error code 1
 
  This is what the permissions looks like in this ports dir:
  /usr/ports/net/bind9-dlz $ ls -la
  total 30
  drwxr-xr-x3 root  wheel512 Jan 17 20:11 .
  drwxr-xr-x  647 root  wheel  12288 Jan 17 19:30 ..
  -rw-r--r--1 root  wheel   6551 Jan 16 16:40 Makefile
  -rw-r--r--1 root  wheel 71 Jan 17 20:11 Makefile.inc
  -rw-r--r--1 root  wheel117 Nov 17 21:43 distinfo
  drwxr-xr-x2 root  wheel512 Jan 17 19:29 files
  -rw-r--r--1 root  wheel 55 Aug 30 16:53 pkg-comment
  -rw-r--r--1 root  wheel236 Aug 30 16:53 pkg-descr
  -rw-r--r--1 root  wheel   4990 Aug 30 16:53 pkg-plist
  /usr/ports/net/bind9-dlz $
  
  Is this what its supposed to be? Let me know what's to be done, or if
  its safe to change the permissions for myself without breaking other
  stuff.
 
 it looks right...
 I have recently add some chages to the configuration stuff.
 
 I can't see why the rm fails., have you mounted /usr/ports readonly?
 than make clean can't work, did you forget to set
 WRKDIRPREFIX=/somewhere when you have a readonly /usr/ports?

I'll answer you questions in turn:
Q:
have you mounted /usr/ports readonly?

ANS: No
did you forget to set WRKDIRPREFIX=/somewhere when you have a readonly
/usr/ports?

No, I didn't forget, nor do I know anything about doing this. I have
been keeping the ports tree the same way since FreeBSD 4.3 Rel, and have
always been able to run make clean in /usr/ports as an ordinary user -
except over the last few days.

I fear that something else might well be afoot. I have copied the listed
port maintainer in my original e-mail, and I hope to hear from him at
some point.

Regards,

Stacey

 
 please investigate ...
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - [[EMAIL PROTECTED]],[[EMAIL PROTECTED]],[[EMAIL PROTECTED]]
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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



Re: Strange tape error message

2003-01-18 Thread Jimmy Olgeni

On Fri, 17 Jan 2003, stan wrote:

 Jan 17 05:01:39 black /kernel: (sa0:ahc1:0:4:0): tape is now frozen- use an
 OFFLINE, REWIND or MTEOM command to clear this state.

I get this every time I perform a dump on a non rewinding device, and
then start another tape write (on a SLR tape).

Doing a mt eom between commands makes the error go away, but I
couldn't figure out what's wrong... why was the tape frozen?

-- 
jimmy

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



Re: code 1 error on kernel compile

2003-01-18 Thread Kris Kennaway
On Sat, Jan 18, 2003 at 07:51:27AM -0500, Stephen D. Kingrea wrote:
 i have never had any spurious errors on this box since it has been
 running. until now, anywaybut it has only been running a couple of
 weeks. this may be the shot across the bow
 
 the file in question appears as an e-mail message. line 4 of the header
 reads: Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA

That's definitely data corruption then.

Take an immediate backup in case it gets any worse, then do a fsck in
single-user mode to check FS consistency.  If that's okay, then just
refresh your source tree and hope it doesn't happen again.

kris



msg15930/pgp0.pgp
Description: PGP signature


Re: Problem of installing grub 0.92

2003-01-18 Thread Jim Mock
On Friday, January 17, 2003, at 12:45  AM, edifice wrote:

Dear All,

I am trying install grub 0.92 on my freebsd 4.7. I meet error when 
trying to build it. The error message is following. Is there anything 
I have omitted?

Use the port.  /usr/ports/sysutils/grub.

- jim

--
jim mock mij@{soupnazi|opendarwin}.org   [EMAIL PROTECTED]


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



Re: make clean for /usr/ports fails repeatedly with rm: /usr/ports/net/bind9-dlz/Makefile.inc: Permission denied

2003-01-18 Thread Lowell Gilbert
Stacey Roberts [EMAIL PROTECTED] writes:

 Hello,
 
 On Sat, 2003-01-18 at 14:15, Lowell Gilbert wrote:
  Stacey Roberts [EMAIL PROTECTED] writes:
  
   This is what the permissions looks like in this ports dir:
   
   /usr/ports/net/bind9-dlz $ ls -la
   total 30
   drwxr-xr-x3 root  wheel512 Jan 17 20:11 .
   drwxr-xr-x  647 root  wheel  12288 Jan 17 19:30 ..
   -rw-r--r--1 root  wheel   6551 Jan 16 16:40 Makefile
   -rw-r--r--1 root  wheel 71 Jan 17 20:11 Makefile.inc
   -rw-r--r--1 root  wheel117 Nov 17 21:43 distinfo
   drwxr-xr-x2 root  wheel512 Jan 17 19:29 files
   -rw-r--r--1 root  wheel 55 Aug 30 16:53 pkg-comment
   -rw-r--r--1 root  wheel236 Aug 30 16:53 pkg-descr
   -rw-r--r--1 root  wheel   4990 Aug 30 16:53 pkg-plist
   /usr/ports/net/bind9-dlz $
   
   Is this what its supposed to be? Let me know what's to be done, or if
   its safe to change the permissions for myself without breaking other
   stuff.
  
  Everything looks okay.  Assuming you're doing this as root, the
  problem must be some kind of flag set on the file.  Use 'ls -ol' 
  to display the flags, and if one is set, clear it with chflags(1).
 
 I didn't (never had to) run the make clean in /usr/ports as root. Here's
 what ls -lo returns for that port:
 /usr/ports/net/bind9-dlz $ ls -lo
 total 17
 -rw-r--r--  1 root  wheel  - 6551 Jan 16 16:40 Makefile
 -rw-r--r--  1 root  wheel  -   71 Jan 17 20:11 Makefile.inc
 -rw-r--r--  1 root  wheel  -  117 Nov 17 21:43 distinfo
 drwxr-xr-x  2 root  wheel  -  512 Jan 17 19:29 files
 -rw-r--r--  1 root  wheel  -   55 Aug 30 16:53 pkg-comment
 -rw-r--r--  1 root  wheel  -  236 Aug 30 16:53 pkg-descr
 -rw-r--r--  1 root  wheel  - 4990 Aug 30 16:53 pkg-plist
 /usr/ports/net/bind9-dlz $
 
 Nothing appears strange here to me. What could be wrong?

The directory is owned by root, and is not group- or world-writeable,
so no other user can delete files from it.  Depending on the umask you
use for root when *building* ports, you may not need to be root to
clean up the work directories, but this 'Makefile.inc' is in a
directory that requires root privileges to modify.

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



Any S/PDIF support

2003-01-18 Thread Harald Schmalzbauer
Hello,

is there any soundcard with digital in and out supported? I have a Terratec
SixPack 5.1 which uses CS4630 but I had no luck getting it working under 5.0
RC2 with pcm and csa.

Best regards,

-Harry


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



How to read core dump

2003-01-18 Thread Doug Poland
Hello,

I am attempting to run MySQL Control Center (also known as MySQLCC) on
FreeBSD 4.7-STABLE.  FYI, is a platform-independent GUI administration
client for the MySQL database server.  The binary version I downloaded
from MySQL.com is for Linux glibc 2.2.

My system is running linux_base-7.1_2.  When I execute the mysqlcc
command, it immediately dumps core.  Curiously, it runs fine on
another 4.7-STABLE box similarly configured.

After doc perusal and googling, I haven't found out how to read a core
dump.  I suppose if I knew how to read them I could easily determine
where the program died.  Is this an accurate statement?  Is there
another way to find out why a program dumps core?

Thanks for your help!

-- 
Regards,
Doug

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



Re: make clean for /usr/ports fails repeatedly with rm: /usr/ports/net/bind9-dlz/Makefile.inc: Permission denied

2003-01-18 Thread Kris Kennaway
On Sat, Jan 18, 2003 at 10:47:43PM +, Stacey Roberts wrote:

 -rw-r--r--1 root  wheel 71 Jan 17 20:11 Makefile.inc

 I do understand this. The permissions on this file is the same as for
 all the other components of other ports before this particular port, yet
 make clean only fails at this same point, ever since I cvsup'd the
 ports tree a couple of days ago.

This isn't a ports file; it's created when you configure the port.
You must have done so as root.  Remove the file as root and your
problem will be solved.

 I know other tools like portsdb -U  make index are (have been)
 broken for some time now, and I'm hoping that the same way they got
 broke, will be how the get fixed mysteriously in due course..,
 Although, I have to admit., portsdb -U has been broken for months now,
 with no sign of a let up :-(

'make index' works fine for me..I've been using it throughout the 5.0
release cycle.  Please double-check you don't have any other
additional files or local changes in your ports tree.

Kris



msg15937/pgp0.pgp
Description: PGP signature


Re: How to read core dump

2003-01-18 Thread Christopher Rosado
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Sat, 18 Jan 2003 19:31:34 -0600
Doug Poland [EMAIL PROTECTED] wrote:

DP Is there
DP  another way to find out why a program dumps core?

'man gdb' should have what you're looking for.

- -- 
Christopher Rosado
Liberalism leads to loss of liberty. - Me
http://groups.yahoo.com/group/logcabinyouth/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+Khi5k41LrboeC7gRAr3tAJ9h1SewBtOJRF6D1WFzSR2m1lWlswCfTP2l
Bfh/U1iqJ6MTKGcwX3Ku42c=
=ufsg
-END PGP SIGNATURE-

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



cpanel and problems with adduser

2003-01-18 Thread mNTKz
Hey!
i had problem with cpanel, well not a problem but. I installed it and then
saw the price for it :) my server is just for my self and my friends to
learn freebsd. Now i have problem. I have few users that have account on
that server and they have httpd ssh and ftp. Now when i deleted cpanel,
somehow managed to do that. It was pain in the butt... And now i use:
adduser --silent ... user adds successfully, but i can't log in through ftp.
what i found out is one message that was weird for me. Maybe that helps:
Shell: /usr/local/cpanel/bin/noshell not executable!
Enter username [a-z0-9_-]:

ok what should i do now?
how to fix it? any ideas guys?
this is my second email to this mailing list...and first time i subscribed
it. so i don't know how many ppl are hare.
Thanks everyone for help!

Mantas Kriauciunas
--
mNTKz.NeT


Message sent using UebiMiau 2.7.2


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



Re: How to read core dump

2003-01-18 Thread Samuel Chow

- Original Message - 
From: Doug Poland [EMAIL PROTECTED]
 After doc perusal and googling, I haven't found out how to read a core
 dump.  I suppose if I knew how to read them I could easily determine
 where the program died.  Is this an accurate statement?  Is there
 another way to find out why a program dumps core?

gdb, the system debugger, can read the core file.  However, 
unless your program is compiled with debug information, it is 
not very useful.

---
Samuel Chow
[EMAIL PROTECTED]

Segmentation Fault (core dumped)
This message is displayed using recycled electrons.




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



Deleted files

2003-01-18 Thread bastill
I made a boo-boo!
Two in fact!  :-)
In transferring directories from one disk to another using dump | restore I
forgot at one point to cd and put a number of directories into the wrong partition.
So I deleted the wrong directories using rm -rf directoryname.
Unfortunately deleting the wrongly transferred directory home in this way
deleted the SOURCE /usr/home as well sob
Is there any way at all I can recover the deleted files and subdirectories in
the source location?

--
Brian




---
This message sent through Adam Internet Webmail
  http://www.adam.com.au

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



RE: cpanel and problems with adduser

2003-01-18 Thread Derrick Ryalls

 Shell: /usr/local/cpanel/bin/noshell not executable!
 Enter username [a-z0-9_-]:
 

%man vipw

look for the lines starting with the applicable usernames, change the
last part from (presumably) /usr/local/cpanel/bin/noshell to /bin/csh

btw, it looks like you didn't fully delete cpanel, otherwise you should
have gotten a file not found msg.

Alternatively, you could delete existing users and recreate them with
correct shells.

Hope this helps

-Derrick



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



emacs backup filename

2003-01-18 Thread Ihsan Junaidi Ibrahim
Hello all,

It seems that every time I saved a file, emacs will create a backup of
the previous copy and tack a ~(tilde) at the end of the filename. I find
it annoying to have such feature, how do I turn it off? I'm using
xemacs21

Thanks in advance.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



CVSup Error When Updating Sources

2003-01-18 Thread Matt Rudderham
Hi all,
I'm taking my first shot at upgrading my old 4.0-Release system to 4.7-Stable, when I 
run
/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
I get this error right off the bat,
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol __stderrp
Can anyone fill me in?
Thanks!

Matt Rudderham



Re: emacs backup filename

2003-01-18 Thread Giorgos Keramidas
On 2003-01-19 13:15, Ihsan Junaidi Ibrahim [EMAIL PROTECTED] wrote:
 It seems that every time I saved a file, emacs will create a backup of
 the previous copy and tack a ~(tilde) at the end of the filename. I find
 it annoying to have such feature, how do I turn it off? I'm using
 xemacs21

Try the command `M-x customize-browse' from within XEmacs.


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



RE: cpanel and problems with adduser

2003-01-18 Thread Mantas Kriauciunas
Hey!
Well I got messed up with cpanel. First when I wanted to deinstall it I
asked their tech guy about that. He said to remove some directories and
it should be fine. But that's how fine it is. And still It reinstalled
itself few times, dunno how. I deleted all files I found and users that
it used. But now I need to fix this. Thanks for reply, but after I did
man vipw couldn't find that line that you wanted me to find. I am
running FreeBSD 4.5-RELEASE. So I got short manual about that
command...(I guess you don't want me to paste it hare).. so I wasn't
able to do that. Is there some config file that I could change that?
Thanks!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Derrick Ryalls
Sent: Saturday, January 18, 2003 10:57 PM
To: [EMAIL PROTECTED]
Subject: RE: cpanel and problems with adduser


 Shell: /usr/local/cpanel/bin/noshell not executable!
 Enter username [a-z0-9_-]:
 

%man vipw

look for the lines starting with the applicable usernames, change the
last part from (presumably) /usr/local/cpanel/bin/noshell to /bin/csh

btw, it looks like you didn't fully delete cpanel, otherwise you should
have gotten a file not found msg.

Alternatively, you could delete existing users and recreate them with
correct shells.

Hope this helps

-Derrick



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




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



Re: emacs backup filename

2003-01-18 Thread Gary W. Swearingen
Go to the info system's concept index and look for backup.  Select
and read.

Next time, try using info first.  If you can't find what you need in a
menu or index, search through the info files using the s (not C-s) key
while in info.

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



5.0-Release question

2003-01-18 Thread Tak Pui LOU
I downloaded a 5.0-Release Disc 1 ISO on Jan 18 Sat at 2:54am. It seems
this file is later replaced by a newer one at 4:55am. My checksum is:

MD5 (5.0-RELEASE-i386-disc1.iso) = b8be37956ebba2c4e58686be8cf9dc09

What is the changed in the new ISO? BTW, if no major changes that may
affect me, I am going to use this ISO. Could anyone tell me the old
checksum?

Thanks,
---
Lou


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



Re: cpanel and problems with adduser

2003-01-18 Thread Unix Tools
Hi,
if the username is jack

fire the command

pw usermod jack -s /bn/csh
OR whichever shell you want the user to be in

and from /etc/shells remove the entry /usr/local/cpanel/bin/noshell

Cheers



- Original Message -
From: mNTKz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 19, 2003 03:44 AM
Subject: cpanel and problems with adduser


 Hey!
 i had problem with cpanel, well not a problem but. I installed it and then
 saw the price for it :) my server is just for my self and my friends to
 learn freebsd. Now i have problem. I have few users that have account on
 that server and they have httpd ssh and ftp. Now when i deleted cpanel,
 somehow managed to do that. It was pain in the butt... And now i use:
 adduser --silent ... user adds successfully, but i can't log in through
ftp.
 what i found out is one message that was weird for me. Maybe that helps:
 Shell: /usr/local/cpanel/bin/noshell not executable!
 Enter username [a-z0-9_-]:

 ok what should i do now?
 how to fix it? any ideas guys?
 this is my second email to this mailing list...and first time i subscribed
 it. so i don't know how many ppl are hare.
 Thanks everyone for help!

 Mantas Kriauciunas
 --
 mNTKz.NeT

 
 Message sent using UebiMiau 2.7.2


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


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



HI ! 629-3

2003-01-18 Thread Kara_Smith30nwnh
Hi. My name is Kara, I saw your profile on the internet and was wondering if you were 
interested in maybe going out and doing something some time. I'm new to the area so I 
really don't know any of the hot spots around town, so if you're interested e-mail me 
at  [EMAIL PROTECTED]  and I will send you a picture of myself. I hope to 
hear from you soon. -Kara 
4243KHid6-361rkwQ2l17

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



Re: 5.0-Release question

2003-01-18 Thread Christopher Schulte
At 10:14 PM 1/18/2003 -0800, Tak Pui LOU wrote:

I downloaded a 5.0-Release Disc 1 ISO on Jan 18 Sat at 2:54am. It seems
this file is later replaced by a newer one at 4:55am. My checksum is:

MD5 (5.0-RELEASE-i386-disc1.iso) = b8be37956ebba2c4e58686be8cf9dc09


This is not the checksum of the 'current' official ISO on ftp.freebsd.org.
Yours should read:

677bf7566f8845cc46549aa167940042

for a file called 5.0-RELEASE-i386-disc1.iso
of 603783168 bytes.

Until the official announcement of 5.0-RELEASE is made, however, no iso
should be considered final and supported.  Hang in there, the announcement
is currently scheduled for Sunday evening.


Thanks,
---
Lou


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


--
Christopher Schulte
http://www.schulte.org/
Do not un-munge my @nospam.schulte.org
email address.  This address is valid. 


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


Re: CVSup Error When Updating Sources

2003-01-18 Thread Kris Kennaway
On Sun, Jan 19, 2003 at 01:23:10AM -0400, Matt Rudderham wrote:
 Hi all,
 I'm taking my first shot at upgrading my old 4.0-Release system to 4.7-Stable, when 
I run
 /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
 I get this error right off the bat,
 /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol __stderrp
 Can anyone fill me in?

You haven't read/followed the upgrading directions in UPDATING.

Kris



msg15954/pgp0.pgp
Description: PGP signature