Re: building sendmail-sasl-8.12.10 problems

2003-10-05 Thread Noah
On Sat, 4 Oct 2003 16:35:41 +0100, Matthew Seaman wrote
 On Sat, Oct 04, 2003 at 07:13:28AM -0800, Noah wrote:
 
   Either that, or ditch the ports version of sendmail, and add the
   following to your /etc/make.conf:
   
   SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
   SENDMAIL_LDFLAGS=-L/usr/local/lib
   SENDMAIL_LDADD=-lsasl2
   
  
  when I uncomment these entries in /etc/make.conf - I get the folllowing errors
  during execution of 'make' .
  
  
  
  [EMAIL PROTECTED] make   
  /etc/make.conf, line 404: Unassociated shell command
  SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
  /etc/make.conf, line 405: Unassociated shell command
  SENDMAIL_LDFLAGS=-L/usr/local/lib 
  /etc/make.conf, line 406: Unassociated shell command
  SENDMAIL_LDADD=-lsasl2 make: fatal errors encountered -- cannot continue
 
 Check the syntax of your /etc/make.conf file carefully.  Make sure
 those variable assignments don't have any leading whitespace, and
 particularly that they don't follow an uncommented line ending in one
 or two colons.  make(1) has somehow become convinced that those lines
 are commands that it should execute rather than variable settings.
 


white space was the issue. thank you for your help.

- Noah



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


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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
On Sat, 4 Oct 2003, Joe Marcus Clarke wrote:

 Works fine for me on two different systems.  No one else has reported
 this yet.  You said this is a new system, but did you migrate an old
 .gaimrc?

Nope, I had gaim generate a fresh .gaim directory for me.


 What version of freetype2 do you have installed?

I initially used the version that came with the XFree86.org 4.3.0 binary
distribution, which appears to be 2.1.0.  Today, I manually removed both
this version of freetype2 and fontconfig, and installed the latest
versions out of the the ports collection (freetype2-2.1.5_1 and
fontconfig-2.2.90_3, respectively).


 Have you run fc-cache -f -v as root?

Running fc-cache as root gives me:

# fc-cache -f -v
fc-cache: /usr/X11R6/lib/X11/fonts: caching, 0 fonts, 13 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/75dpi: caching, 397 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/misc: caching, 55 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/CID: caching, 0 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/local: caching, 0 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/util: caching, 0 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/encodings: caching, 0 fonts, 1 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/encodings/large: caching, 0 fonts, 0
dirs
fc-cache: /usr/X11R6/lib/X11/fonts/100dpi: caching, 397 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/cyrillic: caching, 0 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/Speedo: caching, 0 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/Type1: caching, 29 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/TTF: caching, 13 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/PEX: caching, 0 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/latin2: caching, 0 fonts, 2 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/latin2/100dpi: caching, 0 fonts, 0
dirs
fc-cache: /usr/X11R6/lib/X11/fonts/latin2/75dpi: caching, 0 fonts, 0
dirs
fc-cache: /usr/X11R6/lib/X11/fonts/TTF: caching, 13 fonts, 0 dirs
fc-cache: /usr/X11R6/lib/X11/fonts/Type1: caching, 29 fonts, 0 dirs
fc-cache: /home/steve/.fonts: skipping, no such directory
fc-cache: succeeded

Unfortunately, running a freshly built version of GAIM produces the same
results as before.  Perhaps part of my install was statically linked to an
older version of the fontconfig libraries?  Most of the ports were built
using the XFree86.org bundled freetype2 and fontconfig; I'm not sure how
that might play into this, as I'm not quite clear as to what system
components use these libraries.

I'd be glad to give you any additional information that you might be
interested in; I'm stumped at this point.

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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Joe Marcus Clarke
On Sun, 2003-10-05 at 02:36, Steve Bernacki wrote:
 On Sat, 4 Oct 2003, Joe Marcus Clarke wrote:
 
  Works fine for me on two different systems.  No one else has reported
  this yet.  You said this is a new system, but did you migrate an old
  .gaimrc?
 
 Nope, I had gaim generate a fresh .gaim directory for me.
 
 
  What version of freetype2 do you have installed?
 
 I initially used the version that came with the XFree86.org 4.3.0 binary
 distribution, which appears to be 2.1.0.  Today, I manually removed both
 this version of freetype2 and fontconfig, and installed the latest
 versions out of the the ports collection (freetype2-2.1.5_1 and
 fontconfig-2.2.90_3, respectively).
 
 
  Have you run fc-cache -f -v as root?
 
 Running fc-cache as root gives me:
 
 # fc-cache -f -v
 fc-cache: /usr/X11R6/lib/X11/fonts: caching, 0 fonts, 13 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/75dpi: caching, 397 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/misc: caching, 55 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/CID: caching, 0 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/local: caching, 0 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/util: caching, 0 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/encodings: caching, 0 fonts, 1 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/encodings/large: caching, 0 fonts, 0
 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/100dpi: caching, 397 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/cyrillic: caching, 0 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/Speedo: caching, 0 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/Type1: caching, 29 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/TTF: caching, 13 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/PEX: caching, 0 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/latin2: caching, 0 fonts, 2 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/latin2/100dpi: caching, 0 fonts, 0
 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/latin2/75dpi: caching, 0 fonts, 0
 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/TTF: caching, 13 fonts, 0 dirs
 fc-cache: /usr/X11R6/lib/X11/fonts/Type1: caching, 29 fonts, 0 dirs
 fc-cache: /home/steve/.fonts: skipping, no such directory
 fc-cache: succeeded
 
 Unfortunately, running a freshly built version of GAIM produces the same
 results as before.  Perhaps part of my install was statically linked to an
 older version of the fontconfig libraries?  Most of the ports were built
 using the XFree86.org bundled freetype2 and fontconfig; I'm not sure how
 that might play into this, as I'm not quite clear as to what system
 components use these libraries.
 
 I'd be glad to give you any additional information that you might be
 interested in; I'm stumped at this point.

What versions of fontconfig and Xft do you have?

Joe

 
 Thanks again,
 Steve
-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Greg 'groggy' Lehey
On Sunday,  5 October 2003 at  1:23:50 +0100, Rus Foster wrote:
 On Sun, 5 Oct 2003, Gabriel Striewe wrote:

 Hello!

 Can anybody recommend a low-scale presentation programm in
 OpenOfficeImpress or PowerPoint style, but which does not use as much
 resources.

 How about saving it as HTML then using netscape?

On Saturday,  4 October 2003 at 21:34:43 -0400, Todd Stephens wrote:
 On Saturday 04 October 2003 08:23 pm, Rus Foster wrote:

  How about saving it as HTML then using netscape?

 I think he wanted something that /wasn't/ a resource hog :-)

 Seriously, if you have KDE installed (which you probably don't if you
 are worried about system resources) there is KPresenter.  The HTML
 suggestion is a very valid one though, and there is a port for
 converting PowerPoint to html in /usr/ports/textproc/xlhtml  but I've
 never tried it.

 There are a few in the 'misc' ports.  Look for MagicPoint or Pointless.
 I think Pointless uses OpenGL, so you might not want that one either.
 There is another in /usr/ports/multimedia/slideshow that is supposedly
 very powerful.  I have only glanced at it.

I'd be very interested to hear from people who are picky, who have
actually used any of these packages, and who can tell me how to use
them well.  (Amongst other things, this is a roundabout way of saying
that I don't know anything good myself).

My issues are:

- OpenOffice: a real pig to work with.  I also have font problems
  which I'm sure I could fix if I found it worth the trouble, but
  after preparing a presentation with other people who didn't have the
  font problems, I don't think it's worth it.  OpenOffice is really a
  Microsoft clone, and it doesn't fit well into UNIX.

- MagicPoint: something to make the GUI approach look good.  Fonts are
  rough, features were pretty minimal when I tried it, and the syntax
  blows my mind.

I haven't tried the others.  I need something that will interface with
UNIX text files, and I suspect that MagicPoint's the only choice
there.

Personally, I use groff and ghostscript to create the slides in PDF
form (ghostview has a helper application called ps2pdf to create the
PDF), and then I use acroread to display them.  It works OK, but
acroread is very slow, and I'd be happy to find something better.

Greg
--
See complete headers for address and phone numbers.


pgp0.pgp
Description: PGP signature


The FreeBSD Diary: 2003-09-14 - 2003-10-04

2003-10-05 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples
FreshPorts- http://www.FreshPorts.org/   - the place for ports
FreshSource   - http://www.FreshSource.org/  - the place for source

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


Access problems

2003-10-05 Thread David Witt
Apparently I don't have permission to get into /usr or any of those 
directories.  I try to access them from the shell and it tells me permission 
denied.  Whenever I load BSD, it tells me that /var, /, /usr, and /tmp were 
all dismounted improperly.  I'm sorta confused, I figured out the access 
problems when I tried to install XMMS, and I haven't been able to correct 
them.  Any help would be great, thanks again.

David Witt

_
Instant message in style with MSN Messenger 6.0. Download it now FREE!  
http://msnmessenger-download.com

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


Re: Issues mirroring drives with Vinum in FreeBSD 4.8-RELEASE

2003-10-05 Thread aarong
On Saturday, October 4, 2003, at 10:18  PM, Greg 'groggy' Lehey wrote:

On Saturday,  4 October 2003 at 10:36:15 -0700, aarong wrote:
On Saturday, October 4, 2003, at 01:30  AM, Greg 'groggy' Lehey wrote:
fstab: /etc/fstab:9: Inappropriate file type or format
It's probably worth fixing this.
I hosed that particular installation and reinstalled; it complains no 
more.

# fsck -n /dev/vinum/var
...
** Phase 5 - Check Cyl groups
FREE BLK COUNT(S) WRONG IN SUPERBLK
SALVAGE? no
This can be normal.

SUMMARY INFORMATION BAD
SALVAGE? no
So can this.
Then neither of the above would cause a drop into single user mode, I 
gather?

ALLOCATED FRAG 1277319 MARKED FREE
BLK(S) MISSING IN BIT MAPS
SALVAGE? no
ALLOCATED FRAG 1368488 MARKED FREE
...same message until 1368493...
But these suggest something worse.  The problem here is that it found
the superblock, so it's likely that your geometry is correct: you
wouldn't have got this far if you hadn't.
fsck'ing the rest of the volumes produces more of the same; one 
notable
difference is root has a reference count error in addition to missing
bit maps, bad summary information, and incorrect number of block 
counts
in the superblock. The usr volume seems to be fine according to fsck,
however. vinum list correctly notes both drives are up, four volumes
have two plexes, the 8 plexes are up and sized, and the subdisks are
up. fsck -n /dev/vinum/var before mirroring produced no complaints,
otherwise I'd conclude that I just mirrored a corrupt plex but that
doesn't seem to be the case.
It looks something like that.  In single user mode, do an fsck on each
of the component plexes.  My guess is that (at least) one plex of each
volume will be bad.
I was not aware you could fsck individual plexes; I'll definitely try 
that on this fresh installation. Thank you for your time and insight, 
Greg; I'll be sure to send an update when I figure out what went wrong 
the first time.

-aarong

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original 
recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.
mime-attachment
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: samba 3.0, FreeBSD 5.1

2003-10-05 Thread Matthew Seaman
On Sat, Oct 04, 2003 at 05:10:47PM -0700, Micheas Herman wrote:
 On Thu, 2003-10-02 at 11:06, Mike Maltese wrote:
   It's in
   /usr/ports/net/samba-devel/
  
  Yes, but the port hasn't been updated to the release version. You'll have to
  modify the Makefile to fetch the current release. I've done it and it does
  build, however I haven't installed it.
 
 Here are my changes. Does anyone have any suggestions?

Yes.  This looks like a solid piece of work, although since this is a
full release you should probably add some more of the samba.org
mirrors to the MASTER_SITES list -- see the net/samba Makefile for
example.  Don't drop the %SUBDIR% part either -- again, copy the
MASTER_SITE_SUBDIR stuff from the net/samba port as that's cunningly
set up to search both the /samba/ftp/ and the /samba/ftp/old-versons/
directories on the download sites.  That way the port will still
continue to work even if the Samba project suddenly releases 3.0.1,
but for whatever reason, the port can't be updated from 3.0.0
immediately.

How have you tested this update?  At a minimum you need to
run it against one or two live client machines and show that the basic
SMB file sharing capability is working.  Then you should bring your
changes to the attention of the responsible person.

The approved way to do that is described in the Porter's Handbook,
which you will find well worth a quick read.
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html)
However, basically what it says for this case is to generate a diff
using the preferred 'diff -Nur' style, and send it to the port's
maintainer, who is:

% cd /usr/ports/net/samba-devel/
% make -V MAINTAINER 
[EMAIL PROTECTED]

Since the maintainer has an @FreeBSD.org address, you can use
send-pr to send in your diff, but add the maintainer's address to the
CC: line.  If the maintainer address is external to FreeBSD.org, then
generally you would just e-mail them directly with your suggestions
and request that they put in a 'maintainer update'.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Anyone using Linux-PAM on 5.x?

