huge /var/log/exim files

2003-08-14 Thread Kirk R. Wythers
/var is full, and I see that /var/log/exim files are huge

[EMAIL PROTECTED]:230 pwd
/var/log/exim
[EMAIL PROTECTED]:231 ls -lh
total 172088
-rw-r-  1 mailnull  mail   102M Aug  6 10:32 mainlog
-rw-r-  1 mailnull  mail   6.8K Aug  5 03:01 paniclog
-rw-r-  1 mailnull  mail66M Aug  5 16:00 rejectlog

My question is this: If I rm mainlog and reject log, will they be built
again or is there a more subtle way to do this?

Thanks,

Kirk


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


Re: sendmail configuration

2003-08-14 Thread Kirk R. Wythers
On Tue, 2003-08-05 at 19:43, Chuck Swiger wrote:
 Kirk R. Wythers wrote:
 [ ... ]
  OK... not space between the install and -cf 'make install-cf
  CF=neighborsunited'
  
  gives the message 
  
  [EMAIL PROTECTED]:133 make install-cf CF=neighborsunited.net
  install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf
 
 That's right.  Now do a make restart.

Did it
 
  How can I tell (other than new lists created with mailman still do not
  send messages), if this worked. Me thinks it is still broken...
 
 Try:
 
   echo 3,0 [EMAIL PROTECTED] | sendmail -bt
 
 ...and see whether it gets rewritten to neighborsunited.net.
[EMAIL PROTECTED]:165 echo 3,0 [EMAIL PROTECTED] | sendmail
-bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter ruleset address
 canonify   input: postmaster @ lorax . forestry . umn . edu
Canonify2  input: postmaster  @ lorax . forestry . umn . edu 
Canonify2returns: postmaster  @ x74-47 . forestry . umn . edu .

canonify returns: postmaster  @ x74-47 . forestry . umn . edu .

parse  input: postmaster  @ x74-47 . forestry . umn . edu .

Parse0 input: postmaster  @ x74-47 . forestry . umn . edu .

Parse0   returns: postmaster  @ x74-47 . forestry . umn . edu .

ParseLocal input: postmaster  @ x74-47 . forestry . umn . edu .

ParseLocal   returns: postmaster  @ x74-47 . forestry . umn . edu .

Parse1 input: postmaster  @ x74-47 . forestry . umn . edu .

Parse1   returns: $# local $: postmaster
parsereturns: $# local $: postmaster

