Re: user-ppp, named and squid

2003-03-14 Thread DJ Boris
yup,
host.conf has
=
hosts
bind
=
in this order. unfortunately host.conf is no longer used. it creates a file
called nsswitch.conf and in it I have the same but written in a different
way
=
names: files dns
=
as I said the strangest thing is that ppp works fine but as soon as I enable
named in the rc.conf it hangs at startup. and the other way around, when I
enable named and disable ppp machine starts fine... the only way is to use
the work around... I am totally confused...


- Original Message -
From: Lars Eighner [EMAIL PROTECTED]
To: DJ Boris [EMAIL PROTECTED]
Cc: freebsd-questions [EMAIL PROTECTED]
Sent: Friday, March 14, 2003 2:40 AM
Subject: Re: user-ppp, named and squid


 On Fri, 14 Mar 2003, DJ Boris wrote:

  hi there,
 
  I have a freeBSD 5.0 RELEASE machine acting as a Dial-Up router and
proxy
  for a LAN with 1 ISP Dial-Up account. I have user-ppp, named and squid.
  when all are enabled in the rc.conf file the machine hangs at boot time
just
  before it says i386 initialisation or something like that Then I
press
  Ctrl-C and everything carries on and I can log in but immediately after
that
  ppp dials out. named only forwards requests to the ISP's DNS and in
  named.conf I have set dialup to yes.
  The work around is to only enable ppp and start the other services once
I
  log in but as soon as I start named for example it dials out. after the
ppp
  timeout expires modem disconnects and everything comes to normal. then I
  start squid and the same thing happens, dials out, timeout expires and
all
  is OK.
  Does anyone know what I can do to stop those two named and squid from
doing
  that... or maybe there is an option in ppp.conf... I have read
everything
  and tried everything - still no luck. may be I am missing something.
 
  thanx

  Just a thought, but are you certain that in host.conf you
  have:

  hosts
  bind

  in that exact order, not the other way around, and that
  the hosts file is correct?


 --
 Lars Eighner
 [EMAIL PROTECTED] -finger for geek code-
 http://www.io.com/~eighner/index.html
 600 E 53RD ST APT 119  AUSTIN TX 78751


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



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


Re: 3D with MGA on XFree86 4.3.0 / 5.0-RELEASE?

2003-03-14 Thread J. Kanowitz
--- Glenn Johnson [EMAIL PROTECTED] wrote:

Thanks for the response!

 Try the following in your XF86Config file in the
 Device section:
 
 Option  NoHal true
 
 That will prevent the server from trying to load the
 HAL module.

That does prevent the failure message, but hasn't
changed anything else.
 
  Annoyingly, this means GL apps lock my system
[...]

 Not sure what is going on here but the HAL module is
 not necessary to
 run GL apps, at least not on my G400.  It could be
 different on a G200
 but I doubt it.  Do you have DRI enabled in
 XF86Config?  If so, verify
 that direct rendering is on.  You can check by
 running glxinfo and
 examining the output.  Near the top of the output is
 a line that will
 tell you if direct rendering is on.  That would be
 the first step.

glxinfo indeed reports direct rendering enabled and
good to go... and it isn't.  I *believe* I've seen the
same scenario with 4.2.0 on my previous G200ed box,
which was a uniprocessor Athlon/4-STABLE; now I'm on a
dual-P2 SMP BX board (that becoming important in a
moment) with 5.0.

Having noticed the following in XFree86.0.log:

drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or
directory)
drmOpenDevice: open result is -1, (No such file or
directory)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or
directory)
drmOpenDevice: open result is -1, (No such file or
directory)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) MGA(0): [drm] loaded kernel module for mga
driver
[...snip...]
(II) MGA(0): [drm] installed DRM signal handler
(II) MGA(0): [DRI] installation complete
(II) MGA(0): [drm] Mapped 128 DMA buffers
(II) MGA(0): [drm] failure adding irq handler, there
is a device already using that irq
[drm] falling back to irq-free operation
(==) MGA(0): Direct rendering enabled

and 

ACPI-0314: *** Error: Invalid signature where RSDP
indicates RSDT/XSDT should be located
ACPI-0181: *** Error: AcpiLoadTables: Could not
load RSDT: AE_BAD_SIGNATURE
ACPI-0213: *** Error: AcpiLoadTables: Could not
load tables: AE_BAD_SIGNATURE
ACPI: table load failed: AE_BAD_SIGNATURE

in dmesg, and having a stick of 256MB 32x4 SDRAM
installed, of which only the first 128MB is
addressable (which is what's breaking ACPI, as my BIOS
is smart enough to identify the stick as 256MB, albeit
an unsupported 256MB, and seems to be trying to put
the RSDT out at 0x0f80 - the end of 256MB, which
doesn't really exist...) ... I'm quite willing to
declare Too Many Variables, throw up my hands, and at
least wait until I can get ACPI back with a [more
sensible | less masochistically insane | supported]
configuration.

I believe I read something, somewhere about irq-free
operation with mga not being expected to function
just yet, but I'm too disorganized to relocate the
reference.  

FWIW on the conflict (I'll need to school myself
before I pretend to understand what the IOAPIC line's
telling me, but I don't mind doing that on my own
time)-

mustelid# dmesg | grep irq 11
IOAPIC #0 intpin 16 - irq 11
drm0: Matrox G200 (AGP) mem
0xf780-0xf7ff,0xf77fc000-0xf77f,0xf600-0xf6ff
irq 11 at device 0.0 on pci1



As far as I'm concerned, I've got my answer - at least
theoretically, I should *not* be needing mga_hal, and
the fact that it *did* work under 4.2.x may have been
a minor miracle/benefit of using Matrox's driver - and
I'll get down to poking at detangling my
IRQs/configuring the machine properly so it can do it
for me before assuming XFree86 is the problem. ;)

If anyone has reason to want the full XFree86 log,
dmesg, or anything else, just poke me.

-Joe Floid Kanowitz

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


Re: portupgrade mess

2003-03-14 Thread Kent Stewart
On Thursday 13 March 2003 11:54 am, [EMAIL PROTECTED] wrote:
 At 11:22 AM 3/13/2003 -0800, you wrote:
 I forced the portugrade of imake. That also rebuilt kde-3. I have
  found that if you don't force, it only updates the ports that have
  changed. It doesn't take care of the full b-dep dependancy list.

 Hmmm... now, that's interesting.

 I did portupgrade of imake (without any special options) before
 upgrading XFree86 as I needed to use the computer (WinXP) and had to
 wait until off hours to upgrade the rest. So, I'm wondering if that
 did not mess up something. I did notice that KDE3 was up-to-date and
 did not need upgrading, but I caught something about KDE3 upgrade on
 one of the computers. Does that mean that imake is reponsible somehow
 for upgrading KDE3? What is the switch to force the upgrade?
 How did the upgrade of imake lead to the rebuild of kde-3?


I see that I only replied to you and not the list. You have to use 
something like

portupgrade -pufr imake.

For example, on my system a required by dependancy list for imake shows

Information for imake-4.3.0:

Required by:
ImageMagick-5.5.5
Mesa-3.4.2_2
WordNet-1.7.1
XFree86-4.3.0,1
XFree86-FontServer-4.3.0
XFree86-Server-4.3.0
XFree86-clients-4.3.0
XFree86-documents-4.3.0
XFree86-font100dpi-4.3.0
XFree86-font75dpi-4.3.0
XFree86-fontCyrillic-4.3.0
XFree86-fontDefaultBitmaps-4.3.0
XFree86-fontEncodings-4.3.0
XFree86-fontScalable-4.3.0
XFree86-libraries-4.3.0
XFree86-manuals-4.3.0
Xft-2.1_3
apsfilter-7.2.5_1
arts-1.1,1
cups-1.1.18.0_4
cups-pstoraster-7.05.6
docproj-jadetex-1.10
ghostscript-gnu-7.05_4
gtk-1.2.10_9
html2ps-letter-1.0_1
imlib-1.9.14_1
imwheel-0.9.9
jadetex-3.12_1
kdbg-1.2.5
kde-3.1
kdeartwork-3.1
kdebase-3.1_1
kdegames-3.1
kdegraphics-3.1
kdelibs-3.1
kdemultimedia-3.1
kdenetwork-3.1
kdepim-3.1
kdetoys-3.1_1
kdeutils-3.1
kdevelop-2.1.5
koffice-1.2.1,1
libmpeg2-0.3.1_1
libungif-4.1.0b1
libwmf-0.2.8
links-2.1.p9,1
open-motif-2.2.2_1
peps-1.0
pilot-link-0.11.7_1
qt-3.1.1_4
teTeX-2.0.2
tk-8.3.5
transfig-3.2.4
wrapper-1.0_2
xanim-2.92.0
xfree86_xkb_xml-0.2
xmbmon-201
xmcd-3.2
xmms-esound-1.2.7_3
xmms-kde-3.0.0

If you just use -r imake, you will only update imake and the XFree86-4.3 
ports. This leaves a lot of ports linked to old XFree86 libraries. The 
libraries are probably used dynamicaly but the header files that went 
along with them have been updated. I believe in a KISS simple, clean 
setup and will always rebuild anything that has an updated port as an 
b-dep. The only thing I ignore are utilities such as imake. An upgrade 
of imake doesn't justify rebuilding everything in my mind; however, a 
major update of XFree86-libraries is a different matter.

If you use -rf, you will update everything in the required by list. It 
will also take a long time :).

Kent

 BTW, any idea how I could reduce the size of the /usr/ports slice -
 it's max is about 2Gb and there is about 1.7 in use. It seems a bit
 bloated and I certainly don't need all the stuff that is in there...

 Thanks,
 Phil




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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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


ppp

2003-03-14 Thread Doron Shmaryahu
Hi,


I did a make world from 4.6 to 4.8 rc0 and now ppp is not acting as normal.
I used to add a route from the ppp.linkup for but since I have upgraded this
is no longer working !! Does anyone know what has changed in ppp ??

thanks

Doron



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


Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Matthew Ryan
Hi there,

I've been trying to route packets received on port  via the 
external interface (used by NAT) of my FreeBSD gateway to the same port 
on a local machine.

The manual would seem to make this simple stuff - I have added the 
following line to /etc/rc.conf:

natd_flags=-redirect_port tcp 192.168.1.241: 

accessing this service on the local machine via the local address is 
fine but a port scan from the outside, reveals that the relevant ports 
appear closed still. Needless to say - the service is unavailable.

I have tried entering the following on the command line (with and 
without the /etc/rc.conf flag):

natd -redirect_port tcp 192.168.1.241: 

but here's what i get:

natd: aliasing address not given

I have tried adding the external address as follows but to no avail:

natd -redirect_port tcp 192.168.1.241: XXX.XXX.XXX.XXX:

To avoid confusion I am running with an open firewall - rules below:

gatewayb# ipfw list
00050 divert 8668 ip from any to any via ep0
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65000 allow ip from any to any
65535 deny ip from any to any
I have read quite a few mails from people finding the same problem but 
not yet found an answer.
My guess is that I am missing something simple but i've been banging 
away at this for a while now and no joy.

Any advice would be appreciated.

Thanks

Matthew Ryan

[EMAIL PROTECTED]

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


Re: Possible drive failing??

2003-03-14 Thread Alexander Haderer
At 11:23 13.03.2003 -0600, Mike Meyer wrote:
In [EMAIL PROTECTED], Dragoncrest 
[EMAIL PROTECTED] typed:
   Hi all.  I got this message in my daily reports and I've got a
 question.  Does this signal possible disk troubles or potential
 failure?  Here's the message.
   ad0s1g: hard error writing fsbn 13434039 of 5930556-5930559 (ad0s1 bn
 13434039; cn 836 tn 58 sn 45) trying PIO mode
   ad0: DMA problem fallback to PIO mode
   Is that something I can ignore, or should I keep an eye on this??

Well, there is some possibility that it's just a one-time hiccup. More
likely, the drive has already exhuasted it's supply of replacement
blocks, as modener drives do bad block remapping all by themselves. In
the latter case, the drive is about to fail catastrophically. At the
very least, I'd keep a very close eye on the drive, and double-check
my backups if I saw that happen to one of my drives. Depending on how
critical that system is, I may have a backup ready, or replace the
drive under controlled conditions before things get worse.
I completly agree with Mike. We have lots of IDE disks running under 
FreeBSD and made some experience. Here are some additional Tips:

1.
The disk may still run for some days and then fail completly with a kernel 
hang, as Mike wrote above.

2.
Switching the system off and on may force the final shutdown of the disk.
3.
try doing a backup with PIO mode on as long as the disk is willing to talk 
to you

4.
download the diagnosis tool from the disk manufacturer and do a deep test. 
According to your message I expect the diagnosis will detect errors. Check 
the drive guarantee.

5.
Cable and connector problems usually show up as UDMA CRC error with 
falling back to PIO. In this case try to downclock the UDMA mode with 
atacontrol mode (FreeBSD 4.6 ? and above).

with best regards

Alexander



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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Daniel Bye
On Fri, Mar 14, 2003 at 10:30:28AM +, Matthew Ryan wrote:
 Hi there,
 
 I've been trying to route packets received on port  via the 
 external interface (used by NAT) of my FreeBSD gateway to the same port 
 on a local machine.
 
 The manual would seem to make this simple stuff - I have added the 
 following line to /etc/rc.conf:
 
 natd_flags=-redirect_port tcp 192.168.1.241: 
 
 accessing this service on the local machine via the local address is 
 fine but a port scan from the outside, reveals that the relevant ports 
 appear closed still. Needless to say - the service is unavailable.
 
 I have tried entering the following on the command line (with and 
 without the /etc/rc.conf flag):
 
 natd -redirect_port tcp 192.168.1.241: 
 
 but here's what i get:
 
 natd: aliasing address not given

That's because natd can't determine which interface it should use for
aliasing.  Try specifying it with the -n flag:

# natd -n xl0 -redirect...

Replace xl0 with whatever your external interface is.

HTH,

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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


300 Modelos de Cartas comerciais, avisos, convites, propostas, etc.

2003-03-14 Thread Redação Comercial
COMUNICADO IMPORTANTE!!

Estamos lançando o KIT DE CARTAS COMERCIAIS, que sana suas dúvidas na
elaboração de: agradecimentos, atestados e declarações, avisos,  cartas de
cobrança, cartas em inglês, comunicados,  convites,  contratos, propostas,
empregos, solicitações e pedidos, telegramas, cartas por e-mail, etc.
Composto de 02 (dois) disquetes com 150 modelos de documentos cada um, mais
livreto 20 páginas, com técnicas de redação comercial. Indicado para:
secretárias em geral, gerências, Rh, executivos, estudantes e empresas de
toda ordem.
Este kit possui um preço ínfimo em relação ao que poderá gerar no
aperfeiçoamento da comunicação de sua empresa.

Acesse nossa Home Page para mais detalhes:

http://www.redacaocartas.ihp.com.br


Ps: Caso não queira receber novas mensagens e novidades sobre esse assunto,
acesse:

http://www.remova-me.ihp.com.br

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


Re: Connecting FreeBSD to my home network..

2003-03-14 Thread Scott Mitchell
On Thu, Mar 13, 2003 at 04:17:52PM -0800, Rodney Salomon wrote:
 This line is in my /etc/rc.conf file  could it be
 something else?

It could be all kinds of things... I think we need some more information on
what exactly isn't working:

- Have you good a good physical connection between the FreeBSD box and the
  Linksys (ie, are the link lights at both ends on)?
- Any error messages from dhclient when the machine boots?
- Could you post the output of 'ifconfig' and 'netstat -rn'
- Are other machines plugged into the Linksys working OK?
- How (if at all) have you configured the Linksys?
- Can you ping other machines on the local net by name? By IP address?

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon

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