2003-10-05 Thread Nick Rogness
On Sat, 4 Oct 2003, Kris Kennaway wrote:

 On Sat, Oct 04, 2003 at 02:12:53PM -0600, Joe Lewis wrote:
  Question for you guru's;
 
 I've been trying to install a PAM module on my FreeBSD 5.1 system.
 Unfortunately, someone thought they were bright and included OpenPAM,
 which would be fine and dandy except for it is installed by default as
 static.  This means I PAM is now AM, because nothing is pluggable.  And
 the documentation on getting a 3rd party module to work is like slitting
 your wrists and doing pushups in salt water.

What is the PAM module?  Where are you having problems, Compiling?
How about some logs or error messages or something.  How about the
PAM module code itself?  Send more info and as Kris suggested
be a tad more professional or at least polite ;-P

There have been PAM changes from 4.X to 5.X, mostly just changing
a few things.  I've had to change my PAM module several times, I
do it by simply looking at existing PAM modules and determining
what's changed.

Nick Rogness [EMAIL PROTECTED]
-
  How many people here have telekenetic powers? Raise my hand.
-Emo Philips


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


comp.unix.bsd.freebsd.misc not showing any messages?

2003-10-05 Thread dave
hello,

my xnews newsreader has stopped showing messages for a few days now? i still get 
the freebsd-questions mail digest, but i also haven't seen any traffic referencing the 
demise of the newsgroup. is it just me, or is the newsgroup down? (i  hope 
temporarily.) 

any replies gratefully received.

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


Re: comp.unix.bsd.freebsd.misc not showing any messages?

2003-10-05 Thread Kris Kennaway
On Sun, Oct 05, 2003 at 01:11:32AM -0700, dave wrote:
 hello,
 
 my xnews newsreader has stopped showing messages for a few days now? i still get 
 the freebsd-questions mail digest, but i also haven't seen any traffic referencing 
 the 
 demise of the newsgroup. is it just me, or is the newsgroup down? (i  hope 
 temporarily.) 

Since Usenet is a global, distributed system it is not possible for it
to be down.  Look for the problem somewhere close to your end.

Kris


pgp0.pgp
Description: PGP signature


Re: Perl cgi redirect not working

2003-10-05 Thread Nick Rogness
On Wed, 1 Oct 2003, Charles Howse wrote:

 Hi,

 I'm *copying an example* perl cgi script from FreeBSD Unleashed pp.
 699. I have 2 issues.

 1. The redirect on the last line isn't working.  It opens a blank page
 and prints the text Location: http://howse.no-ip.org/thanks.shtml;.
 That's not what I want.  I want to open the page thanks.shtml.

 2. I can't see the text in the book clear enough to know whether the
 characters I've marked with ^ should be dashes or tildies.

 I've Googled for the redirect, and tried a few examples, no joy. Would
 someone be kind enough to help?


 #!/usr/bin/perl

 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
 @pairs = split(//, $buffer);
 foreach $pair (@pairs)
 {
 ($name, $value) = split(/=/, $pair);
 $value =~ tr/+/ /;
 ^
 $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(C, hex($1))/eg;
 ^
 $value =~ s/~!/ ~!/g;
 ^   ^   ^
 $FORM{$name} = $value;
 }

 print Content-type: text/html\n\n;

 open (MAIL,| /usr/sbin/sendmail -oi -t);
 print MAIL From: $FORM{'name'} $FORM{'email'}\n;
 print MAIL To: charles\n;
 print MAIL Subject: Contact form output\n\n;
 print MAIL $FORM{'name'}, from $ENV{'REMOTE_HOST'}
 ($ENV{'REMOTE_ADDR'}), has sent you the following comment:\n\n;
 print MAIL $FORM{'comment'}\n;
 close (MAIL);

 print Location: http://howse.no-ip.org/thanks.shtml\n\n;;


1) This is a little extreme for a simple redirect.  A simple 3 liner will
   do the trick:

  #!/usr/bin/perl

  print Location: http://howse.no-ip.org/thanks.shtml\n\n;;
  exit;


2) They are suppose to be tildes (~).

Nick Rogness [EMAIL PROTECTED]
-
  How many people here have telekenetic powers? Raise my hand.
-Emo Philips


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


Re: Access problems

2003-10-05 Thread Matthew Seaman
On Sun, Oct 05, 2003 at 02:20:37AM -0500, David Witt wrote:
 Apparently I don't have permission to get into /usr or any of those 
 directories.  I try to access them from the shell and it tells me 
 permission denied.

/usr (and the other system directories you mention) should generally
have read permission and chdir() permission for all users, but write
permission only for root.  Certain files and directories will have
much tighter permissions -- eg. /etc/master.passwd is readable only be
root as it contains the encrypted password hashes.

How, exactly, are you trying to access /usr and what is the error
message the system prints out ?

Whenever I load BSD, it tells me that /var, /, /usr, 
 and /tmp were all dismounted improperly.  I'm sorta confused, I figured out 
 the access problems when I tried to install XMMS, and I haven't been able 
 to correct them.  Any help would be great, thanks again.

Sounds like you aren't shutting down FreeBSD cleanly, and consequently
your disk partitions aren't getting unmounted properly.  The vast
majority of the time, the system should survive an unclean shutdown
pretty well but you may lose any recent changes to files that hadn't
been properly flushed to disk yet, and you'll end up with filesystems
in an unclean state that will require a fsck(8) check and repair cycle
on reboot.  If you're really unlucky though you'll do significant
damage to the filesystem that can't be fixed automatically on boot up,
and you'll have to go into single user mode and run fsck(8) manually,
plus whatever else it takes to repair the system (which sort of thing
is getting into real unix guru territory).

In order to shutdown FreeBSD cleanly, use the command:

# shutdown -h

which will put the system into a 'halted' state where it is safe to
hit the power buttons.

Or if your Motherboard supports it, and you've made the appropriate
changes to your kernel config you can use:

# shutdown -p

which should do a halt as above, and then automatically power off.  Or
if you want to immediately reboot -- perhaps to switch to another OS
you have installed, use:

# shutdown -r

Don't just run plain 'shutdown' without options, as all that does is
drop you to single user mode and doesn't go on to unmount the disks
and so forth.  If you do accidentally forget the options on the
shutdown command, just try again with the correct command from single
user mode.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: formatting hardrive

2003-10-05 Thread Antoine Jacoutot
On Saturday 04 October 2003 21:53, Manuel Rabade (MiG) wrote:
 Sysintsall should work fine .. cand you send the output of 'fdisk /dev/ad2'
 and 'bsdlabel /dev/ad2'.

I finally succeeded... Rebooting, using the install CD... all kind of 
different things... and it finally worked.

Antoine

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


Re: formatting hardrive

2003-10-05 Thread Antoine Jacoutot
On Saturday 04 October 2003 23:56, Jerry McAllister wrote:
 Well, although /stand/sysinstall would do it OK, it might be just
 as easy to use fdisk and disklabel directly.   I don't know anything
 about 'bsdlabel'.

I thank you very much for this long answer which I'll keep as a reference for 
all my hardrive problems :)

Regards.

Antoine

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


Re: samba 3.0, FreeBSD 5.1

2003-10-05 Thread Antoine Jacoutot
On Sunday 05 October 2003 02:10, Micheas Herman wrote:
 Here are my changes. Does anyone have any suggestions?

If I may... you could include options to compile with syslog, with ldap and 
with ldap_comptat.

Antoine

-- 
Antoine Jacoutot
[EMAIL PROTECTED]
http://www.lphp.org
PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc

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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Simon Rutishauser
Hi,

give the Latex Prosper Package a try (you have to fetch it separately).
With it you can create pdf files.

These you can present using xpdf -fullscreen  (I think xpdf doesn't need
too much ressources ;-))

Peschmä


Am Sun, 05 Oct 2003 02:24:33 +0200 schrieb Gabriel Striewe:

 Hello!
 
 Can anybody recommend a low-scale presentation programm in
 OpenOfficeImpress or PowerPoint style, but which does not use as much
 resources.
 
 Thanks for any hints
 
 Gabriel
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: Permissions Problem on /dev/lpt0

2003-10-05 Thread Sergey 'DoubleF' Zaharchenko
On Sun, 05 Oct 2003 04:53:13 +1000 Ekrem [EMAIL PROTECTED] probably wrote:

 I had done chmod 777 /dev/lpt0, at one time, also did
 chown daemon:daemon /dev/lpt0, in both cases I was able to print OK.
 
 BUTTT, whenever I reboot FreeBSD, the permissions for /dev/lpt0 are
 reset back to the original 'crw---  1 root  wheel'.
 

I guess you are using devfs... Edit your /etc/devfs.conf to change the
boot-up permissions.

