Re: config is out of sinc

2004-05-27 Thread Kent Stewart
On Wednesday 26 May 2004 10:19 pm, Earl Larsen wrote:
 On Wednesday 26 May 2004 11:39 pm, Kent Stewart wrote:
  On Wednesday 26 May 2004 09:10 pm, Earl Larsen wrote:
   On Wednesday 26 May 2004 10:59 pm, Kris Kennaway wrote:
On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote:
  Read the documentation to find out what the tag=. does
  ;-)
 
  Kris

 So I should edit my cvsupfile to read as the fallowing:

 *default host=cvsup12.us.FreeBSD.org
 *default base=/usr/local/etc/cvsup
 *default prefix=/usr
 *default tag=RELENG_4_9_RELEASE
 *default date=2003.10.28
 *default release=cvs delete use-rel-suffix
 *default compress
 src-all date=.
 ports-all tag=.
 doc-all tag=.
 cvsroot-all date=.

 And it will update all of 4.9 as 4.9? To update my system
 corectly. Should I run mergmaster, after cvsed the system.
 Since I ran mergmaster with the incorrect files.
   
No, you're way off.  See the sample configuration files, and
read the documentation on cvsup in the handbook.
   
Kris
  
   Where is the sample config files located?
 
  /usr/share/examples/cvsup
 
  Kent

 Ok I did a little more research on making the cvsupfile. And to make
 my system up to date for everything for 4.9(stable). Please correct
 me if I am wrong. Will be the fallowing:

 default host=cvsup12.us.FreeBSD.org
 *default base=/usr/local/etc/cvsup
 *default prefix=/usr
 *default release=cvs tag=RELENG_4_9
 *default delete use-rel-suffix
 *default compress
 src-all
 ports-all tag=.
 doc-all tag=.
 cvsroot-all

Keep your supfile simple like the examples and don't include features 
such as cvsroot-all that you don't understand the side effects. If you 
want a local mirror, install cvsup-mirror but you need to understand 
the consequences of what you are doing before you try that. 

The current cvsup-mirror is over 2GB and you are going to download all 
of it. /usr/src for RELENG_4 is around 300MB and that is much easier to 
deal with than a 2GB system that you still need to run cvsup or cvs 
against to use. Since you are already asking for src-all, you just 
quadrupled the amount of data you are going to transfer each time you 
run cvsup.

I use a cvsup script for each of those processes (src-all, ports-all, 
and doc-all) because I don't believe they need to be updated at the 
same frequency. I have a local mirror and feed 6 other computers from 
it. I think the break even point is 2 and you don't see any gain until 
you have more than 3. If you install a mirror on a single computer, you 
are downloading everything for all of the branch tags.


 What would change for 4.9 current? I am a little confused on the
 difference of RELENG_4_9 and RELENG_4_9_0_RELEASE. Is the first one
 for stable systems, and the later one for current systems?

You need to read about the branch tags on
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html

RELENG_4 is stable, which is now going by the name 4.10-STABLE. There is 
now a RELENG_4_10_0_RELEASE, which never changes, and RELENG_4_10, 
which is only updated with critical fixes and security advisories.

-- 
Kent Stewart
Richland, WA

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


FreeBSD NFS nfsiod

2004-05-27 Thread Michael Conlen
Is there a reason for
#define MAXNFSDCNT  20
in nfsiod.c? can this be adjusted if you adjust vfs.nfs.iodmax, or 
better yet, shouldn't it get this vaule from the sysctl?

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


Re: File encryption: bdes or gpg

2004-05-27 Thread Sergey Zaharchenko
On Wed, May 26, 2004 at 02:02:13PM -0400,
 Simon Bates probably wrote:
 Bill Moran wrote:
 Another option that you didn't even bring up:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html 
 
 Right now I am running 4.9 but upgrading to 5 is definitely a 
 possibility. Thanks a lot for the pointer.

The security/vncrypt port, which works on 4.x, supplies a kernel module
which can present an encrypted filesystem image just like regular vnode
disk, except that it does transparent {en|de}cryption.
 
-- 
DoubleF
In seeking the unattainable, simplicity only gets in the way.
-- Epigrams in Programming, ACM SIGPLAN Sept. 1982


pgpIPx9T8xbpu.pgp
Description: PGP signature


Re: perl and berkeley

2004-05-27 Thread David J. Weller-Fahy
* Len Conrad [EMAIL PROTECTED] [2004-05-26 20:42 -0800]:
 # use.perl port
 # which perl
 /usr/bin/perl

 Check out the rest of that file for more information.

 ports are not installed, just specific pkgs

 # pkg_info
 ...
 db3-3.3.11,1The Berkeley DB package, revision 3
 ...
 perl-5.8.0_4Practical Extraction and Report Language

Hrmm... Sorry about that, I'd assumed that you'd installed from ports,
not packages.  On my box, in the /usr/bin directory:

$ls -alT perl*
lrwxr-xr-x  1 root  wheel 19 Mar 20 15:25:53 2004 perl@ - /usr/local/bin/perl
...
lrwxr-xr-x  1 root  wheel 19 Mar 20 15:25:53 2004 perl5.8.2@ - /usr/local/bin/perl
...

So, you should be able to check your /usr/bin directory for the perl and
perl5.8.0 files.  If they are links to the system's perl, then simply
link them to the new location (which should be /usr/local/bin/perl).
That should allow the newer perl to be used by default.

HTH,
-- 
dave [ please don't CC me ]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FW: DHCP is down..

2004-05-27 Thread Rob
Gary Kline wrote:
On Wed, May 26, 2004 at 11:10:32PM -0500, Eric Crist wrote:
-Original Message-
From: Thomas Farrell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 9:34 PM
To: Eric Crist
Subject: Re: DHCP is down..
Do you have this in  the begining of dhcpd.conf
ddns-update-style none;
?
If you don't put it in at the top of config
 Please read above 
Apparently, you sent this to wrong person, or didn't reply to the entire
list.

I do have the ddns-update-style none; line in dhcpd.conf.
	I also found something I dropped in on the suggestion of 
	Rob.
Hi, this is Rob.
Silly question: can your DHCP server run without the bind nameserver?
Just asking, since that seems to be where your setup differs from mine.
I wonder why you focus on the DHCP server, whereas I would suspect
a wrongly configured named server. However, I know nothing about named
server configuration, so I may be totally wrong here.
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The 5.2.1 and the six hard disks

2004-05-27 Thread T. Srikanth
I have a spare Dell PowerEdge SC600 which I used to check out the 5.2.1 
release. The system has six 120GB
hard disks. I have added entries in device.hints for the third ATA 
disk controller at port 0x170 and irq 11.

When I let the system boot regularly, it does not show up all the six 
disks-- but only four of them belonging
to the other (first and second) disk controllers. When the system is 
booted into safe mode (probably with
ACPI disabled), I find the system recognize all the six hard disks.

At this time, when I run atacontrol to set the access mode to UDMA100 
on any channel, the system just
panicks. Even raidctl simply gets into a faulty DAG scenario and 
causes the system to panic. Are the
device hints for the third controller correct? Is work still needed on 
the herd?

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


backpack external rom

2004-05-27 Thread dave
Hello,
Does anyone have a backpack external cd-rom working under 5.2.1? It has
three possible methods of operation, parallel, USB, and PCMCIA, in this case
only parallel is applicable. I need to burn using this burner, but have not
been able to make it work. Any help appreciated.
Thanks.
Dave.

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


Re: cannot load ndis module into kernel, FB 5.2.1, TrueMobile 1300

2004-05-27 Thread Peter Risdon
Dani Irinchev wrote:
Hi all,
I am willing to try the ndis wrapper for my TrueMobile 1300 card on a Dell
Inspiron 8500 notebook. I installed FreeBSD 5.2.1 and did a cvsup to
CURRENT(25th of May). No custom kernel as of yet. 

I'm having problems with this myself, but you do need some custom kernel 
configuration (see man 4 ndis):

options NDISAPI
device ndis
and a default one
device wlan
PWR.

The module builds but make
load fails. Same is for if_ndis but it is because /sys/modules/ndis load
fails. Error that I get is:

/sbin/kldload -v /usr/src/sys/modules/ndis/ndis.ko
link_elf: symbol __panic undefined
kldload: can't load /usr/src/sys/modules/ndis/ndis.ko: No such file or
directory

*** Error code 1

Any idea about what could be wrong?
Cheers, Dani
___
[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: Swap space - max size

2004-05-27 Thread T. Srikanth
Jamie,
Run the following script on your system under maximum load.
#!/bin/sh -
ps -o vsz -o rss | grep '[0123456789]' | \
awk '{
   i += $1;
   j += $2;
} END { printf(VSZ=%dK, RSS=%dK\n, i, j); }'
If you see VSZ is very close to the swap size and RSS is getting
closer to the available physical memory, you should have to tune
your system by increasing the swap. A process that is swapped out
is not necessarily swapped in immediately, so you can pick your
choice of the swap size that meets the requirements of VSZ (above).
--Srikanth
--
From [EMAIL PROTECTED]  Tue Mar  2 19:10:18 2004
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
   by hub.freebsd.org (Postfix) with ESMTP id 4F12116A4CE
   for [EMAIL PROTECTED];
   Tue,  2 Mar 2004 19:10:18 -0800 (PST)
Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27])
   by mx1.FreeBSD.org (Postfix) with ESMTP id C891B43D1D
   for [EMAIL PROTECTED];
   Tue,  2 Mar 2004 19:10:17 -0800 (PST)
   (envelope-from [EMAIL PROTECTED])
Received: from floyd.gnulife.org (localhost.gnulife.org [127.0.0.1])
   by floyd.gnulife.org (8.12.11/8.12.11) with ESMTP id i2349Lvt072292
   for [EMAIL PROTECTED];
   Tue, 2 Mar 2004 22:09:21 -0600 (CST)
   (envelope-from [EMAIL PROTECTED])
Received: from localhost ([EMAIL PROTECTED])i2349Lml072289
   for [EMAIL PROTECTED];
   Tue, 2 Mar 2004 22:09:21 -0600 (CST)
   (envelope-from [EMAIL PROTECTED])
X-Authentication-Warning: floyd.gnulife.org: jamie owned process doing -bs
Date: Tue, 2 Mar 2004 22:09:21 -0600 (CST)
From: Jamie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Scanned-By: MIMEDefang 2.39
Subject: Swap space - max size
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: User questions freebsd-questions.freebsd.org
List-Unsubscribe: http://lists.freebsd.org/mailman/listinfo/freebsd-questions,
   mailto:[EMAIL PROTECTED]
List-Archive: http://lists.freebsd.org/pipermail/freebsd-questions
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.freebsd.org/mailman/listinfo/freebsd-questions,
   mailto:[EMAIL PROTECTED]
X-List-Received-Date: Wed, 03 Mar 2004 03:10:18 -

  Is there any point in adding more than 2 Gb of swap space on an x86 if
you have 2 Gb of ram? From what I've read, x86 can address 4 Gb of memory,
so it would seem that more than 4 Gigs of combined memory and swap space
would be wasted. Am I right?

   Thanks,
   - Jamie

Greetings from Minneapolis, MN, United States
A friend is someone who lets you have total freedom to be yourself.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unable to post to lists

2004-05-27 Thread bryan cassidy
I havent posted to any of the freebsd mailing lists in
a few days/weeks and I tried to post a test e-mail to
the -test list and my e-mail never gets sent to the
list. This happened before, never figured it out.
Using Postfix/Mutt.

Thanks.




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Arts port installs i386-portbld-freebsd4.10-mcopidl, but the world expects mcopidl?

2004-05-27 Thread Rocco Caputo
Upgrading arts as part of the KDE thing.

It installs binaries like