(no subject)

2003-03-14 Thread Beheer
subscribe freebsd-announce



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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Matthew Ryan
Thanks Dan

Unfortunately that doesn't seem to work either.

I get this when I enter on the command line:

natd -n ep0 -redirect_port tcp 192.168.1.241: 

natd: Unable to create divert socket.: Operation not permitted

and no results using the following in /etc/rc.conf:

natd_flags=-n ep0 -redirect_port tcp 192.168.1.241: 

By the way, the interface is specified already in /etc/rc.conf as 
follows?:

natd_interface=ep0

any other ideas?

Ta

Matthew Ryan

[EMAIL PROTECTED]

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


Email Auto-responders with Vacation

2003-03-14 Thread Ben Craig
Hi,

I'm trying to get an email auto-responder working
using vacation, but have hit a bit of a wall.

I have the .forward file in the user's home directory
containing:

\mikew, |/usr/bin/vacation -r 1 mikew

(Where mikew is the login for this user)

I have a .vacation.msg file available in the same
directory, and have also verified the path
/usr/bin/vacation is correct.  

But no vacation message... =/  Any suggestions would
be most appreciated.

Regards,

Ben Craig.

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Bill Moran
Daniel Bye wrote:
On Fri, Mar 14, 2003 at 10:30:28AM +, Matthew Ryan wrote:

natd -redirect_port tcp 192.168.1.241: 

but here's what i get:

natd: aliasing address not given


That's because natd can't determine which interface it should use for
aliasing.  Try specifying it with the -n flag:
# natd -n xl0 -redirect...

Replace xl0 with whatever your external interface is.
Use the natd_interface=xl0 syntax in /etc/rc.conf to add this to the
startup procedure.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: portupgrade mess

2003-03-14 Thread Scott Mitchell
On Thu, Mar 13, 2003 at 07:50:11PM -0800, Daxbert wrote:
 
 This will get your distfile downloads out of 
 /usr/ports as well.  However, there's probably 
 a cleaner way to do this via a make.conf setting.

DISTDIR=/usr/obj/usr/ports/distfiles

should do it.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon

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


BUSINESS PROPOSAL

2003-03-14 Thread samson konate mani
Dear Sir,
I know that this proposal letter might be a surprise to you, but do consider 
it as an emmergency.In a nutshell,I am Mr.SAMSON KONATE MANI,from the 
republic of Sierra-Leone in west Africa,now seeking political asylum in 
Dakar Senegal under the(UNHCR).I got your contact from a reliable chember of 
commerce.

My (late )father (Dr.MUSTAPHA MANI) was the managing director of RainbowGold 
Diamond Minning company in (KENEMA) Sierra- Leone.But was killed during the 
longing civil war and all his properties was totally destroyed.However, we 
managed to escape with some of my father's precious Diamonds which is 
presently deposited safely in a security and finance company here in Dakar.

Now we are saddled with the problem of securing a trust worthy foriegn 
personality to help us transfer the diamonds over to his country pending my 
arrival to meet with him.Furthermore,we only want this done this way because 
your country is politically stable for any profitable investment and if you 
accept our proposal,you will serve as the beneficiary of the diamonds.

I am giving you the offers as mentioned with every confidence on your 
acceptance to assist us,we have decided to give you 10% out of the total 
money generated from the sales of the diamonds.Secondly,we shall mapped out 
2% for any miscelleneous expenses that you may incurr during the transfering 
of the diamonds over to your country. Finally,the diamond weight in question 
is 42.550 Carats.Conclusively,i wish you send me a reply immediately as soon 
as you recieve this proposal, so that we shall arrange on how to lift this 
consignment out of Dakar Senegal to your country.

On commencement,this transaction will take (7)working days to be 
accomplished.A certificate of ownership, and the Lab-test result certificate 
of the diamonds would be fax to you immediately i recieve your urgent and 
positive reply.Until then,i remain with the best regards. feel free to 
contact me on this, number (00221)5557-329 ASK OF SAMSON KONATE MANI.My 
alternate email address is ([EMAIL PROTECTED])
Regards.







_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Daniel Bye
On Fri, Mar 14, 2003 at 01:07:42PM +, Matthew Ryan wrote:
 Thanks Dan
 
 Unfortunately that doesn't seem to work either.

Rats!

 I get this when I enter on the command line:
 
 natd -n ep0 -redirect_port tcp 192.168.1.241: 
 
 natd: Unable to create divert socket.: Operation not permitted

Silly question, I'm almost blushing to ask - you are running the command as
root, yes?

 and no results using the following in /etc/rc.conf:
 
 natd_flags=-n ep0 -redirect_port tcp 192.168.1.241: 
 
 By the way, the interface is specified already in /etc/rc.conf as 
 follows?:
 
 natd_interface=ep0

This will ensure it's picked up at boot time, as Bill stated, but won't
affect the stuff you do on the commandline.

 any other ideas?

If it's not because you are running as a non-root user, no, not really.  

 
 Ta
 
 Matthew Ryan
 
 [EMAIL PROTECTED]

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Bill Moran
Daniel Bye wrote:
On Fri, Mar 14, 2003 at 01:07:42PM +, Matthew Ryan wrote:

Thanks Dan

Unfortunately that doesn't seem to work either.
Rats!

I get this when I enter on the command line:

natd -n ep0 -redirect_port tcp 192.168.1.241: 

natd: Unable to create divert socket.: Operation not permitted
Silly question, I'm almost blushing to ask - you are running the command as
root, yes?
Also ... are you sure that:
a) You have your kernel configured with IPDIVERT?  The GENERIC kernel
   does _not_.
b) natd isn't already running with different options when you try to
   start it on the command line?
and no results using the following in /etc/rc.conf:

natd_flags=-n ep0 -redirect_port tcp 192.168.1.241: 

By the way, the interface is specified already in /etc/rc.conf as 
follows?:

natd_interface=ep0
This is redundant.  You can remove the -n ep0 from natd_flags.

any other ideas?
I don't know _whats_ wrong.
But I've got this running in two places with no problems.  It
works just fine, and as far as I can see, the syntax you're using is
correct, so I wouldn't focus on that.  Let us know what you find when
you check the suggestions I made ... I have other suggestions if
those don't help.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Email Auto-responders with Vacation

2003-03-14 Thread Jack L. Stone
At 01:07 PM 3.14.2003 +, Ben Craig wrote:
Hi,

I'm trying to get an email auto-responder working
using vacation, but have hit a bit of a wall.

I have the .forward file in the user's home directory
containing:

\mikew, |/usr/bin/vacation -r 1 mikew

(Where mikew is the login for this user)

I have a .vacation.msg file available in the same
directory, and have also verified the path
/usr/bin/vacation is correct.  

But no vacation message... =/  Any suggestions would
be most appreciated.

Regards,

Ben Craig.

Didi you initiate so that the databse will be built...?? Also, while
doing this you must be logged in as that user. Further, unless you reset
the default, it will ignore any email address repeats within a certain time
span to prevent loops... forgotten how long, but man vacation(1) covers
all of this...

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

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


Re: Email Auto-responders with Vacation

2003-03-14 Thread IAccounts
 I'm trying to get an email auto-responder working
 using vacation, but have hit a bit of a wall.

 I have the .forward file in the user's home directory
 containing:

 \mikew, |/usr/bin/vacation -r 1 mikew

 (Where mikew is the login for this user)

 I have a .vacation.msg file available in the same
 directory, and have also verified the path
 /usr/bin/vacation is correct.

 But no vacation message... =/  Any suggestions would
 be most appreciated.

# /usr/bin/vacation -i

Should initialize the vacation program.

Steve




 Regards,

 Ben Craig.

 __
 Do You Yahoo!?
 Everything you'll ever need on one web page
 from News and Sport to Email and Music Charts
 http://uk.my.yahoo.com

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



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


Re: why BIND and sendmail installed by default?

2003-03-14 Thread Giorgos Keramidas
On 2003-03-13 17:46, Anti [EMAIL PROTECTED] wrote:
On Wed, 12 Mar 2003 23:11:48 +0200
Giorgos Keramidas [EMAIL PROTECTED] wrote:
 really very, *very*, basic services that a Unix machine should be
 ready to serve without having to go through tons of ports/packages
 just to install bind.

 why not just have the package install by default so those who don't
 want it can easily remove it?

Because nobody has done it until now is the best answer to this oft
repeated question.  Because if FreeBSD degenerates to the case of most
Linux distributions where one needs to remember the 'dependencies' of
a million packages, in order to have a complete and working Unix
system up in a breeze, then it won't be FreeBSD anymore I guess... etc.

This question has often been asked, answered and beaten to death :-/

 [snip a bunch of arguments moot were the packages installed by
 default instead of making everything part of the base system]

 With a spare partition /dev/ad0s2a that can be used as a temp root
 directory the process should be as easy as:
[snip]

 you don't need a spare partition, any empty directory will do. whenever
 i install freebsd i do a minimal install, then build and install world
 and kernel from source with everything possible disabled in make.conf,
 then installkernel, installworld, mergemaster -i -D to an empty
 directory, then use diff to find all the crap that can be deleted.

That too.  I use a spare partition here at home to make sure I can
always boot back and forth between the two installations :-)

- Giorgos

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


Re: portupgrade mess

2003-03-14 Thread CARTER Anthony
What I did was move my distfiles directory elsewhere and made a symbolic
link to it.

That means that the pointers are still valid in every compile, but they
exist elsewhere...