-- 
DoubleF
Complex problems have simple, easy-to-understand
wrong answers.
(Oops, this doesn't belong here:)


pgp0.pgp
Description: PGP signature


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Michal F. Hanula
On Sun, Oct 05, 2003 at 02:24:33AM +0200, Gabriel Striewe wrote:
 Hello!
 
 Can anybody recommend a low-scale presentation programm in OpenOfficeImpress or 
 PowerPoint style, but which does not use as much resources.
 
 Thanks for any hints
What about OperaShow?
http://www.opera.com/support/tutorials/operashow/
mf

-- 
What do you care what other people think?


pgp0.pgp
Description: PGP signature


Re: Huge fonts in mozilla with nvidia driver

2003-10-05 Thread Sue Blake
On Sun, Oct 05, 2003 at 12:40:43PM +0200, Eric Dillenseger wrote:
 On Sun, Oct 05, 2003 at 12:23:23PM +0200, Eric Dillenseger wrote:
  I just set a fbsd 5.1 box and installed the nvidia driver.
  Now when I launch X with nvidia driver mozilla display very huge fonts
  (in menu, dialog boxes, etc.)
  When using nv driver, no problem.
  I'm desperately searching for a fix, unsuccessfully.
  
 And just found the trick. As usually when posting for help :/
 Need to use DisplaySize width height in Monitor section of 
 XF86Config.
 So i'm posting it to be in the archives.
 May help some other people.

Thanks, it was good of you to take the time to share what you found,
because the archives are a valuable and much used resource. It's nice
to see such a considerate person joining our community.

I'm reposting this to freebsd-questions, which is the archive
that people rely on for all support questions. We don't distinguish
between newbies and old timers when offering support. Everyone
deserves the best we can give, and that's in freebsd-questions.
Also the developers watch freebsd-questions to see if new users
are having trouble installing new versions.

You might not have realised that people are not supposed to ask
questions, nor answer them, on freebsd-newbies. If someone does that
by mistake, you can be sure they don't know much about FreeBSD or its
community and you wouldn't want their advice.  So there is no point
ever searching the -newbies archives for help. Just use
freebsd-questions for any help, asking or offering or searching.
You don't have to join the list first.

If you read the mailing list charters on the web site, you'll see
what the difference is. When you join a mailing list, you get sent
your own copy of its list charter. If you have trouble working out
how to use the mailing lists effectively, _that_ is something you
are very welcome to ask about in freebsd-newbies.

Thanks again for your helpful approach, and I'm glad to see
you got everything sorted out in the end. If you need any
more help please write again to freebsd-questions, or if you
just want to chat I'll see you over at freebsd-newbies.


-- 

Regards,
-*Sue*-

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


Email notification

2003-10-05 Thread Gabriel Striewe
Hello!

On my FreeBSD 5.1 system, I set up a postfix mail server and am now able to send email 
through the mail command on the command line.

I would like to send an email notification to an outside email address whenever new 
mail arrives in a certain mailbox. 

What is the best procedure to follow here?

Thanks for any hints.

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


problem with perl version

2003-10-05 Thread RJ45


I am runing freebsd 5.1

I have a problem with perl versions
I need to use perl 5.8.0 but everytime I install from ports a application
which depends from perl 5.6 something is overwritten and perl 5.8.0 is not
avalaible and I have to make reinstall perl 5.8.0 every time.
Is there a way to set a system variable for perl5.8.0 as default?

I also tryed with this in /etc/make.conf

PERL_VER=5.8.0
PERL_VERSION=5.8.0


but it is useless. if I then install an application from ports which uses
perl5.6 the default perl becomes perl 5.6 regardless of make.conf
settings.

thank you very much

Rick



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


Re: problem with perl version

2003-10-05 Thread Mike Woods
On Sun, 5 Oct 2003 06:50:51 -0600 (MDT)
RJ45 [EMAIL PROTECTED] wrote:

 I have a problem with perl versions
 I need to use perl 5.8.0 but everytime I install from ports a application
 which depends from perl 5.6 something is overwritten and perl 5.8.0 is not
 avalaible and I have to make reinstall perl 5.8.0 every time.
 Is there a way to set a system variable for perl5.8.0 as default?

If your doing what i think your doing you'll kick yourself :D

Now, assuming perl5.8.0 installs a link to /usr/bin/perl 5.6.1 would overwrite that 
with's verion of perl BUT perl5.8.0 should still be there at /usr/local/bin/perl5.8.0 
:D

Now, the fun comes with modules :D

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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Todd Stephens
On Sunday 05 October 2003 02:56 am, Greg 'groggy' Lehey wrote:

  I'd be very interested to hear from people who are picky, who have
  actually used any of these packages, and who can tell me how to use
  them well.  (Amongst other things, this is a roundabout way of
 saying that I don't know anything good myself).

Out of the applications I mentioned the only one I have done any real 
work on was KPresenter.  It could certainly be more... (better?) ... 
but it was sufficient for my needs.  It lacks animation and is probably 
every bit the PowerPoint clone that OpenOffice is.  I stay away from 
OpenOffice as much as possible because it is such a resource pig.

  I haven't tried the others.  I need something that will interface
 with UNIX text files, and I suspect that MagicPoint's the only choice
 there.

Slideshow seems like an impressive application to me from looking at the 
web site http://www.alobbs.com/slideshow.  It has an option to create 
ASCII Slides, so I don't know if that means it can read from a text 
file or not.  I might try it out just to see, but I am trying to cut 
back on what I am installing these days.  The ports system almost makes 
it *too* easy to install things and I've gone a little crazy with it 
lately.

-- 
Todd Stephens
Good people do not need laws to tell them to act responsibly, 
while bad people will find a way around the laws. - Plato

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


Ping response: sendto: Permission denied

2003-10-05 Thread [EMAIL PROTECTED]
Hi,

in the process of configuring my ppp to access some internet
provider (I'm using  an analog modem), at a certain point of the
configuration, I want to test my network with ping,with these results:

root# ping localhost

PING localhost.singles.it (127.0.0.1): 56 data bytes

ping: sendto: Permission denied

ping: sendto: Permission denied

^C

--- localhost.singles.it ping statistics ---

3 packets transmitted, 0 packets received, 100% packet loss

My hostname is ciao.singles.it.

# ping ciao 

PING ciao.singles.it (10.0.0.2): 56 data bytes

ping: sendto: Permission denied

ping: sendto: Permission denied

^C

--- ciao.singles.it ping statistics ---

4 packets transmitted, 0 packets received, 100% packet loss


Somebody can help ?
For your convenience,I include output from
uname-a, the messages of the kernel at boot time 
(output of the command 'dmesg') and the main configuration file
/etc/rc.conf.

Thank you all
Bruno
-
-
OUTPUT OF UNAME -A:
FreeBSD ciao.singles.it 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Sun Mar  9 19:00:35 CET 
2003 [EMAIL PROTECTED]:/usr/src/sys/compile/CURRENT_WINE  i386
-
THE MESSAGES OF THE KERNEL AT BOOT TIME (OUTPUT OF 'DMESG')
Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
FreeBSD 4.2-RELEASE #0: Sun Mar  9 19:00:35 CET 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/CURRENT_WINE
Timecounter i8254  frequency 1193182 Hz
CPU: AMD Duron(tm) Processor (701.25-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x631  Stepping = 1
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
  AMD Features=0xc044b18,AMIE,DSP,3DNow!
real memory  = 268435456 (262144K bytes)
avail memory = 257523712 (251488K bytes)
Preloaded elf kernel kernel at 0xc03cc000.
Pentium Pro MTRR support enabled
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
pcib1: PCI to PCI bridge (vendor=1106 device=8305) at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: NVidia Riva Ultra Vanta TNT2 graphics accelerator at 0.0 irq 3
rl0: RealTek 8139 10/100BaseTX port 0x1800-0x18ff mem 0x4400-0x44ff irq 3 at 
device 3.0 on pci0
rl0: Ethernet address: 00:06:4f:01:a1:d1
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci0: unknown card (vendor=0x14f1, dev=0x1033) at 4.0 irq 10
isab0: VIA 82C686 PCI-ISA bridge at device 20.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA66 controller port 0x1440-0x144f at device 20.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0x1400-0x141f irq 11 at device 20.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: VIA 83C572 USB controller port 0x1420-0x143f irq 11 at device 20.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ulpt0: Canon S100, rev 1.00/1.00, addr 2, iclass 7/1
chip1: VIA 82C686 ACPI interface at device 20.4 on pci0
pcm0: VIA VT82C686A AC'97 Audio port 0x145c-0x145f,0x1458-0x145b,0x1000-0x10ff irq 
10 at device 20.5 on pci0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
joy0 at port 0x201 on isa0
IP packet filtering initialized, divert disabled, rule-based forwarding disabled, 
default to deny, logging disabled
ad0: 29198MB SAMSUNG SV3063H [59323/16/63] at ata0-master UDMA66
ata1-master: DMA limited to 

Re: Ping response: sendto: Permission denied

2003-10-05 Thread Mike Tancsa
Are you sure you dont have ipfw configured in the kernel  ? What does

ipfw show
kldstat
give ?

---Mike

At 09:33 AM 05/10/2003, [EMAIL PROTECTED] wrote:
Hi,

in the process of configuring my ppp to access some internet
provider (I'm using  an analog modem), at a certain point of the
configuration, I want to test my network with ping,with these results:
root# ping localhost

PING localhost.singles.it (127.0.0.1): 56 data bytes

ping: sendto: Permission denied

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


Re: problem with perl version

2003-10-05 Thread yo _
After installing the newest perl port, at the command line type:

use.perl port

and FreeBSD will now default to using the ports and consequently latest 
version of perl. Conversely, to use the built-in system version of perl 
type:

use.perl system

Hope that helps out!
-Rian Hunter
From: Mike Woods [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: problem with perl version
Date: Sun, 5 Oct 2003 14:16:45 +0100
On Sun, 5 Oct 2003 06:50:51 -0600 (MDT)
RJ45 [EMAIL PROTECTED] wrote:
 I have a problem with perl versions
 I need to use perl 5.8.0 but everytime I install from ports a 
application
 which depends from perl 5.6 something is overwritten and perl 5.8.0 is 
not
 avalaible and I have to make reinstall perl 5.8.0 every time.
 Is there a way to set a system variable for perl5.8.0 as default?

If your doing what i think your doing you'll kick yourself :D

Now, assuming perl5.8.0 installs a link to /usr/bin/perl 5.6.1 would 
overwrite that with's verion of perl BUT perl5.8.0 should still be there at 
/usr/local/bin/perl5.8.0 :D

Now, the fun comes with modules :D

Mike Woods
IT Technician
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
Frustrated with dial-up? Get high-speed for as low as $29.95/month 
(depending on the local service providers in your area).  
https://broadband.msn.com

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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Todd Stephens
On Sunday 05 October 2003 09:22 am, Todd Stephens wrote:

  Slideshow seems like an impressive application to me from looking at
 the web site http://www.alobbs.com/slideshow.  It has an option to
 create ASCII Slides, so I don't know if that means it can read from
 a text file or not.  I might try it out just to see, but I am trying
 to cut back on what I am installing these days.  The ports system
 almost makes it *too* easy to install things and I've gone a little
 crazy with it lately.

Follow up to this.  Slideshow is indeed a very powerful presentation 
program.  The problem lies in figuring out how to use it.  It appears 
to me that you have to write the slides in XML, then program the actual 
slideshow in Python, since slideshow is apparently a Python module.  
The 'example' slideshow that is installed doesn't really tell me much, 
and the docs installed simply refer you to the sample slideshow.


-- 
Todd Stephens
Good people do not need laws to tell them to act responsibly, 
while bad people will find a way around the laws. - Plato

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


wav to mp3?

2003-10-05 Thread T Kellers
I did a make search in the ports collection and didn't see what (I think) I 
need, so I'll ask here.

Is there a utility (or utilities) in ports for converting .wav files to mp3?

TIA

Tim

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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Tillman Hodgson
On Sun, Oct 05, 2003 at 10:16:07AM +0200, Simon Rutishauser wrote:
 Hi,
 
 give the Latex Prosper Package a try (you have to fetch it separately).
 With it you can create pdf files.
 
 These you can present using xpdf -fullscreen  (I think xpdf doesn't need
 too much ressources ;-))
 
 Peschmä

I also recommend Prosper with LaTeX. It looks great - I have some up at
http://www.rospa.ca/documents/ under Presentations if anyone would
like to take a look. It presents well under acroread in full-screen
mode. xpdf -fullscreen also works well, though the slide transition
effects are lost (most likely considered a feature ;-) ).

-T


-- 
Page 356: Part of the charm of Unix is, all of a sudden, having a great
insight and saying to yourself, So THAT's why they did it that way.
- Harley Hahn, _The Unix Companion_
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ClamAV Not Compiling Properly

2003-10-05 Thread G D McKee
Hi

Every time I try to compile clamav I get the following error.  Has anyone got any 
ideas how to fix it?

Thanks in advance

Gordon

uname -a
FreeBSD kursk.gdmckee.home 4.9-RC FreeBSD 4.9-RC #0: Sun Oct  5 13:54:04 BST 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GDMCKEE  i386


cc -O -pipe -march=pentium -I/usr/local/include -O -o .libs/clamdscan options.o 
clamdscan.o client.o ../clamscan/getopt.o ../clamscan/others.o ../clamd/cfgfile.o  
-L/usr/ports/security/clamav/work/clamav-0.60/libclamav 
/usr/ports/security/clamav/work/clamav-0.60/libclamav/.libs/libclamav.so -lcipher -lz 
-lbz2 -lc_r -Wl,--rpath -Wl,/usr/local/lib
/usr/lib/libc.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended.
/usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp()
creating clamdscan
gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/clamdscan'
Making all in clamav-milter
gmake[1]: Entering directory 
`/usr/ports/security/clamav/work/clamav-0.60/clamav-milter'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/clamav-milter'
Making all in etc
gmake[1]: Entering directory `/usr/ports/security/clamav/work/clamav-0.60/etc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/etc'
gmake[1]: Entering directory `/usr/ports/security/clamav/work/clamav-0.60'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ping response: sendto: Permission denied

2003-10-05 Thread [EMAIL PROTECTED]


'ipfw show' output:
65535 14 1068 deny ip from any to any

'kldstat' output:
Id Refs AddressSize Name
 14 0xc010 2cac40   kernel
 21 0xc0e91000 4000 logo_saver.ko
 32 0xc0e96000 11000linux.ko
 41 0xc0ebb000 2000 rtc.ko

After succeeding configuring my ppp, I would need
a firewall (ipfw or ipfilter), and since you asked me
about the presence of ipfw, how this presence can in
the future be compatible with errors like the one described here
executing ping ?

- Original Message - 
From: Mike Tancsa [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, October 05, 2003 3:50 PM
Subject: Re: Ping response: sendto: Permission denied



Are you sure you dont have ipfw configured in the kernel  ? What does

ipfw show
kldstat

give ?

 ---Mike


At 09:33 AM 05/10/2003, [EMAIL PROTECTED] wrote:
Hi,

in the process of configuring my ppp to access some internet
provider (I'm using  an analog modem), at a certain point of the
configuration, I want to test my network with ping,with these results:

root# ping localhost

PING localhost.singles.it (127.0.0.1): 56 data bytes

ping: sendto: Permission denied

ping: sendto: Permission denied

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]



---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]

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


Re: wav to mp3?

2003-10-05 Thread Erik Trulsson
On Sun, Oct 05, 2003 at 10:37:37AM -0400, T Kellers wrote:
 I did a make search in the ports collection and didn't see what (I think) I 
 need, so I'll ask here.
 
 Is there a utility (or utilities) in ports for converting .wav files to mp3?

That is essentially what an MP3 encoder does, and there are plenty of
those in the ports collection.
Personally I like audio/bladeenc, but audio/lame is also nice and has
more features and options.




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


Re: wav to mp3?

2003-10-05 Thread T Kellers
Thanks, Eric

I found ffmeg and built it, it looks a lot more comprehensive than just a 
simple converter, though.  I'll have a looke at audio/bladeenc, though ffmeg 
built lame as a dependency.

Tim

On Sunday 05 October 2003 11:12 am, Erik Trulsson wrote:
 On Sun, Oct 05, 2003 at 10:37:37AM -0400, T Kellers wrote:
  I did a make search in the ports collection and didn't see what (I think)
  I need, so I'll ask here.
 
  Is there a utility (or utilities) in ports for converting .wav files to
  mp3?

 That is essentially what an MP3 encoder does, and there are plenty of
 those in the ports collection.
 Personally I like audio/bladeenc, but audio/lame is also nice and has
 more features and options.

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


Re: LANG changed with recent buildworld

2003-10-05 Thread Lee Harr
I cvsup'd to RELENG_4 today and rebuilt my system. Now the LANG environment
variable has been set to de_DE.ISO8859-1
I do not remember seeing anything about this while running mergemaster,
and I do not see where it is set in make.conf or anywhere else in /etc
Did I do something wrong?

Where should I be setting my choice for LANG?



Ok. I found it...  (nothing to do with the buildworld, btw)

I was tired of finding .core files everywhere, so I modified
my ~/.login_conf to not allow them.  The .login_conf that gets
installed when using adduser looks something like this:
# $FreeBSD: src/share/skel/dot.login_conf,v 1.2.2.1 2002/01/05
#
# see login.conf(5)
#
#me:\
#   :charset=iso-8859-1:\
#   :lang=de_DE.ISO8859-1:
So, I just uncommented the me:\ line and added a new line at the
bottom of the file:
   :coredumpsize=0:\

figuring that commented lines would not affect anything

Apparently that is not how it works :o)

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
On Sun, 5 Oct 2003, Joe Marcus Clarke wrote:

 What versions of fontconfig and Xft do you have?


I was using the version that came with the XFree86 4.3.0 binary distro,
which was 2.1.0.  I tried removing that manually and installing Xft-2.1.2
from the ports collection, but I am still seeing the same error with GAIM.

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


Re: FreeBSD SPAM

2003-10-05 Thread Roger 'Rocky' Vetterberg
Joseph Koenig wrote:
I know this is an issue that comes up a lot, but I wanted to get an opinion
from some people on the list. We, along with everyone else, have TONS of
SPAM hit our server. Unfortunately, we haven't found any good way to reduce
it. We're using ORDB and SpamCop, but neither are really doing the job.
We're a small small company (7 employees) with about 100 mailboxes on the
server. We don't mind paying for a service that works, but we are certainly
on a tight budget. Any recommendations would be greatly appreciated.
Currently, we're using Sendmail, although we're considering (and testing) a
switch to PostFix. TIA for any advice,
Joe

We are running procmail, MIMEDefang and SpamAssassin. After some 
tweaking, it kills about 9 out of 10 spams.
SpamAssissin can hog a lot of CPU if you handle a lot of emails, so make 
sure you are running it in daemon mode, that helps quite a bit.

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


Re: Ping response: sendto: Permission denied

2003-10-05 Thread Mike Tancsa
At 11:06 AM 05/10/2003, [EMAIL PROTECTED] wrote:


'ipfw show' output:
65535 14 1068 deny ip from any to any
ipfw show is telling you that you have one firewall rule which denys 
everything from everything-- hence when you ping anything you get the 
error.  You should add to /etc/rc.conf

firewall_enable=YES   # Set to YES to enable firewall functionality
firewall_script=/etc/rc.firewall # Which script to run to set up the firewall
firewall_type=OPEN# Firewall type (see /etc/rc.firewall)
firewall_quiet=NO # Set to YES to suppress rule display
firewall_logging=YES  # Set to YES to enable events logging
as you have it defined in your kernel.
then do an 'ipfw show' and compare the output.

'kldstat' output:
Id Refs AddressSize Name
 14 0xc010 2cac40   kernel
 21 0xc0e91000 4000 logo_saver.ko
 32 0xc0e96000 11000linux.ko
 41 0xc0ebb000 2000 rtc.ko


this tells you that you have as kernel modules, linux, screensaver and rtc 
loaded and not statically compiled into your kernel.

---Mike 

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


installing applications

2003-10-05 Thread Martin Vana
Hi,
I use freebsd os a workstation, what i'm struggling with this,
when I install some programme like pyslsk I can't run it as a nomal
user, just as root. Here is what it writes:


Traceback (most recent call last):
  File /usr/local/bin/pyslsk, line 87, in ?
app = frame.MainApp(config)
  File /usr/local/lib/python2.3/site-packages/pysoulseek/wxgui/frame.py, line
 530, in __init__
wxApp.__init__(self)
  File /usr/local/lib/python2.3/site-packages/wxPython/wx.py, line 1939, in __   
 init__
_wxStart(self.OnInit)
  File /usr/local/lib/python2.3/site-packages/pysoulseek/wxgui/frame.py, line
 534, in OnInit
self.frame = MainFrame(None,-1,'PySoulSeek %s' % utils.version, self.config,   
  self) 
  File /usr/local/lib/python2.3/site-packages/pysoulseek/wxgui/frame.py, line
 78, in __init__
self.np = NetworkEventProcessor(self,self.callback,self.logMessage,self.SetS   
 tatusText, configfile)
  File /usr/local/lib/python2.3/site-packages/pysoulseek/pysoulseek.py, line 5   
 8, in __init__
self.config.readConfig()
  File /usr/local/lib/python2.3/site-packages/pysoulseek/config.py, line 76, i   
 n readConfig
sharedfiles = shelve.open(self.filename+.files.db,'n')
  File /usr/local/lib/python2.3/shelve.py, line 231, in open
return DbfilenameShelf(filename, flag, protocol, writeback, binary)
  File /usr/local/lib/python2.3/shelve.py, line 212, in __init__
Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback, binar   
 y)
  File /usr/local/lib/python2.3/anydbm.py, line 83, in open
return mod.open(file, flag, mode)
dbm.error: (13, 'Permission denied')
Exception exceptions.AttributeError: DbfilenameShelf instance has no attribute
 'writeback' in  ignored



is there a way how to overcome it, and not to give all rights to python to nomal users?

thank you
Martin

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


(EE) No Drivers Not Found

2003-10-05 Thread Mark Hummel
Hi,

I've reconfigured XF86Config Server 3 times now and I've eliminated
every warning and error except the one I put in the subject line.
Startx still fails for the reason sited and I don't know why.  I think
the problem is the video drivers for some reason.  I'm using the nv
drivers which are recommended as default by the 4.8 sysinstall program.
Any suggestions would be greatly welcomed.  

Eventually, I'd like to boot to a KDE logon screen so I can go directly
to a KDE desktop.  Thanks.

Mark

FreeBSD 4.8 release
AMD Athlon 2200XP CPU
256MB RAM
133Mhz front side bus speed
nVIDIA gforce4 Ti 4200 128MB AGP 8X Video Card


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


Re: Ping response: sendto: Permission denied

2003-10-05 Thread [EMAIL PROTECTED]

Thank you very much Mike

- Original Message - 
From: Mike Tancsa [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, October 05, 2003 5:48 PM
Subject: Re: Ping response: sendto: Permission denied


At 11:06 AM 05/10/2003, [EMAIL PROTECTED] wrote:


'ipfw show' output:
65535 14 1068 deny ip from any to any

ipfw show is telling you that you have one firewall rule which denys 
everything from everything-- hence when you ping anything you get the 
error.  You should add to /etc/rc.conf

firewall_enable=YES   # Set to YES to enable firewall functionality
firewall_script=/etc/rc.firewall # Which script to run to set up the firewall
firewall_type=OPEN# Firewall type (see /etc/rc.firewall)
firewall_quiet=NO # Set to YES to suppress rule display
firewall_logging=YES  # Set to YES to enable events logging

as you have it defined in your kernel.
then do an 'ipfw show' and compare the output.


'kldstat' output:
Id Refs AddressSize Name
  14 0xc010 2cac40   kernel
  21 0xc0e91000 4000 logo_saver.ko
  32 0xc0e96000 11000linux.ko
  41 0xc0ebb000 2000 rtc.ko


this tells you that you have as kernel modules, linux, screensaver and rtc 
loaded and not statically compiled into your kernel.

 ---Mike 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]



---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]

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


Re: (EE) No Drivers Not Found

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 11:54 am, Mark Hummel wrote:
 Hi,

 I've reconfigured XF86Config Server 3 times now and I've eliminated
 every warning and error except the one I put in the subject line.
 Startx still fails for the reason sited and I don't know why.  I think
 the problem is the video drivers for some reason.  I'm using the nv
 drivers which are recommended as default by the 4.8 sysinstall program.
 Any suggestions would be greatly welcomed.

 Eventually, I'd like to boot to a KDE logon screen so I can go directly
 to a KDE desktop.  Thanks.

 Mark

 FreeBSD 4.8 release
 AMD Athlon 2200XP CPU
 256MB RAM
 133Mhz front side bus speed
 nVIDIA gforce4 Ti 4200 128MB AGP 8X Video Card


I'd recommend runing XFree86 -configure and comparing the probed 
XFree86config file with the file you have already installed

Tim Kellers
CPE/NJIT

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


Re: wav to mp3?

2003-10-05 Thread Simon Rutishauser
Am Sun, 05 Oct 2003 17:12:07 +0200 schrieb Erik Trulsson:

 On Sun, Oct 05, 2003 at 10:37:37AM -0400, T Kellers wrote:
 I did a make search in the ports collection and didn't see what (I
 think) I need, so I'll ask here.
 
 Is there a utility (or utilities) in ports for converting .wav files to
 mp3?
 
 That is essentially what an MP3 encoder does, and there are plenty of
 those in the ports collection.
 Personally I like audio/bladeenc, but audio/lame is also nice and has more
 features and options.

Lame is (I have not tested this, but this seems to be the common opinion)
faster and produces better quality than bladeenc.

You should also look at oggenc (which does not produce mp3s but OGG files)

Peschmä

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


Re: FreeBSD SPAM

2003-10-05 Thread Robert Huff

Roger 'Rocky' Vetterberg writes:

  SpamAssissin can hog a lot of CPU if you handle a lot of emails,
  so make sure you are running it in daemon mode, that helps quite
  a bit.

SpamAssassin is Perl, so of ourse it's a hog.  I seem to
remember someone trying to write a version in C 



Robert Huff


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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Simon Rutishauser
Am Sun, 05 Oct 2003 08:57:10 -0600 schrieb Tillman Hodgson:

 On Sun, Oct 05, 2003 at 10:16:07AM +0200, Simon Rutishauser wrote:
 Hi,
 
 give the Latex Prosper Package a try (you have to fetch it separately).
 With it you can create pdf files.
 
 These you can present using xpdf -fullscreen  (I think xpdf doesn't
 need too much ressources ;-))
 
 Peschmä
 
 I also recommend Prosper with LaTeX. It looks great - I have some up at
 http://www.rospa.ca/documents/ under Presentations if anyone would like
 to take a look. It presents well under acroread in full-screen mode. xpdf
 -fullscreen also works well, though the slide transition effects are lost
 (most likely considered a feature ;-) ).

Well, the transition effects look ugly and always the same. Thus I don't
use them ;-)

Anyway Acrobat Reader doesn't work properly on my system so I don't use
it. And it needs plenty of ressources...

Peschmä

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


adding webmail

2003-10-05 Thread S Ellis
Hello,

I want to broaden access to my home email by adding a webmail interface.
Right now I'm running sendmail with procmail and using spamassassin; I'd
like to keep this setup. Looking at the squirrelmail port has raised
some questions for me. 

-I don't really grasp where the imap server comes into play
-can I even keep the setup above and have squirrelmail?
-can I continue to use the same 'unix' mailboxes, spools?

I know that these questions are rather basic, but I'm not seeing what I
need to in the squirrelmail docs, and the cyrus-imap port looks alittle
daunting as well (overkill?).

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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Timothy J. Luoma
On Sun, 5 Oct 2003 13:26:31 +0200, Michal F. Hanula 
[EMAIL PROTECTED] wrote:

On Sun, Oct 05, 2003 at 02:24:33AM +0200, Gabriel Striewe wrote:
Hello!

Can anybody recommend a low-scale presentation programm in 
OpenOfficeImpress or PowerPoint style, but which does not use as much 
resources.

What about OperaShow?
http://www.opera.com/support/tutorials/operashow/
A very good suggestion, as the pages can be written in HTML with CSS to 
change the presentation as appropriate when displaying on a website or as 
a series of slides.

The other benefit is when you are finished you can instantly put it on the 
web.

TjL

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


devfs(8) errors

2003-10-05 Thread Guy Middleton
This is on a 5.1-RELEASE system.

devfs(8) has this as an example, but I get the following error:

# devfs rule add path speaker mode 666
devfs rule: ioctl DEVFSIO_RADD: Input/output error
# 


What's happening here?  Do I need to compile something special into the kernel
for this to work?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: adding webmail

2003-10-05 Thread Minnesota Slinky
Hey.

I used to use ADJweb as my web-mail client.  Worked pretty well, too.
You should be able to find more about it at  http://www.adjeweb.com/
The interface is 100% customizable and I didn't have a single problem
with it while I was using it.

HTH

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of S Ellis
Sent: Sunday, October 05, 2003 11:48 AM
To: [EMAIL PROTECTED]
Subject: adding webmail


Hello,

I want to broaden access to my home email by adding a webmail interface.
Right now I'm running sendmail with procmail and using spamassassin; I'd
like to keep this setup. Looking at the squirrelmail port has raised
some questions for me. 

-I don't really grasp where the imap server comes into play -can I even
keep the setup above and have squirrelmail? -can I continue to use the
same 'unix' mailboxes, spools?

I know that these questions are rather basic, but I'm not seeing what I
need to in the squirrelmail docs, and the cyrus-imap port looks alittle
daunting as well (overkill?).

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


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


Re: ClamAV Not Compiling Properly

2003-10-05 Thread Matthew Seaman
On Sun, Oct 05, 2003 at 02:16:55PM +0100, G D McKee wrote:

 Every time I try to compile clamav I get the following error.  Has anyone got any 
 ideas how to fix it?
 
 Thanks in advance
 
 Gordon
 
 uname -a
 FreeBSD kursk.gdmckee.home 4.9-RC FreeBSD 4.9-RC #0: Sun Oct  5 13:54:04 BST 2003
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GDMCKEE  i386
 
 
 cc -O -pipe -march=pentium -I/usr/local/include -O -o .libs/clamdscan options.o 
 clamdscan.o client.o ../clamscan/getopt.o ../clamscan/others.o ../clamd/cfgfile.o  
 -L/usr/ports/security/clamav/work/clamav-0.60/libclamav 
 /usr/ports/security/clamav/work/clamav-0.60/libclamav/.libs/libclamav.so -lcipher 
 -lz -lbz2 -lc_r -Wl,--rpath -Wl,/usr/local/lib
 /usr/lib/libc.so: warning: this program uses gets(), which is unsafe.
 /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp()
 /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
 /usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended.
 /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp()
 creating clamdscan
 gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/clamdscan'
 Making all in clamav-milter
 gmake[1]: Entering directory 
 `/usr/ports/security/clamav/work/clamav-0.60/clamav-milter'
 gmake[1]: Nothing to be done for `all'.
 gmake[1]: Leaving directory 
 `/usr/ports/security/clamav/work/clamav-0.60/clamav-milter'
 Making all in etc
 gmake[1]: Entering directory `/usr/ports/security/clamav/work/clamav-0.60/etc'
 gmake[1]: Nothing to be done for `all'.
 gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/etc'
 gmake[1]: Entering directory `/usr/ports/security/clamav/work/clamav-0.60'
 gmake[1]: Nothing to be done for `all-am'.
 gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60

Err... I see no errors here.  Plenty of warnings, but no errors.
gmake prints out some quite distinctive messages when one of the
commands it runs returns a failure error code, but that hasn't
happened here.  Looks like the compilation actually worked.

The warnings arise because the clamav code used C API which are hard
to use correctly and without exposing the code to potential buffer
overflows or other attacks that can lead to privilege escalation, or
worse.  Submitting patches back to the clamav project to substitute
better API and silence these warnings would be a good deed for the
day.

Cheers,

Matthew


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


pgp0.pgp
Description: PGP signature


Re: Email notification

2003-10-05 Thread Chuck Swiger
Gabriel Striewe wrote:
 I would like to send an email notification to an outside email address
 whenever new mail arrives in a certain mailbox.

 What is the best procedure to follow here?
See man vacation for instructions on how to set up one common autoresponder. 
Something like procmail will let you do more complicated things...

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


Re: KMail export to Outlook

2003-10-05 Thread Shantanoo Mahajan
+-- Chris [freebsd] [04-10-03 20:06 IST]:
| Is there a way to take my mail (from KMail) and either export it to, or some
| other app that will allow me to pull in all the mail into Outlook2000?

save each message to MSG_NAME.eml
and outlook can get read it.
| 
| Best regards,
|  Chris
| __
| 
| PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363
| 
| PGP Mail encouraged / preferred - keys available on common key servers
| __
|01010010011101100011011001010111001001011000
| 
| 
| --

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


Re: BSD Question

2003-10-05 Thread Shantanoo Mahajan
+-- Minnesota Slinky [freebsd] [04-10-03 20:03 IST]:
| Usually, windows will show up in the BSD boot manager as ???, so the
| boot prompt on my system (Win2K and FreeBSD 5.1) is the following:
| 
| F1 ???
| F2 FreeBSD

If you have NTFS then it shows ???. Else it shows
DOS.
| 

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


Re: adding webmail

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 12:47 pm, S Ellis wrote:
 Hello,

 I want to broaden access to my home email by adding a webmail interface.
 Right now I'm running sendmail with procmail and using spamassassin; I'd
 like to keep this setup. Looking at the squirrelmail port has raised
 some questions for me.

 -I don't really grasp where the imap server comes into play
 -can I even keep the setup above and have squirrelmail?
 -can I continue to use the same 'unix' mailboxes, spools?

 I know that these questions are rather basic, but I'm not seeing what I
 need to in the squirrelmail docs, and the cyrus-imap port looks alittle
 daunting as well (overkill?).

openwebmail is in ports and it uses it's own pop3 client/server.

Personally, I like imp (/usr/ports/imp3), but it's configuration can be a bit 
daunting.

Tim Kellers
CPE/NJIT

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


Re: Ping response: sendto: Permission denied

2003-10-05 Thread Ion-Mihai Tetcu
On Sun, 05 Oct 2003 11:48:51 -0400
Mike Tancsa [EMAIL PROTECTED] wrote:

 At 11:06 AM 05/10/2003, [EMAIL PROTECTED] wrote:
 
 
 'ipfw show' output:
 65535 14 1068 deny ip from any to any
 
 ipfw show is telling you that you have one firewall rule which denys
 
 everything from everything-- hence when you ping anything you get
 the error.  You should add to /etc/rc.conf
 
 firewall_enable=YES# Set to YES to enable firewall
 # Which script to run to set up the firewall
 functionality firewall_script=/etc/rc.firewall firewall_type=OPEN#
 Firewall type (see /etc/rc.firewall) firewall_quiet=NO
 # Set to YES to suppress rule display firewall_logging=YES
  # Set to YES to enable events logging

I would rather suggest an 
firewall_type=CLIENT 
even on dial-up.

see in /etc/rc.firewall the section beginning with
[Cc][Ll][Ii][Ee][Nn][Tt])


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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Todd Stephens
On Sunday 05 October 2003 07:26 am, Michal F. Hanula wrote:
  On Sun, Oct 05, 2003 at 02:24:33AM +0200, Gabriel Striewe wrote:
   Hello!
  
   Can anybody recommend a low-scale presentation programm in
   OpenOfficeImpress or PowerPoint style, but which does not use as
   much resources.
  
   Thanks for any hints

  What about OperaShow?
  http://www.opera.com/support/tutorials/operashow/
   mf

Assuming one knows how to author an html document.  Is this part of the 
Opera port?  On the web page is says it is part of Opera for Windows, 
but does not mention it being part of Opera for Linux or otherwise.  It 
is an interesting idea though.

-- 
Todd Stephens
Good people do not need laws to tell them to act responsibly, 
while bad people will find a way around the laws. - Plato

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


Re: Anyone using Linux-PAM on 5.x?

2003-10-05 Thread Mikko Työläjärvi
On Sat, 4 Oct 2003, Bill Campbell wrote:

 On Sat, Oct 04, 2003, Mikko Työläjärvi wrote:
 ...
 Having had some experience writing pam modules on a number of
 platforms, I whipped out my suite of pam test modules to have a look
 at this incredbible breakage you speak of.  I mean, there is a
 specification for pam after all.

 Could you suggest where to look for information on writing modules to
 handle session tasks?  I've looked at the PAM stuff superficially over the
 years, and would be very interested in doing something with the session
 modules to do things like automatically creating missing home directories
 with appropriate links to automounted directories.

 I haven't done much with this on FreeBSD yet since I need pam_ldap and
 nss_ldap support which only seems to be available in the 5.x tree.

Well, it isn't exactly rocket science, just a small matter of
programming.  The pam interface itself is not very complicated; any
decent programmer can pick it up in an afternoon.  The specification
can be downloaded from the OpenGroup, abd google will happily locate
lots of sample code of varying quality for you.  Modules aren't harder
to port than any other code, the actual pam bits are mostly the same,
modulo non-standard utility extensions, but those are usually trivial
to port, replace or re-implement.

One of the problems with pam is that there are very few guarantees on
the context the module will be called in will look like.  Will the uid
be zero, or that of a user? Will all phases of the module be called
from inside the same process?  Will the session be closed twice after
a fork?  Will the service name stay the same over all phases?

Trying to do anything more clever than verifying a password quickly
leads to a jungle of special cases (number of pamified applications
times number of platforms). Attempts at managing some kind of state
between modules or different callbacks in the same module are more
or less doomed to fail.

Anyhow, just for kicks I grabbed the pam_mkhomedir module from
RedHat9, and made it build on FreeBSD.  It involved fixing the usual
linuxisms (remove non-standard header files, add missing standard
header files), and adding some FreeBSD-isms, like the leading dot.
used for template files.

A quick test with telnet shows that it seems to work, at least once :)

The test also illustrates how the interaction between application and
pam doesn't always work smoothly: the FreeBSD login program will
already have discovered there there is no home directory, printed an
error message and potentially denied access before the session modules
are invoked.

Thus there login messages contain:

 No home directory.
 Logging in with home = /.
 Creating directory '/home/testguy'.

And then, as a band-aid, I threw in a chdir($HOME) in the session
module to avoid having the user end up in /.

Patch and build instructions below. Comes with no warranty. Slippery
when wet.  May cause bodily injury. Will probably break with NFS
automounted home dirs. Etc...

   Enjoy,
   /Mikko

Build:
  fetch ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/SRPMS/pam-0.75-48.src.rpm
  rpm2cpio pam-0.75-48.src.rpm  pam-0.75-48.src.cpio
  cpio -id  pam-0.75-48.src.cpio
  tar jxf Linux-PAM-0.75.tar.bz2
  patch  pam-0.75-mkhomedir-recurse.patch
  cd Linux-PAM-0.75/modules/pam_mkhomedir
  patch  THIS_FILE
  cc -Wall -shared -fpic -o pam_mkhomedir.so pam_mkhomedir.c -lpam

Patch:
--- pam_mkhomedir.c.rh9 Sat Oct  4 22:10:49 2003
+++ pam_mkhomedir.c Sat Oct  4 22:14:51 2003
@@ -39,6 +39,8 @@
 #include stdio.h
 #include string.h
 #include dirent.h
+#include syslog.h
+#include limits.h

 /*
  * here, we make a definition for the externally accessible function
@@ -50,14 +52,15 @@
 #define PAM_SM_SESSION

 #include security/pam_modules.h
-#include security/_pam_macros.h
+#include security/pam_appl.h
+#define D(x)

 /* argument parsing */
 #define MKHOMEDIR_DEBUG  020   /* keep quiet about things */
 #define MKHOMEDIR_QUIET  040   /* keep quiet about things */

 static unsigned int UMask = 0022;
-static char SkelDir[BUFSIZ] = /etc/skel;
+static char SkelDir[BUFSIZ] = /usr/share/skel;

 /* some syslogging */
 static void _log_err(int err, const char *format, ...)
@@ -151,15 +154,12 @@

   mesg[0] = msg[0];
   msg[0].msg_style = PAM_TEXT_INFO;
-  msg[0].msg = remark;
+  msg[0].msg = (char *)remark;

   retval = converse(pamh, ctrl, 1, mesg, resp);

   msg[0].msg = NULL;
-  if (resp)
-  {
-_pam_drop_reply(resp, 1);
-  }
+  free(resp);
}
else
{
@@ -232,7 +232,8 @@
  continue;

   /* We'll need the new file's name. */
-  snprintf(newdest,sizeof(newdest),%s/%s,dest,Dir-d_name);
+  snprintf(newdest,sizeof(newdest),%s/%s,dest,Dir-d_name
+  + (strncmp(Dir-d_name, dot., 4) == 0 ? 3 : 0));

   /* If it's a directory, recurse. */
   if (S_ISDIR(St.st_mode))
@@ -351,7 +352,10 @@
if (stat(pwd-pw_dir,St) == 0)
   

Re: Mail format problems

2003-10-05 Thread Chuck Swiger
Siegbert Baude wrote:
Greg 'groggy' Lehey wrote:
[ ... ]
http://www.lemis.com/email/email-format.html.
I couldn't find any information on this page about the computer output 
topic. Is there a better method within Mozilla/Thunderbird than 
specifying a line length long enough for the computer output and then 
manually breaking the normal text lines?
If you add the computer output lines to the message as a MIME attachment, 
Mozilla-- or Apple's Mail.app for the other poster-- will refrain from flowing 
the text the way it does for the lines you type.  Doing so may be more effort 
than it's worth and run into issues like mailing list filters, but otherwise, 
Mozilla and other mail clients don't seem to distinguish typed input from a 
block of text pasted in.

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


realplayer and 2 soundcards

2003-10-05 Thread Martin Vana
hi,
I have two soundcars properly instaled on freebsd 5.1, one is SBLIVE and secon is 
AWE64 which I use as a 'amplyfier' /it has 2x4W!!!/. SB live is a DSP0.x and 
RealPlayer uses it as a default. How can I change it /globally or just in real player/ 
to the second one?
Thank you
Martin


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


How to downgrade X 4.3 -- 4.2?

2003-10-05 Thread fbsd2
Hi folks,

   I seem to have opened a (new) can of worms by 
cvsuping the ports tree and doing
#portupgrade -Ra

which moved me from XFree86 4.2.0 to 4.3.0 (meta-port).
I'd most like to find out what the problem is eg, see
http://marc.theaimsgroup.com/?l=xfree86m=106537114610303w=2

but was wondering if I could work around it by backing
out the upgrade.  I know I can back out an upgrade to 
the OS by cvsuping to an older date and making world.
But how does one back out a port as complex as X?  Is it 
as simple as downloading an appropriately old version of
the meta-port makefile, eg from
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/XFree86-4/Makefile

say revision 1.142 and

#portupgrade -fR XFree86

or perhaps I would need to get older versions of all the
files in the meta port? Or would I need older versions of
all files in all the dependencies also?  I suppose I could 
cvsup my whole ports tree to the date of the older meta 
port makefile, do the portupgrade, then cvsup the ports 
tree again to get back up to date, refusing changes to the 
x11 category.  Anyone with hints or suggestions other than
'restore disk from backup', or 'do clean install on new 
disk'?  TIA.

Alex


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: seperating user timezones from system timezones

2003-10-05 Thread Chuck Swiger
Mailing Lists Catcher wrote:
How to I allow users access to their own timezone without affecting the
system processes?
All of my systems regardless of location have always been set to UTC so
logs and cron are in sync across timezones.
Hmm.  Unix has understood the notion of 'local time' versus UTC and most 
programs do the right thing even if you set the timezone for the entire 
system-- things like ntpd will syncronize via UTC even if TZ was set in their 
environment.

If you want to run syslogd and cron in UTC, I believe you could do so by 
setting something like this in /etc/rc.conf:

cron_program='/usr/bin/env TZ=UTC /usr/sbin/cron'
syslogd_program='/usr/bin/env TZ=UTC /usr/sbin/syslogd'
Recently I have had need to allow users to set their own timezone in the
.cshrc using:
sentenv TZ America/Detroit
or
sentenv TZ America/Denver
or whatever applies.
Of course, you meant 'setenv' and not 'sentenv'.

But what I am finding out is that as long as the user is logged in it
sets the environment for the entire system affecting log timestamps as
well as cron events.
Unless you set TZ in /etc/profile, it should not have a universal effect.  Are 
you sure you didn't kill and restart syslogd as root with TZ configured to a 
non-UTC timezone?

Maybe try setting TZ only if the shell is interactive, by adding the setenv 
after the line if ($?prompt) then...?

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


A question about freeBSD.

2003-10-05 Thread Dawn0001


   Hello all. I am a new comer to the freebsd scene and don't know much 
about it but the frugal side of me likes it for various reasons. I need to know 
how free bsd can be used in a server network for a lawfirm of only 6 
partners.  would freebsd support the lawfirms needs and what servers would you 
recommend or even what terminals would you mabey recommend. 

if this is a newsletter style reply then i will check my mailbox often but if 
people who have a possible answer need to reach me then please reply to 
[EMAIL PROTECTED] 

Thank you all ahead of time :) 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: A question about freeBSD.

2003-10-05 Thread Minnesota Slinky
Dawn,

FreeBSD can most definitely meet the needs of your office, depending on
what they are and what applications are available.  For example, I'm not
sure of what exact program is necessary, but I know there are Microsoft
Exchange type server apps out there for FreeBSD, so the partners
shouldn't even have to change their desktop machines, unless they all
want to...

The FreeBSD system can provide email, web server, fileserver, and proxy
server access for a large number of clients, and 6 will definitely not
be a problem.

Send us an email on what, exactly your requirements are, and one of us
will be able to help you set that portion up.  Remember, FreeBSD is free
to use, and it can't hurt trying to set something up, right?

HTH

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Saturday, October 04, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: A question about freeBSD.




   Hello all. I am a new comer to the freebsd scene and don't know
much 
about it but the frugal side of me likes it for various reasons. I need
to know 
how free bsd can be used in a server network for a lawfirm of only 6 
partners.  would freebsd support the lawfirms needs and what servers
would you 
recommend or even what terminals would you mabey recommend. 

if this is a newsletter style reply then i will check my mailbox often
but if 
people who have a possible answer need to reach me then please reply to 
[EMAIL PROTECTED] 

Thank you all ahead of time :) 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