-r-xr-xr-x   1 root  wheel  837 May 27 04:25 i386-portbld-freebsd4.10-artsc-config
-r-xr-xr-x   1 root  wheel 2271 May 27 04:25 i386-portbld-freebsd4.10-artsdsp
-r-xr-xr-x   1 root  wheel   327132 May 27 04:26 i386-portbld-freebsd4.10-mcopidl
-r-xr-xr-x   1 root  wheel   157112 May 27 04:30 i386-portbld-freebsd4.10-artsd
-r-xr-xr-x   1 root  wheel13896 May 27 04:30 i386-portbld-freebsd4.10-artsplay
-r-xr-xr-x   1 root  wheel28700 May 27 04:30 i386-portbld-freebsd4.10-artscat
-r-xr-xr-x   1 root  wheel50904 May 27 04:30 i386-portbld-freebsd4.10-artsshell
-r-xr-xr-x   1 root  wheel26280 May 27 04:30 i386-portbld-freebsd4.10-artsrec

KDE looks for /usr/ports/mcopidl and fails.

The web and list archives disavow all knowledge of this problem.  I
must be doing something wrong, then.  But what?

Thanks in advance.

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


Re: Arts port installs i386-portbld-freebsd4.10-mcopidl, but the world expects mcopidl?

2004-05-27 Thread Kris Kennaway
On Thu, May 27, 2004 at 04:50:35AM -0400, Rocco Caputo wrote:
 Upgrading arts as part of the KDE thing.
 
 It installs binaries like
 
 -r-xr-xr-x   1 root  wheel  837 May 27 04:25 
 i386-portbld-freebsd4.10-artsc-config

This was already fixed..update your ports and try again.

Kris

pgp6REju3IlCa.pgp
Description: PGP signature


Re: Arts port installs i386-portbld-freebsd4.10-mcopidl, but the world expects mcopidl?

2004-05-27 Thread Ion-Mihai Tetcu
On Thu, 27 May 2004 04:50:35 -0400
Rocco Caputo [EMAIL PROTECTED] wrote:

 Upgrading arts as part of the KDE thing.
 
 It installs binaries like
 
 -r-xr-xr-x   1 root  wheel  837 May 27 04:25 
 i386-portbld-freebsd4.10-artsc-config
 -r-xr-xr-x   1 root  wheel 2271 May 27 04:25 i386-portbld-freebsd4.10-artsdsp
 -r-xr-xr-x   1 root  wheel   327132 May 27 04:26 i386-portbld-freebsd4.10-mcopidl
 -r-xr-xr-x   1 root  wheel   157112 May 27 04:30 i386-portbld-freebsd4.10-artsd
 -r-xr-xr-x   1 root  wheel13896 May 27 04:30 i386-portbld-freebsd4.10-artsplay
 -r-xr-xr-x   1 root  wheel28700 May 27 04:30 i386-portbld-freebsd4.10-artscat
 -r-xr-xr-x   1 root  wheel50904 May 27 04:30 i386-portbld-freebsd4.10-artsshell
 -r-xr-xr-x   1 root  wheel26280 May 27 04:30 i386-portbld-freebsd4.10-artsrec
 
 KDE looks for /usr/ports/mcopidl and fails.
 
 The web and list archives disavow all knowledge of this problem.  I
 must be doing something wrong, then.  But what?

cvsup, it has been fixed.


-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: perl and berkeley

2004-05-27 Thread Len Conrad

$ls -alT perl*
lrwxr-xr-x  1 root  wheel 19 Mar 20 15:25:53 2004 perl@ - 
/usr/local/bin/perl
...
lrwxr-xr-x  1 root  wheel 19 Mar 20 15:25:53 2004 perl5.8.2@ - 
/usr/local/bin/perl
...
I have the same:
# ll /usr/bin/perl*
lrwxr-xr-x  1 root  wheel 19 May 26 20:49 /usr/bin/perl@ - 
/usr/local/bin/perl
-r-xr-xr-x  2 root  wheel  10200 Apr 11 15:48 /usr/bin/perl5*
-r-xr-xr-x  2 root  wheel  10200 Apr 11 15:48 /usr/bin/perl5.00503*
lrwxr-xr-x  1 root  wheel 19 May 26 20:49 /usr/bin/perl5.8.0@ - 
/usr/local/bin/perl
-r-xr-xr-x  1 root  wheel  31723 Apr 11 15:48 /usr/bin/perlbug*
-r-xr-xr-x  1 root  wheel  26305 Apr 11 15:48 /usr/bin/perlcc*
-r-xr-xr-x  1 root  wheel  16807 Apr 11 15:48 /usr/bin/perldoc*

# /usr/local/bin/perl -v
This is perl, v5.8.4 built for i386-freebsd
so the 5.8 is now the default version, good, 1 of 2 problems solved.
It sure looks like the db3 pkg install is screwing up since
perl -MCPAN -e 'install BerkeleyDB'
... still gives:
BerkeleyDB.xs:74: #error db.h is from Berkeley DB 1.x - need at least 
Berkeley DB 2.6.4
*** Error code 1

I've deleted and re-installed that db3 pkg, but still get the same error.
thanks
Len
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Router take advantage of device polling

2004-05-27 Thread T. Srikanth
Jeffrey,
Yes, there is. At a certain level of traffic, network interrupts
happen all too often to justify the processing overhead associated
with the interrupt service routines, and hence the network activity
is best polled. Is 15Mbps the level for enabling polling? Well,
this traffic level depends on the underlying hardware capabilities
as well. You decide.
--Srikanth
Jeffrey Lyon wrote:
I am currently running a router pushing about 15 megabit of traffic,
with CPU usage like so:
root 25  5.9  0.0 0   12  ??  WL   10:16AM  47:49.70  (irq7: bge0 amr0)
root 14  5.9  0.0 0   12  ??  WL   10:16AM  55:15.63  (swi1: net)
root 26  3.0  0.0 0   12  ??  LL   10:16AM  28:42.81  (irq5: bge1)
I am told that activating the device_polling kernel option will cause a 
substantial reduction in this usage. Is there any truth to that statement?

Thanks.
--
Jeffrey Lyon, Independent Associate
jeffreylyon at prepaidlegal.com 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
http://www.prepaidlegal.com/hub/jeffreylyon
Pre-Paid Legal Services, Inc.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Porting ALSA drivers to OSS may be easy, according to OSS ;)

2004-05-27 Thread Bruno
Well, I looked here:
http://www.freebsd.org/cgi/man.cgi?query=pcmsektion=4
Instead of here:
http://www.freebsd.org/releases/5.2.1R/hardware-i386.html#AEN1101
http://www.freebsd.org/releases/4.10R/hardware-i386.html#AEN1762
I haven't tried FreeBSD for a long time (before SB Live! was supported) 
but I knew my SB Live! is supported for some time now.

I also have read comments from others about sound support on FreeBSD, and 
when I compared the supported cards on the pcm man page with the 
commercial OSS and ALSA supported cards I felt they were right.

But I'm much happier now that I know I've searched the wrong places and 
FreeBSD supports much more soundcards that I could have imagined.

I can't remember which is the soundcard in the old Compaq Presario laptop 
my wife has.

But my desktop will migrate in a few days. Thanks for the quick answer :)
Bruno
BTW, you're right about the drivers, I haven't understood it the first 
time (OSS API != OSS drivers).


-Original Message-
From: Dan Nelson [mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 26 de Maio de 2004 20:30
To: Bruno
Cc: [EMAIL PROTECTED]
Subject: Re: Porting ALSA drivers to OSS may be easy, according to OSS
;)
In the last episode (May 26), Bruno said:
I know FreeBSD is mainly conceived as a performance server OS and
lacks in the multimedia field when compared with Linux which is much
more generic.
But in terms of sound I think the scenario could change easily: you
don't have ALSA drivers but according to this post it's possible to
convert ALSA drivers into free OSS drivers:
http://www.4front-tech.com/forum/viewtopic.php?p=48#48
This could mean reduced need for commercial OSS driver support :) And
of course there may be licensing issues.
Not really my problem since I have a SB Live!, but this could easily
improve FreeBSD image on the multimedia *NIX field :)
Are there very many cards not supported by FreeBSD?  Note that OSS can
mean two things: drivers provided by 4front, or a userland API for
playing sound.  FreeBSD's sound system provides an OSS API, but is not
OSS internally.  Porting a Linux ALSA driver to FreeBSD is probably
about as easy as porting a Linux OSS driver.

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


symbolic link cycling

2004-05-27 Thread Boucher, Eric
Hi everyone,

Is it possible to know which folders are pointing to each other in a cycle
manner by doing a find or some other command? I have a backup utility (in
windows thru samba) which seems to backup redundant files, probably due to
some symbolic links pointing to each other in cycle. Maybe a shell script
can do the job? I searched on the internet without good results. I hope that
my question is clear. Thanks,

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


Re: config is out of sinc

2004-05-27 Thread Matthew Seaman
I am a little confused on the difference of 
 RELENG_4_9 and RELENG_4_9_0_RELEASE. Is the first one for stable systems, and 
 the later one for current systems?

Think of it like this:

RELENG_4_9_0_RELEASE marks the *beginning* of the RELENG_4_9 branch.

RELENG_4_9 marks the *end* of the RELENG_4_9 branch.

Thus the set of files labelled as RELENG_4_9_0_RELEASE won't change
over time, whereas the set of files labelled as RELENG_4_9 will, to
account for the security patches added to 4.9-RELEASE.

The terms 'stable' and 'current' don't apply to the RELENG_4_9 or any
of the other release branches.  Think of the whole source repository
of FreeBSD as like a tree.  The tree has a trunk, which corresponds to
'CURRENT' ('.' in cvsup, also called 'HEAD' in cvs), and the tip of
that trunk to the latest development versions of all of the files,
etc. that go to make up the sources.

Every so often a major branch grows out of that trunk: those are the
-STABLE branches.  That branching happens on average about once every
two years.  The first level branches have labels like 'RELENG_4' in
cvs.  Every few months you then get a 2nd level '-RELEASE' branch from
the -STABLE branches: those have labels like 'RELENG_4_9'.  Usually
there's just the one main -STABLE branch actively being developed at a
time and spawning release branches.

As a special case at the moment, some -RELEASE branches have been
produced directly off the main trunk (CURRENT) -- those are precursors
to the imminent creation of the newest main branch to be called
5-STABLE.

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


pgp0lnGun4uDI.pgp
Description: PGP signature


Re: your mail