Nope... seems to still be writing to the uname of the machine 
 
  shouldn't there be some reference to:
  
  MASQUERADE_AS(`neighborsunited.org')dnl FEATURE(masquerade_envelope)dnl
  
  in sendmail.cf?
 
 Yes, you should see a like like:
 
 #  $Id: masquerade_envelope.m4,v 8.9 1999/02/07 07:26:10 gshapiro Exp $  ###
 ##
 
 ...near the beginning of the .cf file, and lines like:
 
 # who I masquerade as (null for no masquerading) (see also $=M)
 DMneighborsunited.net

I'm not seeing anything like that...

[EMAIL PROTECTED]:169 grep masquerade *.cf
freebsd.cf:# class E: names that should be exposed as from this host,
even if we masquerade
freebsd.cf:###  Ruleset 93 -- convert header names to masqueraded form 
###
freebsd.cf:# do not masquerade anything in class N
freebsd.cf:###  Ruleset 94 -- convert envelope names to masqueraded
form   ###
freebsd.submit.cf:# class E: names that should be exposed as from this
host, even if we masquerade
freebsd.submit.cf:###  Ruleset 93 -- convert header names to masqueraded
form  ###
freebsd.submit.cf:# do not masquerade anything in class N
freebsd.submit.cf:###  Ruleset 94 -- convert envelope names to
masqueraded form###
lorax.forestry.umn.edu.cf:# class E: names that should be exposed as
from this host, even if we masquerade
lorax.forestry.umn.edu.cf:###  Ruleset 93 -- convert header names to
masqueraded form   ###
lorax.forestry.umn.edu.cf:# do not masquerade anything in class N
lorax.forestry.umn.edu.cf:###  Ruleset 94 -- convert envelope names to
masqueraded form ###
sendmail.cf:# class E: names that should be exposed as from this host,
even if we masquerade
sendmail.cf:###  Ruleset 93 -- convert header names to masqueraded form
###
sendmail.cf:# do not masquerade anything in class N
sendmail.cf:###  Ruleset 94 -- convert envelope names to masqueraded
form  ###
submit.cf:# class E: names that should be exposed as from this host,
even if we masquerade
submit.cf:###  Ruleset 93 -- convert header names to masqueraded form  
###
submit.cf:# do not masquerade anything in class N
submit.cf:###  Ruleset 94 -- convert envelope names to masqueraded form
###
[EMAIL PROTECTED]:170

To recap, here is what I tried from /et/mail:
1. cp freebsd.mc neighborsunited.net.mc
2. emacs neighborsunited.net.mc and added the lines:

MASQUERADE_AS(`neighborsunited.net')dnl
FEATURE(masquerade_envelope)dnl
above the lines: 
MAILER(local)
MAILER(smtp)
3. make
4. make install-cf CF=neighborsunited.net
5. make restart

what am I messing up here?

THanks


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


freebsd and mailman groups

2003-08-14 Thread Kirk R. Wythers
I have just about got mailman working, but have the following error in
/var/log/maillog:

Aug  6 13:42:22 lorax Mailman mail-wrapper: Group mismatch error. 
Mailman expected the mail wrapper script to be executed as group
mailnull, but the system's mail server executed the mail script as
group mail.  Try tweaking the mail server to run the script as group
mailnull, or re-run configure,  providing the command line option
`--with-mail-gid=mail'.

I was hoping for some advice as to easiest way to fix this. I'm always
nervous when something says try tweaking the mail server, but I don't
want to re-run ./configure if it will mess up something that I have
already set up...

Thanks,



-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


Re: freebsd and mailman groups

2003-08-07 Thread Kirk R. Wythers
On Wed, 2003-08-06 at 16:20, Chuck Swiger wrote:
 Kirk R. Wythers wrote:
 [ ... ]
  I was hoping for some advice as to easiest way to fix this. I'm always
  nervous when something says try tweaking the mail server, but I don't
  want to re-run ./configure if it will mess up something that I have
  already set up...
 
 The easiest way would to be install Mailman via the port.  In particular, 
 /usr/ports/mail/mailman/Makefile suggests:
 
 CONFIGURE_ARGS= --prefix=${MAILMANDIR} --with-python=${PYTHON_CMD} \
  --with-username=${MM_USERNAME} \
  --with-groupname=${MM_GROUPNAME} \
  --with-mail-gid=${MAIL_GID} --with-cgi-gid=${CGI_GID}
 
so would this be done like this:
1.make deinstall
2.make reinstall --with-mail-gid=mail



 .include bsd.port.pre.mk
 
 # The Mailman port supports a number of variables that may be tweaked at
 # build time.  Getting the values of some of them right is crucial!
 # Perform a make options to see more information on these variables.
 #
 MM_USERNAME?=   mailman
 MM_USERID?= 91
 MM_GROUPNAME?=  ${MM_USERNAME}
 MM_GROUPID?=${MM_USERID}
 MM_DIR?=mailman
 .if ${OSVERSION} = 45
 MAIL_GID?=  mailnull
 .else
 MAIL_GID?=  daemon
 .endif
 CGI_GID?=   www
 IMGDIR= www/icons
-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


thanks everyone, was Re: sendmail configuration

2003-08-06 Thread Kirk R. Wythers
Looks like send mail is sending mail out to the virtual host
(neighborsunited.net) now:

[EMAIL PROTECTED]:189 echo 3,0 [EMAIL PROTECTED] | sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter ruleset address
 canonify   input: postmaster @ neighborsunited . net
Canonify2  input: postmaster  @ neighborsunited . net 

Mailman is not sending messages, but it looks like /var is full (which
would cause problems) 

Aug  6 09:35:18 lorax sm-mta[27137]: h76EZIpZ086955: low on space
(SMTP-DAEMON n
eeds 0 bytes + 100 blocks in /var/spool/mqueue), max avail: 0
Aug  6 09:35:18 lorax sm-mta[27137]: rejecting new messages: min free:
100
[EMAIL PROTECTED]:204  df
Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
/dev/da0s1a128814   69388   4912259%/
devfs   1   1   0   100%/dev
/dev/da0s1e   7322350 2631730 410483239%/home
/dev/da1s1d   7709614 6373536  71931090%/usr
/dev/da0s1d257838  237312-100   100%/var

So I'm off to try and figure out where I can clear some space off in
/var

Thanks everyone...


  
  So are you saying that that I should type litterally:
  
  cp freebsd.mc `hostname`.mc  (I had used neighborsunited.net.mc)
 
 Yes. And then you should edit the host.name.of.machine.mc file, eg
 
 # vi `hostname`.mc
 
  and then in my favorite editor, add the lines:
  
  MASQUERADE_AS(`neighborsunited.net')dnl
  FEATURE(masquerade_envelope)dnl
  
  then litterally:
 
  make
  make install-cf CF=neighborsunited.net
  sh /etc/rc.sendmail restart
 
 I would use:
 
 # make
 # make install
 # sh /etc/rc.sendmail restart
 
 The CF= stuff is for really odd tweaks.
 
 Cheers.
-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


Re: sendmail configuration

2003-08-05 Thread Kirk R. Wythers
On Tue, 2003-08-05 at 18:41, Michael K. Smith wrote:
 On 8/5/03 11:40 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote:
 
  On Tue, 2003-08-05 at 16:51, Michael K. Smith wrote:
  On 8/5/03 9:32 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote:
  
  On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote:
  On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote:
  I am adding a dynamic dns host to my server and need want to add to
  these options to sendmail
  
  
  MASQUERADE_AS(`neighborsunited.net')dnl
  FEATURE(masquerade_envelope)dnl
  
  Is this done with freebsd.submit.mc or freebsd.mc?
  
  It should be done to your local copy of the freebsd.mc file, ie:
  
  # cd /etc/mail
  # cp freebsd.mc `hostname`.mc
  # vi `hostname`.mc
  # make
  # make install
  # sh /etc/rc.sendmail restart
  
  I did all that, but sendmail does not seem to be sending out mail. Is
  there anything that needs to be done to make sure that 'hostname.mc'
  gets activated? Should the 'make' and 'make install' commands take
  'hostname.mc' as an agrument?
  
  I just seems like I have all these .mc files in /etc/mail, do they all
  get made and installed with 'make intall'?
  
  Cheers.
  
  Try make install-cf CF=hostname
  
  That yield the message:
  
  [EMAIL PROTECTED]:103 make install -cf CF=nieghborsunited.net
  make: illegal option -- c
  usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f
  makefile]
[-I directory] [-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
  [EMAIL PROTECTED]:104 make install-cf CF=nieghborsunited.net
  install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf
  
  The domain that I want to be configured into sendmail.cf is
  neighborsunited.net. Why does the install message refer to
  lorax.forestry.umn.edu?
  
 
 No space between install and -cf  So, it's make install-cf
 CF=neighborsunited.net

OK... not space between the install and -cf 'make install-cf
CF=neighborsunited'

gives the message 

[EMAIL PROTECTED]:133 make install-cf CF=neighborsunited.net
install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf

How can I tell (other than new lists created with mailman still do not
send messages), if this worked. Me thinks it is still broken...

shouldn't there be some reference to:

MASQUERADE_AS(`neighborsunited.org')dnl FEATURE(masquerade_envelope)dnl

in sendmail.cf?






 
 Mike
-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


Re: sendmail configuration

2003-08-05 Thread Kirk R. Wythers
On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote:
 On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote:
  I am adding a dynamic dns host to my server and need want to add to
  these options to sendmail
  
  
  MASQUERADE_AS(`neighborsunited.net')dnl
  FEATURE(masquerade_envelope)dnl
  
  Is this done with freebsd.submit.mc or freebsd.mc?
 
 It should be done to your local copy of the freebsd.mc file, ie:
 
 # cd /etc/mail
 # cp freebsd.mc `hostname`.mc
 # vi `hostname`.mc
 # make
 # make install
 # sh /etc/rc.sendmail restart

I did all that, but sendmail does not seem to be sending out mail. Is
there anything that needs to be done to make sure that 'hostname.mc'
gets activated? Should the 'make' and 'make install' commands take
'hostname.mc' as an agrument?

I just seems like I have all these .mc files in /etc/mail, do they all
get made and installed with 'make intall'?
 
 Cheers.
-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


Re: sendmail configuration

2003-08-05 Thread Kirk R. Wythers
On Tue, 2003-08-05 at 16:51, Michael K. Smith wrote:
 On 8/5/03 9:32 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote:
 
  On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote:
  On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote:
  I am adding a dynamic dns host to my server and need want to add to
  these options to sendmail
  
  
  MASQUERADE_AS(`neighborsunited.net')dnl
  FEATURE(masquerade_envelope)dnl
  
  Is this done with freebsd.submit.mc or freebsd.mc?
  
  It should be done to your local copy of the freebsd.mc file, ie:
  
  # cd /etc/mail
  # cp freebsd.mc `hostname`.mc
  # vi `hostname`.mc
  # make
  # make install
  # sh /etc/rc.sendmail restart
  
  I did all that, but sendmail does not seem to be sending out mail. Is
  there anything that needs to be done to make sure that 'hostname.mc'
  gets activated? Should the 'make' and 'make install' commands take
  'hostname.mc' as an agrument?
  
  I just seems like I have all these .mc files in /etc/mail, do they all
  get made and installed with 'make intall'?
  
  Cheers.
 
 Try make install-cf CF=hostname

That yield the message: 

[EMAIL PROTECTED]:103 make install -cf CF=nieghborsunited.net
make: illegal option -- c
usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f
makefile]
[-I directory] [-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
[EMAIL PROTECTED]:104 make install-cf CF=nieghborsunited.net
install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf

The domain that I want to be configured into sendmail.cf is
neighborsunited.net. Why does the install message refer to
lorax.forestry.umn.edu? 

Kirk
 
 Mike


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


sendmail configuration

2003-08-04 Thread Kirk R. Wythers
I am adding a dynamic dns host to my server and need want to add to
these options to sendmail


MASQUERADE_AS(`neighborsunited.net')dnl
FEATURE(masquerade_envelope)dnl

Is this done with freebsd.submit.mc or freebsd.mc?

Thanks,

Kirk



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


mailman install and setup

2003-07-29 Thread Kirk R. Wythers
I am trying to get a mailman list running on freebsd 5.0. I am confused
as to which pre-install tasks need to be done before doing a 'make
install' (or in my case... a make deinstall, make reinstall) on mailman.

Here is what I've done so far:

(1) adduser mailman
(2) built apache13
(3) added the lines to attpd.conf:
ScriptAlias /mailman /usr/local/mailman/cgi-bin
Alias /pipermail /usr/local/mailman/archives/public
(4) build mailman with default settings

However, I'm getting a 'You don't have permission to access /mailman on
this server.' message from apache, and I'm concerned that I still need
to do something with Exim. I did go ahead and build Exim (with default
settings), but I'm wondering if there is some config that I still need
to do with Exim? Also, am I doing this in the right order?

Thanks

Kirk


-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


zip drive problem

2003-07-07 Thread Kirk R. Wythers
I have one zip250 disk that is not mounting. It gives the error:

dev/afd0: Operation not permitted

All the rest of my disks mount properly, and work fine. I need to
recover data from this disk. Any ideas?

-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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


grace will not portupgrade

2003-03-27 Thread Kirk R. Wythers
I am getting an error trying to portupgrade grace from 5.9 to 5.12 on a
5.0-RELEASE box. The error is below. Does anyone recognize this error?

 -lnetcdf -lfftw -lt1 -lpdf -ltiff -ljpeg -lpng -lz -lm
plotone.o: In function `do_hardcopy':
plotone.o(.text+0x1f0): warning: tmpnam() possibly used unsafely;
consider using mkstemp()
files.o: In function `readnetcdf':
files.o(.text+0x1b65): undefined reference to `sd_ncopen'
files.o(.text+0x1b95): undefined reference to `sd_ncvarid'
files.o(.text+0x1bf8): undefined reference to `sd_ncvarinq'
files.o(.text+0x1c1c): undefined reference to `sd_ncdiminq'
files.o(.text+0x1c40): undefined reference to `sd_ncvarid'
files.o(.text+0x1cb2): undefined reference to `sd_ncvarinq'
files.o(.text+0x1cd6): undefined reference to `sd_ncdiminq'
files.o(.text+0x1e2e): undefined reference to `sd_ncvarget'
files.o(.text+0x1ea1): undefined reference to `sd_ncvarget'
files.o(.text+0x1f11): undefined reference to `sd_ncvarget'
files.o(.text+0x1f76): undefined reference to `sd_ncvarget'
files.o(.text+0x2046): undefined reference to `sd_ncvarget'
files.o(.text+0x20b4): more undefined references to `sd_ncvarget' follow
files.o: In function `readnetcdf':
files.o(.text+0x21b0): undefined reference to `sd_ncclose'
files.o(.text+0x21ce): undefined reference to `sd_ncclose'
files.o: In function `write_netcdf':
files.o(.text+0x22e5): undefined reference to `sd_nccreate'
files.o(.text+0x231b): undefined reference to `sd_ncattput'
files.o(.text+0x23f9): undefined reference to `sd_ncattput'
files.o(.text+0x2492): undefined reference to `sd_ncattput'
files.o(.text+0x24e4): undefined reference to `sd_ncdimdef'
files.o(.text+0x257c): undefined reference to `sd_ncvardef'
files.o(.text+0x25b2): undefined reference to `sd_ncattput'
files.o(.text+0x25e6): undefined reference to `sd_ncattput'
files.o(.text+0x2642): undefined reference to `sd_ncvardef'
files.o(.text+0x2678): undefined reference to `sd_ncattput'
files.o(.text+0x26ac): undefined reference to `sd_ncattput'
files.o(.text+0x26e8): undefined reference to `sd_ncendef'
files.o(.text+0x26f6): undefined reference to `sd_ncclose'
files.o(.text+0x2709): undefined reference to `sd_ncopen'
files.o(.text+0x280a): undefined reference to `sd_ncvarid'
files.o(.text+0x2848): undefined reference to `sd_ncvarid'
files.o(.text+0x287a): undefined reference to `sd_ncvarput'
files.o(.text+0x28aa): undefined reference to `sd_ncvarput'
files.o(.text+0x28e6): undefined reference to `sd_ncclose'
fileswin.o: In function `update_netcdfs':
fileswin.o(.text+0xd62): undefined reference to `sd_ncopen'
fileswin.o(.text+0xdac): undefined reference to `sd_ncinquire'
fileswin.o(.text+0xde7): undefined reference to `sd_ncdiminq'
fileswin.o(.text+0xe4a): undefined reference to `sd_ncvarinq'
fileswin.o(.text+0xe5c): undefined reference to `sd_ncvarid'
fileswin.o(.text+0xebf): undefined reference to `sd_ncdiminq'
fileswin.o(.text+0xf41): undefined reference to `sd_ncclose'
fileswin.o: In function `do_netcdfquery_proc':
fileswin.o(.text+0x1354): undefined reference to `sd_ncopen'
fileswin.o(.text+0x151c): undefined reference to `sd_ncvarid'
fileswin.o(.text+0x157c): undefined reference to `sd_ncvarinq'
fileswin.o(.text+0x15a0): undefined reference to `sd_ncdiminq'
fileswin.o(.text+0x1659): undefined reference to `sd_ncattname'
fileswin.o(.text+0x1683): undefined reference to `sd_ncattinq'
fileswin.o(.text+0x16d5): undefined reference to `sd_ncattget'
fileswin.o(.text+0x1738): undefined reference to `sd_ncattget'
fileswin.o(.text+0x176a): undefined reference to `sd_ncattget'
fileswin.o(.text+0x17d0): undefined reference to `sd_ncvarid'
fileswin.o(.text+0x184e): undefined reference to `sd_ncvarinq'
fileswin.o(.text+0x1878): undefined reference to `sd_ncdiminq'
fileswin.o(.text+0x1929): undefined reference to `sd_ncattname'
fileswin.o(.text+0x1953): undefined reference to `sd_ncattinq'
fileswin.o(.text+0x19a5): undefined reference to `sd_ncattget'
fileswin.o(.text+0x1a08): undefined reference to `sd_ncattget'
fileswin.o(.text+0x1a3a): undefined reference to `sd_ncattget'
fileswin.o(.text+0x1a9a): undefined reference to `sd_ncclose'
gmake[1]: *** [xmgrace] Error 1
gmake[1]: Leaving directory
`/usr/ports/math/grace/work/grace-5.1.12/src'
gmake: *** [subdirs] Error 1
*** Error code 2
 
Stop in /usr/ports/math/grace.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade32244.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped /
!:failed)
! math/grace (grace-5.1.9)  (linker error)




-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA

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

sendmail question

2003-03-13 Thread Kirk R. Wythers
I have been trying to track down a problem (I think with sendmail) on a
5.0-RELEASE system: 

lorax[/etc/mail]$ uname -a
FreeBSD lorax.forestry.umn.edu 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Tue
Feb  4 13:54:49 CST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/LORAX_SMP_KERNEL 
i386

I get a startup message like this:

Mar 11 03:02:52 lorax sm-mta[22980]: h2B92pBL022966: SYSERR(root):
x74-47.forestry.umn.edu. config error: mail loops back to me (MX
problem?)
Mar 11 03:02:52 lorax sm-mta[22985]: h2B92qBL022981: SYSERR(root):
x74-47.forestry.umn.edu. config error: mail loops back to me (MX
problem?)
Mar 11 10:15:49 lorax su: kwythers to root on /dev/ttyp0

According to what I've read in the sendmail FAQ, it looks like I need to
add my local hostname to /etc/mail/local-host-names. However my system
does not seems to have a local-host-names file. Why wasn't this file
created when I did a standard cd install? Is this something I need to
add manually?  Or am I completely on the wrong track here?

thanks

-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA


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


need database suggestion for *.mdb files

2003-03-04 Thread Kirk R. Wythers
I just received an attachment that was saved as an Access db. Can anyone
suggest an application to deal with this file. I'm not familiar enough
with freebsd's database options to know if any of them read .mdb files. 

Thanks
-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA


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


running an x app remotely via ssh

2003-02-12 Thread Kirk R. Wythers
I am able to log into my office machine (5.0-RELEASE) with ssh from home
just fine. However when I attempt to start an X-app (with putty), I get
the error: 

lorax: [/etc/ssh] $ evolution 
[1] 674
lorax: [/etc/ssh] $ Gdk-ERROR **: X connection to localhost:10.0 broken
(explicit kill or server shutdown).

What did I miss? I have a fragment of a memory about adding my home
machine to some file somewhere on my office box in order for my home
machine to have permission to receive forwarded X applications? 

Thanks


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



RE: running an x app remotely via ssh

2003-02-12 Thread Kirk R. Wythers


-Original Message-
From: Kirk R. Wythers [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 12, 2003 10:27 AM
To: 'Michael Sharp'; [EMAIL PROTECTED]
Subject: RE: running an x app remotely via ssh



-Original Message-
From: Michael Sharp [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 12, 2003 10:30 AM
To: [EMAIL PROTECTED]
Subject: Re: running an x app remotely via ssh

Is your sshd server running with  X11Forwarding yes  
Yes... I uncommented X11Forwarding and set it to YES...

# Kerberos TGT Passing only works with the AFS kaserver
#KerberosTgtPassing no

X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes


I also uncommented ForwardX11 and set it to yes...
# Site-wide defaults for various options

# Host *
#   ForwardAgent no
   ForwardX11 yes
#   RhostsAuthentication no
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
and are you running
nix from home or using a win32 client such as putty/securecrt to connect
to the work unix machine?

I connecting from an wind32 client (putty)... and yes I enabled X
forwarding on the connection... 

michael


 I am able to log into my office machine (5.0-RELEASE) with ssh from
home
 just fine. However when I attempt to start an X-app (with putty), I
get
 the error:

 lorax: [/etc/ssh] $ evolution 
 [1] 674
 lorax: [/etc/ssh] $ Gdk-ERROR **: X connection to localhost:10.0
broken
 (explicit kill or server shutdown).

 What did I miss? I have a fragment of a memory about adding my home
 machine to some file somewhere on my office box in order for my home
 machine to have permission to receive forwarded X applications?

 Thanks


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


GnuPG Key: http://probsd.org/michael.asc





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



RE: running an x app remotely via ssh

2003-02-12 Thread Kirk R. Wythers


-Original Message-
From: David Bear [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 12, 2003 10:25 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: running an x app remotely via ssh

On Wed, Feb 12, 2003 at 10:14:13AM -0600, Kirk R. Wythers wrote:
 I am able to log into my office machine (5.0-RELEASE) with ssh from
home
 just fine. However when I attempt to start an X-app (with putty), I
get
 the error: 
 
 lorax: [/etc/ssh] $ evolution 
 [1] 674
 lorax: [/etc/ssh] $ Gdk-ERROR **: X connection to localhost:10.0
broken
 (explicit kill or server shutdown).
 
 What did I miss? I have a fragment of a memory about adding my home
 machine to some file somewhere on my office box in order for my home

did you have an X server running on your home machine when you shell
into your office machine?

The home machine is an winxp box (putty is a win32 client)

also, when using ssh I need to use -X at the end of the command line
to instruct it to tunnel X.  don't know about putty. 


-- 
David Bear
College of Public Programs/ASU
Mail Code 0803


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



vi permissions

2003-02-03 Thread Kirk R. Wythers
I'm trying to create a .bashrc file with vi in my home directroy. I'm
gettting the error:

su-2.05b$ vi .bashrc
ex/vi: Error: Unable to create temporary file: Permission denied
su-2.05b$

I am working on configuring a newly set up 5.0-RELEASE box. Permissions
must be messed up somewhere. I can't believe that I neet to be root in
order to create a . file.

Thanks,

Kirk

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



intalling from cds

2003-01-31 Thread Kirk R Wythers
I ran into a strange issue while trying to do a cd install from the
5.0-RELEASE cds. After booting from the cd, the install skips the kernel
configuration menue completely (I've never seen that before), then jumps
right into sysinsall. I select 'standard install', and I see the folloing:

afd0
da0
da1

adf0 is a zip250 drive on this box. Why is that showing up here? If I
choose to use the entire disk on da0 and da1 (no dual boot concerns), and
install the 'standard mbr' on the da0, I seem to be stuck going back to the
'choose the drive' 

afd0
da0
da1 

menue without getting to the the disklable editor

What am I doing wrong? thanks


ps... sorry for cross posting, but I wasn't sure which group this fell to
the best...



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



4.7-5.0, ran out of space on /

2003-01-22 Thread Kirk R. Wythers
I just ran into a problem trying to install the 5.0 world. I thought I
checked and had 30M free on / before I started this. However, after
building, the world, building the kernel, installing the kernel, running
mergemaster -p, I went to install the world and got the error 'out of
space on /' 

I need to find some room, but I'm a little nervous about what I can rm.
Here is what I'm looking at:

1)   / partition is 79M, 64M are used (I was almost sure there was
more room than that on / before I satarted). 
2)   /tmp is on it's own partition
3)   du -h on subdirectories breakdown like this. 
a.   18M /boot
b.   1.4M /etc
c.   3.7M /kernel
d.   3.9M /kern.GENERIC
e.   6M /modules
f. 21M /sbin
g.   2.1M /stand

as you can see that pretty much accounts for it. The rest of the stuff
is pretty small.

I need to know if I can delete any of this stuff and still successfully
do a 'make installworld'?

Thanks,

Kirk

Ps... sorry about cross posting (I wasn't sure if 5-release qualified
for the stable list)


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



patching a file

2002-12-04 Thread Kirk R. Wythers
I have a patch that should fix a build problem with one of freebsd's
ports, pybliographer. The patch needs to be applied to recode-3.6_1 to
make it compatable with pybliographer (which requires recode 3.5
exactly). I want to test this patch out on my system, to see if it does
all it claims to do...

Problem is, I confused over how to apply a patch to something in the
ports system. My ports tree is up to date, but I dont't see the source
in /usr/ports/converters/recode that the patch should be applied to.
Also, running file on /usr/ports/distfiles/recode-3.6.tar.gz returns
file is empty. I thought that I could unpack the tarball manually
apply the patch, then tar it back up and build the port. I seem to be
all wet on this. 

Can anyone get me started on this noble errand?

Thanks,


-- 
Kirk R. Wythers email: [EMAIL PROTECTED]
University of Minnesota tel: 612.625.2261
Department of Forest Resources  fax: 612.625.5212
Saint Paul, MN 55108



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



pybliographer does not install with pkg_add

2002-11-26 Thread Kirk R. Wythers
Is pybliographer available as a package (I'm getting tired of fighting
with the port)? If so, does anyone know what to pass to pkg_add -r?
pkg_add -r pybliographer, does not seem to work:

lorax# pkg_add -r pybliographer
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/pybliographer.tgz:
 File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/pybliographer.tgz'
 by URL

Thanks, 

Kirk
-- 
Kirk R. Wythers email: [EMAIL PROTECTED]
University of Minnesota tel: 612.625.2261
Department of Forest Resources  fax: 612.625.5212
Saint Paul, MN 55108



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



lyx question

2002-11-14 Thread Kirk R. Wythers
I recently added textcomp.sty to my lyx configuration to enable the
degreecelsius symbol. However, I kept getting an error when I tired to
use \textcelsius in a .lyx document. No make matters more confusion,
other symbols that are part of the textcomp package worked fine (e.g.
\textdegree, \textdagger, etc.). With the kind help of H. Voss, I
discovered an conundrum. Mr. Voss sent me a .lyx file with a single
\textcelsius command (textcelsius.yes.lyx) that he created on his 1.2.1
lyx. My version of lyx (1.2.1_1 from freebsd ports) can open it, and
display a div with no errors. However, a file that I create on my
machine with the same single \textcelsius command, yields an error when
I try and display the dvi. I have attached both files. Are there any lyx
users that can shed some light on this situation?

Thanks,

Kirk
-- 
Kirk R. Wythers [EMAIL PROTECTED]
University of Minnesota

#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass article
\begin_preamble
\usepackage{textcomp}
\end_preamble
\language ngerman
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 10
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
textcelsius
\end_inset 


\the_end

#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
textcelsius
\end_inset 


\the_end



dual boot install

2002-10-17 Thread Kirk R. Wythers
I have a dual boot redhat/win98 box at home that I boot with lilo. I'd like
to replace redhat with freebsd. My main concern is getting rid of lilo, so
that I can use the freebsd bootloader to choose between windows and freesd.
I'm not sure how a freebsd install will treat lilo. Will the freebsd simply
overwrite lilo and alow me to choose between windows and freebsd? or creat
some crazy double boot loader situation?

I'm looking for a little wisdom regarding how to prepare for a freebsd
install with out messing up the windows partitions (C and D with a ext2
linux partion between them). Should I reinstall the windows bootloader
first?

Thanks

Kirk


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



trouble with sound on java build

2002-09-20 Thread Kirk R. Wythers

I am getting the following error when I try and build jdk1.3.1: 

gmake[2]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
gmake ../../../build/bsd-i386/lib/i386/libjsound.so copy-files
VARIANT=OPT 
gmake[3]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
rm -f ../../../build/bsd-i386/tmp/sun/javax.sound/jsound/.classes.list 
if [ -s ../../../build/bsd-i386/tmp/sun/javax.sound/jsound/.classes.list
] ; \ 
then ../../../build/bsd-i386/bin/javac -J-Xms16m -J-Xmx256m
-J-Djava.compiler=NONE -classpath ../../../build/bsd-i386/classes
-bootclasspath  -sourcepath
../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes
 -d ../../../build/bsd-i386/classes  \ 
 ; \ 
fi 
gmake[3]: *** No rule to make target
`../../../build/bsd-i386/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider',
 needed by `copy-files'.  Stop. 
gmake[3]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
gmake[2]: *** [optimized] Error 2 
gmake[2]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
gmake[1]: *** [all] Error 1 
gmake[1]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax' 
gmake: *** [all] Error 1 
*** Error code 2 


Any ideas what to do about it? 

Kirk 

-- 
Kirk R. Wythers email: [EMAIL PROTECTED]
University of Minnesota tel: 612.625.2261
Department of Forest Resources  fax: 612.625.5212
Saint Paul, MN 55108



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