Re: How to downgrade X 4.3 -- 4.2?

2003-10-05 Thread David Fleck
On Sun, 5 Oct 2003, fbsd2 wrote:
 ...but was wondering if I could work around it by backing
 out the upgrade.

I had to do the same thing - 4.3 hosed my system good, and I had to go
back to 4.2.x if I wanted a GUI.  This was a few months ago, so I'm not
sure I'm remembering all the steps, but I think I used pkg_delete to get
rid of all the XFree-*-4.3 ports, and then reinstalled 4.2 from package
files, then ran pkgdb -F to fix all the dependency issues.  It was a pain,
but not that much of a pain.

--
David Fleck
[EMAIL PROTECTED]

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


RE: Perl cgi redirect not working

2003-10-05 Thread Charles Howse
  #!/usr/bin/perl
 
  read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
  @pairs = split(//, $buffer);
  foreach $pair (@pairs)
  {
  ($name, $value) = split(/=/, $pair);
  $value =~ tr/+/ /;
  ^
  $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(C, hex($1))/eg;
  ^
  $value =~ s/~!/ ~!/g;
  ^   ^   ^
  $FORM{$name} = $value;
  }
 
  print Content-type: text/html\n\n;
 
  open (MAIL,| /usr/sbin/sendmail -oi -t);
  print MAIL From: $FORM{'name'} $FORM{'email'}\n;
  print MAIL To: charles\n;
  print MAIL Subject: Contact form output\n\n;
  print MAIL $FORM{'name'}, from $ENV{'REMOTE_HOST'}
  ($ENV{'REMOTE_ADDR'}), has sent you the following comment:\n\n;
  print MAIL $FORM{'comment'}\n;
  close (MAIL);
 
  print Location: http://howse.no-ip.org/thanks.shtml\n\n;;
 
 
 1) This is a little extreme for a simple redirect.  A simple 
 3 liner will