2004-05-27 Thread Matthew Seaman
On Thu, May 27, 2004 at 10:36:48AM +1200, Richard Stevenson wrote:

 I've got a quick question about the most recent security advisory, 
 FreeBSD-SA-04:11.msync.  I'm trying to figure out how big an issue it is 
 (whether or not I need to stop everyone's access to the file server until 
 it's patched), given that we've got no untrusted users on our systems. 
 Does anyone know if it's possible for a user to trigger this problem 
 unintentionally or accidentally?

You user would have to run some code programmed specially to produce
the effect.  Look at this thread on freebsd-hackers to see the problem
report that ultimately resulted in the security advisory:

http://lists.freebsd.org/pipermail/freebsd-hackers/2004-March/006396.html

As you can see, the first discovery was due to inadvertently
triggering the behaviour.  However, if the problem isn't happening to
you already, and you trust your users to the extent that they will not
deliberately set out to trigger such a thing, then you can probably
get away allowing your users to carry on accesssing your file server
for a while longer.

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


pgp16zxqpoKHa.pgp
Description: PGP signature


About FreeBSD Security Advisory FreeBSD-SA-04:11.msync

2004-05-27 Thread Andrea Venturoli
** Reply to note from FreeBSD Security Advisories [EMAIL PROTECTED] Wed, 26 May 2004 
13:32:51 +0200 (CEST)

From /usr/src/UPDATING:

NOTE: In some cases involving NFS, the incorrect behaviour may
actually be preferrable.  Setting the vm.old_msync sysctl
variable to 1 will revert msync(2) to its old behaviour.

Just wondering what this means...

 bye  Thanks
av.


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


Re: symbolic link cycling

2004-05-27 Thread Matthew Seaman
On Thu, May 27, 2004 at 07:12:02AM -0400, Boucher, Eric wrote:

 Is it possible to know which folders are pointing to each other in a cycle
 manner by doing a find or some other command? I have a backup utility (in
 windows thru samba) which seems to backup redundant files, probably due to
 some symbolic links pointing to each other in cycle. Maybe a shell script
 can do the job? I searched on the internet without good results. I hope that
 my question is clear. Thanks,

The usual solution to this sort of problem is to make your backup
script not chase symlinks at all.  You can't create directory loops
using hard links[1], and usually you would want your backup system to
reproduce the symlinks rather than replacing the link with whatever it
points at.  Most commands you might use to make backups will default
to not following symlinks -- tar(1), find(1)+cpio(1), dump(1),
rsync(1) all work that way be default.  cp(1) defaults to that
behaviour if given the '-R' flag (copy filesystems recursively).

Probably the best way to detect a symlink loop would be to record the
inode number of any directory visited, and then test if the current
directory had been visited before.  Note: you can't do this with
ordinary files, as it's perfectly legitimate for the same file to have
many hard links and so appear in the filesystem in multiple places.

Cheers,

Matthew

[1] Unless you have root access to the filesystem, and know quite a
lot about its internals.

-- 
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


pgpOnNR5fcs33.pgp
Description: PGP signature


Re: Unable to post to lists

2004-05-27 Thread Bill Moran
bryan cassidy wrote:
I havent posted to any of the freebsd mailing lists in
a few days/weeks and I tried to post a test e-mail to
the -test list and my e-mail never gets sent to the
list. This happened before, never figured it out.
Using Postfix/Mutt.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#FREEBSD-MAIL-BOUNCES
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nVidia driver problem w/ FreeBSD 5.2.1-RELEASE + mplayer

2004-05-27 Thread Gautham Ganapathy
Hi,

I have installed 5.2.1-RELEASE on my system (Athlon XP/nForce 2
Ultra/GeForce 3). Unfortunately, I am not able to use nVidia's fbsd drivers.
I saw a few posts that mentioned it would work under fbsd-5 although it was
written for 4. Any idea on what might be the problem?

The initial bootup gives messages saying 'PCI bus mastering disabled' and
'Unable to access memory ...'. Loading this driver also prevents it from
detecting other PCI devices such as my Netgear FA311 and 3Com (integrated,
3c509, i think) NICs.

Is there any workaround for this?

I have not specified a chipset as mentioned in
http://docs.freebsd.org/cgi/mid.cgi?B06CC0370BBC0F4EA588FD6952A9392502293A

Also, when I install the mplayer package as well as apache 1.3, it halts
with the error code -1. How do I get around this? I am installing them from
the main FTP site.

Thanks  Regards
Gautham

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


RE: SMTP AUTH

2004-05-27 Thread Lee Dilkie


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Richard
Stevenson
Outlook 2002 (from Office XP) will try STARTTLS if 
SMTP-over-SSL doesn't 
work for any port other than 25, apparently, but as I said, 
it's still a 
bit hairy.  I've got clients in .us, .uk, and .nz doing this with my 
server in .nz.  FWIW, I believe Microsoft are still working on 
this - I'm 
told they might default to trying STARTTLS first for port 587.  These 
things take time; the MSA standard is only about five years old, after 
all...

Wow, that responsive? The only hitch is that office 2K is my last version of office 
(as win2K is my last version of a MS OS that'll I'll buy).

It was a challange to cover all the bases, between outlook [express] and others 
(Kmail, Evolution...) I have running:

25 - smtp (with or w/o auth), w/STARTTLS
587 - MSA (auth SMTP), w/ STARTTLS
465 - smtps (with or w/o auth), SSL
110 - pop3, w/STARTTLS
*996 (not 995!) - pop3s, SSL
143 - imap (don't think that supports STARTTLS)
993 - imaps, SSL

I'm using qpopper for pop3 and imap-uw for imap and sendmail for the rest. I installed 
cyrus-sasl to provide decent password protection on the non-ssl'ed connections.

*996 instead of 995... this was a wierd one. Outlook normally defaults to port 995 if 
one selects use SSL but when I configured qpopper to use SSL on 995 the negotation 
would fail. If i changed ports, it succeeded. I think I know what happened and that I 
could probably get it to work on 995 but I haven't had the time to work on it.

I config Outlook to use SSL on ports 465 and either 996(pop3) or 993(imap). Kmail and 
such use 587(MSA) and 110/993 as they support STARTTLS.
 
If anyone is interested in the relevant bits of inetd/sendmail/qpopper config files, 
just shout.

-lee

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


Re: nVidia driver problem w/ FreeBSD 5.2.1-RELEASE + mplayer

2004-05-27 Thread Senandung Mendonan
On Thu, 27 May 2004, Gautham Ganapathy wrote:
I have installed 5.2.1-RELEASE on my system (Athlon XP/nForce 2 
Ultra/GeForce 3). Unfortunately, I am not able to use nVidia's fbsd 
drivers. I saw a few posts that mentioned it would work under fbsd-5 
although it was written for 4. Any idea on what might be the problem?
Did you install the driver via ports ( /usr/ports/x11/nvidia-driver ), or 
did you compile yourself? The ports version have some tweaks for you to 
try. I've been using the ports version (default install, no tweaking) in 
FreeBSD 5.2.1 on my Dell Latitude D800 (GeForce4 4200 Go), with no 
problems so far: ran mplayer occasionally with the some mpeg, avi, etc.

Got one minor gripe though: Can't get the Twinview feature working -- how 
to get the display on both the laptop and a projector. (anybody got this 
one working?)

Thanks.
--mendonan
Yang mimpikan secangkir kopi panas dengan selimut..
 (Dreaming of a cup of hot coffee, and a blanket..)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD to Windows No Reboot

2004-05-27 Thread Bill Moran
Paul Mather wrote:
On Thu, 27 May 2004 00:26:25 +0200 Toni Schmidbauer [EMAIL PROTECTED] wrote:
= On Wed, May 26, 2004 at 09:20:07AM -0700, Bryan Maxwell wrote:
=  Is there a way I can go from FreeBSD to windows without rebooting? 
= 
= no, that's not possible.

That's not strictly accurate.  You can go from FreeBSD to Microsoft
Windows (and back again) without rebooting.  (I can verify this from
personal experience.)  One way is to install VMWare via ports and then
install Windows as a guest OS.  (You need at least VMWare 3 to have
Windows XP as a supported guest OS.)  You can then run Windows inside
a window when running X under FreeBSD.  You can use Samba to access
files on your FreeBSD FFS partitions from inside the Windows guest OS.
(Alternatively, you can use scp/ftp to transfer files between the
running VMWare and FreeBSD if you don't want to go to the trouble of
setting up Samba on your FreeBSD system.)
VMWare offers trialware license keys, so if you want to use this
method of accessing Windows beyond the trial period you'll have to buy
a full license.
I've also heard people have had success running some Microsoft Windows
applications under FreeBSD using WINE, but I've not tried that myself.
To throw one more into the mix:
Bochs is another virtual machine ... developed open source and thus
requiring no $$.
It's been a while since I've worked with it, but I just checked freshports
and it's apparently still under active development (the port was updated
with a new version just today ... what kind of crazy nut is updating ports
at 5:30 in the morning?)
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer + realaudio ... what to expect when installing ...

2004-05-27 Thread Simon Barner
Lars Eighner wrote:
 works fine without X - whether you can build it without X, I
 don't know and I rather doubt.

Hi,

out of curiosity, I renamed /usr/X11R6, removed the USE_XLIB line from
the port. It configured fine (stating that all of the X11 video out
options were disabled), so I guess it will also build an run.

Given that fact, that you can also hack the linux-realplayer port not to
depend on the linux compatibility layer (which would probably introduce
a dependency on X11), and the fact that mplayer has its own magic to use
linux and even windows shared libraries, the OPs goal should be really
achievable.

Simon


signature.asc
Description: Digital signature


Re: config is out of sinc

2004-05-27 Thread Jerry McAllister
 
 I am a little confused on the differen=
 ce of=20
  RELENG_4_9 and RELENG_4_9_0_RELEASE. Is the first one for stable systems,=
  and=20
  the later one for current systems?
 
 Think of it like this:
 
 RELENG_4_9_0_RELEASE marks the *beginning* of the RELENG_4_9 branch.
 
 RELENG_4_9 marks the *end* of the RELENG_4_9 branch.
 
 Thus the set of files labelled as RELENG_4_9_0_RELEASE won't change
 over time, whereas the set of files labelled as RELENG_4_9 will, to
 account for the security patches added to 4.9-RELEASE.
 
 The terms 'stable' and 'current' don't apply to the RELENG_4_9 or any
 of the other release branches.  Think of the whole source repository
 of FreeBSD as like a tree.  The tree has a trunk, which corresponds to
 'CURRENT' ('.' in cvsup, also called 'HEAD' in cvs), and the tip of
 that trunk to the latest development versions of all of the files,
 etc. that go to make up the sources.
 
 Every so often a major branch grows out of that trunk: those are the
 -STABLE branches.  That branching happens on average about once every
 two years.  The first level branches have labels like 'RELENG_4' in
 cvs.  Every few months you then get a 2nd level '-RELEASE' branch from
 the -STABLE branches: those have labels like 'RELENG_4_9'.  Usually
 there's just the one main -STABLE branch actively being developed at a
 time and spawning release branches.
 
 As a special case at the moment, some -RELEASE branches have been
 produced directly off the main trunk (CURRENT) -- those are precursors
 to the imminent creation of the newest main branch to be called
 5-STABLE.

Geez, you keep this up and you're going to end up making this
process all clearly understood.No mystery left...  ;-)

jerry

 
   Cheers,
 
   Matthew
 
 --=20
 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]


openldap dependencies

2004-05-27 Thread Andy Wettstein
Hello,

I'm having a problem with the dependencies for openldap.  I build
openldap21 with sasl support so I get openldap21-sasl-client.  Then I
build pam_ldap and it builds fine, but it depends on openldap21-client.
So my dependencies are broken and I need to do a pkg_db -F.  Is there
a way to tell packages that depend on openldap21-client to depend on
openldap21-sasl-client instead? 

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


Re: openldap dependencies

2004-05-27 Thread Daniel Bye
On Thu, May 27, 2004 at 09:17:09AM -0500, Andy Wettstein wrote:
 Hello,
 
 I'm having a problem with the dependencies for openldap.  I build
 openldap21 with sasl support so I get openldap21-sasl-client.  Then I
 build pam_ldap and it builds fine, but it depends on openldap21-client.
 So my dependencies are broken and I need to do a pkg_db -F.  Is there
 a way to tell packages that depend on openldap21-client to depend on
 openldap21-sasl-client instead? 

Yes!  The portupgrade config file, /usr/local/etc/pkgtools.conf is your
friend in this case.

The ALT_PKGDEP section is what you want - set something like this (NOT
TESTED!):

  ALT_PKGDEP = {
'net/openldap21-client' = 'net/openldap21-sasl-client',
  }

This simply tells portupgrade and friends that for any package that depends
on openldap21-client, make it now depend instead on openldap21-sasl-client.

HTH

Dan


pgpmquXftk0On.pgp
Description: PGP signature


Consoles: Toggling Internal vs. Serial during boot

2004-05-27 Thread Joe Altman
The relevant system specs: FBSD 4.10, one serial port.

I've read the docs:

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