You could just empty distfiles with a rm -rf /usr/ports/distfiles/*
(don't forget the *)

Anthony

On Fri, 2003-03-14 at 14:16, Scott Mitchell wrote:
 On Thu, Mar 13, 2003 at 07:50:11PM -0800, Daxbert wrote:
  
  This will get your distfile downloads out of 
  /usr/ports as well.  However, there's probably 
  a cleaner way to do this via a make.conf setting.
 
 DISTDIR=/usr/obj/usr/ports/distfiles
 
 should do it.
 
 Cheers,
 
   Scott

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


seahorse-0.7.1 port broken?

2003-03-14 Thread CARTER Anthony
Hi,

I am trying to upgrade seahorse to 0.7.1 from 0.7.0 using:

portupgrade -r seahorse and

cvsuped followed by make clean, make install clean...

They both get to the point given below and then just sits there and
idles out...


===  Building for seahorse-0.7.1
cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
make  all-recursive
Making all in src
echo #include \seahorse-marshal.h\  seahorse-marshal.c  
/usr/local/bin/glib-genmarshal  --body --prefix=seahorse-marshal 
seahorse-marshal.c

Anyone got any ideas?

Thanks,
Anthony Carter


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


Broken Link

2003-03-14 Thread David Chavarria
This link is broken...The Linux+FreeBSD mini-HOWTO in the Articles Section
on the Documentation page.

I think it should be http://www.tldp.org/HOWTO/mini/Linux+FreeBSD.html



David


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


isp control panel ?

2003-03-14 Thread Moti Levy
Hi ,
I have a small server that's slowly becoming a lot of work ...
i set it up and friends started using it for web hosting .
i need to provide them with a control panel so that they can do what 
they want and leave me alone
currently i run :

apache + php + postgresql
proftpd
postfix + cyrus-imap + spamassassin + procmail
bind
i dont care switching to others ( eg, postgres - mysql ) if needed.
i do need to provide the following functions:
1.add virtual hosts to apapche and proftpd
2.add mailbox to imap  postfix
3.add dns entries
4.modify tables and databse entries
I looked at ispman ( www.ispman.org ) and it looks like what i need .
is there a similar app for freebsd ?
thanks
Moti


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


Re: isp control panel ?

2003-03-14 Thread Dirk-Willem van Gulik

 I looked at ispman ( www.ispman.org ) and it looks like what i need .
 is there a similar app for freebsd ?

There used to be a company called plesk.com which did a half decent
product like that. You may want to ping them.

Dw.


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


Re: seahorse-0.7.1 port broken?

2003-03-14 Thread Joe Marcus Clarke
On Fri, 2003-03-14 at 10:02, CARTER Anthony wrote:
 Hi,
 
 I am trying to upgrade seahorse to 0.7.1 from 0.7.0 using:
 
 portupgrade -r seahorse and
 
 cvsuped followed by make clean, make install clean...
 
 They both get to the point given below and then just sits there and
 idles out...
 
 
 ===  Building for seahorse-0.7.1
 cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh ./config.status
 config.status: creating config.h
 config.status: config.h is unchanged
 config.status: executing default-1 commands
 config.status: executing default-2 commands
 config.status: executing default-3 commands
 make  all-recursive
 Making all in src
 echo #include \seahorse-marshal.h\  seahorse-marshal.c  
 /usr/local/bin/glib-genmarshal  --body --prefix=seahorse-marshal 
 seahorse-marshal.c
 
 Anyone got any ideas?

Finally figured this one out.  My build doesn't execute this step, so it
was tough, but seahorse requires gmake to resolve $ (note the extra
space between glib-genmarshal and --body).  If you add USE_GMAKE=yes to
the Makefile, it will work.

Joe

 
 Thanks,
 Anthony Carter
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




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


Re: Isp control panel ?

2003-03-14 Thread Anti
On Fri, 14 Mar 2003 10:11:59 -0500
Moti Levy [EMAIL PROTECTED] wrote:

 
 Hi ,
 I have a small server that's slowly becoming a lot of work ...
 i set it up and friends started using it for web hosting .
 i need to provide them with a control panel so that they can do what 
 they want and leave me alone :-)
 currently i run :
 
 apache + php + postgresql
 proftpd
 postfix + cyrus-imap + spamassassin + procmail
 bind
 
 i dont care switching to others ( eg, postgres - mysql ) if needed.
 i do need to provide the following functions:
 1.add virtual hosts to apapche and proftpd
 2.add mailbox to imap  postfix
 3.add dns entries
 4.modify tables and databse entries
 
 I looked at ispman ( www.ispman.org ) and it looks like what i need .
 is there a similar app for freebsd ?
 thanks
 Moti


the sysutils/webmin and sysutils/usermin ports are the best free solution
imo...


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


Re: seahorse-0.7.1 port broken?

2003-03-14 Thread CARTER Anthony
I can confirm this is correct, and functions. Should this not be updated
in the ports for other users?

Why does your build not execute this step?

Anthony Carter

On Fri, 2003-03-14 at 16:19, Joe Marcus Clarke wrote:
 On Fri, 2003-03-14 at 10:02, CARTER Anthony wrote:
  Hi,
  
  I am trying to upgrade seahorse to 0.7.1 from 0.7.0 using:
  
  portupgrade -r seahorse and
  
  cvsuped followed by make clean, make install clean...
  
  They both get to the point given below and then just sits there and
  idles out...
  
  
  ===  Building for seahorse-0.7.1
  cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh
 ./config.status
  config.status: creating config.h
  config.status: config.h is unchanged
  config.status: executing default-1 commands
  config.status: executing default-2 commands
  config.status: executing default-3 commands
  make  all-recursive
  Making all in src
  echo #include \seahorse-marshal.h\  seahorse-marshal.c  
  /usr/local/bin/glib-genmarshal  --body --prefix=seahorse-marshal 
  seahorse-marshal.c
  
  Anyone got any ideas?
 
 Finally figured this one out.  My build doesn't execute this step, so it
 was tough, but seahorse requires gmake to resolve $ (note the extra
 space between glib-genmarshal and --body).  If you add USE_GMAKE=yes to
 the Makefile, it will work.
 
 Joe
 
  
  Thanks,
  Anthony Carter
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

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


Re: seahorse-0.7.1 port broken?

2003-03-14 Thread CARTER Anthony
OK, it got past the bit that I mentioned before, but now I get:

In file included from seahorse-context.c:27:
seahorse-marshal.h:2:19: warning: extra tokens at end of #ifndef
directive
seahorse-marshal.h:3:19: warning: ISO C requires whitespace after the
macro name
In file included from seahorse-context.c:27:
seahorse-marshal.h:10: syntax error before '-' token
seahorse-context.c: In function `seahorse_context_class_init':
seahorse-context.c:112: `seahorse_marshal_VOID__STRING_DOUBLE'
undeclared (first
 use in this function)
seahorse-context.c:112: (Each undeclared identifier is reported only
once
seahorse-context.c:112: for each function it appears in.)
gmake[4]: *** [seahorse-context.o] Error 1
gmake[4]: Leaving directory
`/mnt/spare/ports/security/seahorse/work/seahorse-0.
7.1/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/mnt/spare/ports/security/seahorse/work/seahorse-0.
7.1/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/mnt/spare/ports/security/seahorse/work/seahorse-0.
7.1/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/mnt/spare/ports/security/seahorse/work/seahorse-0.
7.1'
gmake: *** [all] Error 2
*** Error code 2
 
Stop in /mnt/spare/ports/security/seahorse.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade9124.0 make
** Fix the problem and try again.
---  Skipping 'x11/gnome2-fifth-toe' (gnome2-fifth-toe-2.2.0_7) because
'securi
ty/seahorse' (seahorse-0.7.0) failed
** The following packages were not installed or upgraded (*:skipped /
!:failed)
! security/seahorse (seahorse-0.7.0)(compiler error)
* x11/gnome2-fifth-toe (gnome2-fifth-toe-2.2.0_7)


Thanks,
Anthony Carter

On Fri, 2003-03-14 at 16:19, Joe Marcus Clarke wrote:
 On Fri, 2003-03-14 at 10:02, CARTER Anthony wrote:
  Hi,
  
  I am trying to upgrade seahorse to 0.7.1 from 0.7.0 using:
  
  portupgrade -r seahorse and
  
  cvsuped followed by make clean, make install clean...
  
  They both get to the point given below and then just sits there and
  idles out...
  
  
  ===  Building for seahorse-0.7.1
  cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh
 ./config.status
  config.status: creating config.h
  config.status: config.h is unchanged
  config.status: executing default-1 commands
  config.status: executing default-2 commands
  config.status: executing default-3 commands
  make  all-recursive
  Making all in src
  echo #include \seahorse-marshal.h\  seahorse-marshal.c  
  /usr/local/bin/glib-genmarshal  --body --prefix=seahorse-marshal 
  seahorse-marshal.c
  
  Anyone got any ideas?
 
 Finally figured this one out.  My build doesn't execute this step, so it
 was tough, but seahorse requires gmake to resolve $ (note the extra
 space between glib-genmarshal and --body).  If you add USE_GMAKE=yes to
 the Makefile, it will work.
 
 Joe
 
  
  Thanks,
  Anthony Carter
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

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


video

2003-03-14 Thread Brian Henning
Hello all-
I am having issues with ogle and mplayer not able to keep up with the video
while playing dvd's

from my dvd drive and playing divx movies repectively. In other words they are a
bit choppy.
The specs on my computer are as follows.
1.73 gHz AMD XP2100 with 512 MB DDR ram.
AOpen nVIDIA TNT2 M64 32MB SDR AGP 4X
16X Delta DVD drive
Creative Sound Blaster 128 PCI, CT4750

OS: FBSD4.7
recompiled the kernel after a cvsup
used pcm driver for audio


For example i have a divx movie that when i play it in mplayer it prints out the
warning that
the system is not fast enough, the audio driver could be the problem.


any thoughts, suggestions?

thanks,

br

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


Re: seahorse-0.7.1 port broken?

2003-03-14 Thread Joe Marcus Clarke
On Fri, 2003-03-14 at 10:35, CARTER Anthony wrote:
 I can confirm this is correct, and functions. Should this not be updated
 in the ports for other users?

Yes it should, but we are in ports freeze now, and I am no the seahorse
maintainer.

 
 Why does your build not execute this step?

Probably has to do with timestamps.  My build environment sees
seahorse-marshal.c as being up-to-date.  I'm sure if you touched
seahorse-marshal.c before the build, you would skip this step, too.

Joe

 
 Anthony Carter
 
 On Fri, 2003-03-14 at 16:19, Joe Marcus Clarke wrote:
  On Fri, 2003-03-14 at 10:02, CARTER Anthony wrote:
   Hi,
   
   I am trying to upgrade seahorse to 0.7.1 from 0.7.0 using:
   
   portupgrade -r seahorse and
   
   cvsuped followed by make clean, make install clean...
   
   They both get to the point given below and then just sits there and
   idles out...
   
   
   ===  Building for seahorse-0.7.1
   cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh
  ./config.status
   config.status: creating config.h
   config.status: config.h is unchanged
   config.status: executing default-1 commands
   config.status: executing default-2 commands
   config.status: executing default-3 commands
   make  all-recursive
   Making all in src
   echo #include \seahorse-marshal.h\  seahorse-marshal.c  
   /usr/local/bin/glib-genmarshal  --body --prefix=seahorse-marshal 
   seahorse-marshal.c
   
   Anyone got any ideas?
  
  Finally figured this one out.  My build doesn't execute this step, so it
  was tough, but seahorse requires gmake to resolve $ (note the extra
  space between glib-genmarshal and --body).  If you add USE_GMAKE=yes to
  the Makefile, it will work.
  
  Joe
  
   
   Thanks,
   Anthony Carter
   
   
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




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


Re: problem on 1TB filesystem RAID 5 3ware

2003-03-14 Thread Bruce Campbell

Not solved this yet, but I have determined a few things that
the problem isn't.  Info at:

http://www.freebsd.uwaterloo.ca/twiki/bin/view/Freebsd/BackupServerProblem

Tested with soft updates off and on, fails in either case, so that
isn't it.

Seems like the problem is either:

  - 3ware card or driver
  - something to do with the large filesystem

Quoting Bruce Campbell [EMAIL PROTECTED]:
 
 File corruption on 2 identical systems, designed to be backup
 servers to contain dumps of other systems:
 
 FreeBSD ecserv18.uwaterloo.ca 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct  9
 
 15:08:34 GMT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
 
 i386
 
 with 1TB /backup partition, on a 3ware 7500-8 ATA RAID card, RAID 5:
 
 Filesystem  1K-blocks  Used Avail Capacity  Mounted on
 /dev/twed0s1a20644846906552  18086708 5%/
 procfs  4 4 0   100%/proc
 /dev/twed0s1e   938819776 279031856 58468233832%/backup
 
 disks are 6 x Western Digital 2000JB  (200GB)
 
 I ran tests on /backup for 10 days on each system (fill disk with
 50GB files of pseudo random data, then reading them all back and
 verify contents, then erase, then start over).  Tests ran perfectly.
 
 details on hardware config at:
 
 http://www.freebsd.uwaterloo.ca/twiki/bin/view/Freebsd/BackupServerHardware
 
 Then, I was ready to put the systems into production, so I copied
 data from my 2 older backup servers (which have 360GB vinum partitions)
 and after copying the data (approx 250GB in 325 files) about a dozen
 files were corrupt after the copy.  I copied via an NFS mount.
 
 All corruption started on a 64K boundary, except one which was on a 16K
 boundary.  Recopied the dozen corrupt files, and then only 6 were corrupt.
 Same problem on both systems, each which copied from a different source
 server.
 
 File seems corrupt to the end after first corruption starts, I have
 not looked for a pattern to see if it is another files contents,
 or misplaced contents from the same file.
 
 fsck shows no problems
 
 Restarted my test filling with 50GB files again, has run perfectly.
 
 I plan to try:
 
   - turn off soft updates
   - RAID 10 instead of 5
   - different file system parameters, for example I don't need
 100 million inodes.
   - rcp'ing the files
   - staring at computer screen
 
 By the way, 3ware has not officially approved the WD 200GB drive last
 time I checked.  
 
 Lots of good experience with the motherboard (ASUS P4S533) and
 network card (Intel Pro/100).  Lots of good experience with
 vinum striped partitions of smaller size (360GB)
 
 Does anyone have any suggestions ?
 
 -- 
 Bruce Campbell
 Engineering Computing
 CPH-2374B
 University of Waterloo
 (519)888-4567 ext 5889
 
 
 This mail sent through www.mywaterloo.ca
 


-- 
Bruce Campbell
Engineering Computing
CPH-2374B
University of Waterloo
(519)888-4567 ext 5889


This mail sent through www.mywaterloo.ca

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


Re: seahorse-0.7.1 port broken?

2003-03-14 Thread Joe Marcus Clarke
On Fri, 2003-03-14 at 10:38, CARTER Anthony wrote:
 OK, it got past the bit that I mentioned before, but now I get:

I see why the error occurs (there's a bug in seahorse's Makefile when it
generates the marshal code).  However, I'm not sure why it runs this
code at all.  Are you building over NFS where timestamps might be out of
sync?

Joe

 
 In file included from seahorse-context.c:27:
 seahorse-marshal.h:2:19: warning: extra tokens at end of #ifndef
 directive
 seahorse-marshal.h:3:19: warning: ISO C requires whitespace after the
 macro name
 In file included from seahorse-context.c:27:
 seahorse-marshal.h:10: syntax error before '-' token
 seahorse-context.c: In function `seahorse_context_class_init':
 seahorse-context.c:112: `seahorse_marshal_VOID__STRING_DOUBLE'
 undeclared (first
  use in this function)
 seahorse-context.c:112: (Each undeclared identifier is reported only
 once
 seahorse-context.c:112: for each function it appears in.)
 gmake[4]: *** [seahorse-context.o] Error 1
 gmake[4]: Leaving directory
 `/mnt/spare/ports/security/seahorse/work/seahorse-0.
 7.1/src'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]: Leaving directory
 `/mnt/spare/ports/security/seahorse/work/seahorse-0.
 7.1/src'
 gmake[2]: *** [all] Error 2
 gmake[2]: Leaving directory
 `/mnt/spare/ports/security/seahorse/work/seahorse-0.
 7.1/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/mnt/spare/ports/security/seahorse/work/seahorse-0.
 7.1'
 gmake: *** [all] Error 2
 *** Error code 2
  
 Stop in /mnt/spare/ports/security/seahorse.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade9124.0 make
 ** Fix the problem and try again.
 ---  Skipping 'x11/gnome2-fifth-toe' (gnome2-fifth-toe-2.2.0_7) because
 'securi
 ty/seahorse' (seahorse-0.7.0) failed
 ** The following packages were not installed or upgraded (*:skipped /
 !:failed)
 ! security/seahorse (seahorse-0.7.0)(compiler error)
 * x11/gnome2-fifth-toe (gnome2-fifth-toe-2.2.0_7)
 
 
 Thanks,
 Anthony Carter
 
 On Fri, 2003-03-14 at 16:19, Joe Marcus Clarke wrote:
  On Fri, 2003-03-14 at 10:02, CARTER Anthony wrote:
   Hi,
   
   I am trying to upgrade seahorse to 0.7.1 from 0.7.0 using:
   
   portupgrade -r seahorse and
   
   cvsuped followed by make clean, make install clean...
   
   They both get to the point given below and then just sits there and
   idles out...
   
   
   ===  Building for seahorse-0.7.1
   cd .   CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh
  ./config.status
   config.status: creating config.h
   config.status: config.h is unchanged
   config.status: executing default-1 commands
   config.status: executing default-2 commands
   config.status: executing default-3 commands
   make  all-recursive
   Making all in src
   echo #include \seahorse-marshal.h\  seahorse-marshal.c  
   /usr/local/bin/glib-genmarshal  --body --prefix=seahorse-marshal 
   seahorse-marshal.c
   
   Anyone got any ideas?
  
  Finally figured this one out.  My build doesn't execute this step, so it
  was tough, but seahorse requires gmake to resolve $ (note the extra
  space between glib-genmarshal and --body).  If you add USE_GMAKE=yes to
  the Makefile, it will work.
  
  Joe
  
   
   Thanks,
   Anthony Carter
   
   
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




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


Re: video

2003-03-14 Thread Stephen Hilton
On Fri, 14 Mar 2003 09:33:13 -0600
Brian Henning [EMAIL PROTECTED] wrote:

 Hello all-
 I am having issues with ogle and mplayer not able to keep up with the video
 while playing dvd's
 
 from my dvd drive and playing divx movies repectively. In other words they are a
 bit choppy.
 The specs on my computer are as follows.
 1.73 gHz AMD XP2100 with 512 MB DDR ram.
 AOpen nVIDIA TNT2 M64 32MB SDR AGP 4X
 16X Delta DVD drive
 Creative Sound Blaster 128 PCI, CT4750
 
 OS: FBSD4.7
 recompiled the kernel after a cvsup
 used pcm driver for audio
 
 
 For example i have a divx movie that when i play it in mplayer it prints out the
 warning that
 the system is not fast enough, the audio driver could be the problem.
 
 
 any thoughts, suggestions?

Is your CD-DVD ROM in DMA mode ?

# atacontrol mode 0
  -or-
# atacontrol mode 1

from my system:

daggar# atacontrol mode 1
Master = WDMA2 
Slave  = ???

With my CD-DVD ROM as master on 2nd onboard ata controller.

Regards,

Stephen Hilton
[EMAIL PROTECTED] 

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


Want to boost your sales with Internet Marketing? Try HiMailer.

2003-03-14 Thread Download Trial Version For FREE

  
 
  

  

   
 
  
 
   

  
  

  
  

 
  Download 
Trial Version For FREE

  
   
 
  
Product  
:HiMailer   

  

 
  

  
   
 
  Support  
:WIN95/98/NT/2000/ME/XP

  
   
 
  

  
   
 
  
Monthly data  
  access fee for member   
  Only US$19.00
  
  For all registered members.
  

  
   
 

  
   
Download  
  Now
 
  

 
  

  

  

  
  
  

  Want to reach the greatest number of potential 
clients at the convenience of a few clicks? 
Wonder how you can market your product to a select group of customers 
at the lowest cost? 
Congratulations! You've been selected to 
  receive an exclusive offer of the most effective marketing software 
  you will ever use for promoting your product - HiMailer. HiMailer's 
  product features include:
¡P a proprietary database of over150 
  million subscribers worldwide, growing at more than 1 
  million 
[EMAIL PROTECTED] subscribers each day;
  
  ¡P an innovative, powerful search engine that enables you 
  to select target customers based on multiple 
[EMAIL PROTECTED];
  
  ¡P an easy-to-use   
 email system that allows sending your product 
  messages to your custom-generated
[EMAIL PROTECTED] lists with just a couple of clicks.
For a limited time only, first-time users 
  are invited to experience the power of HiMailer for FREE. Don't 
  wait, come visit www.himailer.com 
  and download your free trial version of HiMailer. 
   
  

  
  
  
 
  
  


  

  
  

  
from our broadcast, please click here REMOVE. 

  

  


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


Re: portupgrade mess

2003-03-14 Thread Mike Meyer
In [EMAIL PROTECTED], Daxbert [EMAIL PROTECTED] typed:
 Quoting Cliff Sarginson [EMAIL PROTECTED]:
   BTW, any idea how I could reduce the size of the /usr/ports slice - it's 
   max is about 2Gb and there is about 1.7 in use. It seems a bit bloated and
   I certainly don't need all the stuff that is in there...
  Delete everything in /usr/ports/distfiles.
  And before you go to bed one night do a make clean from /usr/ports.
  It takes  some time...
 Another option is to add the following to your make.conf
 ( 5.x: /etc/make.conf  4.x: /etc/defaults/make.conf )

No! 4.x is /etc/make.conf as well. It just doesn't have one by
default, whereas 5.x does. You should *never* edit anything in
/etc/defaults.

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

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


How to install 5.0 using a DAC960?

2003-03-14 Thread Darren Gamble
Good day,

I'm trying to install FreeBSD 5.0-RELEASE on a NEC machine with a Mylex
DAC960 RAID controller.  The machine was running Red Hat Linux before, and
I've done a number of FreeBSD installations, so I didn't expect any
problems.

The install goes fine, however, after the reboot the machine immediately
hangs at the Boot Manager prompt.

The errata page for 5.0-RELEASE mentions:


 mly(4)

Hangs were reported during FreeBSD 5.0 snapshot installations when
installing to mly(4)-supported RAID arrays, in hardware configurations that
appear to work fine under FreeBSD 4.7-RELEASE. These problems have been
corrected in FreeBSD 5.0-CURRENT.


This certainly appears to match the symptoms, however the documentation says
the DAC960 uses the mlx driver, not the mly driver (and the mlx driver
was the one I loaded from the driver disk during the install). 

In the hopes that this was the same problem, I tried looking for snapshots
for 5.0-CURRENT newer than -RELEASE on the various mirror sites, just so
that I could get the install done, but none were found.

My only other thought was to install from 4.X and upgrade to 5.0, but I
think that would be far too messy considering their differences.  We also
have other machines of varying hardware to install on, but they all use
DAC960 RAID controllers too.

How can I actually get FreeBSD 5.0-anything on this machine?

Please reply if there's any other information that I could supply.

Thanks in advance,


Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948


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


Re: portupgrade mess

2003-03-14 Thread Daxbert
Quoting Mike Meyer [EMAIL PROTECTED]:

 In [EMAIL PROTECTED], Daxbert
 [EMAIL PROTECTED] typed:
  Quoting Cliff Sarginson [EMAIL PROTECTED]:
BTW, any idea how I could reduce the size of the /usr/ports slice -
 it's 
max is about 2Gb and there is about 1.7 in use. It seems a bit bloated
 and
I certainly don't need all the stuff that is in there...
   Delete everything in /usr/ports/distfiles.
   And before you go to bed one night do a make clean from /usr/ports.
   It takes  some time...
  Another option is to add the following to your make.conf
  ( 5.x: /etc/make.conf  4.x: /etc/defaults/make.conf )
 
 No! 4.x is /etc/make.conf as well. It just doesn't have one by
 default, whereas 5.x does. You should *never* edit anything in
 /etc/defaults.
 
   mike
 -- 

Ok... so why in 5.x does make.conf no longer live in /etc/defaults as well?

--daxbert


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


Re: video

2003-03-14 Thread Brian Henning
- Original Message -

From: Stephen Hilton [EMAIL PROTECTED]
To: Brian Henning [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:03 AM
Subject: Re: video


 On Fri, 14 Mar 2003 09:33:13 -0600
 Brian Henning [EMAIL PROTECTED] wrote:

  Hello all-
  I am having issues with ogle and mplayer not able to keep up with the video
  while playing dvd's
 
  from my dvd drive and playing divx movies repectively. In other words they
are a
  bit choppy.
  The specs on my computer are as follows.
  1.73 gHz AMD XP2100 with 512 MB DDR ram.
  AOpen nVIDIA TNT2 M64 32MB SDR AGP 4X
  16X Delta DVD drive
  Creative Sound Blaster 128 PCI, CT4750
 
  OS: FBSD4.7
  recompiled the kernel after a cvsup
  used pcm driver for audio
 
 
  For example i have a divx movie that when i play it in mplayer it prints out
the
  warning that
  the system is not fast enough, the audio driver could be the problem.
 
 
  any thoughts, suggestions?

 Is your CD-DVD ROM in DMA mode ?

 # atacontrol mode 0
   -or-
 # atacontrol mode 1

 from my system:

 daggar# atacontrol mode 1
 Master = WDMA2
 Slave  = ???

 With my CD-DVD ROM as master on 2nd onboard ata controller.

 Regards,

 Stephen Hilton
 [EMAIL PROTECTED]





This is definitely one of my problems.

my ide devices are configured physically as so:

Primary Master: hard drive

Primary Slave: None

Secondary Master: cd burner

Secondary Slave: dvd drive

 atacontrol mode 0

Master = BIOSDMA

Slave = ???

 atacontrol mode 1

Master = PIO4

Slave = PIO4

how can i enable dma mode for the cd burner and the dvd drive?

thanks,

brian

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


Re: video

2003-03-14 Thread Stephen Hilton
On Fri, 14 Mar 2003 10:38:00 -0600
Brian Henning [EMAIL PROTECTED] wrote:

 - Original Message -
 
 From: Stephen Hilton [EMAIL PROTECTED]
 To: Brian Henning [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, March 14, 2003 10:03 AM
 Subject: Re: video
 
 
  On Fri, 14 Mar 2003 09:33:13 -0600
  Brian Henning [EMAIL PROTECTED] wrote:
 
   Hello all-
   I am having issues with ogle and mplayer not able to keep up with the video
   while playing dvd's
  
   from my dvd drive and playing divx movies repectively. In other words they
 are a
   bit choppy.
   The specs on my computer are as follows.
   1.73 gHz AMD XP2100 with 512 MB DDR ram.
   AOpen nVIDIA TNT2 M64 32MB SDR AGP 4X
   16X Delta DVD drive
   Creative Sound Blaster 128 PCI, CT4750
  
   OS: FBSD4.7
   recompiled the kernel after a cvsup
   used pcm driver for audio
  
  
   For example i have a divx movie that when i play it in mplayer it prints out
 the
   warning that
   the system is not fast enough, the audio driver could be the problem.
  
  
   any thoughts, suggestions?
 
  Is your CD-DVD ROM in DMA mode ?
 
  # atacontrol mode 0
-or-
  # atacontrol mode 1
 
  from my system:
 
  daggar# atacontrol mode 1
  Master = WDMA2
  Slave  = ???
 
  With my CD-DVD ROM as master on 2nd onboard ata controller.
 
 
 This is definitely one of my problems.
 
 my ide devices are configured physically as so:
 
 Primary Master: hard drive
 
 Primary Slave: None
 
 Secondary Master: cd burner
 
 Secondary Slave: dvd drive
 
  atacontrol mode 0
 
 Master = BIOSDMA
 
 Slave = ???
 
  atacontrol mode 1
 
 Master = PIO4
 
 Slave = PIO4
 
 how can i enable dma mode for the cd burner and the dvd drive?
 

Brian,

Edit these files and add:

/boot/loader.conf
-
hw.ata.atapi_dma=1
hw.ata.ata_dma=1

 ^^^  this takes care of the DMA for cdrom.



/etc/sysctl.conf

kern.ipc.shmmax=67108864
kern.ipc.shmall=32768
hw.snd.pcm0.vchans=4
hw.snd.maxautovchans=4

 ^^^ this is from an article by Dru Lavigne regarding 
Sound config on FreeBSD:

http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html


Regards,

Stephen Hilton
[EMAIL PROTECTED]

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


Re: portupgrade mess

2003-03-14 Thread Mike Meyer
In [EMAIL PROTECTED], Daxbert [EMAIL PROTECTED] typed:
 Quoting Mike Meyer [EMAIL PROTECTED]:
  In [EMAIL PROTECTED], Daxbert
  [EMAIL PROTECTED] typed:
   Quoting Cliff Sarginson [EMAIL PROTECTED]:
 BTW, any idea how I could reduce the size of the /usr/ports slice -
  it's 
 max is about 2Gb and there is about 1.7 in use. It seems a bit bloated
  and
 I certainly don't need all the stuff that is in there...
Delete everything in /usr/ports/distfiles.
And before you go to bed one night do a make clean from /usr/ports.
It takes  some time...
   Another option is to add the following to your make.conf
   ( 5.x: /etc/make.conf  4.x: /etc/defaults/make.conf )
  No! 4.x is /etc/make.conf as well. It just doesn't have one by
  default, whereas 5.x does. You should *never* edit anything in
  /etc/defaults.
 Ok... so why in 5.x does make.conf no longer live in /etc/defaults as well?

The copy in /etc/defaults was never anything more than documentation
on what could go there. It's been moved to
/usr/share/examples/make.conf.

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

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


Arplookup - what gives ?

2003-03-14 Thread Darryl Hoar
Greetings,
I have posted several questions regarding an arplookup failure 
message I have been receiving.  I have google'd until my 
eyes are falling out, and have found nothing that explains
how to FIX the problem.

I am running 4.7-stable on a box.  It is my firewall, nat box.
ep0 is connected to my ISP's dsl.  ep1 is connected to 
my internal private LAN.  My internal lan uses the private
ip addresses 192.168.1.x.   I have two machines on my
internal lan, not including the firewall box.

I am getting 
  /kernel arplookup failure: 10.1.1.1 not on local network.

my ISP assigns a real IP to my ep0 interface usings dhcp.

what is causing this and how do I stop it ?  I have added a 
rule to block 10.x.x.x in, but it has not stopped the messages.

I can ping 10.1.1.1, and if I down ep0, I cannot ping 10.1.1.1.

I have alerted my ISP to this problem (thought 10.x.x.x weren't
suppose to be routed).

thanks
Darryl

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


Re: Arplookup - what gives ?

2003-03-14 Thread Stephen Hilton
On Fri, 14 Mar 2003 11:33:08 -0600
Darryl Hoar [EMAIL PROTECTED] wrote:

 Greetings,
 I have posted several questions regarding an arplookup failure 
 message I have been receiving.  I have google'd until my 
 eyes are falling out, and have found nothing that explains
 how to FIX the problem.
 
 I am running 4.7-stable on a box.  It is my firewall, nat box.
 ep0 is connected to my ISP's dsl.  ep1 is connected to 
 my internal private LAN.  My internal lan uses the private
 ip addresses 192.168.1.x.   I have two machines on my
 internal lan, not including the firewall box.
 
 I am getting 
   /kernel arplookup failure: 10.1.1.1 not on local network.
 
 my ISP assigns a real IP to my ep0 interface usings dhcp.
 
 what is causing this and how do I stop it ?  I have added a 
 rule to block 10.x.x.x in, but it has not stopped the messages.
 
 I can ping 10.1.1.1, and if I down ep0, I cannot ping 10.1.1.1.
 
 I have alerted my ISP to this problem (thought 10.x.x.x weren't
 suppose to be routed).

Darryl,

What IP addresses does your DSL router use, possibly 10.x.x.x ?

Regards,

Stephen Hilton
[EMAIL PROTECTED]

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


RE: Arplookup - what gives ?

2003-03-14 Thread Darryl Hoar
Nope, 
my ISP hooks straight up to a nic in my pc, and assigns
me a real ip, here is some of the ifconfig -a info:

ep0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::260:8ff:fe03:2109%ep0 prefixlen 64 scopeid 0x1 
inet 24.225.23.88 netmask 0xff00 broadcast 24.225.23.255
ether 00:60:08:03:21:09
media: Ethernet 10baseT/UTP


-Darryl



On Fri, 14 Mar 2003 11:33:08 -0600
Darryl Hoar [EMAIL PROTECTED] wrote:

 Greetings,
 I have posted several questions regarding an arplookup failure 
 message I have been receiving.  I have google'd until my 
 eyes are falling out, and have found nothing that explains
 how to FIX the problem.
 
 I am running 4.7-stable on a box.  It is my firewall, nat box.
 ep0 is connected to my ISP's dsl.  ep1 is connected to 
 my internal private LAN.  My internal lan uses the private
 ip addresses 192.168.1.x.   I have two machines on my
 internal lan, not including the firewall box.
 
 I am getting 
   /kernel arplookup failure: 10.1.1.1 not on local network.
 
 my ISP assigns a real IP to my ep0 interface usings dhcp.
 
 what is causing this and how do I stop it ?  I have added a 
 rule to block 10.x.x.x in, but it has not stopped the messages.
 
 I can ping 10.1.1.1, and if I down ep0, I cannot ping 10.1.1.1.
 
 I have alerted my ISP to this problem (thought 10.x.x.x weren't
 suppose to be routed).

Darryl,

What IP addresses does your DSL router use, possibly 10.x.x.x ?

Regards,

Stephen Hilton
[EMAIL PROTECTED]

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

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


Re: Arplookup - what gives ?

2003-03-14 Thread Stephen Hilton
On Fri, 14 Mar 2003 11:43:11 -0600
Stephen Hilton [EMAIL PROTECTED] wrote:

 On Fri, 14 Mar 2003 11:33:08 -0600
 Darryl Hoar [EMAIL PROTECTED] wrote:
 
  Greetings,
  I have posted several questions regarding an arplookup failure 
  message I have been receiving.  I have google'd until my 
  eyes are falling out, and have found nothing that explains
  how to FIX the problem.
  
  I am running 4.7-stable on a box.  It is my firewall, nat box.
  ep0 is connected to my ISP's dsl.  ep1 is connected to 
  my internal private LAN.  My internal lan uses the private
  ip addresses 192.168.1.x.   I have two machines on my
  internal lan, not including the firewall box.
  
  I am getting 
/kernel arplookup failure: 10.1.1.1 not on local network.
  
  my ISP assigns a real IP to my ep0 interface usings dhcp.
  
  what is causing this and how do I stop it ?  I have added a 
  rule to block 10.x.x.x in, but it has not stopped the messages.
  
  I can ping 10.1.1.1, and if I down ep0, I cannot ping 10.1.1.1.
  
  I have alerted my ISP to this problem (thought 10.x.x.x weren't
  suppose to be routed).
 
 Darryl,
 
 What IP addresses does your DSL router use, possibly 10.x.x.x ?
 

Whoops, re-read your post, my bad.  I have seen ISP's use 
non-routable IP's in their infrastructure before, this is 
not a good thing but helps them conserve IP addresses.

Can you traceroute to 10.1.1.1 or a polite nmap, this may provide 
you with some more clues.


Regards,

Stephen Hilton
[EMAIL PROTECTED]

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


Re: Arplookup - what gives ?

2003-03-14 Thread Stephen Hilton
On Fri, 14 Mar 2003 11:51:34 -0600
Darryl Hoar [EMAIL PROTECTED] wrote:

 Nope, 
 my ISP hooks straight up to a nic in my pc, and assigns
 me a real ip, here is some of the ifconfig -a info:
 
 ep0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet6 fe80::260:8ff:fe03:2109%ep0 prefixlen 64 scopeid 0x1 
   inet 24.225.23.88 netmask 0xff00 broadcast 24.225.23.255
   ether 00:60:08:03:21:09
   media: Ethernet 10baseT/UTP
 
 
 -Darryl
 
 
 
 On Fri, 14 Mar 2003 11:33:08 -0600
 Darryl Hoar [EMAIL PROTECTED] wrote:
 
  Greetings,
  I have posted several questions regarding an arplookup failure 
  message I have been receiving.  I have google'd until my 
  eyes are falling out, and have found nothing that explains
  how to FIX the problem.
  
  I am running 4.7-stable on a box.  It is my firewall, nat box.
  ep0 is connected to my ISP's dsl.  ep1 is connected to 
  my internal private LAN.  My internal lan uses the private
  ip addresses 192.168.1.x.   I have two machines on my
  internal lan, not including the firewall box.
  
  I am getting 
/kernel arplookup failure: 10.1.1.1 not on local network.
  
  my ISP assigns a real IP to my ep0 interface usings dhcp.
  
  what is causing this and how do I stop it ?  I have added a 
  rule to block 10.x.x.x in, but it has not stopped the messages.

Are you using a deny all from 10.x.x.x rule ?

Regards,

Stephen Hilton
[EMAIL PROTECTED]

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


Re: video

2003-03-14 Thread Brian Henning

- Original Message -
From: Stephen Hilton [EMAIL PROTECTED]
To: Brian Henning [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, March 14, 2003 11:06 AM
Subject: Re: video


 On Fri, 14 Mar 2003 10:38:00 -0600
 Brian Henning [EMAIL PROTECTED] wrote:

  - Original Message -
 
  From: Stephen Hilton [EMAIL PROTECTED]
  To: Brian Henning [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Friday, March 14, 2003 10:03 AM
  Subject: Re: video
 
 
   On Fri, 14 Mar 2003 09:33:13 -0600
   Brian Henning [EMAIL PROTECTED] wrote:
  
Hello all-
I am having issues with ogle and mplayer not able to keep up with the
video
while playing dvd's
   
from my dvd drive and playing divx movies repectively. In other words
they
  are a
bit choppy.
The specs on my computer are as follows.
1.73 gHz AMD XP2100 with 512 MB DDR ram.
AOpen nVIDIA TNT2 M64 32MB SDR AGP 4X
16X Delta DVD drive
Creative Sound Blaster 128 PCI, CT4750
   
OS: FBSD4.7
recompiled the kernel after a cvsup
used pcm driver for audio
   
   
For example i have a divx movie that when i play it in mplayer it prints
out
  the
warning that
the system is not fast enough, the audio driver could be the problem.
   
   
any thoughts, suggestions?
  
   Is your CD-DVD ROM in DMA mode ?
  
   # atacontrol mode 0
 -or-
   # atacontrol mode 1
  
   from my system:
  
   daggar# atacontrol mode 1
   Master = WDMA2
   Slave  = ???
  
   With my CD-DVD ROM as master on 2nd onboard ata controller.

 
  This is definitely one of my problems.
 
  my ide devices are configured physically as so:
 
  Primary Master: hard drive
 
  Primary Slave: None
 
  Secondary Master: cd burner
 
  Secondary Slave: dvd drive
 
   atacontrol mode 0
 
  Master = BIOSDMA
 
  Slave = ???
 
   atacontrol mode 1
 
  Master = PIO4
 
  Slave = PIO4
 
  how can i enable dma mode for the cd burner and the dvd drive?


 Brian,

 Edit these files and add:

 /boot/loader.conf
 -
 hw.ata.atapi_dma=1
 hw.ata.ata_dma=1

  ^^^  this takes care of the DMA for cdrom.



 /etc/sysctl.conf
 
 kern.ipc.shmmax=67108864
 kern.ipc.shmall=32768
 hw.snd.pcm0.vchans=4
 hw.snd.maxautovchans=4

  ^^^ this is from an article by Dru Lavigne regarding
 Sound config on FreeBSD:

 http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html


 Regards,

 Stephen Hilton
 [EMAIL PROTECTED]


hw.ata.atapi_dma=1
hw.ata.ata_dma=1

adding these command to my /boot/loader.conf didn't seem to fix the DMA
problem..
any suggestions? i did reboot after i made these changes.

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


RE: Arplookup - what gives ?

2003-03-14 Thread Darryl Hoar
traceroute just gives
1. * * * *
2. * * * *

etc till you kill it.  But ping works.



-Original Message-
From: Stephen Hilton [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 12:20 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Arplookup - what gives ?


On Fri, 14 Mar 2003 11:43:11 -0600
Stephen Hilton [EMAIL PROTECTED] wrote:

 On Fri, 14 Mar 2003 11:33:08 -0600
 Darryl Hoar [EMAIL PROTECTED] wrote:
 
  Greetings,
  I have posted several questions regarding an arplookup failure 
  message I have been receiving.  I have google'd until my 
  eyes are falling out, and have found nothing that explains
  how to FIX the problem.
  
  I am running 4.7-stable on a box.  It is my firewall, nat box.
  ep0 is connected to my ISP's dsl.  ep1 is connected to 
  my internal private LAN.  My internal lan uses the private
  ip addresses 192.168.1.x.   I have two machines on my
  internal lan, not including the firewall box.
  
  I am getting 
/kernel arplookup failure: 10.1.1.1 not on local network.
  
  my ISP assigns a real IP to my ep0 interface usings dhcp.
  
  what is causing this and how do I stop it ?  I have added a 
  rule to block 10.x.x.x in, but it has not stopped the messages.
  
  I can ping 10.1.1.1, and if I down ep0, I cannot ping 10.1.1.1.
  
  I have alerted my ISP to this problem (thought 10.x.x.x weren't
  suppose to be routed).
 
 Darryl,
 
 What IP addresses does your DSL router use, possibly 10.x.x.x ?
 

Whoops, re-read your post, my bad.  I have seen ISP's use 
non-routable IP's in their infrastructure before, this is 
not a good thing but helps them conserve IP addresses.

Can you traceroute to 10.1.1.1 or a polite nmap, this may provide 
you with some more clues.


Regards,

Stephen Hilton
[EMAIL PROTECTED]

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


Re: VMware under 5.0

2003-03-14 Thread Grzegorz Czaplinski
On Thu, Mar 13, 2003 at 09:59:34PM -0800, Remington L. wrote:
 I;m attempting to get Vmware2 working under 5.0-R-p4 but I'm having
 problems with my /dev/vmnetX. As anyone successfully gotten it working?
 Is there any way to get VMware 3.[1-2] working under FreeBSD?
 

You don't exactly say what your problems are .

What I did to my installation of VMware2 is:

# mknod /dev/vmnet1 c 149 65537
# ln -s /dev/vmnet1 /usr/compat/linux/dev/vmnet1

Hope that helps,
greg
--
Grzegorz Czaplinski [EMAIL PROTECTED]
The Power to Serve, Right for the Power Users! - http://www.FreeBSD.org/
 Fingerprint: EB77 E19D CFA2 5736 810F  847C A70F A275 2489 469F


pgp0.pgp
Description: PGP signature


MPI / IPC / Sockets / et cetera

2003-03-14 Thread Walter
Hi all,

   I'm looking for a messaging, IPC, whatever library to
allow live and delayed messaging from one computer program
to another, on the same or on different machines, whatever.
Rather than re-invent the wheel, I went looking at the
ports and saw this: mpich-1.2.4_1.  Is this all? (It seemed
awfully complex for my tastes.)  I have no *need* per se,
but wanted to play around with sending data between one
computer and another, with different programs / packets;
sending any kind of data (not just text).  (Sorry I can't
be precise.)  Can anyone suggest a package / port to study
or adopt?
Thank you in advance.

Walter

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


anybodu has mod_ldap with apache running ?

2003-03-14 Thread Moti Levy
I copied mod_ldap.c to src/modules/extra
 added : --activate-module=src/modules/extra/mod_ldap to the Makefile
all i get is :
modules/extra/libextra.a(mod_ldap.o): In function `set_ldap_server':
mod_ldap.o(.text+0x143): undefined reference to `ldap_is_ldap_url'
mod_ldap.o(.text+0x161): undefined reference to `ldap_url_parse'
mod_ldap.o(.text+0x1a2): undefined reference to `ldap_free_urldesc'
any idea's ?
help ?
please ?
i'm drowning ?
have a good weekend .
Moti
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


wendirae8,!! For your eyes only...we're waiting...

2003-03-14 Thread Adirabeth




 

  
  
   

 
 
 Cleare your email here; All removal requests are handled immidiately [EMAIL PROTECTED] 
 Hi,
 My
 name is Richard.
 I
 have discovered some secrets about making great money with an
 internet business.
 
  That 
is why I have reserved a FREE TOP 
position for you. However, you could lose that position to someone 
else if you don't secure it soon.
 
  Think 
about this. In the old style corporate model of business most people 
do not want to see you succeed because when you move up you block 
the path for everyone else. In our business model you can only advance 
by helping others move up. That makes your success very important 
to me.  
 
  CLICK 
HERE NOW
  Here 
are some of the reasons why I know you can succeed in our business:
  

  Low 
Startup Costs

  No 
Selling, No Inventory, No Employees

  Proven 
Online state of the art Marketing System


  One 
on One Mentoring

  No 
Ceiling on Your Income

  You 
Don't Have to Know a lot about Computers

  Backed 
by a Well Established, Rock Solid Company

  The 
Secrets I Will Share with You
  
 
  Let 
me prove it at NO COST to you. 
You can join for free and TEST DRIVE 
this business with no obligation.  
 I
 joined this business 5 months ago. Since then I have
 built a business which gives me personally over $5000.00 a
 month and is increasing every month. Would that make a
 difference in your life? 
 
 Check
 out some of the reasons why I love this business and then come
 on over to my website and try it out for free. If you like what
 you see, become a member, then you and I can work together.
 I
 get to spend more time with my family. I don't need a job. I get
 to help other people. I can make my own schedule. Nobody can lay
 me off. I can sleep in whenever I want. My bills get paid on
 time. I can travel. I don't have to answer to anyone...I have
 freedom.
 If
 any of this appeals to you, please
 take a look at this amazing system.
 It's not going to cost you a cent to check it out.
 CLICK
 HERE NOW
 Thanks,
 Richard and the team.
 Zig Zigler:
 You can have everything in life you want, if you will
 just help enough other people get what they want.

   
  
 



Cleare your email here; All removal requests are handled immidiately [EMAIL PROTECTED] 



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


[no subject]

2003-03-14 Thread Eric Timme
subscribe freebsd-questions

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


Re: Arplookup - what gives ?

2003-03-14 Thread Lowell Gilbert
Darryl Hoar [EMAIL PROTECTED] writes:

 I am running 4.7-stable on a box.  It is my firewall, nat box.
 ep0 is connected to my ISP's dsl.  ep1 is connected to 
 my internal private LAN.  My internal lan uses the private
 ip addresses 192.168.1.x.   I have two machines on my
 internal lan, not including the firewall box.
 
 I am getting 
   /kernel arplookup failure: 10.1.1.1 not on local network.
 
 my ISP assigns a real IP to my ep0 interface usings dhcp.
 
 what is causing this and how do I stop it ?  I have added a 
 rule to block 10.x.x.x in, but it has not stopped the messages.

That kind of makes sense, because ARP isn't IP, and ipfw doesn't, so
far as I can see, have a way to filter it specifically.  I don't
think that ARP packets even get to it, but I'm too lazy to go check
right now.

 I can ping 10.1.1.1, and if I down ep0, I cannot ping 10.1.1.1.

That's ICMP, which *also* isn't -- exactly -- IP (but it's tied
tightly enough to it that ipfw has special provisions for it).

 I have alerted my ISP to this problem (thought 10.x.x.x weren't
 suppose to be routed).

Unfortunately, it's not clear that they're doing anything wrong.
They can route RFC 1918 addresses all they want, as long as they
stay within their own network.

One thing you could do that I *think* would stop those messages is
to put an alias on your outside network on the 10.1.x.x network.  As
long as you keep the IP block on those addresses, it shouldn't open
up any vulnerabilities.

Incidentally, I think that these comments apply as well to ipfilter
as to ipfw.  On the other hand, I've got to be overlooking
something, because running multiple subnets on the same wire is a
pretty common thing to do.  


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


cron question

2003-03-14 Thread Kenzo
I'm trying to automatically create a report in cron and E-mailling it to my
E-mail account.

this is what I have.

0 1 0 0 0 root /usr/bin/perl /usr/local/bin/spamstat.pl /var/log/maillog.0 
/var/log/spam_report | uuencode spam_report spam_report | mail -s
spam_daily_report [EMAIL PROTECTED]

what I get is a blanc attachment.
the spam_report file does get created in the /var/log dir with all the right
stuff in it, so I don't get why it won't E-mail it.
I have the same setup for another report and it works fine.

I know this would probably work better if I created a script to do all this
and have cron run the script, but I don't know how to write any scripts.

Thanks.

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


USB Digital Camera + FreeBSD 5

2003-03-14 Thread robert . gierzinger
Hi,
I have spent lots of hours on getting my Olympus C-3030Z to run under
FreeBSD 5, but unfortunately without success. As soon as I plug the USB
cable into the camera, I get the following message:

 ugen0: OLYMPU C-3030ZOOM, rev. 1.10/1.00, addr2

The command gphoto2 -P worked perfect under Linux (of course only with
the usb mass-storage module loaded). The camera is supported by gphoto2
and the hardware is not defect (I have tried to download the pics from
the cam on several workstations). However, under FreeBSD 5 (default
installation), gphoto2 returns the following error:

 *** Error ***
 The first byte received (0x8a) is not valid.

I couldn't find any useful resources on the net, and I hope I do not
break the rules of the ML with this (my first ;-) post. Please help me
if you know how to solve this problem or any fixes/getarounds.

Big thanks in advance,
Robert 

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


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


Re: bootloader configuration ?

2003-03-14 Thread Mike Meyer
In [EMAIL PROTECTED], Lee S Parsons [EMAIL PROTECTED] typed:
 I can't find a good page that tells me how to configure the freeBSD 
 bootloader.  I have my system set to dual boot but there are partitions 
 listed in the bootloader that are no described correctly or not actually 
 bootable that I would like to change or remove from the list.  Can you 
 point me to the page that tells me how to do this?  

You can't configure the FreeBSD boot loader. The names are hardwired
in depending on the partition type. All partitions that are recognized
are listed.

If you want more control, you need to install a boot loader from
ports. Personally, I use grub when I need a multiboot system.

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

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


fbsd box as router AND natd

2003-03-14 Thread fbsdq
Hello,
   I was wondering if this is possible and how to do it.  I just got a t1 
installed with limited IP's.  I want my FreeBSD box to act as a router to 
all those office pc's with my limited public IP's, and when I run out of 
those I want it to also act as a natd box to my 10.x.x.x ip addresses.  Do I 
need three nics to get this done? One for outside interface, one for public 
ip inside interface [router], and a third one for inside public ip interface 
[natd]?  I know how to do natd, but for it to act as a router what do I need 
in /etc/rc.conf, will just gateway_enable=YES do? or do I need to run 
routed?

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


question newbie

2003-03-14 Thread Ricardo Javier Aranibar León
Hi I need your help,

I'm new using FreeBSD and I have a doubt.
I donwload the following programs if you can see the extension don't show me 
iso.
5.0-RELEASE-i386-disc1  575MB
5.0-RELEASE-i386-disc2  266MB
5.0-RELEASE-i386-miniinst   220MB

I have three questions:
1.- How I can save in the cd-room? what options I have to do?
2.- What are the steps for installation?
regards,

P.D:Sorry for my grammar enghish I'm from Bolivia.



_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/

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


Upgrade

2003-03-14 Thread Grant Peel
Hi all,

Is there any experts who are willing to talk with me off list about
upgrading? (4.4 - 4.7 or 5.0)

-Grant

Grant W. Peel
Server Admin
[EMAIL PROTECTED]
http://thenetnow.com


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


Re: question newbie

2003-03-14 Thread Bill Moran
Ricardo Javier Aranibar León wrote:
Hi I need your help,

I'm new using FreeBSD and I have a doubt.
I donwload the following programs if you can see the extension don't 
show me iso.
Did you alter the name when you saved the file?  What did you use to
download?
5.0-RELEASE-i386-disc1  575MB
This is an install CD.

5.0-RELEASE-i386-disc2  266MB
This is add-on programs.

5.0-RELEASE-i386-miniinst   220MB
This is a bare-bones minimal install (smallest download possible)

If you already have the -disc1, you don't really need the miniinst.

I have three questions:
1.- How I can save in the cd-room? what options I have to do?
What program do you use to control your CD ROM?  Make sure you
burn the files as images and not as files.
2.- What are the steps for installation?
Read here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html
It's available in other languages if English isn't the easiest for you.
See http://www.freebsd.org/support.html#web
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: question newbie (ANSWER IN SPANISH).

2003-03-14 Thread eric
Ricardo:

Me encuentro en Merida Yucatan, Mexico.

Tu problema es sencillo, puedes usar el Easy CD Creator para quemar esos 
archivos y crear una imagen iso en un CD virgen.

Tambien puedes usar el Nero, debes escoger una opcion de crear una imagen a 
partir de un archivo.
 
Esto lo puedes consultar mejor con alguien de algun foro de CD Writers, y en 
las ayudas del programa que utilices para quemar el CD, por ningun motivo 
intentes quemar directamente el archivo en el CD porque no vas a lograr nada, 
revisa las opciones de software para quemar CDs estoy seguro de que debe 
explicar como debes seleccionar el modo de quemado y como crear una imagen de 
CD-R a partir de un archivo ISO. (ojo! no es necesario que el archivo tenga 
extension ISO para ser ISO, puede tener alguna otra extension (o no tener)).
 
saludos!

Eric De La Cruz Lugo
Merida, Yucatán, Mexico.


Mensaje citado por Ricardo Javier Aranibar León [EMAIL PROTECTED]:

 
 Hi I need your help,
 
 I'm new using FreeBSD and I have a doubt.
 I donwload the following programs if you can see the extension don't show me
 
 iso.
 5.0-RELEASE-i386-disc1  575MB
 5.0-RELEASE-i386-disc2  266MB
 5.0-RELEASE-i386-miniinst   220MB
 
 I have three questions:
 1.- How I can save in the cd-room? what options I have to do?
 2.- What are the steps for installation?
 
 
 regards,
 
 P.D:Sorry for my grammar enghish I'm from Bolivia.
 
 
 
 
 _
 Charla con tus amigos en línea mediante MSN Messenger: 
 http://messenger.yupimsn.com/
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 




---


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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Matthew Ryan
Bill and Dan,

Thanks for your help guys it's sort of working now but for the record 
here's the story.

All attempts to start port forwarding from the command line were 
failing because NATD was already running (enabled at boot time) DOH!

b) natd isn't already running with different options when you try to
   start it on the command line?
Well spotted Bill!

The /etc/rc.conf entry:

natd_flags=-redirect_port tcp 192.168.1.241: 

was fine since:

natd_interface=ep0

specified the interface.

All in all I just should have posted the whole of my /etc/rc.conf in 
the first place.

Sorry about that.

The real irony is that it was working all along!!

I just didn't know because i was trying to access the service on the 
external IP address of my router from an internal IP address.

When I tried to access it via. my other connection (in effect from 
outside) everything worked fine.

I'm sure that there is some reasonable explanation for this to do with 
the way that NAT operates  but I can't figure it out.

Any clues?

Thanks Again

Matthew Ryan

[EMAIL PROTECTED]


Daniel Bye wrote:
On Fri, Mar 14, 2003 at 01:07:42PM +, Matthew Ryan wrote:
Thanks Dan

Unfortunately that doesn't seem to work either.
Rats!
I get this when I enter on the command line:

natd -n ep0 -redirect_port tcp 192.168.1.241: 

natd: Unable to create divert socket.: Operation not permitted
Silly question, I'm almost blushing to ask - you are running the 
command as
root, yes?
Also ... are you sure that:
a) You have your kernel configured with IPDIVERT?  The GENERIC kernel
   does _not_.
b) natd isn't already running with different options when you try to
   start it on the command line?
and no results using the following in /etc/rc.conf:

natd_flags=-n ep0 -redirect_port tcp 192.168.1.241: 

By the way, the interface is specified already in /etc/rc.conf as 
follows?:

natd_interface=ep0
This is redundant.  You can remove the -n ep0 from natd_flags.

any other ideas?
I don't know _whats_ wrong.
But I've got this running in two places with no problems.  It
works just fine, and as far as I can see, the syntax you're using is
correct, so I wouldn't focus on that.  Let us know what you find when
you check the suggestions I made ... I have other suggestions if
those don't help.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message

Matthew Ryan

[EMAIL PROTECTED]

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


Updated Port

2003-03-14 Thread Grant Peel
There are a small number of ports that I want to update in my ports
directory example: net/ipfm-0.10.4 to net/ipfm-0.14.4

How do I update a port one at a time?

I remember reading make update or something like that. Any ideas?

-Grant

Grant W. Peel
Server Admin
[EMAIL PROTECTED]
http://thenetnow.com


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


Re: fbsd box as router AND natd

2003-03-14 Thread Bill Moran
fbsdq wrote:
Hello,
   I was wondering if this is possible and how to do it.  I just got a 
t1 installed with limited IP's.  I want my FreeBSD box to act as a 
router to all those office pc's with my limited public IP's, and when I 
run out of those I want it to also act as a natd box to my 10.x.x.x ip 
addresses.  Do I need three nics to get this done? One for outside 
interface, one for public ip inside interface [router], and a third one 
for inside public ip interface [natd]?  I know how to do natd, but for 
it to act as a router what do I need in /etc/rc.conf, will just 
gateway_enable=YES do? or do I need to run routed?
Yes, you can do this.  No, you don't need two network cards.
Use the -unregistered_only option to natd to tell it only to
translate RFC-1918 addressed (so your public addresses get
routed without translation)  Set up the internal network card
with an IP in the 10.x.x.x range, as well as a public IP.  Then
the machines with Public IPs can route through without translation,
but natd will translate the private ones.
Without knowing more about the layout of your network and the IPs
involved, I can't give more details.  Your ISP may need to add a
routing rule to get traffic to route successfully back to you.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: question newbie

2003-03-14 Thread Bill Moran
[If you reply-all to the list as well, others can answer as well]

Ricardo Javier Aranibar León wrote:
Hi Bill,

I donwloand using Download Accelerator Plus, I dind't alter the name I 
think when I saved the program cut the extension iso.
But the size is the correct, Do you think that I can burn this version 
on CD?
Thanks for your help

Regards Ricardo
Yes, as long as the file itself was not altered in any way, you can burn
it without problems.  You can change the file name/extension to anything
you want and it won't hurt the file.  Although you may have to add the
.iso extension for some CD burning programs to believe that it really is
an image.
From: Bill Moran [EMAIL PROTECTED]
To: Ricardo Javier Aranibar León [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: question newbie
Date: Fri, 14 Mar 2003 18:28:21 -0500
Ricardo Javier Aranibar León wrote:

Hi I need your help,

I'm new using FreeBSD and I have a doubt.
I donwload the following programs if you can see the extension don't 
show me iso.


Did you alter the name when you saved the file?  What did you use to
download?
5.0-RELEASE-i386-disc1  575MB


This is an install CD.

5.0-RELEASE-i386-disc2  266MB


This is add-on programs.

5.0-RELEASE-i386-miniinst   220MB


This is a bare-bones minimal install (smallest download possible)

If you already have the -disc1, you don't really need the miniinst.

I have three questions:
1.- How I can save in the cd-room? what options I have to do?


What program do you use to control your CD ROM?  Make sure you
burn the files as images and not as files.
2.- What are the steps for installation?


Read here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html
It's available in other languages if English isn't the easiest for you.
See http://www.freebsd.org/support.html#web
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: fbsd box as router AND natd

2003-03-14 Thread Lowell Gilbert
Bill Moran [EMAIL PROTECTED] writes:

 fbsdq wrote:
  Hello,
 I was wondering if this is possible and how to do it.  I just got
  a t1 installed with limited IP's.  I want my FreeBSD box to act as a
  router to all those office pc's with my limited public IP's, and
  when I run out of those I want it to also act as a natd box to my
  10.x.x.x ip addresses.  Do I need three nics to get this done? One
  for outside interface, one for public ip inside interface [router],
  and a third one for inside public ip interface [natd]?  I know how
  to do natd, but for it to act as a router what do I need in
  /etc/rc.conf, will just gateway_enable=YES do? or do I need to run
  routed?
 
 Yes, you can do this.  No, you don't need two network cards.

You *should* have two.  You don't need three, though.  [You could do
it with one, but your ISP would have a right to be annoyed with you.]

 Use the -unregistered_only option to natd to tell it only to
 translate RFC-1918 addressed (so your public addresses get
 routed without translation)  Set up the internal network card
 with an IP in the 10.x.x.x range, as well as a public IP.  Then
 the machines with Public IPs can route through without translation,
 but natd will translate the private ones.

You shouldn't need a public IP on the inside interface.  Putting a
public IP on the outside interface should be good enough.

 Without knowing more about the layout of your network and the IPs
 involved, I can't give more details.  Your ISP may need to add a
 routing rule to get traffic to route successfully back to you.

As long as you've got two cards, this shouldn't be a problem.  They
shouldn't be seeing your internal traffic, and your external traffic
will all be using the public IP addresses they've already given you.

By you, incidentally, I mean the original poster, or anybody else
following a similar scheme.

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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Lowell Gilbert
Bill Moran [EMAIL PROTECTED] writes:

 Matthew Ryan wrote:
  The /etc/rc.conf entry:
  natd_flags=-redirect_port tcp 192.168.1.241: 
  was fine since:
  natd_interface=ep0
  specified the interface.
  All in all I just should have posted the whole of my /etc/rc.conf in
  the first place.
  Sorry about that.
  The real irony is that it was working all along!!
  I just didn't know because i was trying to access the service on the
  external IP address of my router from an internal IP address.
  When I tried to access it via. my other connection (in effect from
  outside) everything worked fine.
  I'm sure that there is some reasonable explanation for this to do
  with the way that NAT operates  but I can't figure it out.
 
 Fact is, natd _only_ redirects from the interface is was told to bind to.
 I'm not exactly sure why the packets don't route out and back in when you
 try it from inside, but they don't ;( so you always need to test it from
 the external interface.

The reason they don't route out is that they are addressed to the
router, so it doesn't bother to forward them outside.

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


Re: Updated Port

2003-03-14 Thread Lowell Gilbert
Grant Peel [EMAIL PROTECTED] writes:

 There are a small number of ports that I want to update in my ports
 directory example: net/ipfm-0.10.4 to net/ipfm-0.14.4
 
 How do I update a port one at a time?
 
 I remember reading make update or something like that. Any ideas?

Install the portupgrade port; it does this.

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


Re: video

2003-03-14 Thread Stephen Hilton
On Fri, 14 Mar 2003 12:53:19 -0600
Brian Henning [EMAIL PROTECTED] wrote:

[snip]
 
 hw.ata.atapi_dma=1
 hw.ata.ata_dma=1
 
 adding these command to my /boot/loader.conf didn't seem to fix the DMA
 problem..
 any suggestions? i did reboot after i made these changes.


Seems this is an ASUS A7N8X motherboard and the ata controller 
is being recognized as:

atapci0: Generic PCI ATA controller port 0xf000-0xf00f at device 9.0 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0

Brian is looking at PR kern/47311 patch to try to get DMA mode 
working for his CD/DVD-ROM (acd1)

ad0: 6149MB Maxtor 90640D4 [13328/15/63] at ata0-master BIOSDMA
acd0: CD-RW CENDYNE_481648AX at ata1-master PIO4
acd1: DVD-ROM ATAPI 12X DVDROM at ata1-slave PIO4

Anyone else out there have any input on this ?

Thanks,


Stephen Hilton
[EMAIL PROTECTED]


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


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Matthew Ryan
On Saturday, March 15, 2003, at 12:13  am, Lowell Gilbert wrote:

Fact is, natd _only_ redirects from the interface is was told to bind 
to.
I'm not exactly sure why the packets don't route out and back in when 
you
try it from inside, but they don't ;( so you always need to test it 
from
the external interface.
The reason they don't route out is that they are addressed to the
router, so it doesn't bother to forward them outside.
Ok, I understand, this does present me with a bit of a problem however, 
accessing my mail server from home for example. Can you think of a 
workaround?

Ta

Matthew Ryan

[EMAIL PROTECTED]

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


How to get best results from FreeBSD-questions

2003-03-14 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update $Date: 2003/03/09 22:09:31 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst other things, it
told you how to unsubscribe.  Here's a typical message:

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to [EMAIL PROTECTED] with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey [EMAIL PROTECTED]

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters 

A simple question about FreeBSD

2003-03-14 Thread Wizard of Wor
I was unable to find the minimum requirements on x86 platform. Can I 
run FreeBSD on mz 486dx2 8Mb laptop smoothly?

Please help me by answering this simple question.

regards,
wauf

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


[no subject]

2003-03-14 Thread Michael de Kravhens
Hi,

For some reason my joystick is detected at boot but applications cannot use it. I 
recompiled the kernel with joystick support, I ran /dev/MAKEDEV joy, I even wrote a 
small C program which uses the sys/joystick.h interface and it works fine. The 
/usr/X11R6/bin/joycal program works, but neither xmame, zsnes nor any other program 
worth using can use the joystick. What can be wrong?

I'm running 4.7-STABLE, and have a Gravis PC Gamepad connected at the game port (not a 
USB joystick)

Could this be SDL related? Is everyone but me using their joysticks in FreeBSD without 
problems?

% ls -l /dev/joy*
crw-rw  1 root  operator   51,   0 Mar 14 15:09 /dev/joy0
crw-rw  1 root  operator   51,   1 Mar 13 13:04 /dev/joy1

% dmesg|grep joy
joy0 at port 0x201 on isa0

% xmame
...
OSD: Warning: unknown joytype: 1, or joytype not compiled in.
   Disabling joystick support.
...

% zsnes
...
Joystick 0 (-1 Buttons): /dev/joy0

Tuxracer doesn't detect the joystick either, ~/.tuxracer/diagnostic_log.txt contains 
the line:

tuxracer debug (joystick): Found 0 joysticks

% testjoystick (a SDL example) 
There are 0 joysticks attached

And this appears in my /var/log/XFree86.0.log if I try to load the X joystick 
module:

...
(II) LoadModule: joystick
(II) Loading /usr/X11R6/lib/modules/input/joystick_drv.o
(II) Module joystick: vendor=The XFree86 Project
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) UnloadModule: joystick
(II) Unloading /usr/X11R6/lib/modules/input/joystick_drv.o
(EE) Failed to load module joystick (out of memory, 256)
...



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


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


Force core, then reload

2003-03-14 Thread Daxbert

I'm looking to force a FreeBSD process to core, write it's core dump to disk, 
then at a later date, reload the image, and resume from where it left off.

I know it's possible to force an application to core, but I'm not so certain 
about the reload and execute part.  Is this even remotely possible?

--daxbert

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


Re: Force core, then reload

2003-03-14 Thread Greg 'groggy' Lehey
On Friday, 14 March 2003 at 17:34:59 -0800, Daxbert wrote:

 I'm looking to force a FreeBSD process to core, write it's core dump to disk,
 then at a later date, reload the image, and resume from where it left off.

 I know it's possible to force an application to core, but I'm not so certain
 about the reload and execute part.  Is this even remotely possible?

Not currently.  The core dump doesn't contain a lot of state
information which you would need to resume execution.  In some cases,
it's completely impossible.  How do you reinstate a network
connection, for example?

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


pgp0.pgp
Description: PGP signature


Re: A simple question about FreeBSD

2003-03-14 Thread taxman
On Friday 14 March 2003 08:23 pm, Wizard of Wor wrote:
 I was unable to find the minimum requirements on x86 platform. Can I
 run FreeBSD on mz 486dx2 8Mb laptop smoothly?

The install documentation or the FAQ does have this answer, but yes you should 
be able to run fine on this machine.  Just don't try to install X windows, 
unless you set up a *lot* of swap.  It also depends a little bit on if there 
is any noncooperative hardware on the machine.  Laptops tend to have some of 
that.  Best bet is to try it.  4.x will probably work the best for you.

Tim



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


Hidden LAN...

2003-03-14 Thread Xpression
Hi guys:
I'm running 4.7, I've ppp user and a LAN, but I want to prevent
the LAN to be viewed from PPP user, how can I solve this, I review the
Handbook and I don't see something useful, anyone with this problem or any
suggestion, please...


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


test

2003-03-14 Thread Abdullah Koro
just testing
plz delete


__

http://radmail.rad.net.id - Radnet Webmail Service
http://www.indocenter.co.id - RADNET's Portal
__



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


Re: fbsd box as router AND natd

2003-03-14 Thread Bill Moran
Lowell Gilbert wrote:
Bill Moran [EMAIL PROTECTED] writes:


fbsdq wrote:

Hello,
  I was wondering if this is possible and how to do it.  I just got
a t1 installed with limited IP's.  I want my FreeBSD box to act as a
router to all those office pc's with my limited public IP's, and
when I run out of those I want it to also act as a natd box to my
10.x.x.x ip addresses.  Do I need three nics to get this done? One
for outside interface, one for public ip inside interface [router],
and a third one for inside public ip interface [natd]?  I know how
to do natd, but for it to act as a router what do I need in
/etc/rc.conf, will just gateway_enable=YES do? or do I need to run
routed?
Yes, you can do this.  No, you don't need two network cards.


You *should* have two.  You don't need three, though.  [You could do
it with one, but your ISP would have a right to be annoyed with you.]
My typo.  I meant you don't need _three_.
Thanks for straightening me out, Lowell.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Hidden LAN...

2003-03-14 Thread Bill Moran
Xpression wrote:
Hi guys:
I'm running 4.7, I've ppp user and a LAN, but I want to prevent
the LAN to be viewed from PPP user, how can I solve this, I review the
Handbook and I don't see something useful, anyone with this problem or any
suggestion, please...
Have you looked at ipfw?  You should be able to firewall off anything you
want from anything else.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Port Forwarding FreeBSD 4.7_Release

2003-03-14 Thread Bill Moran
Matthew Ryan wrote:
On Saturday, March 15, 2003, at 12:13  am, Lowell Gilbert wrote:

Fact is, natd _only_ redirects from the interface is was told to bind 
to.
I'm not exactly sure why the packets don't route out and back in when 
you
try it from inside, but they don't ;( so you always need to test it from
the external interface.


The reason they don't route out is that they are addressed to the
router, so it doesn't bother to forward them outside.
Ok, I understand, this does present me with a bit of a problem however, 
accessing my mail server from home for example. Can you think of a 
workaround?
I don't fully understand the question.  What exactly do you mean by
from home?  Is the mail server behind the firewall?  You can port
forward/reroute just about anything to anywhere, with enough time and
patience.  But there's not enough information in the statement you just
made for anyone to help you much.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Stupid Drunk Whores.

2003-03-14 Thread Clovis Williams
Check Out Random Chicks Getting Picked Up In A Bar 
They Start Out With A Few Too Many Drinks 
They End Up Naked, Humiliated, And Hungover..And Bent Over


http://redir.impulsive.com/redir?id=3219u=538498940b=6071




brWe appreciate your patronage, and thank you for opting in.To cancel your 
subscription to this newsletter, A href=http://www.yopit.com/finish/[EMAIL 
PROTECTED]source_id=15mojo=538498940click here/A.BR!-- [EMAIL PROTECTED] --

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


BTX Halted and Fatal Trap 12 errors on older machine

2003-03-14 Thread Adam Lofstedt
I've got this spare machine, and I thought it would be perfect as a
FreeBSD box to play with.  It's a P-100mHz, with 32MB RAM, floppy, video
card, two PCI NICs, 50X CDROM, 40GB Western Digital hard drive, and one
IDE controller.  

However, I can't boot at all from any bootable FreeBSD ISO (tried
4.5,4.6,4.7, and 5.0).  I can boot RedHat, Windows, and NetBSD cds
though.  When I try to boot from CD, I get a BTX Halted error message
right away, before the hardware even gets probed.  I tried changing
every BIOS setting possible, but the FreeBSD ISO's just don't work on
this system.  Anyone have any ideas why I would get this error?

So, I then used the bootable floppies and successfully started
sysinstall.  Each of about 25 installation attempts failed at different
points with Fatal Trap 12 errors.  Installations failed during
sysinstall extracting files, and during Gnome or KDE installation,
either installing from CD or FTP.  Sometimes installation would
successfully complete, I would reboot, login, do some stuff, and then
another Fatal Trap 12 error would appear.  This occurred while
installing various packages, while upgrading ports tree with cvsup, and
during compiling/installation of various ports.

The only thing that seems to be a common thread is that the Fatal Trap
12 errors occur during heavy disk read/write periods.  Memtest-86 showed
no memory errors at all, and I ran a disk utility to check for badblocks
on hd, and the drive is healthy.

I'm pretty sure that the BTX errors and the Fatal Trap 12 errors are
probably not related...

Before I spend more time on this dang machine, does it sound like there
is something that I can work around these problems with?  Or should I
just forget about this miserable thing?

Thanks,

Trying hard to use freebsd... 
Adam


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


Traceroute Fixed!

2003-03-14 Thread Dragoncrest
	Thanks to everyone who helped me fix my issues with traceroute.  It turns 
out that the port of traceroute I had was too old to work properly.  I've 
since upgraded to 1.4a12 and all is fine.  :)

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


fbsdhosting.com

2003-03-14 Thread ph33r mp3s
Hello, I will be opening up a web hosting company with the domain 
fbsdhosting.com . I was just mailing you on your input tot his. I am going 
to be putting links to your site as well as information. I'd like your 
feedback on this before i go ahead and put the site up, etc. Thank you for 
your time and hope to hear from you soon.

Fbsdhosting.com
Mike Mullan
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


RE: BTX Halted and Fatal Trap 12 errors on older machine

2003-03-14 Thread Aaron Burke
 I've got this spare machine, and I thought it would be perfect as a
 FreeBSD box to play with.  It's a P-100mHz, with 32MB RAM, floppy, video
 card, two PCI NICs, 50X CDROM, 40GB Western Digital hard drive, and one
 IDE controller.  
 
 However, I can't boot at all from any bootable FreeBSD ISO (tried
 4.5,4.6,4.7, and 5.0).  I can boot RedHat, Windows, and NetBSD cds
 though.  When I try to boot from CD, I get a BTX Halted error message
 right away, before the hardware even gets probed.  I tried changing
 every BIOS setting possible, but the FreeBSD ISO's just don't work on
 this system.  Anyone have any ideas why I would get this error?
 
 So, I then used the bootable floppies and successfully started
 sysinstall.  Each of about 25 installation attempts failed at different
 points with Fatal Trap 12 errors.  Installations failed during
 sysinstall extracting files, and during Gnome or KDE installation,
 either installing from CD or FTP.  Sometimes installation would
 successfully complete, I would reboot, login, do some stuff, and then
 another Fatal Trap 12 error would appear.  This occurred while
 installing various packages, while upgrading ports tree with cvsup, and
 during compiling/installation of various ports.
 
 The only thing that seems to be a common thread is that the Fatal Trap
 12 errors occur during heavy disk read/write periods.  Memtest-86 showed
 no memory errors at all, and I ran a disk utility to check for badblocks
 on hd, and the drive is healthy.
 
 I'm pretty sure that the BTX errors and the Fatal Trap 12 errors are
 probably not related...
They could be.

 
 Before I spend more time on this dang machine, does it sound like there
 is something that I can work around these problems with?  Or should I
 just forget about this miserable thing?
There are a few things that might be causing this. To me, allthough
I am not a motherboard expert, sounds like you may be having some
difficulties with your motherboard. There are a few things
that you can try before giving up on FreeBSD.

Avoid overclocking your CPU. You may also try underclocking it
and seeing if that fixes your BTX halted messages.
Also, the fact that you have tried FreeBSD 4.x and 5.x shows
me that its not specific to any version of FreeBSD. For example
FreeBSD 5.0 accesses parts of the mainboard differently by using
ACPI. Since this is an older mainboard, you may have to look
up some settings and move some jumpers around on the mainboard
for this.

There are a few other mainboard things that could be affecting
the installation (or lack there of). One of them is RAM, are
your memory sticks showing signs of errors? I have had Windows
2000 install but run poorly in the past, whereas FreeBSD failed.
After replacing the RAM in the system, FreeBSD installed and
worked fine. I have not run Windows 2000 on that box since, so
I am not sure if that fixed some of Windows 2000's problems.

Also, you can try to load the failsafe configuration settings
in your bios. (if they are available)

I am sure some other people on this list can offer some other,
and perhaps better advise.

 
 Thanks,
No problem, thats what some of us are here for.

 
 Trying hard to use freebsd... 
 Adam
 



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


vinum based system

2003-03-14 Thread Malcolm Kay
I am planning to put up a FreeBSD system, probably 4.8-RELEASE
when it appears, to manage backups from a number of Unix and unix-like
systems on a LAN. 

Backups will be written nightly over the LAN to a local disk system and 
transfered regularly to tape via a scsi tape-drive.

I am under pressure to make this system fairly reliable with respect
to hardware failure - particularly disk drives. The thought is to use a couple 
of fairly large drives, say 120 or 160Gb running as a mirrored pair using
vinum. Having no experience with vinum or software RAID systems a number 
of questions come to mind:

1) All the examples appear to use scsi drives; but I assume EIDE are also   
usable? IDE seems to be pretty good these days and much cheaper than scsi. 

2)To what extent can the system be fully mirrored? Without RAID hardware it
seems to me that a conventional disk partition outside the mirrored volume is 
probably necessary for mounting / ; is this true?

3)If the regular partition is necessary can this be taken as a modest slice 
from one of the disks whose major part is devoted to the mirror volume,
and perhaps the corresponding slice on the other used for swap?

4)If the converse is true that the entire system can reside inside the 
mirrored volume then do I need a temporary additional disk to build the 
system? In any case it seems that an outside region or separate physical
disk would be better for swap.

Are there any RAID/vinum gurus out there that are willing to point me in the 
right direction?

Malcolm Kay

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


Re: vinum based system

2003-03-14 Thread Greg 'groggy' Lehey
On Saturday, 15 March 2003 at 16:23:03 +1030, Malcolm Kay wrote:
 I am planning to put up a FreeBSD system, probably 4.8-RELEASE
 when it appears, to manage backups from a number of Unix and unix-like
 systems on a LAN.

 Backups will be written nightly over the LAN to a local disk system and
 transfered regularly to tape via a scsi tape-drive.

 I am under pressure to make this system fairly reliable with respect
 to hardware failure - particularly disk drives. The thought is to use a couple
 of fairly large drives, say 120 or 160Gb running as a mirrored pair using
 vinum. Having no experience with vinum or software RAID systems a number
 of questions come to mind:

 1) All the examples appear to use scsi drives; but I assume EIDE are also
 usable? IDE seems to be pretty good these days and much cheaper than
 scsi.

Yes, correct.  Note that you shouldn't have more than one disk per
controller unless both use tagged queueing.

 2)To what extent can the system be fully mirrored? Without RAID hardware it
 seems to me that a conventional disk partition outside the mirrored volume is
 probably necessary for mounting / ; is this true?

Not completely.  Check the latest man pages.  4.8 will be able to
handle root file systems on Vinum, though the manner in which it's
done is not the same as it is for release 5 and later.

 3)If the regular partition is necessary can this be taken as a modest slice
 from one of the disks whose major part is devoted to the mirror volume,
 and perhaps the corresponding slice on the other used for swap?

Yes, this would be a possibility, but it's not necessary.

 4)If the converse is true that the entire system can reside inside the
 mirrored volume then do I need a temporary additional disk to build the
 system? In any case it seems that an outside region or separate physical
 disk would be better for swap.

No, there's a trick there.  I'm attaching the relevant text from
upcoming fourth edition of The Complete FreeBSD.  This relates to
release 5, but the only difference is what you put in /etc/rc.conf and
/boot/loader.conf, and that's in the man page.  Let me know if
anything's confusing.

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

___

Installing FreeBSD on Vinum is complicated by the fact that sysinstall and  the
loader  don't  support  Vinum,  so  it is not possible to install directly on a
Vinum volume.  Instead, you need to install  a  conventional  system  and  then
convert it to Vinum.  That's not as difficult as it might sound.

A typical disk installation lays out disk partitions in the following manner:

da0s3a: / file system

  da0s3b: swap

da0s3e: /usr file da0s3c: entire disk


da0s3f: /var file system

Figure 12-9: Typical partition layout without Vinum

This  layout  shows three file system partitions and a swap partition, which is
not the layout recommended on page 68.  We'll look  at  the  reasons  for  this
below.

Each partition corresponds logically to a Vinum subdisk.  You could enclose all
these subdisks in a Vinum drive.  The only problem is  that  Vinum  stores  its
configuration  information  at the beginning of the drive, and that's where the
root file system is.  One way  to  solve  this  problem  is  to  put  the  swap
partition  first  and  make it 265 sectors longer than needed.  You can do this
from sysinstall  simply  by  creating  the  swap  partition  before  any  other
partition.   Consider installing FreeBSD on a 4 GB drive.  Create, in sequence,
a swap partition of 256 MB, a root file system of 256 MB, a /usr file system of
2 GB, and a /var file system to take up the rest.  It's important to create the
swap partition at the beginning of the disk, so you create that  first.   After
installation, the output of disklabel looks like this:

8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  a:   524288   5324804.2BSD 2048 1638494   # (Cyl.  871*- 1729*)
  b:   532215  265  swap# (Cyl.0*- 871*)
  c:  83867330unused0 0 # (Cyl.0 - 13726*)
  e:  4194304  10567684.2BSD 2048 1638489   # (Cyl. 1729*- 8594*)
  f:  3135661  52510724.2BSD 2048 1638489   # (Cyl. 8594*- 13726*)

To  convert to Vinum, use disklabel with the -e (edit label) option to create a
volume of type vinum that maps the c partition:

  h:  83867330 vinum# (Cyl.0 - 13726*)

After this, you have the following situation:

  da0s3b: swap
da0s3a: / file system


da0s3e: /usr file da0s3c: entire dda0s3h: vinum drive


da0s3f: /var file system

Figure 12-10: Partition layout with Vinum

The shaded area at the top of the Vinum partition represents the  

Urgent newbie question

2003-03-14 Thread Kim Cheung
I have a need to know how to log on to a FreeBSD system installed in my 
notebook by a programmer.  He told me that the UserID should be root and 
then gave me the password.  When I booted up FreeBSD, I entered root as 
instructed.   Unfortunately the next thing that happens is that I get 
thrown to a command proompt #TEST - rather then a password prompt.

I have an urgent need to get into this system and the programmer is 
oversea and hasn't respond yet.

Could somebody please help and email me at [EMAIL PROTECTED]   
URGENT URGET!!!   Thanks

Kim

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


Re: vinum based system

2003-03-14 Thread Malcolm Kay
On Saturday 15 March 2003 16:28, Greg 'groggy' Lehey wrote:
 On Saturday, 15 March 2003 at 16:23:03 +1030, Malcolm Kay wrote:
  I am planning to put up a FreeBSD system, probably 4.8-RELEASE
  when it appears, to manage backups from a number of Unix and unix-like
  systems on a LAN.
 
  Backups will be written nightly over the LAN to a local disk system and
  transfered regularly to tape via a scsi tape-drive.
 
  I am under pressure to make this system fairly reliable with respect
  to hardware failure - particularly disk drives. The thought is to use a
  couple of fairly large drives, say 120 or 160Gb running as a mirrored
  pair using vinum. Having no experience with vinum or software RAID
  systems a number of questions come to mind:
 
  1) All the examples appear to use scsi drives; but I assume EIDE are also
  usable? IDE seems to be pretty good these days and much cheaper than
  scsi.

 Yes, correct.  Note that you shouldn't have more than one disk per
 controller unless both use tagged queueing.


I'm not sure (== don't know) what tagged queueing is; but if for no other 
reason than performance I'd have placed the drives on different IDE ports.


  2)To what extent can the system be fully mirrored? Without RAID hardware
  it seems to me that a conventional disk partition outside the mirrored
  volume is probably necessary for mounting / ; is this true?

 Not completely.  Check the latest man pages.  4.8 will be able to
 handle root file systems on Vinum, though the manner in which it's
 done is not the same as it is for release 5 and later.

I seem not to have access to the latest man page vinum(8). At the moment
I'm running 4.7-STABLE and all I can find on www.FreeBSD.org under either
4.7-stable or 5.0-RELEASE is marked FreeBSD 4.7  December 20, 2000, which
I assume is not the latest you are refering to. Hopefully this will improve 
when I actually get hosd of 4.8-RELEASE.


  3)If the regular partition is necessary can this be taken as a modest
  slice from one of the disks whose major part is devoted to the mirror
  volume, and perhaps the corresponding slice on the other used for swap?

 Yes, this would be a possibility, but it's not necessary.

Good!


  4)If the converse is true that the entire system can reside inside the
  mirrored volume then do I need a temporary additional disk to build the
  system? In any case it seems that an outside region or separate physical
  disk would be better for swap.

 No, there's a trick there.  I'm attaching the relevant text from
 upcoming fourth edition of The Complete FreeBSD.  This relates to
 release 5, but the only difference is what you put in /etc/rc.conf and
 /boot/loader.conf, and that's in the man page.  Let me know if
 anything's confusing.

Appears to answer my questions but have not yet had time to fully comprehend.


 Greg


Thanks,
It seems it will end up better than I had expected.

Malcolm

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


Re: Urgent newbie question

2003-03-14 Thread Konrad Neitzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Freitag, 14. März 2003 23:11 schrieb Kim Cheung:
 I have a need to know how to log on to a FreeBSD system installed in
 my notebook by a programmer.  He told me that the UserID should be
 root and then gave me the password.  When I booted up FreeBSD, I
 entered root as instructed.   Unfortunately the next thing that
 happens is that I get thrown to a command proompt #TEST - rather then
 a password prompt.

That looks like the is no password. The TEST # (I think that was the 
prompt you see, but of course it can anything else, too!) ist the 
prompt you got after that.

I am just wondering what the one, who installed that computer, wants to 
do.

a) It isn't a good idea to work as root
b) It is always a good idea to set up XFree. Normaly users are glad, if 
they can log in in a graphical system

I hope I was able to help you.

With kind regards,

Konrad
- -- 
Konrad Neitzel
Tel: 0172 / 689 31 45
Fax: 069 / 90 50 99 53
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+cs8BxlHQ37B9RLMRAhnLAJ95+LJn6+GstPMGdhZ6tedZICXhjACbBfQt
pMDl2WkYx1bgrqoN0Vu3qOg=
=0ksP
-END PGP SIGNATURE-


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


Re: vinum based system

2003-03-14 Thread Kirk Strauser
At 2003-03-15T05:53:03Z, Malcolm Kay [EMAIL PROTECTED] writes:

 Backups will be written nightly over the LAN to a local disk system and
 transfered regularly to tape via a scsi tape-drive.

You just described Amanda, an open source backup application that a lot of
Unix shops use to backup multiple hosts to a single tape server.  Do you
have other needs beyond the stated requirements?  If not, take a look at
Amanda.  It's in ports, and may save you a lot of work.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


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


Re: fbsdhosting.com

2003-03-14 Thread Rus Foster
On Sat, 15 Mar 2003, ph33r mp3s wrote:

 Hello, I will be opening up a web hosting company with the domain
 fbsdhosting.com . I was just mailing you on your input tot his. I am going
 to be putting links to your site as well as information. I'd like your
 feedback on this before i go ahead and put the site up, etc. Thank you for
 your time and hope to hear from you soon.

 Fbsdhosting.com
 Mike Mullan


Well as a techie I wouldn't buy from you. Before using any ISP I check the
following

The whois record. Yours is frankly offensive and also the address is
obviously fake.

Your own DNS servers. Do you have your own? You don't but you might fix
this.

Also your email address scream that you are just a kid, 18 tops. How much
experience do you have in running a hosting company? I run one and even
with 7 years expierence under my belt I still hit things I've never
encountered before.

Just my $0.02

Rus

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


Re: How to use auto login feature of gdm ?

2003-03-14 Thread Huang wen hui
Joe Marcus Clarke :

On Wed, 2003-03-05 at 05:52, Huang wen hui wrote:
  

hi,
Is It possible to use autoLogin of gdm under freebsd ? This is what I did:

1. create a user hwh without password.
2. set AutomaticLoginEnable=true and AutomaticLogin=hwh in
/usr/X11R6/etc/gdm/gdm.conf.
3. set auth required pam_unix.so no_warn try_first_pass nullok in
/etc/pam.d/gdm.

but no luck, gdm still refuse to login, Does it have relation with PAM ?
I use CURRENT+GNOME 2.2. Any suggestion are welcome.



You need to copy your gdm pam file to gdm-autologin.  The autologin uses
a different PAM service.  It does work.

Joe
  

Oh, yes! Thank you!

--hwh


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


re: Apache can't start -- seg fault?

2003-03-14 Thread questions1045
 I just ugpraded apache and openssl to latest version in ports
 tree and now apache can't restart.

you have to update/recompile mod_ssl to.=20

Actually, i did do that already. I used portupgrade to upgrade
apache13-modssl port.  In the past, that upgrade modssl along with apache.

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


[URGENT] Bad MX record; very bad.

2003-03-14 Thread Janine C . Buorditez

Hello!

I just recieved a new IP, and modified my system and domain registrar accordingly.

Everything appears to be working OK, except for my mailserver (Postfix SMTP).
I can send but no longer receive e-mails---and I have no idea what's wrong here.


# postconf -n
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
myhostname = ninja.terrabionic.com
mynetworks = 213.187.181.68 192.168.187.0/24 127.0.0.0/8
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop


When it comes to MX and Mail in this DNS report:

http://www.dnsreport.com/tools/dnsreport.ch?domain=terrabionic.com

It keeps mentioning my old IP, 217.13.29.51 which should now have been propagated out
of the global DNS system. But somehow it's still there. Here is my db.terrabionic.com:


$ORIGIN terrabionic.com.
$TTL86400

@   IN SOA  ns1.terrabionic.com.johann.ninja.terrabionic.com. (
2003011901  ; Serial
10800   ; Refresh
3600; Retry
604800  ; Expire
86400 ) ; Minimum TTL

IN A213.187.181.68
IN NS   ns1.terrabionic.com.
IN NS   ns2.terrabionic.com.

www IN CNAMEterrabionic.com.

ninja   IN A213.187.181.68
ninja6  IN  3ffe:4008:1b::1200
ns1 IN A213.187.181.68
ns2 IN A209.98.239.41

IN MX   ninja.terrabionic.com.


I greatly appreciate any help I can get. Thanks.

Sincerely,
---johann

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


RE: [URGENT] Bad MX record; very bad.

2003-03-14 Thread Mantas S.
Try something like
@   IN  mx 10   ninja.terrabionic.com.

 don't forget to change serial before named.reload ;)



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Janine
C.Buorditez
Sent: Friday, March 14, 2003 11:34 AM
To: [EMAIL PROTECTED]
Subject: [URGENT] Bad MX record; very bad.



Hello!

I just recieved a new IP, and modified my system and domain registrar
accordingly.

Everything appears to be working OK, except for my mailserver (Postfix
SMTP). I can send but no longer receive e-mails---and I have no idea
what's wrong here.


# postconf -n
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
myhostname = ninja.terrabionic.com
mynetworks = 213.187.181.68 192.168.187.0/24 127.0.0.0/8 newaliases_path
= /usr/local/bin/newaliases queue_directory = /var/spool/postfix
readme_directory = no sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail setgid_group = maildrop


When it comes to MX and Mail in this DNS report:

http://www.dnsreport.com/tools/dnsreport.ch?domain=terrabionic.com

It keeps mentioning my old IP, 217.13.29.51 which should now have been
propagated out of the global DNS system. But somehow it's still there.
Here is my db.terrabionic.com:


$ORIGIN terrabionic.com.
$TTL86400

@   IN SOA  ns1.terrabionic.com.johann.ninja.terrabionic.com. (
2003011901  ; Serial
10800   ; Refresh
3600; Retry
604800  ; Expire
86400 ) ; Minimum TTL

IN A213.187.181.68
IN NS   ns1.terrabionic.com.
IN NS   ns2.terrabionic.com.

www IN CNAMEterrabionic.com.

ninja   IN A213.187.181.68
ninja6  IN  3ffe:4008:1b::1200
ns1 IN A213.187.181.68
ns2 IN A209.98.239.41

IN MX   ninja.terrabionic.com.


I greatly appreciate any help I can get. Thanks.

Sincerely,
---johann

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



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


RE: [URGENT] Bad MX record; very bad.

2003-03-14 Thread Philip Payne
Hi,

I don't know how much you know about DNS so if I aim too low then ignore me
otherwise read on for a full explanation. I strongly suspect you're
suffering from the fact that your old address is simply cached on various
resolvers around the internet and you've just got to wait until it times out
but I'll show how to check.


 
 $ORIGIN terrabionic.com.
 $TTL86400
 
 @   IN SOA  ns1.terrabionic.com.
 johann.ninja.terrabionic.com. (
 2003011901  ; Serial
 10800   ; Refresh
 3600; Retry
 604800  ; Expire
 86400 ) ; Minimum TTL
 
 IN A213.187.181.68
 IN NS   ns1.terrabionic.com.
 IN NS   ns2.terrabionic.com.
 
 www IN CNAMEterrabionic.com.
 
 ninja   IN A213.187.181.68
 ninja6  IN  3ffe:4008:1b::1200
 ns1 IN A213.187.181.68
 ns2 IN A209.98.239.41
 
 IN MX   ninja.terrabionic.com.
 

You should have dig on your freebsd machine right so you can check this out.


I notice on my own ISP's resolver that 

---
happyclowndig @158.43.128.1 ninja.terrabionic.com a

;  DiG 8.3  @158.43.128.1 ninja.terrabionic.com a 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;;  ninja.terrabionic.com, type = A, class = IN

;; ANSWER SECTION:
ninja.terrabionic.com.  10h44m25s IN A  217.13.29.51

;; Total query time: 1 msec
;; FROM: happyclown.cbg.eng.emea.uu.net to SERVER: 158.43.128.1
158.43.128.1
;; WHEN: Fri Mar 14 09:40:18 2003
;; MSG SIZE  sent: 39  rcvd: 55
---

gives me a result that ninja is 217.13.29.51 (your old address) but the
important thing to note is the 10h44m25s... this is the time left that this
resolver will cache that record for. Until that time has passed this
resolver simply will not bother even to check whether a new record exists.

The way to check if the correct record will be propagated to this resolver
when the record times out is to query the authoritative nameservers for the
domain. You can tell what the authoritative nameservers are by doing:

---
happyclowndig @a.gtld-servers.net terrabionic.com ns

;  DiG 8.3  @a.gtld-servers.net terrabionic.com ns 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
;; QUERY SECTION:
;;  terrabionic.com, type = NS, class = IN

;; ANSWER SECTION:
terrabionic.com.2D IN NSns1.terrabionic.com.
terrabionic.com.2D IN NSns2.terrabionic.com.

;; ADDITIONAL SECTION:
ns1.terrabionic.com.2D IN A 213.187.181.68
ns2.terrabionic.com.2D IN A 209.98.239.41

;; Total query time: 87 msec
;; FROM: happyclown.cbg.eng.emea.uu.net to SERVER: a.gtld-servers.net
192.5.6.30
;; WHEN: Fri Mar 14 09:49:26 2003
;; MSG SIZE  sent: 33  rcvd: 101
---

So, ns1  ns2 should be carrying records for terrabionic.com . If I query
one of those name servers I should get an authoritative answer:

---
happyclowndig @213.187.181.68 terrabionic.com mx

;  DiG 8.3  @213.187.181.68 terrabionic.com mx 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUERY SECTION:
;;  terrabionic.com, type = MX, class = IN

;; ANSWER SECTION:
terrabionic.com.10h39m14s IN MX  10 ninja.terrabionic.com.

;; AUTHORITY SECTION:
terrabionic.com.10h30m27s IN NS  ns1.terrabionic.com.
terrabionic.com.10h30m27s IN NS  ns2.terrabionic.com.

;; ADDITIONAL SECTION:
ninja.terrabionic.com.  10h30m27s IN A  217.13.29.51
ns1.terrabionic.com.10h30m27s IN A  217.13.29.51
ns2.terrabionic.com.1d10h30m27s IN A  209.98.239.41

;; Total query time: 63 msec
;; FROM: happyclown.cbg.eng.emea.uu.net to SERVER: 213.187.181.68
213.187.181.68
;; WHEN: Fri Mar 14 09:54:17 2003
;; MSG SIZE  sent: 33  rcvd: 139
---

Notice the flags section... if this name server was carrying an actual zone
for this domain you would get an aa flag. I don't so it's probably
secondaried to this machine and unfortunately the ninja.terrabionic.com
still reads as the old address so...

solution:

1) Update the serial number in your zonefile so you ensure the secondary
picks up the new zone and hopefully the new address for ninja as you seem to
have this specified correctly in the zonefile from the email.
2) Also, the ordering of entries in your zonefile is bad, in it's original
order you're specifying an mx record for ns2.terrabionic.com instead 

Re: [URGENT] Bad MX record; very bad.

2003-03-14 Thread Ceri Davies
On Fri, Mar 14, 2003 at 10:34:09AM +0100, Janine C.Buorditez wrote:
 
 Hello!
 
 I just recieved a new IP, and modified my system and domain registrar accordingly.
 
 Everything appears to be working OK, except for my mailserver (Postfix SMTP).
 I can send but no longer receive e-mails---and I have no idea what's wrong here.
 
 
 # postconf -n
 command_directory = /usr/local/sbin
 config_directory = /usr/local/etc/postfix
 daemon_directory = /usr/local/libexec/postfix
 debug_peer_level = 2
 mail_owner = postfix
 mailq_path = /usr/local/bin/mailq
 manpage_directory = /usr/local/man
 myhostname = ninja.terrabionic.com
 mynetworks = 213.187.181.68 192.168.187.0/24 127.0.0.0/8
 newaliases_path = /usr/local/bin/newaliases
 queue_directory = /var/spool/postfix
 readme_directory = no
 sample_directory = /usr/local/etc/postfix
 sendmail_path = /usr/local/sbin/sendmail
 setgid_group = maildrop
 

Let me clarify this, as I've suggested johann come back here.

The mail server is rejecting mail to [EMAIL PROTECTED], with the message
554 [EMAIL PROTECTED]: Recipient address rejected: Relay access denied

It seems that johann needs to inform his MTA that this is a local domain, but
I don't do postfix and don't know where he needs to do this.

As an aside:

 $ORIGIN terrabionic.com.
 $TTL86400
 
 @   IN SOA  ns1.terrabionic.com.johann.ninja.terrabionic.com. (
 2003011901  ; Serial
 10800   ; Refresh
 3600; Retry
 604800  ; Expire
 86400 ) ; Minimum TTL
 
 IN A213.187.181.68
 IN NS   ns1.terrabionic.com.
 IN NS   ns2.terrabionic.com.
; johann, add this next line here
  IN MX 10  ninja.terrabionic.com.

 www IN CNAMEterrabionic.com.
 
 ninja   IN A213.187.181.68
 ninja6  IN  3ffe:4008:1b::1200
 ns1 IN A213.187.181.68
 ns2 IN A209.98.239.41

; And get rid of this one
 IN MX   ninja.terrabionic.com.

Thanks,

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com

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


  1   2   >