do the trick:
 
   #!/usr/bin/perl
 
   print Location: http://howse.no-ip.org/thanks.shtml\n\n;;
   exit;

Actually, this was a CGI script to respond to an email form on my
website.
When I posted asking the same question on a newsgroup, I was flamed so
severely for using buggy, crappy code that got busy, did some
research, and have moved 'up' to FormMail.pl, which is working perfectly
now.

The problem with the book code is that 'Content-type' line.
Removing it fixes that code.

 
 2) They are suppose to be tildes (~).

Thank you for a respectful answer.  :-)


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


Re: Anyone using Linux-PAM on 5.x?

2003-10-05 Thread Joe Lewis
 Having had some experience writing pam modules on a number of
 platforms, I whipped out my suite of pam test modules to have a look
 at this incredbible breakage you speak of.  I mean, there is a
 specification for pam after all.

I know of the specification.  However, I have a customized version of the
pam-mysql module that I have tried to install.  In a previous post to this
list about a week or two ago, I wrote about getting only the following
entrys in the log file (an example of one from today) :

Oct  5 13:04:15 sharktooth login: in opempam_load_module(): no
pam_mysql.so found
Oct  5 13:04:15 sharktooth login: pam_start(): failed to load module

Now, it is there in the /usr/lib/ directory, it has the correct
permissions, correct owner, etc.  In the /etc/pam.d/login file, I've even
put in absolute paths, and non-aboslute paths.  I've copied existing
module entries, changing only the module name (such as pam_unix to
pam_mysql).


 Hmmm... odd; the modules all build and work just fine, modulo some
 minor tweaks mostly related to gcc 3.x, even though I have never built
 them on FreeBSD 5 before.  Definitely no worse than when porting to
 certain commercial platforms.