I am pretty sure I understand it all, but for one part. I'm not quite
clear on how to grab the internal console once serial bits are set
up. What I mean is that I'll compile the kernel with:

device sio0 at isa? port IO_COM1 flags 0x30 irq 4

and in /boot.config use:

either -D or -Dh or one of the -P options. But in any of these, I'll
end up with only serial access once in kernel.

Section 17.6.6 Changing Console from the Boot Loader seems to be the
relevant section. Is it really as simple as putting

set console=vidconsole

into /boot/loader.rc? I don't think it is; but if so, what do I type
(and when) to grab backthe video console? Is this a job for
loader.conf and flags, at some stage in the process of booting?

In the situation available to me, I can have access to a KVM and a
console server. So, I'm thinking ahead, and planning to have the video
console available to me if I break something. I'm pretty sure I won't
need it and can rely on the serial console output; but is there a way
to toggle (during boot blocks or boot loader) away from serial to
video output?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install hangs with Toshiba 2.5 drive

2004-05-27 Thread Robert Downes
Running FreeBSD 5.0 installer, I see a few messages along the lines of 
configured IRQ 3 is not in bitmap of irqs and then the following pair 
of lines:

ad0: READ command timeout tag=0 serv=0 - resetting
ata0: resetting devices ..
And then the system seems to jam, the drive light still on, and no 
further progress is made even after several minutes.

Does anyone know what would cause this? The version of FreeBSD I'm 
trying to install is 5.0. Would creating a newer install CD solve this 
problem?

The drive I'm trying to install to is a Toshiba MK8025GAS, 2.5 notebook 
drive. I've successfully installed Windows XP on it to test it, so the 
drive does not seem to be the problem.

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


RE: SMTP AUTH

2004-05-27 Thread Noah
On Wed, 26 May 2004 07:22:19 -0400, Lee Dilkie wrote
 On Tue, 25 May 2004, Noah wrote:
 
  sendmail-8.12.11
  freeBSD-4.9-STABLE
 
  I must be doing something wrong.  SMTP AUTH is not working 
 very well for me.
  I have been trying to authenticate with user and password to port 25.
 
  I prefer to send all auth user and password information with 
 SSL encryption.
  would like SSL Version 3 encryption.
 
 You've got This server requires a secure connection (SSL) 
 enabled for 
 the SMTP server in Outlook?
 
 In my experience (outlook 2000, not tested on outlook express) this 
 won't work. Outlook doesn't seem to understand that use SSL means 
 use STARTLS. What I did was to configure sendmail to also support 
 smtps (SSL before SMTP) on the smtps port (465) and point outlook 
 at that port with the use ssl checked.
 




Hi there,

how do I configure sendmail to support smtps (SSL before SMTP)  I want to
configure this.  any links out there show how to do this please?


- Noah



 
  I have configured outgoing mail requiring authentication 
 then clicking both
  with Secure Password Authenticaiton and without.
 
 That should be without for SPA.
 
 Agreed, turn off SPA.
 
 
 
 -lee
 
 ___
 [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]


Error: input: Resource temporarily unavailable

2004-05-27 Thread Gustafson, Tim
I am getting the following error in vi pretty consistently:

Error: input: Resource temporarily unavailable

Usually I get this at every attempt I make to run vi.  Every now and then
I'll somehow manage to stay in vi however long I want.  It seems that if
it's going to bomb, it bombs in the first 30 seconds of running the program.
Otherwise, it doesn't happen at all.

No other programs do this, as far as I know.

I have tried installing the nvi-devel port to see if maybe this is fixed in
a new version, but it does the exact same thing.  I even rebuilt the kernel
and world after a cvsup to make sure something wasn't broken, but that
didn't work wither.  I have tried switching shells from bash to just sh to
see if it's related somehow to bash, but that did not have any effect
either.

I am currently running FreeBSD 4.9-RELEASE-p8 i386

This problem pops up about once a month and then seems to go away by itself
after a few days, but I would really like to know what is causing it.  I
have searched the FreeBSD mailing list archives and found a few references
to changing some flag in my shell, and I followed their instructions, but it
did not help.

Obviously, it is a real pain in the neck since I use vi exclusively and I
despise having to us pico for anything.

If anyone has any idea how I can fix this, I would really appreciate it.

Tim

Tim Gustafson
MEI Technology Consulting, Inc
[EMAIL PROTECTED]
(516) 379-0001 Office
(516) 480-1870 Mobile/Emergencies
http://www.meitech.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vinum primary master drive inconsistencies

2004-05-27 Thread dave
Hello,
I've got vinum running on 5.2.1 doing raid1 on two ide drives. I was doing a
installworld in single user mode when it crashed. I was unable to use any
commands because of missing libraries not installed. I unplugged the master
drive, therew in a spare drive as master then did a minimum 5.2.1 install on
that. Then mounted my slave drive on the tempoary master drive and copied
the libraries. Once that was done i unplugged the temp drive and let the
secondary master drive boot which it did, went in to single user mode and
completed the make installworld and mergemaster. Now my secondary master
drive has the correct data, the primary does not. When i boot i'm getting:
vinum: home.p0.s0 is stale by force
vinum: usr.p0.s0 is stale by force
I'm assuming this means it can't find ad0 which is because i haven't
reconnected it. My problem is both drives are bootable, but if i plug in the
primary master drive fbsd will boot off that and it won't work. I need to be
able to boot off the secondary master drive then copy the data from the
secondary master drive to the now inconsistent primary master drive, then
reboot and all should be normal.
Not sure how to go about this, any advice appreciated.
Dave.
PS, I love vinum!
the secondary

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


Re: Install hangs with Toshiba 2.5 drive

2004-05-27 Thread Joe Altman
On Thu, May 27, 2004 at 05:12:11PM +0100, Robert Downes wrote:
 Running FreeBSD 5.0 installer, I see a few messages along the lines of 
 configured IRQ 3 is not in bitmap of irqs and then the following pair 
 of lines:

Sounds familiar.

 ad0: READ command timeout tag=0 serv=0 - resetting
 ata0: resetting devices ..

Uh-huh.

 And then the system seems to jam, the drive light still on, and no 
 further progress is made even after several minutes.

Yep.

 Does anyone know what would cause this?

Nope; I can't figure it out either. My craptop is a Gagway, and throws
all kinds of erroror messages, depending on the version of FBSD I use.

Oddly, Fedora and NetBSD install just fine on the Gagway. X works with
both, smooth as silk. Sound under Fedora; never tried it with NetBSD.

 The version of FreeBSD I'm trying to install is 5.0. Would creating
 a newer install CD solve this  problem?

I would go to a newer 5.x, if nothing else. I did notice that the
error messages decreased in a later 5.x than yours. No joy; but it was
a step in the right direction.

 The drive I'm trying to install to is a Toshiba MK8025GAS, 2.5 notebook 
 drive. I've successfully installed Windows XP on it to test it, so the 
 drive does not seem to be the problem.
 
 Any ideas?

Use what works, that is what I decided.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installation problems

2004-05-27 Thread Paul Brownsea
I thought I'd give FreeBSD a go after enjoying using Linux, so I downloaded 
and burnt the FreeBSD 4.9 ISO images and I can't seem to install. I get 
past the bit with configuring the kernel but get stuck just afterwards, the 
last two messages are as follows:

ad0: READ command timeout tag=0 serv=0 - resetting
ata0: resetting devices .. 

And then it just hangs.

-- 
Plaese porrf raed.
-- Prof. Michael O'Longhlin, S.U.N.Y. Purchase

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


LDAP