Can you at least point me to some documentation?  I don't mind porting the
module.  I've copied the pam_unix.c module that comes with the openpam
source code (dogwood release, the one in 5.x), changed references from
pam_unix to pam_mysql, leaving the actual implementations in place so I
make sure that I'm not messing something up, and STILL get the same log
file entries, so it can't be the code in the module.  What's the deal?

 Whatever difficulties you are experiencing, I'd say the reason is not
 specifically related to openpam or FreeBSD 5.  Maybe if you post some
 details, such as source and error messages, someone will be able to
 help you.

   Regards,
   /Mikko

  Mikko
 [EMAIL PROTECTED]
  RSA Security


If you want the source, give me a day or two to remove proprietary code,
and I can get that back to you - however, it will look extremely similar
to the existing pam_mysql module, because that was the basis for my work.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sane-frontends port and Gnome 2?

2003-10-05 Thread stan
I've got a machine that I just cvsup'd and did a portupgrade. A while back,
in an effort to get Gnome 2 workign, I had dleted all the Gnome 1 related
stuff, and eveyrthign that dpeneded on it.

Aparently while doing this I deleted the sane-frontends port. I started to
build it today, but I noticed it deends on gtl 1.2. Is it safe to isntall
this on a machine running Gnone 2?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Joe Marcus Clarke
On Sun, 2003-10-05 at 11:20, Steve Bernacki wrote:
 On Sun, 5 Oct 2003, Joe Marcus Clarke wrote:
 
  What versions of fontconfig and Xft do you have?
 
 
 I was using the version that came with the XFree86 4.3.0 binary distro,
 which was 2.1.0.  I tried removing that manually and installing Xft-2.1.2
 from the ports collection, but I am still seeing the same error with GAIM.

What about fontconfig?  That's the important one.

Joe

 
 Thanks,
 Steve
-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


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


Re: Sane-frontends port and Gnome 2?

2003-10-05 Thread Joe Marcus Clarke
On Sun, 2003-10-05 at 15:16, stan wrote:
 I've got a machine that I just cvsup'd and did a portupgrade. A while back,
 in an effort to get Gnome 2 workign, I had dleted all the Gnome 1 related
 stuff, and eveyrthign that dpeneded on it.
 
 Aparently while doing this I deleted the sane-frontends port. I started to
 build it today, but I noticed it deends on gtl 1.2. Is it safe to isntall
 this on a machine running Gnone 2?

Yes.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
On Sun, 5 Oct 2003, Joe Marcus Clarke wrote:

 What about fontconfig?  That's the important one.


fontconfig version is fontconfig-2.2.90_3 from the ports collection;
Xft-2.1.2 from the ports collection as well.

Many of the X-windows related ports on this new system (gtk2, etc.) were
built before I manually uninstalled the XFree86 4.3.0 binary release of
freetype2 [2.1.0], fontconfig [2.2.90], and Xft [2.1.0] and installed the
ports versions:

freetype2-2.1.5_1
fontconfig-2.2.90_3
Xft-2.1.2

...ugh, version number hell. :)

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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Joe Marcus Clarke
On Sun, 2003-10-05 at 15:50, Steve Bernacki wrote:
 On Sun, 5 Oct 2003, Joe Marcus Clarke wrote:
 
  What about fontconfig?  That's the important one.
 
 
 fontconfig version is fontconfig-2.2.90_3 from the ports collection;
 Xft-2.1.2 from the ports collection as well.
 
 Many of the X-windows related ports on this new system (gtk2, etc.) were
 built before I manually uninstalled the XFree86 4.3.0 binary release of
 freetype2 [2.1.0], fontconfig [2.2.90], and Xft [2.1.0] and installed the
 ports versions:
 
 freetype2-2.1.5_1
 fontconfig-2.2.90_3
 Xft-2.1.2

Do any other GTK-2 apps work?  Do you have a ~/.gtkrc-2.0?

Joe

 
 ...ugh, version number hell. :)
 
 Thanks,
 Steve
-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


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


Re: Problem with libtcl8.3 on FBSD 5.1

2003-10-05 Thread Lowell Gilbert
soneill [EMAIL PROTECTED] writes:

 On 4 Oct 2003, Lowell Gilbert wrote:
 
  soneill [EMAIL PROTECTED] writes:
  
   I've recently installed FreeBSD 5.1 on my Athlon-based machine, and most
   everything seems to be working ok. However, I have a problem trying to run
   any s/w that uses the Tcl library libtcl8.3.so.1. Whenver I run such a
   program, including wish8.3, tkdesk, tkman and others, I get the following
   error message:
   
   /usr/libexec/ld-elf.so.1: /usr/local/lib/libtcl83.so.1: Undefined \
   symbol __xuname
   
   I have no idea why I would have such an undefined symbol in an officially
   ported FBSD package. Can anyone give me some insight into this problem, and
   a possible solution? TIA for any help you can give me.
  
  Best guess would be that you installed from packages rather than
  ports, and the packages were in some way mismatched.  Installing
  software from ports avoids this risk, but with packages you should be
  able to get them all from one place and have it work.
  
 
 I thought that might be the problem, too, so I uninstalled the package, then
 built the port of tcl8.3. It didn't make any difference; the libtcl8.3
 library still had the undefined symbol. 

I would have expected that you would need to rebuild the libtcl port...

 There's something odder happening here; a check inside the libraries for
 tcl8.0, 8.2, and 8.4 all show that __xuname is a symbol in all of them.
 Since it doesn't seem to be defined anywhere, I'm stumped as to how to
 proceed to get around this problem. Is anyone else having this problem
 running tcl/tk programs of _any_ recent vintage?

For what it's worth, I'm not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sane-frontends port and Gnome 2?

2003-10-05 Thread stan
On Sun, Oct 05, 2003 at 03:23:07PM -0400, Joe Marcus Clarke wrote:
 On Sun, 2003-10-05 at 15:16, stan wrote:
  I've got a machine that I just cvsup'd and did a portupgrade. A while back,
  in an effort to get Gnome 2 workign, I had dleted all the Gnome 1 related
  stuff, and eveyrthign that dpeneded on it.
  
  Aparently while doing this I deleted the sane-frontends port. I started to
  build it today, but I noticed it deends on gtl 1.2. Is it safe to isntall
  this on a machine running Gnone 2?
 
 Yes.
 
Thanks.

So, the next time (probably next weekend) I do a portupgrade, it won't be
confsed by the presence of the old libraries?



-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sane-frontends port and Gnome 2?

2003-10-05 Thread Joe Marcus Clarke
On Sun, 2003-10-05 at 16:01, stan wrote:
 On Sun, Oct 05, 2003 at 03:23:07PM -0400, Joe Marcus Clarke wrote:
  On Sun, 2003-10-05 at 15:16, stan wrote:
   I've got a machine that I just cvsup'd and did a portupgrade. A while back,
   in an effort to get Gnome 2 workign, I had dleted all the Gnome 1 related
   stuff, and eveyrthign that dpeneded on it.
   
   Aparently while doing this I deleted the sane-frontends port. I started to
   build it today, but I noticed it deends on gtl 1.2. Is it safe to isntall
   this on a machine running Gnone 2?
  
  Yes.
  
 Thanks.
 
 So, the next time (probably next weekend) I do a portupgrade, it won't be
 confsed by the presence of the old libraries?

No.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
On Sun, 5 Oct 2003, Joe Marcus Clarke wrote:

 Do any other GTK-2 apps work?  Do you have a ~/.gtkrc-2.0?


The only other GTK2 app that I have installed is Xchat 2.0.5, and I've had
no problems with it so far.  And I have no ~/.gtkrc-2.0, so it's flying on
system defaults.

What's interesting is that if I go into GAIM preferences-fonts-use
custom face, clicking on the Font button brings up the standard Select
Font window that I'd expect the Conversation/Font Face button to bring
up.  Since I've not yet gotten the latter to work, though, I'm not sure
what it's supposed to bring up.

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


Re: bridging multiple interfaces

2003-10-05 Thread Mike Jackson
ext Manuel Rabade (MiG) ([EMAIL PROTECTED]) wrote:
 On Sun, Oct 05, 2003 at 02:12:49AM +0300, Mike Jackson wrote:
  ext Manuel Rabade (MiG) ([EMAIL PROTECTED]) wrote:
   You want to use the NAT of your ASDL router or that pc1 do the nat for xl0
   and wi0 ?
  
  I'm using the NAT on the ADSL router, because that's the only public IP
  that I have.
 
 
 Humm .. are you using diferent subnets in each interface or how do you bring up
 the interfaces ?

Hi,
 Yes, I have the following networks:

xl0 - 192.168.3.0
xl1 - 192.168.1.0
wi0 - 192.168.2.0

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


Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Joe Marcus Clarke
On Sun, 2003-10-05 at 16:09, Steve Bernacki wrote:
 On Sun, 5 Oct 2003, Joe Marcus Clarke wrote:
 
  Do any other GTK-2 apps work?  Do you have a ~/.gtkrc-2.0?
 
 
 The only other GTK2 app that I have installed is Xchat 2.0.5, and I've had
 no problems with it so far.  And I have no ~/.gtkrc-2.0, so it's flying on
 system defaults.
 
 What's interesting is that if I go into GAIM preferences-fonts-use
 custom face, clicking on the Font button brings up the standard Select
 Font window that I'd expect the Conversation/Font Face button to bring
 up.  Since I've not yet gotten the latter to work, though, I'm not sure
 what it's supposed to bring up.

Can you send me your ~/.gaim/pres.xml?  Thanks.

Joe

 
 Thanks,
 Steve
-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


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


Re: Problem installing FreeBSD in M754LMR Motherboard.

2003-10-05 Thread Lowell Gilbert
Guillermo Fuentes [EMAIL PROTECTED] writes:

 Hello there,
 
 This is the fisrt time I'm trying to install FreeBSD. I really like the
 project and I decided to study it and learn from it.
 I have not been able to install it in my PC:
 Motherboard: M754LMR (http://www.pcchips.com.tw/M754LMR.html):
 Video  adapter (onboard):  NVIDIDA Aladdin TNT2
 Devices (onboard):
  ALi M1533 PCI to ISA bridge
  ALi M1621 CPU to PCI bridge
  ALi M1621 PCI to AGP bridge
 
 Processor: Celeron 600MHz
 Memory: 192MB RAM (-16MB taken to video adapter NVIDIDA Aladdin TNT2 )
 Hard Drive: 4GB
 
 The problem I'm having is that when the kernel start loading, it gives me
 the
 following error.
 
 ...
 pci0: PCI bus on pcib0
 agp0: Ali Generic host to PCI bridge mem 0xd800-0xdbff at device
 0.0 on pci0
 panic: contigmalloc1: size must not be 0
 Uptime: 0s
 Automatic reboot in 15 seconds
 
 I have search for a posible solution but I have not found anything helpfull.
 I flash the EPROM of the motherboard with the last version
 (ftp://ftp.pcchips.com.tw/BIOS/M754LMR/) and it din't work.
 
 I'm getting the same error for FreeBSD 4.8 release or 5.1 current, but in
 different moments.
 With FreeBSD 4.8 release the installation reach the Configure X Server
 section and allways fail when I specify the video card I have. Then, when I
 reboot, I receive the error message mentioned above.
 With FreeBSD 5.1 current the error is show when the Installation CD boots
 and try to load the kernel.
 
 
 Can someone tell me if this motherboard and configuration is not supported
 by FreeBSD?
 What can I do to get my FreeBSD running in this configuration?

My suggestion would be to do the 4.8 installation, without installing
X up front.  Rebuild a kernel without the AGP device, and then go back
and try to install and configure X.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: starting named and httpd

2003-10-05 Thread Lowell Gilbert

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


Re: starting named and httpd

2003-10-05 Thread Lowell Gilbert
Tony [EMAIL PROTECTED] writes:

   I'm sorry to ask this. I have searched the archive mailing list.
 I've just installed 5.1 and I notice that  named  and httpd  is
 started by gndc. I've checked /etc/rc.conf and /etc/defaults/rc.conf
 and named_enable=NO.
 I'm not sure waht I'm missing. Is there some script starting these?

Apparently.  The normal way of starting named is in rc.network, which
would be controlled by rc.conf.  Did you install a named port?  There
isn't any httpd installed by default; whichever one you installed
probably put a script in /usr/local/etc/rc.d/ to start itself up.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Michal F. Hanula
On Sun, Oct 05, 2003 at 01:21:43PM -0400, Todd Stephens wrote:

   What about OperaShow?
   http://www.opera.com/support/tutorials/operashow/
 
 Assuming one knows how to author an html document.  Is this part of the 
 Opera port?  On the web page is says it is part of Opera for Windows, 
 but does not mention it being part of Opera for Linux or otherwise.  It 
 is an interesting idea though.
It does work with native FreeBSD port at least since 6.11.
mf

-- 
What do you care what other people think?


pgp0.pgp
Description: PGP signature


Re: kernel panic at reboot/shutdown

2003-10-05 Thread Lowell Gilbert
Eric F Crist [EMAIL PROTECTED] writes:

 I get the following message when I reboot/halt my system.  If someone could 
 explain what it means and give me a hint on how to fix it, I'd really 
 appreciate it.
 
 Terminate ACPI
 
 Fatal trap 12: page fault while in kernel mode
 fault virtual address =0x18
 fault code=supervisor write, page not present
 instruction pointer   =0x8:0xc041462d
 stack pointer =0x10:0xd1c70c8c
 frame pointer =0x10:0xd1c70cb8
 code segment  =base 0x0, limit 0xf, type 0x1b
 processor eflags  =DPL 0, pres 1, def32 1, gran 1
   =interrupt enabled, resume, 10PL=0
 current process   =22 (irq 9: dc0 uhci0+)
 trap number   =12
 panic: page fault
 uptime 8h59m48x
 Terminate ACPI
 
 Automatic reboot in 15 seconds - press a key on the console to abort
 --Press a key on the console to reboot,
 --or switch off the system now.
 
 Thanks for all your help!

Looks like a 5.x problem.  Try the latest, if you haven't, and ask the
-CURRENT mailing list if you have...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anyone using Linux-PAM on 5.x?

2003-10-05 Thread Mikko Työläjärvi
On Sun, 5 Oct 2003, Joe Lewis wrote:

 I know of the specification.  However, I have a customized version of the
 pam-mysql module that I have tried to install.  In a previous post to this
 list about a week or two ago, I wrote about getting only the following
 entrys in the log file (an example of one from today) :

 Oct  5 13:04:15 sharktooth login: in opempam_load_module(): no
 pam_mysql.so found
 Oct  5 13:04:15 sharktooth login: pam_start(): failed to load module

 Now, it is there in the /usr/lib/ directory, it has the correct
 permissions, correct owner, etc.  In the /etc/pam.d/login file, I've even
 put in absolute paths, and non-aboslute paths.  I've copied existing
 module entries, changing only the module name (such as pam_unix to
 pam_mysql).

Looks like dlopen() fails.  Is your module linked with any libraries
other than libpam and libc?  Such as libmysql... :)

Unset LD_LIBRARY_PATH and check what ldd ./pam_mysql.so says (or
read and grok the output of objdump -p). Anything listed as not
found will result in exactly the error you are seeing, and the
problem can be resolved using the normal linker tricks: symlink/copy
or ldconfig or build with -R etc...

  Hmmm... odd; the modules all build and work just fine, modulo some
  minor tweaks mostly related to gcc 3.x, even though I have never built
  them on FreeBSD 5 before.  Definitely no worse than when porting to
  certain commercial platforms.

 Can you at least point me to some documentation?  I don't mind porting the
 module.  I've copied the pam_unix.c module that comes with the openpam
 source code (dogwood release, the one in 5.x), changed references from
 pam_unix to pam_mysql, leaving the actual implementations in place so I
 make sure that I'm not messing something up, and STILL get the same log
 file entries, so it can't be the code in the module.  What's the deal?

I'm willing to bet on link problems.

If I remember correctly one has to rebuild the openpam lib in order to
enable debug logging, but it may be worth the effort if nothing else
helps.

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


terminal emulation

2003-10-05 Thread Alexey Koptsevich

Hi,

I would like to use FreeBSD machine as a serial console to another FreeBSD
machine. Server part is described in the Handbook, but I have found
nothing about client part. Which program should I use for terminal
emulation? How can I make, for instance, xterm to communicate to the
serial port?

Thanks,
Alex


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


Having trouble with buildworld

2003-10-05 Thread James Jacobsen
make buildworld fails with make claiming that it doesn't know how to make freebsd.mc.  
I am not sure what is wrong.
 I have tried building on a clean source tree, and I have deleted /usr/obj.  I have 
read the relivent sections of
the handbook.  I am running version 5.1 on a p3, and I got the source use cvsup.  The 
source is from the
releng_5_1.  I think freebsd.mc is a sendmail config file, but I don't know.  Any 
ideas would be appreciated.  Thanks

--Will

SIZE does matter - The UK's biggest *Free* Web based mail - 10 MB Free 
mail.lycos.co.uk

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


Mount_nfs permission denied

2003-10-05 Thread Charles Howse
Hi,
I'm trying to mount_nfs larry:/usr /mnt
And I always get permission denied.
It also fails on mount_nfs larry:/disk2 /mnt
Any idea what I'm doing wrong?

[EMAIL PROTECTED] ~]# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/ad0s1a   492M54M   399M12%/
/dev/ad2s1f   1.1G43M   1.0G 4%/disk2
/dev/ad0s1f   492M   4.0K   453M 0%/tmp
/dev/ad0s1g   6.1G   902M   4.7G16%/usr
/dev/ad2s1e   984M   347M   558M38%/usr/obj
/dev/ad0s1e   492M   5.2M   448M 1%/var
procfs4.0K   4.0K 0B   100%/proc

[EMAIL PROTECTED] ~]# cat /etc/exports
/disk2  -alldirs-network 192.168.254.0  -mask 255.255.255.0
/usr-alldirs-network 192.168.254.0  -mask 255.255.255.0