2004-05-27 Thread Bart Silverstrim
Are there any references that will step through creating an LDAP 
database?  I have been banging my head into a wall trying to get one 
set up...I have it at a point where the slapd will start and monitor 
for connections, but using ldapbrower logging in as the rootdn will 
yield errors whenever I try to add an entry.  I'm ready to try wiping 
the database (since it's empty anyway) and try over from scratch.

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


Re: Installation problems

2004-05-27 Thread Scott Kupferschmidt
Hello,

The problem is your motherboard has a junk ide controller that FreeBSD
does not support DMA on properly.  If you disable DMA in the BIOS, FreeBSD
will boot and install properly.

Sincerely,

Scott Kupferschmidt
ISPrime, Inc.
866.502.4678 ext. 3
AIM: Scott ISPrime - ICQ: 174337249

On Thu, 27 May 2004, Paul Brownsea wrote:

 I thought I'd give FreeBSD a go after enjoying using Linux, so I downloaded 
 and burnt the FreeBSD 4.9 ISO images and I can't seem to install. I get 
 past the bit with configuring the kernel but get stuck just afterwards, the 
 last two messages are as follows:
 
 ad0: READ command timeout tag=0 serv=0 - resetting
 ata0: resetting devices .. 
 
 And then it just hangs.
 
 -- 
 Plaese porrf raed.
   -- Prof. Michael O'Longhlin, S.U.N.Y. Purchase
 
 ___
 [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]


openoffice-1.1

2004-05-27 Thread Duane Winner
Does anybody know what happened to OpenOffice-1.1 port?

I just did a portinstall on it last week with no problems, but now the port is marked 
as broken for FreeBSD  5.x.

** 'editors/openoffice-1.1' is marked as IGNORE:
is marked as broken: Does not compile on 4.x (tries to link to libpthread)

Fortunately, I created a package out of it when I made it last week, but I'm still 
concerned.

Is it a compile-only problem (will I get surprises during run-time?)
and
Will this be fixed soon?

Thanks for any info.

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


good backup software - replacing afbackup

2004-05-27 Thread Noah


Hi there,


I have an external SCSI drive and a series of problems with how AFBACKUP is
acting and there is absolutely no response to my issues on their mail list. 
any clues on a really easy to configure backup software for FreeBSD please?


cheers,

Noah

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


Re: LDAP

2004-05-27 Thread Vince Hoffman


On Thu, 27 May 2004, Bart Silverstrim wrote:

 Are there any references that will step through creating an LDAP
 database?  I have been banging my head into a wall trying to get one
 set up...I have it at a point where the slapd will start and monitor
 for connections, but using ldapbrower logging in as the rootdn will
 yield errors whenever I try to add an entry.  I'm ready to try wiping
 the database (since it's empty anyway) and try over from scratch.

I was getting ready to give up with LDAP (for samba and pam_ldap)
untill i tried phpldapadmin, worked like a dream, not sure its in ports
yet though. ( oh and i'll recomend ldap account manager which is in ports
but only useful if you want to store posix and samba accounts under ldap.)

 
 Any guidance/pointers?

 Thanks,
 -Bart

 ___
 [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: Install hangs with Toshiba 2.5 drive

2004-05-27 Thread Robert Downes
[EMAIL PROTECTED] wrote:
Running FreeBSD 5.0 installer, I see a few messages along the lines of 
configured IRQ 3 is not in bitmap of irqs and then the following pair 
of lines:

ad0: READ command timeout tag=0 serv=0 - resetting
ata0: resetting devices ..
And then the system seems to jam, the drive light still on, and no 
further progress is made even after several minutes.
Solved it, thanks to the wisdom of the Web. A Google search and some 
luck led me to the nugget that disabling DMA mode for the IDE drive (and 
possibly disconnecting troublesome CD drives - but I didn't need to do 
that) would stop the boot jamming.

So I've successfully installed FreeBSD on one machine (with a CD drive) 
and run it on another (without).

Thank you to JJB and Joe for replying to me personally.
--
Bob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: LDAP

2004-05-27 Thread Matthew Seaman
On Thu, May 27, 2004 at 07:11:57PM +0100, Vince Hoffman wrote:

 I was getting ready to give up with LDAP (for samba and pam_ldap)
 untill i tried phpldapadmin, worked like a dream, not sure its in ports
 yet though. ( oh and i'll recomend ldap account manager which is in ports
 but only useful if you want to store posix and samba accounts under ldap.)

phpldapadmin certainly is in ports now, and has been for all of, oh,
12 days now.

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


pgp0jk9hulquK.pgp
Description: PGP signature


Errors with Freebsd 4.10

2004-05-27 Thread Dan Ferris
Been habving problems making a new kernel with 4.10:
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:363: `ohci_methods' 
undeclared (first use in this function)
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:363: (Each undeclared 
identifier is reported only once
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:363: for each function 
it appears in.)
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:367: storage class 
specified for parameter `ohci_devclass'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: storage class 
specified for parameter `ohci_pci_driver_list'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: parameter 
`ohci_pci_driver_list' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: warning: 
initialization from incompatible pointer type
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: storage class 
specified for parameter `ohci_pci_driver_mod'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: parameter 
`ohci_pci_driver_mod' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: storage class 
specified for parameter `ohci_pci_mod'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: parameter 
`ohci_pci_mod' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: storage class 
specified for parameter `ohci_pcimodule_sys_init'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: parameter 
`ohci_pcimodule_sys_init' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: storage class 
specified for parameter `__set_sysinit_set_sym_ohci_pcimodule_sys_init'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: parameter 
`__set_sysinit_set_sym_ohci_pcimodule_sys_init' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: syntax error 
before `__asm'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:369: warning: empty 
declaration
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: storage class 
specified for parameter `ohci_cardbus_driver_list'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: parameter 
`ohci_cardbus_driver_list' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: warning: 
initialization from incompatible pointer type
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: storage class 
specified for parameter `ohci_cardbus_driver_mod'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: parameter 
`ohci_cardbus_driver_mod' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: storage class 
specified for parameter `ohci_cardbus_mod'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: parameter 
`ohci_cardbus_mod' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: storage class 
specified for parameter `ohci_cardbusmodule_sys_init'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: parameter 
`ohci_cardbusmodule_sys_init' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: storage class 
specified for parameter `__set_sysinit_set_sym_ohci_cardbusmodule_sys_init'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: parameter 
`__set_sysinit_set_sym_ohci_cardbusmodule_sys_init' is initialized
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: syntax error 
before `__asm'
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:370: warning: empty 
declaration
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:371: syntax error at 
end of input
*** Error code 1

This is the result of make when building the kernel with both GENERIC 
and my custom configuration.  It even occurs when I comment out USB in 
the config files.

make buildworld doesn't work for me either.
/usr.bin/binutils/gdb/kvm-fbsd.c
/usr/src/gnu/usr.bin/binutils/gdb/kvm-fbsd.c:739: macro `SOLIB_ADD' used 
with too many (4) args
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/binutils/gdb.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/binutils.
*** Error code 1
Stop in /usr/src/gnu/usr.bin.
*** Error code 1
Stop in /usr/src/gnu.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Hardware is a dual processor P3 at 450MHz with 1GB of RAM and a 40GB 
hard disk.  I don't know the exact make of the motherboard, but I'm 
pretty sure that it's an Intel.

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


Problem installing ruby

2004-05-27 Thread Leon Botes
When trying to install /usr/ports/lang/ruby18
FreeBSD 4.7-RELEASE-p10
Cvsup done 30 mins ago

I get this and it breaks.
Anyone got any ideas?
Openssl ssl is installed from the ports recently.

 In file included from ossl.h:208,
 from ossl_asn1.c:11:
ossl_engine.h:15: syntax error before `cEngine'
ossl_engine.h:16: syntax error before `eEngineError'
ossl_asn1.c:25: syntax error before `VALUE'
ossl_asn1.c:74: syntax error before `time'
ossl_asn1.c:183: syntax error before `sIMPLICIT'
ossl_asn1.c:184: syntax error before `sUNIVERSAL'
ossl_asn1.c:190: syntax error before `obj'
ossl_asn1.c:262: syntax error before `sec'
ossl_asn1.c:273: redeclaration of `t'
ossl_asn1.c:260: `t' previously declared here
ossl_asn1.c:275: syntax error before `sec'
ossl_asn1.c:305: syntax error before `p'
ossl_asn1.c:316: redeclaration of `p'
ossl_asn1.c:303: `p' previously declared here
ossl_asn1.c:317: syntax error before `VALUE'
ossl_asn1.c:318: parameter `status' is initialized
ossl_asn1.c:320: syntax error before `p'
ossl_asn1.c:335: redeclaration of `p'
ossl_asn1.c:316: `p' previously declared here
ossl_asn1.c:337: syntax error before `VALUE'
ossl_asn1.c:361: redeclaration of `p'
ossl_asn1.c:335: `p' previously declared here
ossl_asn1.c:362: syntax error before `VALUE'
ossl_asn1.c:363: parameter `status' is initialized
ossl_asn1.c:363: redeclaration of `status'
ossl_asn1.c:318: `status' previously declared here
ossl_asn1.c:365: syntax error before `p'
ossl_asn1.c:380: redeclaration of `p'
ossl_asn1.c:361: `p' previously declared here
ossl_asn1.c:382: syntax error before `p'
ossl_asn1.c:394: redeclaration of `p'
ossl_asn1.c:380: `p' previously declared here
ossl_asn1.c:395: syntax error before `VALUE'
ossl_asn1.c:399: syntax error before `p'
ossl_asn1.c:423: redeclaration of `p'
ossl_asn1.c:394: `p' previously declared here
ossl_asn1.c:424: syntax error before `VALUE'
ossl_asn1.c:425: parameter `status' is initialized
ossl_asn1.c:425: redeclaration of `status'
ossl_asn1.c:363: `status' previously declared here
ossl_asn1.c:427: syntax error before `p'
ossl_asn1.c:445: syntax error before `ossl_asn1_info'
ossl_asn1.c:479: parameter `ossl_asn1_info_size' is initialized
ossl_asn1.c:479: `ossl_asn1_info' undeclared (first use in this function)
ossl_asn1.c:479: (Each undeclared identifier is reported only once
ossl_asn1.c:479: for each function it appears in.)
ossl_asn1.c:481: syntax error before `obj'
ossl_asn1.c:481: storage class specified for parameter
`ossl_asn1_default_tag'
ossl_asn1.c:484: syntax error before `obj'
ossl_asn1.c:492: syntax error before `tag'
ossl_asn1.c:592: parameter `ret' is initialized
ossl_asn1.c:594: syntax error before `s'
ossl_asn1.c:613: parameter `ret' is initialized
ossl_asn1.c:613: redeclaration of `ret'
ossl_asn1.c:592: `ret' previously declared here
ossl_asn1.c:615: syntax error before `s'
ossl_asn1.c:682: conflicting types for `tag'
ossl_asn1.c:490: previous declaration of `tag'
ossl_asn1.c:682: parameter `is_cons' is initialized
ossl_asn1.c:684: redeclaration of `p'
ossl_asn1.c:423: `p' previously declared here
ossl_asn1.c:686: syntax error before `value'
ossl_asn1.c:702: parameter `newlen' is initialized
ossl_asn1.c:702: `der' undeclared (first use in this function)
ossl_asn1.c:702: syntax error before `('
ossl_asn1.c:712: redeclaration of `len'
ossl_asn1.c:336: `len' previously declared here
ossl_asn1.c:712: parameter `off' is initialized
ossl_asn1.c:712: `offset' undeclared (first use in this function)
ossl_asn1.c:713: redeclaration of `tag'
ossl_asn1.c:682: `tag' previously declared here
ossl_asn1.c:714: syntax error before `VALUE'
ossl_asn1.c:762: redeclaration of `flag'
ossl_asn1.c:490: `flag' previously declared here
ossl_asn1.c:763: syntax error before `if'
ossl_asn1.c:815: parameter `offset' is initialized
ossl_asn1.c:817: syntax error before `obj'
ossl_asn1.c:829: redeclaration of `p'
ossl_asn1.c:684: `p' previously declared here
ossl_asn1.c:830: parameter `offset' is initialized
ossl_asn1.c:830: redeclaration of `offset'
ossl_asn1.c:815: `offset' previously declared here
ossl_asn1.c:832: syntax error before `obj'
ossl_asn1.c:845: redeclaration of `p'
ossl_asn1.c:829: `p' previously declared here
ossl_asn1.c:846: parameter `offset' is initialized
ossl_asn1.c:846: redeclaration of `offset'
ossl_asn1.c:830: `offset' previously declared here
ossl_asn1.c:848: syntax error before `obj'
ossl_asn1.c:893: redeclaration of `tc'
ossl_asn1.c:713: `tc' previously declared here
ossl_asn1.c:894: redeclaration of `length'
ossl_asn1.c:683: `length' previously declared here
ossl_asn1.c:895: redeclaration of `buf'
ossl_asn1.c:335: `buf' previously declared here
ossl_asn1.c:895: redeclaration of `p'
ossl_asn1.c:845: `p' previously declared here
ossl_asn1.c:896: syntax error before `VALUE'
ossl_asn1.c:932: redeclaration of `length'
ossl_asn1.c:894: `length' previously declared here
ossl_asn1.c:933: redeclaration of `p'
ossl_asn1.c:895: `p' previously declared here
ossl_asn1.c:934: syntax 

Re: Errors with Freebsd 4.10

2004-05-27 Thread Kent Stewart
On Thursday 27 May 2004 11:45 am, Dan Ferris wrote:
 Been habving problems making a new kernel with 4.10:
snip
 /usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:371: syntax error
 at end of input
 *** Error code 1

 This is the result of make when building the kernel with both GENERIC
 and my custom configuration.  It even occurs when I comment out USB
 in the config files.

 make buildworld doesn't work for me either.

 /usr.bin/binutils/gdb/kvm-fbsd.c
 /usr/src/gnu/usr.bin/binutils/gdb/kvm-fbsd.c:739: macro `SOLIB_ADD'
 used with too many (4) args
 mkdep: compile failed
 *** Error code 1


You aren't supposed to try a kernel if the buildworld doesn't work 
because buildkernel depends on a current buildworld.

What version did you start out with. I just finished adding 4-10 to 5 
machines and didn't have a problem. So, what did you do different.

You might try make cleandir twice in /usr/src and see if that helps.



 Hardware is a dual processor P3 at 450MHz with 1GB of RAM and a 40GB
 hard disk.  I don't know the exact make of the motherboard, but I'm
 pretty sure that it's an Intel.


Hardware at this point doesn't mean anything. You have something wrong 
with your processing of source. For example, did you cvsup src-all and 
do you have any WITH type of entries in your /etc/make.conf.

Kent

-- 
Kent Stewart
Richland, WA

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


Apache php mysql

2004-05-27 Thread RazorOnFreeBSD
Hi everyone,

I'd need some ressources to be sure how to install apache, php, mysql on my FreeBSD 
box.
This is the first time I do it, so I don't really know how to configure the thing.
I followed instructions from apache and php to install those but it's not really easy 
for me to understand how to install MySQL server from their website
Apache and php installations seemed to worked out fine but I surely have files to 
configure now, but I don't know which ones...
It would be great if someone knows any ressource about all this setup online?
For information I have FreeBSD 4.9-STABLE, Apache 2.0.49, PHP 4.3.6, MySQL 4.0.20.

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


Re: LDAP

2004-05-27 Thread Bart Silverstrim
On May 27, 2004, at 2:38 PM, Thompson, Jimi wrote:

The question then becomes - What do you plan to use the LDAP to store?
Depending on your answer, you may need to modify your schema in order 
to
store that information.  For example, there is a library which uses 
LDAP
to store information about their books.  As books don't need a lot of
the address type information, their schema is heavily modified to
support this.  For example, humans don't have an author or publisher
whereas books do.

Thanks for the response...
Right now, we're using a testbed server to see if it's possible to use 
LDAP with pGINA on Windows to replace our current active directory 
structure.

We don't use a lot of the advanced features of AD, and would like to 
begin this work as a possible way of eventually migrating users to 
something a little more flexible (it seemed everything could talk to 
LDAP for authentication...with the proper amount of 
headache-suffering...)

For what we're using it for, it would be primarily user authentication. 
 Right now, to get Windows 2000/XP systems to talk to it.  Eventually, 
email using (postfix?) for authenticating 2000 users.  Email 
directories would also be helpful for clients to talk to the LDAP 
server and get username, maybe some properties like phone number, 
building they're in, room number, student ID number...things like that. 
 The 2000 machines need to get usernames, home directories, profile 
directories at a minimum...and would there be a way to get it to handle 
the permissions (group memberships, etc.)?

We would probably need to figure out if the home directory and profile 
directories can be also stored in the LDAP directory as well as maybe 
memberships for that username?  Would these be possible?  Part of this 
would also rely on pGINA as well.

The last systems that may need to talk to it are Win9x machines, if we 
can get the 2000 machines to talk to it then maybe SAMBA could be tied 
to it for authenticating Win9x.

An alternative, I suppose, would be to get the machine to run samba and 
have samba act as some kind of domain controller and authenticating to 
the LDAP server on the Windows machines' behalf...

Anyone hear of a setup to accomplish something similar to this, and if 
so have some tips/ideas on what to do?

I know this sounds like a big jumble...I guess I'm just starting out 
into this project and looking for guidance on where to start charting a 
course :-)

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


Re: LDAP

2004-05-27 Thread Bart Silverstrim
On May 27, 2004, at 2:11 PM, Vince Hoffman wrote:

On Thu, 27 May 2004, Bart Silverstrim wrote:
Are there any references that will step through creating an LDAP
database?  I have been banging my head into a wall trying to get one
set up...I have it at a point where the slapd will start and monitor
for connections, but using ldapbrower logging in as the rootdn will
yield errors whenever I try to add an entry.  I'm ready to try wiping
the database (since it's empty anyway) and try over from scratch.
I was getting ready to give up with LDAP (for samba and pam_ldap)
untill i tried phpldapadmin, worked like a dream, not sure its in ports
yet though. ( oh and i'll recomend ldap account manager which is in 
ports
but only useful if you want to store posix and samba accounts under 
ldap.)
I've sent a message to the list responding to someone else outlining 
some of the goals I hope to achieve with the LDAP server, but what 
information is your server handing out?  Just username/password for 
Win9x, or can it handle Win2k information, or...?

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


Re: LDAP

2004-05-27 Thread Vince Hoffman


On Thu, 27 May 2004, Bart Silverstrim wrote:


 On May 27, 2004, at 2:11 PM, Vince Hoffman wrote:

 
 
  On Thu, 27 May 2004, Bart Silverstrim wrote:
 
  Are there any references that will step through creating an LDAP
  database?  I have been banging my head into a wall trying to get one
  set up...I have it at a point where the slapd will start and monitor
  for connections, but using ldapbrower logging in as the rootdn will
  yield errors whenever I try to add an entry.  I'm ready to try wiping
  the database (since it's empty anyway) and try over from scratch.
 
  I was getting ready to give up with LDAP (for samba and pam_ldap)
  untill i tried phpldapadmin, worked like a dream, not sure its in ports
  yet though. ( oh and i'll recomend ldap account manager which is in
  ports
  but only useful if you want to store posix and samba accounts under
  ldap.)

 I've sent a message to the list responding to someone else outlining
 some of the goals I hope to achieve with the LDAP server, but what
 information is your server handing out?  Just username/password for
 Win9x, or can it handle Win2k information, or...?


I'm using it to store posix and samba users, handles XP and 2k
authentication fine (dont have any 9x on the network,) All i'm doing is
runing a samba PDC for a small network, and am using ldap as it means its
easy to have a BDC if needed and using pam_ldap and nss_ldap i can
centralise my user database, anything that supports pam authentication is
authenticated again it (ie. the external ftp site, uw-imap, smtp auth
(sasl2 using pam) and shell logins where needed, as well as the internal
windows domain, (xp and 2k workstations, samba servers))
If your interested who uses samba and how many users  then look here
http://samba-survey.sernet.de/commit.html?action=sortorder=file_sharing_clientsdir=descindex=0



 ___
 [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]


Mail Exchanger - help

2004-05-27 Thread Darryl Hoar
Greetings,
I have a LAN that is on private IP.  It is nat'd to the internet.
The internal LAN domain name is registered.  Our ISP
just forwards the osborneindustries.com domain name to
our other registered domain name.

In an effort to replace our internal msmail (Yuk!), I have
setup a test server running Freebsd 5.1-release.  It has
qmail installed on it and configured as per lifewith qmail.
It passes all the tests as defined in lifewithqmail.

I have another server (HP9000, running HPUX) that has
djbdns (tinydns, dnscache, etc) setup and servicing my
LAN.  internal host names are resolved just fine.

When (from outlook) I try to send email to [EMAIL PROTECTED],
the mail gets sent out to our ISP.  I have outlook configured properly
with a service for the osborneindustries.com.

I have created a mx record on the HP.  I ran the following:

# ./dnsmx osborneindustries.com
0 goober.mx.osborneindustries.com

on the qmail server I ran:

mail# dnsquery -t mx osborneindustries.com
;; -HEADER- opcode: QUERY, status: NOERROR, id: 1241
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;;  osborneindustries.com, type = MX, class = IN
osborneindustries.com.  23h51m37s IN MX  0 goober.mx.osborneindustries.com.

both seem to see the mx record.   Seems that qmail can't find it though.
what do I need to set/fix to get qmail to find the mx record ?
the resolv.conf on the qmail server has:

domain  osborneindustries.com
nameserver  192.168.1.1

any ideas would be great.  BTW, outside users (on the internet) do not use
our internal
dns server to resolve addresses.

thanks,
Darryl

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


fsck_ufs: cannot alloc 3221471004 bytes for inoinfo

2004-05-27 Thread Christian Hiris
When I rebooted the machine I got a giving up on xx buffers message and all 
filesystems marked dirty. After rebooting the system background fsck run and 
left one filesystem dirty - unexpected softupdate inconsistency. Then the 
system died within 20 seconds. After that I rebooted into single user mode 
started fsck manually:

matrix010# fsck -y /jail
** /dev/vinum/vinum0
** Last Mounted on /jail
** Phase 1 - Check Blocks and Sizes
fsck_ufs: cannot alloc 3221471004 bytes for inoinfo
   
I got the same result when I run fsck_ufs with several alternate super blocks:

matrix010# fsck_ufs -b 376512 /jail
Alternate super block location: 376512
** /dev/vinum/vinum0
** Last Mounted on
** Phase 1 - Check Blocks and Sizes
fsck_ufs: cannot alloc 3221471004 bytes for inoinfo


matrix010# uname -a
FreeBSD matrix010.matrix.net 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue May 25 
03:40:04 CEST 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MATRIX010  i386


matrix010# dumpfs /dev/vinum/vinum0
magic   19540119 (UFS2) timeThu May 27 10:17:07 2004
superblock location 65536   id  [ 40859745 eb777bda ]
ncg 638 size60026571blocks  58138046
bsize   16384   shift   14  mask0xc000
fsize   2048shift   11  mask0xf800
frag8   shift   3   fsbtodb 2
minfree 15% optim   timesymlinklen 120
maxbsize 16384  maxbpg  2048maxcontig 8 contigsumsize 8
nbfree  -263168101  ndir-268234373  nifree  -255231657  nffree  
-268263
900
bpg 11761   fpg 94088   ipg 23552
nindir  2048inopb   64  maxfilesize 140806241583103
sbsize  2048cgsize  16384   csaddr  3000cssize  10240
sblkno  40  cblkno  48  iblkno  56  dblkno  3000
cgrotor 468 fmod0   ronly   0   clean   0
avgfpdir 64 avgfilesize 16384
flags   unclean soft-updates
fsmnt   /jail
volname swuid   0


The filesystem held about 1.3 million files, softupdates enabled.
Is there any other way recover this filesystem on the fly? 

Thanks!
ch 

-- 
Christian Hiris [EMAIL PROTECTED] | OpenPGP KeyID 0x941B6B0B 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgp8si6qJ3NBN.pgp
Description: signature


Re: LDAP

2004-05-27 Thread Bart Silverstrim
On May 27, 2004, at 3:49 PM, Vince Hoffman wrote:
I'm using it to store posix and samba users, handles XP and 2k
authentication fine (dont have any 9x on the network,) All i'm doing is
runing a samba PDC for a small network, and am using ldap as it means  
its
easy to have a BDC if needed and using pam_ldap and nss_ldap i can
centralise my user database, anything that supports pam authentication  
is
authenticated again it (ie. the external ftp site, uw-imap, smtp auth
(sasl2 using pam) and shell logins where needed, as well as the  
internal
windows domain, (xp and 2k workstations, samba servers))
If your interested who uses samba and how many users  then look here
http://samba-survey.sernet.de/commit.html? 
action=sortorder=file_sharing_clientsdir=descindex=0

Maybe I'm approaching this the wrong way then.
I have multiple locations (VPN connected) with Windows2000/Win9x  
clients.  I need them to authenticate username/password pairs.

I wanted to use LDAP so that I could also eventually use the same  
directory for a new email server to use as an authentication backend.   
Depending on how the project would go, I'd like to have directory  
lookups also work from this in email clients (in-house mail directory,  
information on what room a staff member is based in, etc.)

Basically a central repository of directory information.
I would like to get some information like membership attributes...i.e.,  
Bob is a member of administrators.  Sue is a member of  
ourbuilding_secretaries, and Alanis is also a member of  
building2_secretaries, so I can set share permissions on Samba for  
common sharepoints.

Would a better approach be to have Samba set up on these authentication  
servers, pointing to an LDAP backend?  FreeBSD can use PAM easily?   
(I've had to jump into Linux authentication for a RADIUS project many  
moons ago, but haven't had to reconfigure anything regarding  
authentication under FreeBSD before...please forgive the naivety :-)   
Is there a way to have LDAP also handling the memberships, etc. for the  
NT machines to understand the memberships for authorization of access  
to shares, etc...so that it would be easy to spread this out to cache  
machines in other buildings?  If it can all be handled via LDAP, I  
hoped slurpd would be all that's necessary on a set of SAMBA servers to  
keep our databases in sync in each building...

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


RE: Mail Exchanger - help

2004-05-27 Thread Darryl Hoar
 Sent: Thursday, May 27, 2004 2:54 PM
 To: [EMAIL PROTECTED]
 Subject: Mail Exchanger - help
 
 
 Greetings,
 I have a LAN that is on private IP.  It is nat'd to the internet.
 The internal LAN domain name is registered.  Our ISP
 just forwards the osborneindustries.com domain name to
 our other registered domain name.
 
 In an effort to replace our internal msmail (Yuk!), I have
 setup a test server running Freebsd 5.1-release.  It has
 qmail installed on it and configured as per lifewith qmail.
 It passes all the tests as defined in lifewithqmail.
 
 I have another server (HP9000, running HPUX) that has
 djbdns (tinydns, dnscache, etc) setup and servicing my
 LAN.  internal host names are resolved just fine.
 
 When (from outlook) I try to send email to [EMAIL PROTECTED],
 the mail gets sent out to our ISP.  I have outlook configured properly
 with a service for the osborneindustries.com.
 
 I have created a mx record on the HP.  I ran the following:
 
 # ./dnsmx osborneindustries.com
 0 goober.mx.osborneindustries.com
 
 on the qmail server I ran:
 
 mail# dnsquery -t mx osborneindustries.com
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 1241
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
 ;;  osborneindustries.com, type = MX, class = IN
 osborneindustries.com.  23h51m37s IN MX  0 
 goober.mx.osborneindustries.com.
 
 both seem to see the mx record.   Seems that qmail can't find 
 it though.
 what do I need to set/fix to get qmail to find the mx record ?
 the resolv.conf on the qmail server has:
 
 domain  osborneindustries.com
 nameserver  192.168.1.1
 
 any ideas would be great.  BTW, outside users (on the 
 internet) do not use
 our internal
 dns server to resolve addresses.
 

well I know it's bad form to answer your own question, but after
messing with this for days, I have found the solution.

In addition to creating a mx record on my dns server, I had to
Add osborneindustries.com to /var/qmail/control/locals, and tell
qmail to read locals (/var/qmail/bin/qmailctl hup). Add 
osborneindustries.com to /var/qmail/control/rcpthosts. 

Anyway, just for completeness.

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


RE: good backup software - replacing afbackup

2004-05-27 Thread Hauan David CIV 92 CES/CERW
 I have an external SCSI drive and a series of problems with 
 how AFBACKUP is acting and there is absolutely no response
 to my issues on their mail list. any clues on a really easy
 to configure backup software for FreeBSD please?

dump, cpio and tar are really easy to use.
Or depending on your needs...
http://www.onlamp.com/pub/a/onlamp/2004/01/09/bacula.html

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


Issue with your exim port's Makefile

2004-05-27 Thread David Fisher
Hi,
 I run a small ISP and I noticed an error in your Makefile :
   @${REINPLACE_CMD} -e 's/(Exim $$version_number)\\n\\t/(Exim 
$$version_number; ${OPSYS})\\n\\t/' \

 There appears to be a semicolon in that line, so it puts a semicolon in 
the headers, and that is against RFC's and also breaks Outlook Express 5 and 
Outlook 2000, it causes the wrong date to show up for the messages.

 Can you please change the semicolon to something else, like the colon?
Thanks Much,
-dave
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Programming question: fcntl(...,O_ASYNC) on device?

2004-05-27 Thread Andrew Reilly
Hi, oh gurus,

I'm venturing into a realm of Unix programming that I had
previously been able to avoid: asynchronous event processing,
with or without threads.

Can anyone suggest why the following test-case program always
produces:

$ ./test-case 
test-case: can't set O_ASYNC on device: Invalid argument

?

For reference to details, my system is 4-STABLE about a week
old, and the device in question is a Midiman1010 sound card with
the 4Front (OSS) driver.  (FreeBSD's native pcm device doesn't
support this card.)

What I'm trying to achieve is the Unix equivalent of a DSP-style
IO interrupt for audio processing.  I want the main body of the
code to be able to go on and do UI things without sitting and
waiting at the inevitable read(,fd), but I also want processing
of the input data to proceed immediately that data is available,
irrespective of what the UI code is doing (so just O_NONBLOCK
isn't what I'm after).  The code doesn't work if the O_ASYNC
argument to fcntl is O_NONBLOCK|O_ASYNC either.  Any clues?

Thanks for any suggestions.

snip-
/* standard OSS includes */
#include sys/ioctl.h
#include unistd.h
#include fcntl.h
#include sys/soundcard.h

#include err.h
#include signal.h

#define BUF_SIZE 4096
int fd;
unsigned char buf[BUF_SIZE];

void
got_data(int sig)
{
/* foo: do something with buf[] */
if (-1 == read(fd, buf, BUF_SIZE))  /* initiate next read */
err(1, can't read from device);
}

int
main(int argc, char **argv)
{
signal(SIGIO, got_data);
fd=open(/dev/dsp6, O_RDONLY);
if (-1 == fd) err(1, can't open device);
if (-1 == fcntl(fd, F_SETFL, O_ASYNC))
err(1, can't set O_ASYNC on device);
if (-1 == read(fd, buf, BUF_SIZE))  /* initiate next read */
err(1, can't read from device);

for (;;) { /* UI */ }

return 0;
}
un-snip--

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


Re: Apache php mysql

2004-05-27 Thread Nathan Kinkade
On Thu, May 27, 2004 at 03:28:31PM +0200, RazorOnFreeBSD wrote:
 Hi everyone,
 
 I'd need some ressources to be sure how to install apache, php, mysql
 on my FreeBSD box.  This is the first time I do it, so I don't really
 know how to configure the thing.  I followed instructions from apache
 and php to install those but it's not really easy for me to understand
 how to install MySQL server from their website  Apache and php
 installations seemed to worked out fine but I surely have files to
 configure now, but I don't know which ones...  It would be great if
 someone knows any ressource about all this setup online?  For
 information I have FreeBSD 4.9-STABLE, Apache 2.0.49, PHP 4.3.6, MySQL
 4.0.20.
 
 Thanks.
 razor.

Installing MySQL should be as easy:

# cd /usr/ports/database/mysql40-server/
# make install

This should automatically install the mysql-client as a dependency.

There are lots of tutorials online about configuring Apache to work with
PHP.  Just do a few web searches for something like apache php
configure, or apache php setup, or even just apache php.  Quickly,
you'll need to add some lines like these to you httpd.conf file:

LoadModule php4_module  libexec/apache/libphp4.so
AddType application/x-httpd-php .php

These lines may not be exact for your setup.  To test whether PHP is
working create a file in your webroot (probably /usr/local/www/data)
with only this in it:

?php
phpinfo();
?

If PHP is working you'll get a pretty page back with a lot of
information about PHP.

Nathan


pgplMePoECceH.pgp
Description: PGP signature


RE: SMTP AUTH

2004-05-27 Thread Lee Dilkie
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Noah
Sent: Thursday, May 27, 2004 12:40 PM
Hi there,

how do I configure sendmail to support smtps (SSL before SMTP) 
 I want to
configure this.  any links out there show how to do this please?


- Noah

I found all i needed on the net but it wasn't all in one place.

Here's some of what I did.

In /etc/make.conf

# add alternate port (smtps) for sendmail
SENDMAIL_CFLAGS+=   -D_FFR_SMTP_SSL

and rebuild the world (or if you're smarter than me you can rebuild only the sendmail 
part).

In your /etc/mail/${hostname}.sendmail.mc, define the service itself.

The first part is to define the certificates, they are used for both STARTTLS and 
smtps. There are plenty of sites that'll tell you how to generate those. Mine is a bit 
unusual as I don't use a self-signed certificate, I'm using a different CA as root. 
It's easiest, but costs money, to use a real root CA and avoid the hassle of 
configuring outlook/windows to trust a new root certificate.

dnl add STARTTLS support
define(`CERT_DIR', `MAIL_SETTINGS_DIR`'certs')dnl
define(`confCACERT_PATH', `CERT_DIR')dnl
define(`confCACERT', `CERT_DIR/mitelroot_cert.pem')dnl
define(`confSERVER_CERT', `CERT_DIR/cert.pem')dnl
define(`confSERVER_KEY', `CERT_DIR/priv_key.pem')dnl
define(`confCLIENT_CERT', `CERT_DIR/cert.pem')dnl
define(`confCLIENT_KEY', `CERT_DIR/priv_key.pem')dnl

then add support on the smtps port...

DAEMON_OPTIONS(`Port=smtps,Addr={put_your_addr_here}, Name=TLSMTA, M=s')dnl smtp over 
TLS on port 465

then do the standard make and make restart thingie to restart sendmail

try it out and see what fails (it helps to bump sendmail logging to 64).

-lee

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


Re: how to find and start talkd for use it with talk command ?

2004-05-27 Thread [EMAIL PROTECTED]
--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 hi!
 
 on free bsd 5.2
 
 how can i find and start talkd for use it with talk
 command ?
 can i?
 
 or if i cant - can i use some similar instead ...?
 
 10x in advance.
 
 regards!

hi again!

i solved my problem with google and some other unixes
docs..aix at most

talkd is started via inetd and executable is in
/usr/libexec/in.ntalkd
thus , #which talkd not give me the answer.
other my mistake is that i read man talkd and there is
an entry to mand with no one word for inetd or
in.ntalkd or inetd.conf

i suggest some small additions in man page:

on bottom add related link to inetd
and on top add talkd (or ntalkd) can be started via
/etc/inetd.conf and is located in
/usr/libexec/in.ntalkd

or something like thisand man page will be more
actual and usefull.

sorry for inconvenience , regards!




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum primary master drive inconsistencies

2004-05-27 Thread Greg 'groggy' Lehey
On Thursday, 27 May 2004 at 13:12:34 -0400, dave wrote:
 Hello,
 I've got vinum running on 5.2.1 doing raid1 on two ide drives. I was doing a
 installworld in single user mode when it crashed. I was unable to use any
 commands because of missing libraries not installed. I unplugged the master
 drive, therew in a spare drive as master then did a minimum 5.2.1 install on
 that. Then mounted my slave drive on the tempoary master drive and copied
 the libraries. Once that was done i unplugged the temp drive and let the
 secondary master drive boot which it did, went in to single user mode and
 completed the make installworld and mergemaster. Now my secondary master
 drive has the correct data, the primary does not. When i boot i'm getting:
 vinum: home.p0.s0 is stale by force
 vinum: usr.p0.s0 is stale by force
 I'm assuming this means it can't find ad0 which is because i haven't
 reconnected it. My problem is both drives are bootable, but if i plug in the
 primary master drive fbsd will boot off that and it won't work. I need to be
 able to boot off the secondary master drive then copy the data from the
 secondary master drive to the now inconsistent primary master drive, then
 reboot and all should be normal.
 Not sure how to go about this, any advice appreciated.

The standard FAQ: http://www.vinumvm.org/vinum/how-to-debug.html

Greg
--
Note: I discard all HTML mail unseen.
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.


pgpCmV04mDvFP.pgp
Description: PGP signature


mail daemon(s) recomendation request

2004-05-27 Thread Joseph Gleason
I'm looking for an smtp daemon that is less complex than
sendmail, can use procmail and has some virtusertable
equivalent features.  Allowing relay based on mx is going to
be a requirement for some of the boxes as well.
Sendmail is working ok for me, but I'm intersted in finding
something with a config file I can actually read.

I'm going to check into postfix and maybe qmail.

I'm also looking for some imap and pop3 daemons (ideally
with ssl support) that can use maildir.

I'll probably continue to use dovecot for imap and pop3.

Anyone have any other suggestions?


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


print/apsfilter dependencies not recognizing aclocal automake

2004-05-27 Thread Bryan Bursey
Folks -
In attempting to build the port print/apsfilter, each of the gnome 
related dependencies are failing as follows:

===  Configuring for linc-1.0.3_2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking whether build environment is sane... yes
checking whether gmake sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing

Note that aclocal and automake are noted as missing, but do exist on 
this 4.10-PRERELEASE system.

[EMAIL PROTECTED] bsb]$ locate automake
/usr/local/bin/automake14
/usr/local/libexec/automake14
[EMAIL PROTECTED] bsb]$ locate aclocal
/usr/local/bin/aclocal14
/usr/local/libexec/automake14/aclocal
The print/apsfilter dependency ports build and install as expected when 
'make install' is run for the individual dependency port.

Could anyone suggest how I might go about having the configure scripts 
find automake and aclocal when the print/apsfilter port tries to build 
its dependencies.  I have reverted to the /etc/defaults/make.conf to 
ensure none of my tweaks are causing this problem.

Any comments / suggestions would be quite welcome.
Regards,
Bryan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail daemon(s) recomendation request

2004-05-27 Thread Mike Maltese
 I'm looking for an smtp daemon that is less complex than
 sendmail, can use procmail and has some virtusertable
 equivalent features.  Allowing relay based on mx is going to
 be a requirement for some of the boxes as well.
 Sendmail is working ok for me, but I'm intersted in finding
 something with a config file I can actually read.

 I'm going to check into postfix and maybe qmail.

 I'm also looking for some imap and pop3 daemons (ideally
 with ssl support) that can use maildir.

 I'll probably continue to use dovecot for imap and pop3.

 Anyone have any other suggestions?

Qmail is said to be a very robust and secure MTA. Exim is also a popular
Sendmail replacement. Personally, I swear by Postfix. Stable, secure and
easy to configure, with lots of back-end options. For pop3/imap, I like
Courier-IMAP.

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


Re: openoffice-1.1

2004-05-27 Thread Kris Kennaway
On Thu, May 27, 2004 at 02:01:43PM -0400, Duane Winner wrote:
 Does anybody know what happened to OpenOffice-1.1 port?
 
 I just did a portinstall on it last week with no problems, but now the port is 
 marked as broken for FreeBSD  5.x.
 
 ** 'editors/openoffice-1.1' is marked as IGNORE:
   is marked as broken: Does not compile on 4.x (tries to link to libpthread)
 
 Fortunately, I created a package out of it when I made it last week, but I'm still 
 concerned.
 
 Is it a compile-only problem (will I get surprises during run-time?)
 and
 Will this be fixed soon?

Hopefully, but I wouldn't hold your breath.  The maintainers have been
informed repeatedly of the problems but haven't yet taken action.

Kris


pgpo7UCitS46F.pgp
Description: PGP signature


BSDL Desktops

2004-05-27 Thread Dinesh Nadarajah
I noticed that pretty all major desktop projects are under the GPL
license. Are there any Desktop projects using the BSD license? What
type of toolkits would they use?

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


ppp -auto

2004-05-27 Thread Igor Zbirka
I would like to ask you for help. In manpages for ppp (8) is written:
The following modes are understood by ppp:
-auto
ppp opens the tun interface, configers it then it goes into the
beckground. The link isn't brought up until outgoing data is detected on the
tun interface at which point ppp attempts to bring up the link.

I've just installed FreeBSD 5.2 on my compaq deskpro. I've used the 'User'
option of the distribution (Average user - binaries and doc only).
I've read and go through all the man pages regarding to ppp and my modem is
conecting without any problem. I can go online and do all what I need.
 BUT!!!:)  when I write 'ppp -auto install' it automaticaly dials into ISP. So
according to man page (as I've qouted on the begining) it means that there were
detected datas on the tun interface. My question is what it is. I'm asking this
because I wasn't sending anything and the modem was online for more than 6
minutes, something was going on, and than I've switched it off manualy. In my
ppp.conf (as it is attached) I've set timeout 120. When I did ping, after it
finnished exactly in two minutes. 
So what I want is that only when
I'm sending email or browsing any web page it will go online. 
Do you have any idea what
should I do and why there are some datas which are on the tun interface.
Is a firewall soulution?

Thanks a lot

Igor Zbirka

---
My ppp.conf file:

default:
 set öog Phase Chat LCP IPCP CCP tun command
 ident user-ppp VERSION (built COMPILATIONDATE)

 set device /dev/cuaa0
 set speed 115200
 set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
 \\ AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT
 set timeout 180
 enable dns

install:
 set phone x
 set authname x
 set authkey 
 set speed 115200
 set device /dev/cuaa0
 set ifaddr 0 0 255.255.255.0 0.0.0.0
 add! default HISADDR
 set timeout 120
 enable dns
 set log local phase
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: `call' function in `make'

2004-05-27 Thread Giorgos Keramidas
On 2004-05-26 17:55, N. Raghavendra [EMAIL PROTECTED] wrote:
 At 2004-05-26T12:41:57+01:00, Matthew Seaman wrote:
  On Wed, May 26, 2004 at 12:15:57PM +0530, N. Raghavendra wrote:
  You have got a line:
 
  .PHONY: dir1 dir2
 
  to force those rules to be applied even if dir1 or dir2 are newer than
  their sources?

 Yes, I had tried that too, but it doesn't make the second rule work.
 The second rule does work with `gmake'.

Seems to work here.

[EMAIL PROTECTED]:18]/tmp/lala$ cat Makefile
DIRS=   alpha beta

.PHONY: $(DIRS)

all:$(DIRS)

clean:
rmdir $(DIRS)

alpha beta:
mkdir $@
[EMAIL PROTECTED]:18]/tmp/lala$ make
mkdir alpha
mkdir beta
[EMAIL PROTECTED]:18]/tmp/lala$ ls -l
total 6
-rw-rw-r--  1 giorgos  wheel  -  94 May 27 21:18 Makefile
drwxrwxr-x  2 giorgos  wheel  - 512 May 27 21:18 alpha
drwxrwxr-x  2 giorgos  wheel  - 512 May 27 21:18 beta

Can you post the entire Makefile?

- Giorgos

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


Re: perl and berkeley

2004-05-27 Thread David J. Weller-Fahy
* Len Conrad [EMAIL PROTECTED] [2004-05-27 01:53 -0800]:
 This is perl, v5.8.4 built for i386-freebsd

 so the 5.8 is now the default version, good, 1 of 2 problems solved.

 It sure looks like the db3 pkg install is screwing up since

 perl -MCPAN -e 'install BerkeleyDB'

 ... still gives:

 BerkeleyDB.xs:74: #error db.h is from Berkeley DB 1.x - need at least
 Berkeley DB 2.6.4
 *** Error code 1

 I've deleted and re-installed that db3 pkg, but still get the same error.

I'm not sure what to do about that since I've never worked with CPAN or
BerkelyDB.  However (this is said from a point of ignorance, understand)
my first try would probably be to remove all CPAN modules installed
under the old perl, and reinstall them.  Then try installing that DB.
However, wiser heads may have a better clue.

HTH,
-- 
dave [ please don't CC me ]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


xl0 device, and irq problem, FreeBSD5.1-generic

2004-05-27 Thread Tom L.
hey guys, heres my issue, just got a nice new 1u machine i want to install bsd onto.  
i added another nic (pci) and proceeded with the install,  on bootup, the kernel finds 
the interface as xl0 as it should, but i get this error



here is the bootup of both of my nics, one of which works, ag, i mean, the 
machine finds it, the bios finds it, there's something i'm doing wrong, what is it? i 
have NEVER run into this before in my life, i'm lost... thanks guys


May 27 16:56:07 sexzilla kernel: fxp0: Intel 82557/8/9 EtherExpress Pro/100(B) 
Ethernet port 0xd800-0xd83f mem 0xe200-0
xe20f,0xe280-0xe2800fff irq 12 at device 2.0 on pci1
May 27 16:56:07 sexzilla kernel: pcib1: device fxp0 requested decoded memory range 
0xe280-0xe2800fff
May 27 16:56:07 sexzilla kernel: fxp0: using memory space register mapping
May 27 16:56:07 sexzilla kernel: fxp0: Ethernet address 00:e0:18:01:8b:8a
May 27 16:56:07 sexzilla kernel: fxp0: PCI IDs: 8086 1229 1043 1043 0008
May 27 16:56:07 sexzilla kernel: fxp0: Dynamic Standby mode is disabled
May 27 16:56:07 sexzilla kernel: miibus0: MII bus on fxp0
May 27 16:56:07 sexzilla kernel: inphy0: i82555 10/100 media interface on miibus0
May 27 16:56:07 sexzilla kernel: inphy0:  10baseT, 10baseT-FDX, 100baseTX, 
100baseTX-FDX, auto
May 27 16:56:07 sexzilla kernel: fxp0: bpf attached
May 27 16:56:07 sexzilla kernel: xl0: 3Com 3c905B-TX Fast Etherlink XL port 
0xd400-0xd47f mem 0xe180-0xe180007f irq 11
at device 8.0 on pci1
May 27 16:56:07 sexzilla kernel: pcib1: device xl0 requested decoded memory range 
0xe180-0xe180007f
May 27 16:56:07 sexzilla kernel: xl0: using memory mapped I/O
May 27 16:56:07 sexzilla kernel: xl0: eeprom failed to come ready
May 27 16:56:07 sexzilla kernel: xl0: failed to read station address
May 27 16:56:07 sexzilla kernel: device_probe_and_attach: xl0 attach returned 6


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


Re: Errors with Freebsd 4.10

2004-05-27 Thread Dan Ferris
Thank you for your help Kent.  I was successsfully able to rebuild 
FreeBSD and get 4.10 working.

Dan
Kent Stewart wrote:
On Thursday 27 May 2004 05:47 pm, Dan Ferris wrote:
I started out with 4.9-STABLE iso images.
My cvsup file:
*default host=cvsup2.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default tag=RELENG_4

What may be biting you is you didn't copy the stable-supfile correctly. 
You probably need

*default delete use-rel-suffix
and you may also need
# If your network link is a T1 or faster, comment out the following 
line.
#*default compress

Don't compress the files. People use the context to see what you did 
wrong. If you don't use something, add a # to column 1 like I did on 
the compress line.

Kent

src-all
make.conf:
NOPROFILE=true
CFLAGS= -O -pipe

You don't use quotes on the CFLAG argument. 

Dan
Kent Stewart wrote:
On Thursday 27 May 2004 11:45 am, Dan Ferris wrote:
Been habving problems making a new kernel with 4.10:
snip
/usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:371: syntax error
at end of input
*** Error code 1
This is the result of make when building the kernel with both
GENERIC and my custom configuration.  It even occurs when I
comment out USB in the config files.
make buildworld doesn't work for me either.
/usr.bin/binutils/gdb/kvm-fbsd.c
/usr/src/gnu/usr.bin/binutils/gdb/kvm-fbsd.c:739: macro `SOLIB_ADD'
used with too many (4) args
mkdep: compile failed
*** Error code 1
You aren't supposed to try a kernel if the buildworld doesn't work
because buildkernel depends on a current buildworld.
What version did you start out with. I just finished adding 4-10 to
5 machines and didn't have a problem. So, what did you do
different.
You might try make cleandir twice in /usr/src and see if that
helps.

Hardware is a dual processor P3 at 450MHz with 1GB of RAM and a
40GB hard disk.  I don't know the exact make of the motherboard,
but I'm pretty sure that it's an Intel.
Hardware at this point doesn't mean anything. You have something
wrong with your processing of source. For example, did you cvsup
src-all and do you have any WITH type of entries in your
/etc/make.conf.
Kent

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


RAID5 Failure And Booting

2004-05-27 Thread Rishi Chopra
My RAID-5 array seems to have died this weekend.  After coming back from 
a motorcycle-riding class, I noticed my internet connection was down.  I 
hooked up a monitor and a keyboard to my FreeBSD box, and noticed that 
the OS was no longer running, that the computer had rebooted, and that 
the BIOS message was Insert Bootable Media Into Appropriate Drive.

I'm unfamiliar with this particular message; can anyone explain what 
might have happened?  My understanding is that, since the computer is 
running a RAID5 array (Adaptec 2400A card + (4) WD2000JB drives) even if 
one drive fails, the computer will continue running.  I replaced one of 
the drives, which seemed to be clicking on and off, but the computer 
still is not booting to the OS.

I have a pair of FreeBSD diskettes at my disposal: is there a way to 
boot from this diskettes, assuming the array is still intact?

--
   ._  .
   |\_|/__/|
 .--. / / \/ \  \
 | Rishi Chopra |/__| oo |__ \
 | http://www.ocf.berkeley.edu/~rchopra |   |/_ \_/\_/ _\ |
 `--'   | | () | ||
  \  \/\___/\__/  //
  \  (_/ ||
 |  ||
 |  ||\
  \   .//_/
   \__//
  __|| __||
 (()

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


Question

2004-05-27 Thread Stanislav Mudrievskiy
How can I configure FreeBSD 4.7RELEASE for it's normal work with my
internal modem (LG LM-I56N(56k))? Where have I write controller
pnp0?

Best regards,
Stanislav  mailto:[EMAIL PROTECTED]

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