[EMAIL PROTECTED] ~]# showmount -e
Exports list on localhost:
/usr   192.168.254.0
/disk2 192.168.254.0

[EMAIL PROTECTED] ~]# ls -l / | grep usr
lrwxr-xr-x   1 root  wheel   10 Sep  4 02:58 compat - usr/compat
lrwxrwxrwx   1 root  wheel9 Sep  4 03:00 home - /usr/home
lrwxr-xr-x   1 root  wheel   11 Sep 27 15:17 sys - usr/src/sys
drwxr-xr-x  19 root  wheel  512 Sep  4 09:25 usr


Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


Re: terminal emulation

2003-10-05 Thread Daan Vreeken [PA4DAN]
On Sunday 05 October 2003 23:35, Alexey Koptsevich wrote:
 Hi,

 I would like to use FreeBSD machine as a serial console to another FreeBSD
 machine. Server part is described in the Handbook, but I have found
 nothing about client part. Which program should I use for terminal
 emulation? How can I make, for instance, xterm to communicate to the
 serial port?
Try minicom, it's in the ports at comms/minicom

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


Re: Having trouble with buildworld

2003-10-05 Thread jason
James Jacobsen wrote:

make buildworld fails with make claiming that it doesn't know how to make freebsd.mc.  
I am not sure what is wrong.
I have tried building on a clean source tree, and I have deleted /usr/obj.  I have 
read the relivent sections of
the handbook.  I am running version 5.1 on a p3, and I got the source use cvsup.  The 
source is from the
releng_5_1.  I think freebsd.mc is a sendmail config file, but I don't know.  Any 
ideas would be appreciated.  Thanks
--Will

SIZE does matter - The UK's biggest *Free* Web based mail - 10 MB Free 
mail.lycos.co.uk

 



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

post your /etc/make.conf file.



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


FreeBSD Linksys EG1032 network card

2003-10-05 Thread Ken Ebling
I'm having trouble getting a LinkSys EG1032 gigabit network card to  
work in RELENG_4_8.

The 4.8 Hardware Notes say the card uses the nge driver.

I grepped the LINT kernel config file for anything secific to the  
EG1032 and didn't find anything special, so I recompiled a kernel with  
device nge.

I also have device miibus for the Intel EtherExpress Pro (fxp) card  
I'm using.

When the machine boots, I see this line:
pci0: unknown card (vendor=0x1737, dev=0x1032) at 13.0 irq 11
Here's my entire dmesg:

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights  
reserved.
FreeBSD 4.8-RELEASE-p13 #7: Sat Oct  4 20:46:08 EDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOST1
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 1615918372 Hz
CPU: Intel(R) Pentium(R) 4 CPU 1.60GHz (1615.92-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf12  Stepping = 2
   
Features=0x3febfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE 
,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
real memory  = 536805376 (524224K bytes)
avail memory = 518840320 (506680K bytes)
Preloaded elf kernel kernel at 0xc036b000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 9 entries at 0xc00fd840
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
agp0: SIS Generic host to PCI bridge mem 0xe000-0xe3ff at  
device 0.0 on pci0
pcib2: PCI to PCI bridge (vendor=1039 device=0001) at device 1.0 on  
pci0
pci1: PCI bus on pcib2
isab0: SiS 85c503 PCI-ISA bridge at device 2.0 on pci0
isa0: ISA bus on isab0
atapci0: SiS 5591 ATA100 controller port 0xf000-0xf00f at device 2.5  
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
dc0: LC82C115 PNIC II 10/100BaseTX port 0xe000-0xe0ff mem  
0xe7434000-0xe74340ff irq 11 at device 9.0 on pci0
dc0: Ethernet address: 00:a0:cc:e3:42:95
miibus0: MII bus on dc0
dcphy0: Intel 21143 NWAY media interface on miibus0
dcphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Intel Pro 10/100B/100+ Ethernet port 0xe400-0xe43f mem  
0xe740-0xe741,0xe7435000-0xe7435fff irq 12 at device 10.0 on  
pci0
fxp0: Ethernet address 00:02:b3:4c:74:58
inphy0: i82555 10/100 media interface on miibus1
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pcib3: PCI to PCI bridge (vendor=1044 device=a500) at device 11.0 on  
pci0
pci2: PCI bus on pcib3
asr0: Adaptec Caching SCSI RAID mem 0xe400-0xe5ff irq 9 at  
device 11.1 on pci0
asr0: major=154
asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel, 256 CCBs, Protocol I2O
pci0: Trident model 9660 VGA-compatible display device at 12.0 irq 5
pci0: unknown card (vendor=0x1737, dev=0x1032) at 13.0 irq 11
pcib1: SiS 5591 host to AGP bridge on motherboard
pci3: PCI bus on pcib1
orm0: Option ROMs at iomem 0xc-0xc7fff,0xc8000-0xcdfff on isa0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on  
isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on  
isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
plip0: PLIP network interface on ppbus0
Mounting root from ufs:/dev/da0s1a
da0 at asr0 bus 0 target 0 lun 0
da0: ADAPTEC RAID-1 370F Fixed Direct Access SCSI-2 device
da0: Tagged Queueing Enabled
da0: 17501MB (35842048 512 byte sectors: 255H 63S/T 2231C)

Does anyone know what could be causing this to not work?

Also, I know I'm running 4.8-RELEASE-p13 and I applied the new  
patches manually. =)

Thanks,

Ken Ebling

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


Re: Having trouble with buildworld

2003-10-05 Thread James Jacobsen
Here is the /etc/make.conf.

# -- use.perl generated deltas -- #
# Created: Tue Aug 26 09:51:56 2003
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
XFREE86_VERSION=4
# -- use.perl generated deltas -- #
# Created: Sun Oct  5 15:25:52 2003
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
Also the file /etc/defaults/make.conf does not exist, never did.  It is  
how ever mentioned in handbook.

--James

On 10/05/03 18:33:25, jason wrote:
James Jacobsen wrote:

make buildworld fails with make claiming that it doesn't know how to  
make freebsd.mc.  I am not sure what is wrong.
I have tried building on a clean source tree, and I have deleted / 
usr/obj.  I have read the relivent sections of
the handbook.  I am running version 5.1 on a p3, and I got the  
source use cvsup.  The source is from the
releng_5_1.  I think freebsd.mc is a sendmail config file, but I  
don't know.  Any ideas would be appreciated.  Thanks

--Will

SIZE does matter - The UK's biggest *Free* Web based mail - 10 MB  
Free mail.lycos.co.uk



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

post your /etc/make.conf file.



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

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


Re: terminal emulation

2003-10-05 Thread Lowell Gilbert
Alexey Koptsevich [EMAIL PROTECTED] writes:

 I would like to use FreeBSD machine as a serial console to another FreeBSD
 machine. Server part is described in the Handbook, but I have found
 nothing about client part. Which program should I use for terminal
 emulation? How can I make, for instance, xterm to communicate to the
 serial port?

cu(1).

There are plenty of more featureful comm programs in ports/comms.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: terminal emulation

2003-10-05 Thread Richard Coleman
Lowell Gilbert wrote:

I would like to use FreeBSD machine as a serial console to another FreeBSD
machine. Server part is described in the Handbook, but I have found
nothing about client part. Which program should I use for terminal
emulation? How can I make, for instance, xterm to communicate to the
serial port?
cu(1).

There are plenty of more featureful comm programs in ports/comms.
I use the port minicom and recommend it.  It's pretty small.  It uses 
a (nice) curses interface, so it doesn't require X11.  It also has very 
few dependences in the ports tree (just the lrzsz port).

One thing more thing.  The default for minicom is a vt102 terminal.  So 
when you hook up to a FreeBSD server, your first command should be 
setenv TERM vt102.  Otherwise, FreeBSD will assume cons25.

If you want the swiss-army-knife of serial programs, there is always 
Kermit from the ports tree.  It takes awhile to learn because it's got 
so many options.  But once you learn it, it will connect to just about 
anything.

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


Gnome-think

2003-10-05 Thread stan
I can't seem to find this neat little utilty in the ports tree. Is it
perhaps included in some bigger port?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Scrolling messages

2003-10-05 Thread Arya Nasha
On FreeBSD 4.8-20030810-STABLE:

After i recompiled the kernel with support
for a few wireless ethernet interfaces, I
am now getting continuously scrolling messages
in /var/log/messages :

Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.271062 - 9808.243817)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.271062 - 9808.249396)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.282351 - 9808.237299)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.282351 - 9808.249313)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.291282 - 9808.254811)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.300854 - 9808.255157)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.311713 - 9808.275242)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.311713 - 9808.282668)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.311713 - 9808.294897)
Oct  5 19:14:59 localhost /kernel: microuptime() went
backwards (9808.311713 - 9808.304468)
.
.
.
etc

I have killed xntpd, and timed, yet the messages 
continue unabated.


What did I do do wrong?

Thanks,

Nasha

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: terminal emulation

2003-10-05 Thread Toni Schmidbauer
On Sun, Oct 05, 2003 at 05:35:02PM -0400, Alexey Koptsevich wrote:
 I would like to use FreeBSD machine as a serial console to another FreeBSD
 machine. Server part is described in the Handbook, but I have found
 nothing about client part. Which program should I use for terminal
 emulation? How can I make, for instance, xterm to communicate to the
 serial port?

man tip(1)

or install

/usr/ports/comms/minicom

hth,
toni
-- 
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at 
lieber gar nicht, als dass man verurteile.   | Toni Schmidbauer
-- Rudolf Steiner| 


pgp0.pgp
Description: PGP signature


flphoto for FreeBSD?

2003-10-05 Thread Gabriel Striewe
Hello!

In the magazine Linux-User (http://www.linux-user.de) I came across the photo editing 
programme flphoto, written by cups-author Michael Sweets. This port is not yet 
included in the ports collection.Anybody knows the reason for this? I tried once to 
compile it via ./configure  make  make install, but got a lot of syntax errors, 
and did not retry because I do not feel familiar with C/C++

Any hints appreciated

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


Re: low-scale presenter for FreeBSD?

2003-10-05 Thread Gabriel Striewe
Hello!

I found this website with information on LaTeX- and HTML-based screen presentation 
tools.

http://www.miwie.org/presentations/presentations.html

I hope this is any helpful.

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


Encrypted Password Portability Between releases

2003-10-05 Thread James Moser
Hey everyone...  cryptography is not really my strong point and I'm 
trying to do something I thought should have been fairly easy.  We have 
a number of machines running various versions of FreeBSD from 
4.7-RELEASE to 4.8-STABLE.  Our password files for our users are 
generated through passwords which are currently being stored in plain 
text. I wish to encrypt these on a central server and store them in the 
database for better security, however I'm running into some problems.  
It appears to work on some systems and some systems it does not.  I have 
tried DES and MD5 encryption.

Most of these systems have been upgraded from much earlier releases of 
the 4 branch, and the passwords of users not generated from the database 
seem to have been find after each upgrade.  So my question is, what am I 
doing wrong?  Is there a way to encrypt a password on one system and 
have it work on all FreeBSD machines no matter what release its running? 
If I encrypt on a 4.7 box will it work on a 4.8 system, just not the 
other way around?

Thanks for any help of information you can provide.

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


Re: bridging multiple interfaces

2003-10-05 Thread Manuel Rabade (MiG)
On Sun, Oct 05, 2003 at 11:12:04PM +0300, Mike Jackson wrote:
 ext Manuel Rabade (MiG) ([EMAIL PROTECTED]) wrote:
  On Sun, Oct 05, 2003 at 02:12:49AM +0300, Mike Jackson wrote:
   ext Manuel Rabade (MiG) ([EMAIL PROTECTED]) wrote:
You want to use the NAT of your ASDL router or that pc1 do the nat for xl0
and wi0 ?
   
   I'm using the NAT on the ADSL router, because that's the only public IP
   that I have.
  
  
  Humm .. are you using diferent subnets in each interface or how do you bring up
  the interfaces ?
 
 Hi,
  Yes, I have the following networks:
 
 xl0 - 192.168.3.0
 xl1 - 192.168.1.0
 wi0 - 192.168.2.0


That's fine, but you must check the netmask of the interfaces and your computers
in the network, it should be 255.255.0.0.

How are you bridging the interfaces ?? i think it should be:

sysctl net.link.ether.bridge_cfg=xl0,xl1,wi0
 
 --
 mike
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: terminal emulation

2003-10-05 Thread Minnesota Slinky
Just a question, why not just use telnet?

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexey
Koptsevich
Sent: Sunday, October 05, 2003 4:35 PM
To: [EMAIL PROTECTED]
Subject: terminal emulation



Hi,

I would like to use FreeBSD machine as a serial console to another
FreeBSD machine. Server part is described in the Handbook, but I have
found nothing about client part. Which program should I use for terminal
emulation? How can I make, for instance, xterm to communicate to the
serial port?

Thanks,
Alex


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


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


  1   2   >