Re: Mail readers

2004-03-18 Thread Gary W. Swearingen
Bart Silverstrim <[EMAIL PROTECTED]> writes:

> No. Nothing. Format=flowed applies solely to plain-text messages. HTML
> messages already have something functionally equivalent to f=f: the
>  attribute, which... um... quotes blocks of text. When f=f
> mailers that also can handle HTML encounter  text, it’s
> usually marked up with the same excerpt bars we’re familiar with from
> f=f. Format=flowed isn’t actually at work there, but since
>  text flows nicely when you resize a window, the effect is
> the same.

Your msg there is first for me -- one that (sorta) properly claims to
be using a MSFT custom characater set.  It's more typical for MSFT
supporters' software to use WINDOWS-1252 and either call it ISO-8859-1
or call it nothing (which implies ISO-8859-1).  Apple's is at least
being honest about it.

  Mime-Version: 1.0 (Apple Message framework v613)
  Content-Type: text/plain; charset=WINDOWS-1252; format=flowed
  Content-Transfer-Encoding: quoted-printable

But sadly, many (most?) mail non-MSFT mail readers don't understand
those WINDOWS-1252 characters even they're properly labeled.  So we
see your smart quotes, etc., as "?" or in octal as "\222", etc.  Makes
it look real pretty.

I've never heard of this f=f stuff and don't have time just now to
investigate, but I'll keep typing anyway.  I think the problem is
the same but worse.  f=f is probably spec'd in a new draft RFC and
many mail readers don't support it, so your correspondents on a list
list this can't handle it well.

Plain text mail was (and still is, really) spec'ed in RFC-822, but I
think it's reasonable to assume that everyone can deal with the newer
RFC-2822.  Both require that plain text message be able to be read
without reformatting by the mail reader.  Unfortunately, they don't
specify a width.  It's reasonable and traditional to expect people to
have terminals or windows that display 80 characters wide, but to
accomodate traditional quoting, etc, it's a good idea to keep the
width of new stuff within 70, though many people use 72 (ala punch
cards and old FORTRANs).

There's been a few attempts to establish a plain text format that
assumes that mail readers will reformat incoming mail, and it sounds
like f=f is one of them.  But their still not safe bets unless you
know your correspondents can handle the format.  With traditional
mail readers, one doesn't WANT the reader to reformat mail, because,
for example, it makes a mess of programming code or text tables.
My mail reader can be configured to let long lines go off the end,
requiring horz. scrolling to see it or it wraps lines mid-word at
the edge of the screen.  I find it nasty to read stuff longer than
120 characters, while for many it's 80 or some other, but people
won't complain if you keep it to 80 and assume that your readers
have to scroll horiz. to read stuff wider than 80.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: The clock is running too fast

2004-03-18 Thread Stephen Liu
On Friday 19 March 2004 13:04, Chuck McManis wrote:
> If you're running it on a dual processor then you're taking the clock
> interrupt on both CPUs and causing time to pass at double time.

Hi Chuck,

Tks for your response.

The PC is running only one CPU but overclock.  I don't know what will be the 
compensation.

B.R.
Stephen


> At 08:46 PM 3/18/2004, Stephen Liu wrote:
> >Hi folks,
> >
> >AMD CUP
> >FreeBSD 5.2
> >
> >The clock on KDE desktop is running on double speed compelling me to
> >adjust it
> >periodically.  Kindly advise how to fix this problem.
> >
> >TIA
> >
> >B.R.
> >Stephen Liu

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


Re: Adaptec 2410SA starts doing this: aac0: COMMAND0xc551a7e8TIMEOUTAFTER 147 SECONDS (Modified by Chad Leigh -- Shire.NetLLC)

2004-03-18 Thread Scott Long
In between 5.0 and 5.1 I put some serious work into the driver to make
it perform better.  Unfortunately, I opened up an edge case that would
result in a command being lost under extreme load.  It was very hard to
reproduce locally until I did some more performance work after 5.2.  I
finally made the driver so fast that I could reproduce the problem with
ease, which then allowed me to figure it out.  A band-aid went into
5.2.1, and the real fix (hopefully) is in 5.2-CURRENT.
Scott

Aaron Wohl wrote:
We got command timeout with the aac driver off and on for about a year
with a 5400s and various freebsd versions.  Ive been sending Scott the
info and he has tried various fixes.  I switched one of the machines to
5.2.1 a couiple of weeks ago.  It been ok so far.  Buts sometimes it may
go a month or two then happen a lot so hard to say for sure yet.
When it has happened to us power cycling and rebooting gets it unwedged
-- reset does not.
On Wed, 17 Mar 2004 10:31:48 +0100, "Albert Shih" <[EMAIL PROTECTED]>
said:
Le 05/03/2004 à 22:05:25-0700, Scott Long a écrit

On Sun, 29 Feb 2004, Chad Leigh -- Shire.Net LLC wrote:

Now the machine, when it tries to check the two aacd volumes on this
controller, starts printing out this message below every 20 seconds or
so and the disk volumes cannot be used.  Each new IO attempt triggers a
new set of these messages.  The hex number after the COMMAND word is
different for each new IO request but of course stays the same for
repeated messages relating to the same original IO request
aac0: COMMAND 0xc551a7e8 TIMEOUT AFTER 147 SECONDS

I have googled on this and similar posts related to 2120S controllers
all seemed to have different causes and fixes...
I thought that 5.2.1 would have fixed all of this.  This isn't good.


Any hints or ideas on what is causing this?  I can get into the
controller at POST time and it checks out...
Can you boot the machine at all?  If so, could I feed you some patches to
help diagnose the problem?
Long time ago (humm 3 mounths ;-)) ) I've same problem with a Adaptec
2120S
on FreeBSD 5.2
The reconstruction don't work and sometime the machin hang up with same
kind of message.
I solve the problem (after many time) by to remove the SCSI terminator on
the array (where I put the hot-plug disk).
Hope this help.

Regards.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Wed Mar 17 10:29:24 CET 2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-scsi
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



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


Re: Adaptec 2410SA starts doing this: aac0: COMMAND 0xc551a7e8TIMEOUT AFTER 147 SECONDS (Modified by Chad Leigh -- Shire.Net LLC)

2004-03-18 Thread Scott Long
Albert Shih wrote:
 Le 05/03/2004 à 22:05:25-0700, Scott Long a écrit

On Sun, 29 Feb 2004, Chad Leigh -- Shire.Net LLC wrote:

Now the machine, when it tries to check the two aacd volumes on this
controller, starts printing out this message below every 20 seconds or
so and the disk volumes cannot be used.  Each new IO attempt triggers a
new set of these messages.  The hex number after the COMMAND word is
different for each new IO request but of course stays the same for
repeated messages relating to the same original IO request
aac0: COMMAND 0xc551a7e8 TIMEOUT AFTER 147 SECONDS

I have googled on this and similar posts related to 2120S controllers
all seemed to have different causes and fixes...
I thought that 5.2.1 would have fixed all of this.  This isn't good.


Any hints or ideas on what is causing this?  I can get into the
controller at POST time and it checks out...
Can you boot the machine at all?  If so, could I feed you some patches to
help diagnose the problem?


Long time ago (humm 3 mounths ;-)) ) I've same problem with a Adaptec 2120S
on FreeBSD 5.2
The reconstruction don't work and sometime the machin hang up with same
kind of message.
I solve the problem (after many time) by to remove the SCSI terminator on
the array (where I put the hot-plug disk).
Hope this help.

Regards.

Termination problems are the source of many many SCSI problems.  You
need to be very careful to make sure you understand exactly what the
termination requirements are of the system.  Most hot-swap enclosures
have internal termination, so connecting a cable to them that is also
terminated with cause problems, as you seem to have observed.
Unfortunately, the 2200/2120 cards try really really hard to hide these
problems and make them invisible.
Scott
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 4.7 release

2004-03-18 Thread Randy Pratt
On Thu, 18 Mar 2004 19:57:44 -0500 Jeronimo wrote:
> 
> Does anyone know where 4.7 released iso can be obtained from???
> I checked the main ftp site at freebsd.org and only 4.8 was available...
> 
> Any hints would be appreciated. Thanks. 

The FreeBSD mirror sites database is probably what you're looking for:

http://mirrorlist.freebsd.org/FBSDsites.php

You can search for ISO/Release/Architecture/Country for many older
releases as well as the latest.

Unless you have a specific need for that version, I'd suggest using
the most recent version but that's for you to decide!

Best regards,

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


Re: which 8-port 10/100 hub is best?

2004-03-18 Thread Gary Kline


Thanks for everybody's input.  I'll check around.  

gay

On Thu, Mar 18, 2004 at 10:54:49PM -0600, W. D. wrote:
> At 21:45 3/18/2004, Gary Kline, wrote:
> >
> > People,
> >
> > I'm upgrading my hub from a 5-port hub and thought I would check 
> > with this list to see if the Linksys EFAH08W is still a good
> > deal.  If there is somethng other that would work equally well
> > on my FreeBSD netwrk, please le me know.  (I've had good luck
> > with Linksys, but have read some negative comments.)
> >
> > thanks much,
> >
> > gary
> 
> Hey Gary,
> 
> If there is a possibility that you will have some heavy traffic
> at times, the best hub is a switch!  You are likely to have
> less bandwidth wasting collisions during high traffic periods.
> 
> NetGear switches seem to provide very good value for me.
> 
> Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/
> 
> 

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: 4.7 release

2004-03-18 Thread Supote Leelasupphakorn
 --- Jeronimo Romero <[EMAIL PROTECTED]> wrote: > 
> 
> Does anyone know where 4.7 released iso can be obtained
> from???
> I checked the main ftp site at freebsd.org and only 4.8 was
> available...
> 
> Any hints would be appreciated. Thanks.
> 

To...Jeronimo Romero

   What's the reason that you want to install the previous 
version ( vulnerabilities ) I don't know but if you really
need them I suggest you CVSup from the CVSup server using below
supfile.

--- cut here ---
*default host=203.170.198.61
*default base=/usr/local/etc
*default prefix=/usr1
*default release=cvs tag=RELENG_4_7_0_RELEASE
*default delete use-rel-suffix

*default compress

src-all

--- cut here ---

then
# cvsup 

Pote


Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SMP on FreeBSD 5.2.1

2004-03-18 Thread kybu

MM> It looks FreeBSD detects both my processors from dmesg,
MM> but I've noticed that top and slmon don't show both
MM> processors.  Is this a problem with top or slmon?
MM> Should I be using a different tool to monitor the
MM> processors?

MM> CPU: Intel Pentium III Xeon (794.66-MHz 686-class CPU)
MM>Origin = "GenuineIntel"  Id = 0x683  Stepping = 3

MM> FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
MM>   cpu0 (BSP): APIC ID:  0
MM>   cpu1 (AP): APIC ID:  1

Do you have a column named 'C' in the top listing? It shows on which
processor is process running.


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


i865GBFLK - ???

2004-03-18 Thread Alex Zivenko
Hi all!
What do you think about this chipset, and motherboards on it???
I have got it some day ago. And I want to setup it on me FreeBSD server.
Does anybody know something about it?

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


RE: The clock is running too fast

2004-03-18 Thread Dan MacMillan
Hola,

I had a similar problem on one of the machines at work.  Here is a memo I
made to myself to remind me of how to fix the problem in the future:

The "ACPI-safe" Timecounter does not work (it is way, WAY too fast).  To get
around this, add the following line to /etc/sysctl.conf:

kern.timecounter.hardware=i8254

There are multiple pieces of hardware capable of supplying timing
information to the OS.  "dmesg | grep Timecounter" should give you a list of
all such devices.

I think this is an ACPI-related problem, since that is the technology I
understand the least at the moment.  :)

-Dan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephen Liu
Sent: March 18, 2004 21:47
To: [EMAIL PROTECTED]
Subject: The clock is running too fast


Hi folks,

AMD CUP
FreeBSD 5.2

The clock on KDE desktop is running on double speed compelling me to adjust
it
periodically.  Kindly advise how to fix this problem.

TIA

B.R.
Stephen Liu

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

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


Re: ld-elf, libkvm out of sync, can't build ports

2004-03-18 Thread Kris Kennaway
On Thu, Mar 18, 2004 at 03:13:42PM +, [EMAIL PROTECTED] wrote:
> Running 4.9 STABLE, fresh cvsup of src and ports. Kernel builds and
> installs fine, but none of my ports will build. gkrellm and postgresql,
> just to name a couple.
> 
> Linking stops with error message:
> 
> /usr/libexec/ld-elf.so.1: /usr/lib/libkvm.so.2: Undefined symbol "__stderrp"
> 
> It looks as if I need to update or rebuild libkvm, but I can't find
> anything that explains how.
> 
> How can I fix this?

Looks like you dont in fact have an up-to-date 4.9-STABLE system; that
symbol is in libc (and has been for a long time now):

> objdump -T /usr/lib/libc.so.4 | grep stderrp
0008797c gDO .data  0004 __stderrp

Post your cvsupfile if you need additional help figuring out what went
wrong with your upgrade.

Kris


pgp0.pgp
Description: PGP signature


Re: The clock is running too fast

2004-03-18 Thread Chuck McManis
If you're running it on a dual processor then you're taking the clock 
interrupt on both CPUs and causing time to pass at double time.

--Chuck

At 08:46 PM 3/18/2004, Stephen Liu wrote:
Hi folks,

AMD CUP
FreeBSD 5.2
The clock on KDE desktop is running on double speed compelling me to 
adjust it
periodically.  Kindly advise how to fix this problem.

TIA

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


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


Re: Help with Hewlett-Packard hp LaserJet 1000 USB PRINTER

2004-03-18 Thread Warren Block
On Thu, 18 Mar 2004, freeman wrote:

> Does anybody help me with configure SUBJ printer on my Desktop system.
> In the Handbook i didn't find any information about USB printers.
> (please give me instructions by mail, because i have only mail
> access to Internet).
>
> and strings for printer in /etc/printcap:
> lp|local line printer:\
>   :sh:\
>   :lp=/dev/ulpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:

According to http://www.linuxprinting.org, the LaserJet 1000 is a
winprinter, and you have to download the firmware to it before use. I
don't know if there's a port for the zjs driver; apsfilter, maybe.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: which 8-port 10/100 hub is best?

2004-03-18 Thread W. D.
At 21:45 3/18/2004, Gary Kline, wrote:
>
>   People,
>
>   I'm upgrading my hub from a 5-port hub and thought I would check 
>   with this list to see if the Linksys EFAH08W is still a good
>   deal.  If there is somethng other that would work equally well
>   on my FreeBSD netwrk, please le me know.  (I've had good luck
>   with Linksys, but have read some negative comments.)
>
>   thanks much,
>
>   gary

Hey Gary,

If there is a possibility that you will have some heavy traffic
at times, the best hub is a switch!  You are likely to have
less bandwidth wasting collisions during high traffic periods.

NetGear switches seem to provide very good value for me.

Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/

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


The clock is running too fast

2004-03-18 Thread Stephen Liu
Hi folks,

AMD CUP
FreeBSD 5.2

The clock on KDE desktop is running on double speed compelling me to adjust it 
periodically.  Kindly advise how to fix this problem.

TIA

B.R.
Stephen Liu

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


Re: which 8-port 10/100 hub is best?

2004-03-18 Thread Craig Reyenga
I use the Linksys EZXS88W and have had _no_ problems at all. It's nice and
small, too. I can't speak for the model that you mentioned below, though if
the specs are similar, I am sure it will serve well.

-Craig


- Original Message -
From: "Gary Kline" <[EMAIL PROTECTED]>
To: "FreeBSD Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 10:45 PM
Subject: which 8-port 10/100 hub is best?


>
> People,
>
> I'm upgrading my hub from a 5-port hub and thought I would check
> with this list to see if the Linksys EFAH08W is still a good
> deal.  If there is somethng other that would work equally well
> on my FreeBSD netwrk, please le me know.  (I've had good luck
> with Linksys, but have read some negative comments.)
>
> thanks much,
>
> gary
>
> --
>Gary Kline [EMAIL PROTECTED]   www.thought.org Public service
Unix
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

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


Re: which 8-port 10/100 hub is best?

2004-03-18 Thread Steve Ireland
- Original Message -
From: "Gary Kline" <[EMAIL PROTECTED]>
To: "FreeBSD Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 22:45
Subject: which 8-port 10/100 hub is best?


>
> People,
>
> I'm upgrading my hub from a 5-port hub and thought I would check
> with this list to see if the Linksys EFAH08W is still a good
> deal.  If there is somethng other that would work equally well
> on my FreeBSD netwrk, please le me know.  (I've had good luck
> with Linksys, but have read some negative comments.)
>
> thanks much,
>
> gary
>
> --
>Gary Kline [EMAIL PROTECTED]   www.thought.org Public
service Unix
>
I like Allied Telesyn and Cisco. 3Com is OK. Linksys is fine for hubs,
small switches, and home network routers.  Intellinet is utter crap. I
never used D-link.

Regards,

Steve

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


which 8-port 10/100 hub is best?

2004-03-18 Thread Gary Kline

People,

I'm upgrading my hub from a 5-port hub and thought I would check 
with this list to see if the Linksys EFAH08W is still a good
deal.  If there is somethng other that would work equally well
on my FreeBSD netwrk, please le me know.  (I've had good luck
with Linksys, but have read some negative comments.)

thanks much,

gary

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: openoffice-1.1.1RC install without jdk

2004-03-18 Thread Sean Welch
As an additional data point, I noticed that configure is looking for
javac so I just add /usr/local/jdk1.4.2/bin/ to root's default PATH
environment variable.  Everything ran just fine after that.  This is
under 5.2.1-RELEASE.

Sean

>> The port is under construction at the moment.  I told is explicitly to
>> use my installed java:
>>  make CONFIGURE_ARGS+="--with-jdk-home=/usr/local/jdk1.4.2"
>> which solves that problem, but I haven't gotten it all the way built
>> yet, so I can't be sure that's all you need to know.
>> 
>> This particular problem seems to be caused by the makefile using
>> JDKDIR and JAVAVM before defining them.  It looks like the definitions
>> should be able to just get moved up, so I'm trying that, but it hasn't
>> gotten far yet.
>
>No, that doesn't do it.  I can't remember why I thought it would,
>either; it doesn't actually affect the configure script.
>
>I won't get more time to work on it for a few days, and by then
>there may be more changes to the port.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Vinum, replaced disk -- fsck error.

2004-03-18 Thread Lewis Thompson
On Thu, Mar 18, 2004 at 01:26:02PM +1030, Greg 'groggy' Lehey wrote:
> On Tuesday, 16 March 2004 at 17:25:26 +, Lewis Thompson wrote:
> > I can't think of anything else.  Originally I ran dd without the
> > conv=noerror and it stopped at around 25GB (the disk is a 100GB).  The
> > destination disk is 123GB but to my knowledge that is acceptable for dd.
> >
> >   During the process a number (maybe eight to ten) I/O errors were
> > reported. 
> 
> But not to me.

I've included more detailed errors neared to the end of this email :)

> I was really thinking of "What to do if you have problems with Vinum"
> at http://www.vinumvm.org/vinum/how-to-debug.html.

Okay, I did actually do my best to follow this but maybe got
sidetracked.  I'm just going to bullet point these now so I don't miss
any of them out.

* Problems: ``dd'' cloned disk ``does not work'' (i.e. gstat shows no
  activity on the cloned disk during reading of files).  Also see
  previous emails.

* Version: FreeBSD 5.2.1-p1.

* Changes to system: Originally vinum ran on 4.9-STABLE.  This worked
  but had periodic ``disk crashes'' (i.e. vinum states disk as offline).
  I don't think this is the problem as the same behaviour happens with
  5.2.1-p1 using the original dodgy disk (only GEOM removes it instead
  of vinum).

* Vinum list (excuse lack of wrapping).  vinumdrive2/ad3 is the cloned
  disk.  The failed volume is data (I don't think you need the others
  but I'll leave them, just in case ;):

vinum -> list
3 drives:
D vinumdrive2   State: up   /dev/ad3s1h A: 0/95558 MB (0%)
D vinumdrive1   State: up   /dev/ad2s1h A: 0/117246 MB (0%)
D vinumdrive0   State: up   /dev/ad1s1h A: 0/117246 MB (0%)

5 volumes:
V root  State: up   Plexes:   2 Size:255 MB
V swap  State: up   Plexes:   2 Size:459 MB
V var   State: up   Plexes:   2 Size:256 MB
V usr   State: up   Plexes:   2 Size: 12 GB
V data  State: up   Plexes:   1 Size:295 GB

9 plexes:
P root.p0 C State: up   Subdisks: 1 Size:255 MB
P root.p1 C State: up   Subdisks: 1 Size:255 MB
P swap.p0 C State: up   Subdisks: 1 Size:459 MB
P swap.p1 C State: up   Subdisks: 1 Size:459 MB
P var.p0  C State: up   Subdisks: 1 Size:256 MB
P var.p1  C State: up   Subdisks: 1 Size:256 MB
P usr.p0  C State: up   Subdisks: 1 Size: 12 GB
P usr.p1  C State: up   Subdisks: 1 Size: 12 GB
P data.p0 C State: up   Subdisks: 3 Size:295 GB

11 subdisks:
S root.p0.s0State: up   D: vinumdrive0  Size:255 MB
S root.p1.s0State: up   D: vinumdrive1  Size:255 MB
S swap.p0.s0State: up   D: vinumdrive0  Size:459 MB
S swap.p1.s0State: up   D: vinumdrive1  Size:459 MB
S var.p0.s0 State: up   D: vinumdrive0  Size:256 MB
S var.p1.s0 State: up   D: vinumdrive1  Size:256 MB
S usr.p0.s0 State: up   D: vinumdrive0  Size: 12 GB
S usr.p1.s0 State: up   D: vinumdrive1  Size: 12 GB
S data.p0.s0State: up   D: vinumdrive0  Size:100 GB
S data.p0.s1State: up   D: vinumdrive1  Size:100 GB
S data.p0.s2State: up   D: vinumdrive2  Size: 93 GB

* Vinum history.  I mounted the volume (which was not unmounted properly
  -- fsck took place first) and watched a few films.  Eventually I
  stumbled across one that didn't even start.
  I am certain vinum isn't reading anything from ad3 -- gstat during
  fsck showed *NO* activity on ad3/vinumdrive2:

19 Mar 2004 02:46:38.668561 *** vinum started ***
19 Mar 2004 02:46:39.266076 list 
19 Mar 2004 02:56:23.538633 *** vinum started ***

* /var/log/messages extract.  I originally started vinum a long while
  before, I included this entry too (excuse wrapping):

Mar 17 23:33:57 amnesia kernel: vinum: loaded
Mar 17 23:34:00 amnesia kernel: vinum: reading configuration from /dev/ad1s1h
Mar 17 23:34:00 amnesia kernel: vinum: updating configuration from /dev/ad2s1h
Mar 17 23:34:00 amnesia kernel: vinum: updating configuration from /dev/ad3s1h
Mar 19 02:49:26 amnesia kernel: WARNING: /mnt/data was not properly dismounted
Mar 19 02:52:15 amnesia kernel: vinum: null rqg

  This seems a little odd to me -- previously I had not had a null rqg
error.  I think maybe I didn't test it enough.  Since these are mostly
avi files I can tell if they are broken on not by seeing if they have an
index -- last time they all played but many without indexes.  Nothing
has changed since then; maybe I wasn't being thorough enough?

* C

Re: Nessus 2.0.5 from ports and plugin issues...

2004-03-18 Thread Eric F Crist
On Thursday 18 March 2004 08:01 pm, Eric F Crist wrote:
> Hello,
>
> Obviously I'm concentrating on some network security here, so I've been
> trying to get nessus installed and working.  I'm running into a problem
> where there is nothing listed in the Plugins tab.  The FAQ on the website
> says to grab more recent sources, like 1.94 or later or something.  Anyone
> else having this problem?
>
> TIA

Sorry folks.  After reading the entire nessus website and not finding 
anything, I started going through the ports tree.  Little did I realize I 
would find a nessus-plugins port.  Doh!

Sorry for the wasted bandwidth.
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588


pgp0.pgp
Description: signature


"Resource temporarily unavailable"

2004-03-18 Thread Harlan Stenn
On a 4-STABLE box I am sometimes editing a file in preparation for an email,
and the session "dies" with a "Resource temporarily unavailable" message.

This is getting really old - there are no other messages anywhere, and
vmstat (for example) shows nothing interesting.

How can I figure out what is going wrong (so I can find and fix the root
cause)?

H

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


Nessus 2.0.5 from ports and plugin issues...

2004-03-18 Thread Eric F Crist
Hello,

Obviously I'm concentrating on some network security here, so I've been trying 
to get nessus installed and working.  I'm running into a problem where there 
is nothing listed in the Plugins tab.  The FAQ on the website says to grab 
more recent sources, like 1.94 or later or something.  Anyone else having 
this problem?

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588


pgp0.pgp
Description: signature


Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Bart Silverstrim
On Mar 18, 2004, at 5:22 PM, Parv wrote:

in message <[EMAIL PROTECTED]>,
wrote Bart Silverstrim thusly...
Incidentally, can others on the list verify where my mail is wrapping?
Love to!  Your first reply did not wrap around ~72 characters; it
went until the width of my terminal (mutt 1.5.5.1_1 in xterm) for
all practical purposes.
This message of yours was around ~72 characters, and i like you for
that.  Now.
I'm still conversing with someone else from the list about this...I 
really think it depends on the width of Mail.app's composition window 
as to where it inserts the formatting codes!

Probably will know more shortly...I just sent him two messages, each 
with differently width-ed windows for the composition windows.

-Bart

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


ld-elf, libkvm out of sync, can't build ports

2004-03-18 Thread knowtree
Running 4.9 STABLE, fresh cvsup of src and ports. Kernel builds and
installs fine, but none of my ports will build. gkrellm and postgresql,
just to name a couple.

Linking stops with error message:

/usr/libexec/ld-elf.so.1: /usr/lib/libkvm.so.2: Undefined symbol "__stderrp"

It looks as if I need to update or rebuild libkvm, but I can't find
anything that explains how.

How can I fix this?

Gary Dunn
Open Slate Project


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


Banan Pos Software under FreeBSD.

2004-03-18 Thread Eric De la Cruz Lugo
Hi!, some one have tried to compile an run the bananapos software?

www.bananapos.com

if some one have successfully installed it please reply to my e-mail!

thanks in advance.

Sorry for my bad english too.

Eric De La Cruz Lugo

At Merida, Yucatan, Mexico
The Maya Land!




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


Re: Mozilla + realplay plugin: how to get this work?

2004-03-18 Thread Palle Girgensohn
The realplayer plugin only works with a linux mozilla binary.

I suggest you use www/plugger, works with native fbsd mozilla. It starts 
realplayer as an application by default, not as a plugin, and honestly, 
this is what you want. Plugins suck for video or audio, it is a bad idea 
IMHO. If you want plugin, you can configure it for that, I believe.

Plugger works by using external programs and open them either in an X 
window inside mozilla,  or just starting them through a forked /bin/sh.

It supports over 50 different mime types, starting different progs. Hence, 
the dependcy list in the port is fairly long, perhaps you can some off if 
you don't want it all...

/palle

--On fredag 19 mars 2004 09.37 +0900 Rob <[EMAIL PROTECTED]> 
wrote:

Hi,

I have installed on STABLE PC:

mozilla-1.6_3,2
linux-flashplugin-6.0r79_1
linuxpluginwrapper-20040310_1
mplayerplug-in-2.45
linux-realplayer-8.cs2_4
I have following in /usr/X11R6/lib/browser_plugins :

raclass.zip -> /usr/local/lib/RealPlayer8/raclass.zip
rpnp.so -> /usr/local/lib/RealPlayer8/rpnp.so
To no avail; realplay plugin does not work with
mozilla. Any more hints?
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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


5.1 & mysql problem

2004-03-18 Thread darryl
I installed Freebsd 5.1-release.

I then installed lynx from the ports system
without problem.

I then installed apache13 from ports without
problem.

When I tried to install mysql323-client.  I did
this by cd /usr/ports/databases/mysql323-client.
I then did a make.  It trundled away for a while,
and eventually errored out.

configure: error: Your compiler cannot convert a 
longlong value to a float!

I tried to install mysql323-server but it errored
out the same way.

Any ideas why it won't compile ?  I checked the
version of gcc the system is using, and the 
man page say gcc-3.2.1.

thanks,
Darryl


-
This mail sent through IMP: http://horde.org/imp/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


4.7 release

2004-03-18 Thread Jeronimo Romero


Does anyone know where 4.7 released iso can be obtained from???
I checked the main ftp site at freebsd.org and only 4.8 was available...

Any hints would be appreciated. Thanks.



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


SMP on FreeBSD 5.2.1

2004-03-18 Thread Michael Madden
It looks FreeBSD detects both my processors from dmesg,
but I've noticed that top and slmon don't show both
processors.  Is this a problem with top or slmon?
Should I be using a different tool to monitor the
processors?
CPU: Intel Pentium III Xeon (794.66-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
Thanks,
Mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Playing DVDs with xine

2004-03-18 Thread Michael Madden
Has anyone gotten xine to play DVDs? I have installed
it from /usr/ports/multimedia/xine and setup /dev/dvd,
but I keep getting this error:
This is xine (X11 gui) - a free video player v0.9.23.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc3a from http://xine.sf.net
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
libdvdnav: vm: faild to open/read the DVD
ls -l /dev/dvd /dev/cd0

crw-rw-rw-  1 root  operator4,  20 Mar 18 07:47 /dev/cd0
lrwxr-xr-x  1 root  wheel3 Mar 18 17:51 /dev/dvd -> /dev/cd0
Thanks,
Mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Mozilla + realplay plugin: how to get this work?

2004-03-18 Thread Rob
Hi,

I have installed on STABLE PC:

mozilla-1.6_3,2
linux-flashplugin-6.0r79_1
linuxpluginwrapper-20040310_1
mplayerplug-in-2.45
linux-realplayer-8.cs2_4
I have following in /usr/X11R6/lib/browser_plugins :

raclass.zip -> /usr/local/lib/RealPlayer8/raclass.zip
rpnp.so -> /usr/local/lib/RealPlayer8/rpnp.so
To no avail; realplay plugin does not work with
mozilla. Any more hints?
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Server automatically Shuts down.

2004-03-18 Thread Jeff Hinrichs
- Original Message - 
From: "samy lancher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 8:56 AM
Subject: RE: Server automatically Shuts down.


> Last night the system again crashed. Are there any other ways to redude
power load on the system.?
>
> Thanks,
> Naveen.
If it is power load then you'd probably be better off replacing your power
supply with something a bit bigger than you currently have installed.  Is
the machine on a UPS?  Also, just to check because I've seen this happen
before:

The power is not controlled by a switch that a new employee or maint staff
is switching off?
New cleaning crew unplugging  to get access for their vacuum/radio, etc?

Don't laugh, I've consulted on gigs where such things have happened.

-Jeff

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


Re: mounting audio CD's atapicam

2004-03-18 Thread Nathan Kinkade
On Thu, Mar 18, 2004 at 11:36:22PM +0100, Jan MAREK wrote:
> I'm using atapicam, FreeBSD5.2.1-release, ATAPI-Combodrive dvd-rom/cd-rw.
> When i mount data cd all OK but when i try audio CD then it writes:
> cd9660: /dev/cd0: Device not configured
> Can anyone help :-)
> thx

You can't mount an audio CD.  You'll need to use some utitlity to rip
the tracks or display them for you.  I think most audio CD ripping tools
can probably tell you what is on a CD and rip just the tracks you want.
I haven't done this recently, but audio/dagrad used to work well for me.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


What versions of Tomcat and Java work on FreeBSD

2004-03-18 Thread lrnobs
I had a jsp web application written for me which was setup on RedHat9.

I would like to move this onto FreeBSD or OpenBSD if possible.

The Tomcat version used was 4.1 and the Java SDK used was Java 2 SDK
Standard Edition 1.4.2

Will these versions run on FreeBSD 4.8, 4.9, or 5.2 or do I have to stay
with Linux without a rewrite.

If it will run, are there big changes in file paths, etc.?

I currently have 4.8 but could of course get newer stuff.

Thanks,

Larry Nobs



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


Re: Passing make parameters

2004-03-18 Thread Joshua Lokken
* Lowell Gilbert <[EMAIL PROTECTED]> [2004-03-18 15:31]:
> Joshua Lokken <[EMAIL PROTECTED]> writes:
> 
> > Right.  For non-portupgrade builds, can these make options be
> > included in /etc/make.conf?
> 
> Yes, but then they will apply to *all* port builds, and to buildworld
> as well.  If that's not what you want, try a Makefile.local in the
> port's directory.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"



Ahh, the local Makefile.  Thanks for the tip.


-- 
Joshua

A star captain's most solemn oath is that he will give his life, even
his entire crew, rather than violate the Prime Directive.
-- Kirk, "The Omega Glory", stardate unknown
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


OpenLDAP support in port security/heimdal

2004-03-18 Thread Robert Fitzpatrick
I am a newbie to ports on FreeBSD and never needed to modify config
options for a port before. Now I need OpenLDAP support for Heimdal and
from looking at the Makefile, I just need to satisfy WITH_LDAP. I've put
it in my /etc/make.conf file and even tried 'make WITH_LDAP=yes', still
no luck. I have done 'portupgrade heimdal-0.6' to 0.6_2. After
installing, I cannot verify LDAP support using ldd:

kdc# ldd /usr/libexec/kdc
/usr/libexec/kdc:
libkrb5.so.7 => /usr/lib/libkrb5.so.7 (0x2807f000)
libhdb.so.7 => /usr/lib/libhdb.so.7 (0x280bc000)
libroken.so.7 => /usr/lib/libroken.so.7 (0x280c9000)
libasn1.so.7 => /usr/lib/libasn1.so.7 (0x280d8000)
libcrypto.so.3 => /lib/libcrypto.so.3 (0x280fe000)
libcrypt.so.2 => /lib/libcrypt.so.2 (0x2820c000)
libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x28225000)
libc.so.5 => /lib/libc.so.5 (0x28227000)
kdc# ldd /usr/bin/kadmin
/usr/bin/kadmin:
libkadm5clnt.so.7 => /usr/lib/libkadm5clnt.so.7 (0x2807c000)
libkadm5srv.so.7 => /usr/lib/libkadm5srv.so.7 (0x28084000)
libkrb5.so.7 => /usr/lib/libkrb5.so.7 (0x28091000)
libroken.so.7 => /usr/lib/libroken.so.7 (0x280ce000)
libhdb.so.7 => /usr/lib/libhdb.so.7 (0x280dd000)
libasn1.so.7 => /usr/lib/libasn1.so.7 (0x280ea000)
libcrypto.so.3 => /lib/libcrypto.so.3 (0x2811)
libcrypt.so.2 => /lib/libcrypt.so.2 (0x2821e000)
libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x28237000)
libreadline.so.4 => /lib/libreadline.so.4 (0x28239000)
libncurses.so.5 => /lib/libncurses.so.5 (0x28267000)
libc.so.5 => /lib/libc.so.5 (0x282a7000)

Can someone give me some guidance on how to set config options for
ports, particularly for this Heimdal port to support an LDAP backend?

-- 
Robert

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


Re: problem with MySon Ethernet Nics

2004-03-18 Thread Olaf Hoyer
On Fri, 19 Mar 2004, GiTi wrote:

> hello list
>
> I have just upgradated to freeBSD 5.2 but My freebsd box does not recognize
> Nic (Myson Ethernet Nic). Please help me to solve this problem
>
Ok, do you have any Information about the chipset used on these?

What is needed, is the dmesg output, at least those lines where the nic
is probed.

should read something like:

pci2:  foo bar

and the output from pciconf -lv regarding that device will be helpful in
identifying that thing, and perhaps, when its only a matter of some PCI
IDs, to add them to the driver...

HTH
Olaf



-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Zope

2004-03-18 Thread Khairil Yusof
On Thu, 2004-03-18 at 09:38 -0800, Chad Gross wrote:

> Thank you for your assistence, I managed to figure out
> what my problem was. It turns out zope must be started
> as root. I was starting it as another user which is
> what Zope.org suggests to do.

If you installed it from ports rename the startup script from
zope.sh.sample to zope.sh, and start it
from /usr/local/etc/rc.d/zope.sh. eg.

/usr/local/etc/rc.d/zope.sh start

You can still start it manually from root, just specify the user you
want the daemon to run eg:

./start -u www



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


Re: Spam? FreeBSD Install Guide Official Launch News release (fwd)

2004-03-18 Thread Kris Kennaway
On Thu, Mar 18, 2004 at 07:02:55PM +, Rus Foster wrote:
> Anyone else recieve this Spam?
> 
> Abuse reports filed..

Yes, I have reported it to postmaster, and expect that he will (at
least) be banned from all FreeBSD mailing lists.  Spamming is no more
acceptable just because the content is nominally FreeBSD-related.

Kris


pgp0.pgp
Description: PGP signature


problem with MySon Ethernet Nics

2004-03-18 Thread GiTi
hello list

I have just upgradated to freeBSD 5.2 but My freebsd box does not recognize
Nic (Myson Ethernet Nic). Please help me to solve this problem

Thank you, sorry for my poor english


www.airland.kiev.ua - Airland Network eMail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make parameters

2004-03-18 Thread Parv
in message <[EMAIL PROTECTED]>,
wrote Lowell Gilbert thusly...
>
> Joshua Lokken <[EMAIL PROTECTED]> writes:
> 
> > Right.  For non-portupgrade builds, can these make options be
> > included in /etc/make.conf?
> 
> Yes, but then they will apply to *all* port builds, and to buildworld
> as well.  If that's not what you want, try a Makefile.local in the
> port's directory.

Mind that, Joshua, not every port /actually/ uses Makefile.local.


  - Parv

-- 

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


How to know last files installed ?

2004-03-18 Thread freebsd
Hi,
A newbie to Unix here. I installed (almost innstalled) a package (emacs)
on a VPS hosting account that I just signed up for. Emacs required other
packages and this sucked up most of the disk quota.

For some reason, the installation didn't go well and it was interrupted.
Now, I tried to pkg_delete emacs21 with no luck; it didn't reverse back
the operation.

I want to know what & where are the files that still on my VPS account and
taking up all this space. How can this be done?

Thanks in advance.

Cheers,

Mazen


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


mounting audio CD's atapicam

2004-03-18 Thread Jan MAREK
I'm using atapicam, FreeBSD5.2.1-release, ATAPI-Combodrive dvd-rom/cd-rw.
When i mount data cd all OK but when i try audio CD then it writes:
cd9660: /dev/cd0: Device not configured
Can anyone help :-)
thx
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make parameters

2004-03-18 Thread Lowell Gilbert
Joshua Lokken <[EMAIL PROTECTED]> writes:

> Right.  For non-portupgrade builds, can these make options be
> included in /etc/make.conf?

Yes, but then they will apply to *all* port builds, and to buildworld
as well.  If that's not what you want, try a Makefile.local in the
port's directory.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Parv
in message <[EMAIL PROTECTED]>,
wrote Bart Silverstrim thusly...
>
> Incidentally, can others on the list verify where my mail is wrapping?  

Love to!  Your first reply did not wrap around ~72 characters; it
went until the width of my terminal (mutt 1.5.5.1_1 in xterm) for
all practical purposes.

This message of yours was around ~72 characters, and i like you for
that.  Now.


  - Parv

-- 

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


Problems making release 4.9

2004-03-18 Thread Kent Ketell
I am having difficulty getting make release to complete under 4.9.  I
have cvsup'd the source, built the world, installed the world and then
attempted to do make release and failed.
 
The failure is always in the same spot:
 
--
>>> Installing kernel
--
cd /usr/obj/usr/src/sys/BOOTMFS;  MAKEOBJDIRPREFIX=/usr/obj
MACHINE_ARCH=i386  MACHINE=i386
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/o
bj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  make
KERNEL=BOOTMFS reinstall
install -m 555 -o root -g wheel -fschg  BOOTMFS /R/stage/kernels/BOOTMFS
mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
Setting up /boot directory for kern floppy
dload=0x20 dsize=0x25000 isize=0x25000 entry=0x20 nsize=0x11b02
/R/stage/image.kern/kernel:  53.4% -- replaced with
/R/stage/image.kern/kernel.gz
sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp
/R/stage /mnt 1440 /R/stage/image.kern  8 fd1440
Warning: Block size restricts cylinders per group to 6.
Warning: 1216 sector(s) in last cylinder unallocated
/dev/rvnn0c:2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
super-block backups (for fsck -b #) at:
 32
 
/mnt: write failed, file system is full
cpio: write error: No space left on device
*** Error code 1
 
Stop in /usr/src/release.
*** Error code 1
 
Stop in /usr/src/release.
*** Error code 1
 
Stop in /usr/src/release.

 
It would appear that the goodies trying to be stuffed onto the floppy
are too big to fit:
 
 ls -l /b/release/4.9-STABLE/R/stage/image.kern/
total 1346
drwxr-xr-x  2 root  wheel  512 Mar 18 14:12 boot/
-r-xr-xr-x  1 root  wheel  1345876 Mar 18 14:12 kernel.gz*

 
I have done this many times with pervious releases to make custom
install CDs, but have yet to have it work under 4.9.  What can I do to
trim some fat from the bits to make them fit on the floppy.
 
I don't even need the floppies, other than boot.flp.
 
Please reply directly if you can, as I am not subscribed to the list.
 
Thanks in advance.
 
-Kent-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anti Virus Software

2004-03-18 Thread Paul A. Hoadley
On Thu, Mar 18, 2004 at 01:11:59PM +0800, [EMAIL PROTECTED] wrote:

> also i was wondering too if there are any recommendations for a good
> AV/spam combo for email running qmail & courier/imap?

Have a look at this article:

http://logicsquad.net/freebsd/qmail-scanner-how-to.html

It was getting old (describing some installation procedures for
applications which, at the time, had no ports) and I updated it just a
few days ago.  I removed the parts describing manual installation and
replaced them with pointers to the various ports.  I have not actually
tested the current version of the article from top to bottom, so I
would be interested to hear about bugs if you try it.


-- 
Paul.

mailto:[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


php installation problems

2004-03-18 Thread samy lancher

Hello All, 

I have FreeBSD 4.5, apache 1.3.26_3 and mod_php4-4.2.2 . i wanted to upgrade php to 
php4-4.3.3.1 so i downloaded php4-4.3.3,1.tgz to usr/ports/distfiles and gave the 
command 

port_update   -r   mod_php4-4.2.2   php4-4.3.3,1.tgz 

I noticed that php old version got uninstalled and the new one did not get installed. 
Then in usr/ports/distfiles when i gave the command "pkg_add php4-4.3.3,1.tgz" i got 
an error 

read_plist: bad command '@conflicts php4-4*' 

I guess it is something to do with package version and their dependencies but I am not 
sure what  exactly the problem is. 

I would also like to know if there is a way i can find out all the dependencies for a 
particular package before actually installing it.

I would appreciate if some one could help me. 

Thanks, 

Naveen.


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Terry L. Tyson Jr.
On Thu, Mar 18, 2004 at 03:52:30PM -0500, Bart Silverstrim wrote:
> Incidentally, can others on the list verify where my mail is wrapping?  
> I was working with someone offlist to see if, in Mail.app, my wrapping 
> is affected by the size of the composition window when I send the 
> message.  I noticed that quirk in a few other OS X apps when working 
> with printing documents...WYSIWYG taken to an extreme :-)
> 
> -Bart

Look good to me. I use vim for my mutt editor. The command

set editor="vim -c 'set tw=70 expandtab'"

in my .muttrc file makes vim wrap at 70 characters only while it is
run from mutt. 

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


Re: Perl won't compile

2004-03-18 Thread Shawn Ramsey
> * Shawn Ramsey <[EMAIL PROTECTED]> [2004-03-18 07:31]:
> > I've got a 4.7-STABLE system, and perl or the port won't compile... Does
anyone have any clue what the problem might be? Haven't had any other issues
compiling... other than Base 64 for perl. If I try to install the Base 64
module for the currently installed perl(5.6.0) it bombs with the same error
:
> >
> >
>
>
> This may not be the answer you are looking for, but you might
> try upgrading your system to 4.9 or 4-STABLE and having another
> go at it.

Yeah, that isn't the answer I was looking for... :) I have other old release
machines and Perl compiles just fine on them. Another 4.7-RELEASE system is
running the latest perl...

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


Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Bart Silverstrim
On Mar 18, 2004, at 3:42 PM, Jerry McAllister wrote:

Yup.  I do it manually - just hit that nice big Enter/Return key 
between
a couple of word when I get out around that far.
Which is why, on my mailer, quoting you gives a full line then one word 
then a line...it kind of reminds me of a person I knew in college who 
typed his first multipage essay with the hard linefeeds at the end of 
each line instead of the end of each paragraph, then made a change near 
the beginning and foobar'd his formatting for the whole document... :-)
That's all too complicated.  It is really because many people read
their mail on text only readers - such as on a console without
much gui stuff or whatever.   So, the stuff either just wraps at
lousy places and runs stuff together or it ignores all the html
or other markup junk that clutters up the message file and splats
it all out on the screen just as it gets it which is hard to read.
In the FAQ (and the conversation I had with the person on the OS X 
lists), it isn't HTML, and it isn't a GUI thing.  Format=flowed works 
in several console programs, from what the FAQ said.

Re: HTML, the FAQ said:
No. Nothing. Format=flowed applies solely to plain-text messages. HTML 
messages already have something functionally equivalent to f=f: the 
 attribute, which... um... quotes blocks of text. When f=f 
mailers that also can handle HTML encounter  text, it’s 
usually marked up with the same excerpt bars we’re familiar with from 
f=f. Format=flowed isn’t actually at work there, but since  
text flows nicely when you resize a window, the effect is the same.

A return in there usuall doesn't mess up the gui Email readers.  They
tend to ignore it.  But it sure helps text based Email readers.
Actually, it is displaying oddly in my MUA...because of the hard 
returns mixed with the f=f.

Incidentally, can others on the list verify where my mail is wrapping?  
I was working with someone offlist to see if, in Mail.app, my wrapping 
is affected by the size of the composition window when I send the 
message.  I noticed that quirk in a few other OS X apps when working 
with printing documents...WYSIWYG taken to an extreme :-)

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


Re: Demande de conseille

2004-03-18 Thread Cordula's Web
> Bonjour 
> Je voulais savoir quel version de freebsd me conseillez vous
> pour un pentium 1 233 64 Mb vive ?

[Il s'agit d'une list anglophone]

J'ai utilise (et je continue d'utiliser) 4.9-STABLE sur un pentium
200 Mhz avec 128 MB memoire. La memoire n'est pas un probleme (je
pense), mais certain programmes sonts tres lents. Par example utiliser
mozilla n'est pas du tout amusant (ca fonctinne, mais tres, tres
lentement). Ah oui, j'utilise fluxbox, pas des monstres comme KDE ou
GNOME.

En ce qui concerne la performance, pas de problemes. Je peux utiliser
mpg123 (mp3 player), un telechargement par ppp und compiler des sources
par gcc/g++ simultanement sans aucains problemes...

Bonne chance!

-- 
Cordula's Web. http://www.cordula.ws/

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


Re: Passing make parameters

2004-03-18 Thread Joshua Lokken
* Lowell Gilbert <[EMAIL PROTECTED]> [2004-03-18 12:42]:
> Ben Paley <[EMAIL PROTECTED]> writes:
> 
> > On Thursday 18 March 2004 5:04 pm, Joshua Lokken wrote:
> > > * Ben Paley <[EMAIL PROTECTED]> [2004-03-18 08:35]:
> > > > Hello,
> > > >
> > > > I just recently read somewhere of a file where I can put make parameters
> > > > for any programs, so that, for instance, I don't have to remember to add
> > > > WITH_MOTIF="YES" every time I build kdebase...
> > > >
> > > > ...but I've forgotten what it is, or where I read about it. Anyone know?
> > > >
> > > > Cheers,
> > > > Ben
> > >
> > > /usr/local/etc/pkgtools.conf
> > >
> > > I think that's what you're looking for.
> > 
> > Thanks a lot, I'll investigate.
> 
> Note that this only applies to portupgrade and its associated programs...


Right.  For non-portupgrade builds, can these make options be
included in /etc/make.conf?


-- 
Joshua

Four thousand throats may be cut in one night by a running man.
-- Klingon Soldier, "Day of the Dove", stardate unknown
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Jerry McAllister
> 
> 
> On Mar 17, 2004, at 5:45 PM, Kris Kennaway wrote:
> 
> > 1) Please wrap your lines at 70 characters so your emails may be 
> > easily read.
> 
> I'm using Mail.app on OS X 10.3.3, and someone offering some advice 
> from this list also
> asked me to fix  line wrapping.  I checked and checked, but found 
> nothing in Mail that allows
> a "wrapping" unless it's done manually.

Yup.  I do it manually - just hit that nice big Enter/Return key between
a couple of word when I get out around that far.   Some Mail clients
allow you to set a line length and then try to break between word near
there.   Most editors such as vi allow something like this too.  I am
using vi, but have a long habit of hitting return from way back in the
days of typewriters (I'm old) so I never even bother to set anything 
in vi.I just miss the bell 'ding' and sound of the platen or type
ball moving back each time.   Maybe that could be simulated.

> I went to the MacOSX admin mailing list and asked there.  They said 
> that the problem
> is that when Mail.app sends as "text" (I avoid whenever possible 
> sending html or
> rich text stuff through email...if it's good enough for telnet, it's 
> good enough for me! :-)
> the format is "flow" (format = flowed), and pointed me to 
> http://www.joeclark.org/ffaq.html
> for some information.  From what I understood the problem isn't 
> Mail.app, it was a
> MUA that isn't correctly reading format=flowed

That's all too complicated.  It is really because many people read
their mail on text only readers - such as on a console without 
much gui stuff or whatever.   So, the stuff either just wraps at
lousy places and runs stuff together or it ignores all the html
or other markup junk that clutters up the message file and splats 
it all out on the screen just as it gets it which is hard to read.

> Out of curiosity, what email program are you using that it's not 
> showing up?  I thought the
> FAQ said that many term emailers support the flowed 
> format...essentially my hitting
> "enter" at the end of each line is making it more difficult for the 
> format=flowed-speaking-
> mailers to correctly format my email for quoting, etc...

A return in there usuall doesn't mess up the gui Email readers.  They 
tend to ignore it.  But it sure helps text based Email readers.

jerry

> 
> Suggestions?  I'm not trying to start any kind of religious MUA war or 
> anything like that,
> just asking for honest opinion on "best practices"...
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make parameters

2004-03-18 Thread Lowell Gilbert
Ben Paley <[EMAIL PROTECTED]> writes:

> On Thursday 18 March 2004 5:04 pm, Joshua Lokken wrote:
> > * Ben Paley <[EMAIL PROTECTED]> [2004-03-18 08:35]:
> > > Hello,
> > >
> > > I just recently read somewhere of a file where I can put make parameters
> > > for any programs, so that, for instance, I don't have to remember to add
> > > WITH_MOTIF="YES" every time I build kdebase...
> > >
> > > ...but I've forgotten what it is, or where I read about it. Anyone know?
> > >
> > > Cheers,
> > > Ben
> >
> > /usr/local/etc/pkgtools.conf
> >
> > I think that's what you're looking for.
> 
> Thanks a lot, I'll investigate.

Note that this only applies to portupgrade and its associated programs...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Spam? FreeBSD Install Guide Official Launch News release (fwd)

2004-03-18 Thread Chris
On Thursday 18 March 2004 01:02 pm, Rus Foster wrote:
> Anyone else recieve this Spam?
>
> Abuse reports filed..

Here we go again.

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


Re: FreeBSD as vmware guest OS and net

2004-03-18 Thread Jerry McAllister
> 
> 
> I have a box with w2k as the primary OS and FreeBSD 4.9-stable installed
> as a dual-boot.  I also have vmware 4 installed under w2k with
> bsd as the guest OS.  My problem is I can't get bsd to talk to
> the network card.  What settings do I need and/or network driver do I
> need to set???

Generally you can figure out the NIC driver by looking through
the boot messages.   use  dmesg(8)  to look at the file of
messages.When you find some text looking like it is talking
about a NIC, then take the two leter code it is referring to and
use it as your driver - in the kernel.

On the machine I am currently on it looks like:

em0:  
   port 0xdf40-0xdf7f mem 0xfeae-0xfeaf irq 9 at device 12.0 on pci1
em0:  Speed:N/A  Duplex:N/A

So the driver is  'em'  in this case.

jerry

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


Re: Install problems

2004-03-18 Thread Peter Risdon
Darryl Hoar wrote:

I set
the gateway IP to my gateway (192.168.1.75).
 

Darryl mailed me off-list - passive mode worked.

PWR.

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


openssl upgrade confusion

2004-03-18 Thread Jamie




   I'm trying to upgrade openssl 0.9.7d from 0.9.7c and am having a
really rough time. I downloaded the 9.7d tarball and untarred it in
/usr/src. I did a ./config, make, and make install. It seems to have
placed the new openssl libraries in a different location than where the
original ones were installed:

# locate libcrypto.a
/usr/lib/libcrypto.a
/usr/local/ssl/lib/libcrypto.a
#

  What is the best way to over-write the base install? I've considered
adding /usr/local/ssl/lib to the /var/run/ld-elf.so.hints file but I can't
find a way to modify the order so that /usr/local/ssl/lib/ is checked
before /usr/lib.

  Is that the route I should be taking, or is there a better way? I have
considered using the openssl port to do the upgrade, but I would rather
use a tarball because I have built apache/mod_ssl/openssl together.


   - Jamie




Greetings from Minneapolis, MN, United States

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


Re: Install problems

2004-03-18 Thread Matthew Seaman
On Thu, Mar 18, 2004 at 11:37:12AM -0600, Darryl Hoar wrote:
> I have a computer that I have had Freebsd on previously.  I recently
> re-installed 5.1-release on it as I was going to make it a firewall.
> Well, I pulled one of the nic out, and have been trying to do a 
> full install from ftp.

Try Alt-F2 to bring up the screen with more diagnostic information.
Getting a tcpdump(1) of the machines' attempt to open an FTP
connection should help give you clues about what's going wrong, if
you've got a handy box you can intercept the traffic from.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: please help me

2004-03-18 Thread Matthew Seaman
On Thu, Mar 18, 2004 at 06:26:29AM -0800, siavash mahjoob wrote:
> hi dear mr or mrs
> i have freebsd-5.0 in my computer.i install
> qpopper-4.0.5 in my machine. then check with
> telnet localhost 110 then install openssl-0.9.7d with
> stunnel-3.26.
> i use this command   stunnel -d 995 -p
> /usr/local/ssl/certs/stunnel.pem -r localhost:pop3.
> when i want connect with outlook express,i recive this
> message in bash(freebsd mashine):
> SSL_read (SSL_ERROR_SYSCALL): connection reset by peer
> (45)

Hmmm.. That should work.  What are you using for your stunnel.pem
cert?  If it's singed by a regular CA then it should work fine.  If
it's self-signed some clients may reject it.  Can you try using a
different mail client - like Netscape or Evolution or pine or mutt -
which should show if the problem is with OE or with your
stunnel+qpopper setup.

You could also try an alternative pop3s server -- there is the one
included with the mail/uw-imap software, for instance, although you
should make sure to compile the port with WITH_SSL_AND_PLAINTEXT=yes
if you want both encrypted and plaintext servers, or I've heard some
very good things about mail/dovecot.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Demande de conseille

2004-03-18 Thread K. Greenwood
Bonjour... from an anglophone... excuse the
pronuciation

--- [EMAIL PROTECTED] wrote:
> Bonjour
> Je voulais savoir quel version de freebsd me
> conseillez vous pour un pentium 1 233 64 Mb vive ?
> 
> Merci d'avance
<-snipped->


N'importe quelle version de FreeBSD devrait
fonctionner avec ce type d'ordinateur. Cependant, si
vous souhaitez courir les x-fenêtres (xfree86) vous
pouvez courir dans quelques issues d'exécution.
Certainement KDE causera l'issue.

Il dépend vraiment de ce que vous voulez faire avec
lui. Quelque chose sur la ligne de commande devrait
fonctionner assez bien.

Bonne chance.

http://www.freebsd-fr.org/
Non english mailing lists...
http://www.freebsd.org/support.html#mailing-list



I wanted to know which version of freebsd advise me
for a sharp pentium 1 233 64 Mb

Any version of FreeBSD should work with that type of
computer.  However, if you wish to run x-windows
(xfree86) you may run into some performance issues. 
Certainly KDE will cause issue.

It really depends on what you want to do with it. 
Anything on the command line should function well
enough.

Good luck...

BTW, sorry (mailing list) if this is not wrapped at 72
char's... I think it's set up properly, however.

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail readers

2004-03-18 Thread Chuck Swiger
Bart Silverstrim wrote:
[ ... ]
Out of curiosity, what email program are you using that it's not showing 
up?  I thought the FAQ said that many term emailers support the flowed
format...essentially my hitting "enter" at the end of each line is making
it more difficult for the format=flowed-speaking-mailers to correctly
format my email for quoting, etc...
Yes, the format=flowed behavior is described by RFC-2616, and on a good day, 
your mailer should break up lines around 76 chars in automaticly when sending 
so that plain-text MUAs are happy.  Mozilla and Apple's Mail.app are probably 
the two most common mailers which understand that format.

MUAs which understand format=flowed will re-wrap the lines to fit the window 
the message is being displayed in, but for some reason the mail you send is 
being wrapped around column 120 rather than around column 76.

Suggestions?  I'm not trying to start any kind of religious MUA war or 
anything like that, just asking for honest opinion on "best practices"...
In this case, file a bug report with Apple-- Mail.app normally does a better 
job.  If you'd be entertained by reading about comparible problems with 
Mozilla, see:

http://bugzilla.mozilla.org/show_bug.cgi?id=114954

[ Mozilla's interpretation of RFC-2616 makes it impossible to send a ">" in 
the first column, which to me is broken by design ]

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


Re: Passing make parameters

2004-03-18 Thread Ben Paley
On Thursday 18 March 2004 5:04 pm, Joshua Lokken wrote:
> * Ben Paley <[EMAIL PROTECTED]> [2004-03-18 08:35]:
> > Hello,
> >
> > I just recently read somewhere of a file where I can put make parameters
> > for any programs, so that, for instance, I don't have to remember to add
> > WITH_MOTIF="YES" every time I build kdebase...
> >
> > ...but I've forgotten what it is, or where I read about it. Anyone know?
> >
> > Cheers,
> > Ben
>
> /usr/local/etc/pkgtools.conf
>
> I think that's what you're looking for.

Thanks a lot, I'll investigate.

Cheers,
Ben

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


Re: Demande de conseille

2004-03-18 Thread Terry L. Tyson Jr.
I think I recognized the word "version" in there. I would recommend
sticking with 4.9 for now unless there is a driver or some other
feature you need that is only in 5.x.

On Thu, Mar 18, 2004 at 08:37:28PM +0100, Remko Lodder wrote:
> Can you translate that to English please
> 
> If you were asking : Does it run on a Pention 1 233Mhz with 64mb ram?
> Yes it works , perhaps not the fastest system on the world, but it 
> should be fine ;)
> 
> cheers
> 
> [EMAIL PROTECTED] wrote:
> 
> >Bonjour
> >Je voulais savoir quel version de freebsd me conseillez vous pour un 
> >pentium 1 233 64 Mb vive ?

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


Re: Downgrading 4.9-stable to 4.9-release-p3

2004-03-18 Thread Kent Stewart
On Thursday 18 March 2004 10:55 am, Shaun T. Erickson wrote:
> Kent Stewart wrote:
> > How are you going to include the changed libraries in modules you
> > don't rebuild? The advisory was even more specific, i.e., rebuild
> > all ports that use OpenSSL.
>
> That's not exactly what it said. It said to rebuild all statically
> linked ports and 3rd-party apps:
>
> "Note that any statically linked applications that are not part of
> the base system (i.e. from the Ports Collection or other 3rd-party
> sources) must be recompiled."
>
> Dynamically linked programs do not have to be rebuilt.
>

Ok, I over shot. I do that now and again :).

My question is how is the typical sysadmin going to tell which ones were 
built dynamically. Most sysadmins I have met have never written 
anything deeper than perl or shell scripts. They hire people that 
program and use their expertise in different areas where things have to 
run.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: FreeBSD Install Guide Official Launch News release

2004-03-18 Thread Ed Budd
On Thu, 18 Mar 2004 19:10:50 +
Peter Risdon <[EMAIL PROTECTED]> wrote:

> Sales wrote:
> 
> >Dear FreeBSD friend  
> >
> >During the pass 3 years I have answered your questions on the 
> >FreeBSD questions mailing list. A pattern emerged with common
> >questions about post install configuration, Firewalling, and private
> >LAN setup. To address this reoccurring need,
> >
> >I am proud to officially announce the launch of the
> >
> >
> >FreeBSD 4.9 Stable Install Guide.
> >
> >  Web Site
> >
> > WWW.A1POWERUSER.COM
> >  
> >
> 
> This is an abuse of your list membership.
> 
> PWR.
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


...not to mention very poor form, unwarrantedly self-congratulatory and
well...just downright annoying.



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


Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Bart Silverstrim
On Mar 17, 2004, at 5:45 PM, Kris Kennaway wrote:

1) Please wrap your lines at 70 characters so your emails may be 
easily read.

I'm using Mail.app on OS X 10.3.3, and someone offering some advice 
from this list also
asked me to fix  line wrapping.  I checked and checked, but found 
nothing in Mail that allows
a "wrapping" unless it's done manually.

I went to the MacOSX admin mailing list and asked there.  They said 
that the problem
is that when Mail.app sends as "text" (I avoid whenever possible 
sending html or
rich text stuff through email...if it's good enough for telnet, it's 
good enough for me! :-)
the format is "flow" (format = flowed), and pointed me to 
http://www.joeclark.org/ffaq.html
for some information.  From what I understood the problem isn't 
Mail.app, it was a
MUA that isn't correctly reading format=flowed

Out of curiosity, what email program are you using that it's not 
showing up?  I thought the
FAQ said that many term emailers support the flowed 
format...essentially my hitting
"enter" at the end of each line is making it more difficult for the 
format=flowed-speaking-
mailers to correctly format my email for quoting, etc...

Suggestions?  I'm not trying to start any kind of religious MUA war or 
anything like that,
just asking for honest opinion on "best practices"...

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


Re: Demande de conseille

2004-03-18 Thread Remko Lodder
Can you translate that to English please

If you were asking : Does it run on a Pention 1 233Mhz with 64mb ram?
Yes it works , perhaps not the fastest system on the world, but it 
should be fine ;)

cheers

[EMAIL PROTECTED] wrote:

Bonjour
Je voulais savoir quel version de freebsd me conseillez vous pour un pentium 1 233 64 
Mb vive ?
Merci d'avance

-
Internet simplement moins cher avec Tele2 : http://www.tele2.fr
-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Spam? FreeBSD Install Guide Official Launch News release (fwd)

2004-03-18 Thread Joshua Lokken
* Rus Foster <[EMAIL PROTECTED]> [2004-03-18 11:02]:
> Anyone else recieve this Spam?
> 
> Abuse reports filed..
> 
> 
> -- 
> e: [EMAIL PROTECTED]
> t: 1-888-327-6330
> www.jvds.com - Root on your own box
> www.vpscolo.com - Your next hosting company
> 
> -- Forwarded message --
> Date: Thu, 18 Mar 2004 13:50:42 -0500
> From: Sales <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: FreeBSD Install Guide Official Launch News release
> 
> 
> Dear FreeBSD friend
> 
> During the pass 3 years I have answered your questions on the
> FreeBSD questions mailing list. A pattern emerged with common questions
> about post install configuration, Firewalling, and private LAN setup.
> To address this reoccurring need,
> 
> I am proud to officially announce the launch of the
> 
> 


This lame-o (a1poweruser), I don't remember his 'name'...
has spammed the list before, and likely will again.  Certainly
his domain should be listed on an rbl somewhere...  Is it
possible for a list maintainer to give this guy an ulitmatum,
ie. 'stop spamming the list, or lose it...'  not that that 
would make him stop, but would give you reason to get rid of
him if he does not comply.


-- 
Joshua

We fight only when there is no other choice.  We prefer the ways of
peaceful contact.
-- Kirk, "Spectre of the Gun", stardate 4385.3
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: XFree86-4.2.0 ?

2004-03-18 Thread Vulpes Velox
On Thu, 18 Mar 2004 11:42:14 -0700 (MST)
RJ45 <[EMAIL PROTECTED]> wrote:

> I know but it is a pain in the ass.
> The source code without FreeBSD/alpha specific patches is pretty
> unusable

No clue about how to go about using it, what about portdowngrade in
the sysutil dir?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: spam scanner install failed

2004-03-18 Thread Matthew Seaman
On Thu, Mar 18, 2004 at 05:42:34PM +0800, [EMAIL PROTECTED] wrote:

> Is there a way to still install these programs??  I tried installing just
> after doing a #cvsup -g -L 2 /etc/ports-supfile

Did you do a 'make index' after cvsup'ing? As p5-Time-HiRes is
currently at version 1.55 in ports.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Spam? FreeBSD Install Guide Official Launch News release (fwd)

2004-03-18 Thread Jez Hancock
On Thu, Mar 18, 2004 at 07:02:55PM +, Rus Foster wrote:
> Anyone else recieve this Spam?
Yes.

> Abuse reports filed..
Ditto. 

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Tcp patch for 5.1

2004-03-18 Thread Matthew Seaman
On Thu, Mar 18, 2004 at 10:29:48AM +0100, Gerd Schweier wrote:

> Sorry - one question -  is there a tcp patch available for i386 5.1 ?

If you mean to the out-of-sequence TCP packets DOS, then yes.  URLs
for patches and other instructions for securing RELENG_5_1 and
RELENG_4_7 were added to FreeBSD-SA-04:04.tcp.asc yesterday.  See:

ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-04:04.tcp.asc

You're advised to upgrade from 5.1 as soon as may be, since it's
no-longer an officially supported early-adopter release.  There's no
guarrantee that patches for unsupported releases will be forthcoming
in future, or that they will appear in a timely manner.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Demande de conseille

2004-03-18 Thread jonathan13
Bonjour
Je voulais savoir quel version de freebsd me conseillez vous pour un pentium 1 233 64 
Mb vive ?

Merci d'avance

-
Internet simplement moins cher avec Tele2 : http://www.tele2.fr
-

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


Re: passwd problem

2004-03-18 Thread Remko Lodder
For what i know is that this error is given when you type the wrong 
password...



Peter Svec wrote:

Hi,

my problem:


passwd
Changing local password for user
Old Password:
passwd: sorry
I type right password. Where is error 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


passwd problem

2004-03-18 Thread Peter Svec
Hi,

my problem:

>passwd
Changing local password for user
Old Password:
passwd: sorry

I type right password. Where is error 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Install Guide Official Launch News release

2004-03-18 Thread Peter Risdon
Sales wrote:

Dear FreeBSD friend  

During the pass 3 years I have answered your questions on the 
FreeBSD questions mailing list. A pattern emerged with common questions 
about post install configuration, Firewalling, and private LAN setup. 
To address this reoccurring need,

I am proud to officially announce the launch of the

   FreeBSD 4.9 Stable Install Guide.

 Web Site

WWW.A1POWERUSER.COM
 

This is an abuse of your list membership.

PWR.

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


Spam? FreeBSD Install Guide Official Launch News release (fwd)

2004-03-18 Thread Rus Foster
Anyone else recieve this Spam?

Abuse reports filed..


-- 
e: [EMAIL PROTECTED]
t: 1-888-327-6330
www.jvds.com - Root on your own box
www.vpscolo.com - Your next hosting company

-- Forwarded message --
Date: Thu, 18 Mar 2004 13:50:42 -0500
From: Sales <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FreeBSD Install Guide Official Launch News release


Dear FreeBSD friend

During the pass 3 years I have answered your questions on the
FreeBSD questions mailing list. A pattern emerged with common questions
about post install configuration, Firewalling, and private LAN setup.
To address this reoccurring need,

I am proud to officially announce the launch of the


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


Re: Downgrading 4.9-stable to 4.9-release-p3

2004-03-18 Thread Shaun T. Erickson
Kent Stewart wrote:

How are you going to include the changed libraries in modules you don't 
rebuild? The advisory was even more specific, i.e., rebuild all ports 
that use OpenSSL.
That's not exactly what it said. It said to rebuild all statically 
linked ports and 3rd-party apps:

"Note that any statically linked applications that are not part of the
base system (i.e. from the Ports Collection or other 3rd-party sources)
must be recompiled."
Dynamically linked programs do not have to be rebuilt.

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


Re: John The Ripper?

2004-03-18 Thread Aaron Peterson
> Does anyone know the best way to execute john the ripper against freebsd
> password files?  I'm testing the strength of my own passwords and have
> never
> used this software for.  The way it looks to me, I need to obtain a
> dictionary file, or pound on the keyboard to have john start guessing
> passwords.

you will need a merged (old style) password file to give john, and i
believe there are some easy programs you can run as root to accomplish
this (although i don't know their names off hand).  What i mean is
generally these days most unix like systems have a password file without
actual password hashes in them that are world readable, and a separate
file/db containing the password hashes for each account that is only
readable by root.  they must be merged into one file for john to crack. 
then i think it's a simple as typing 'john passwordfile' if you want brute
force rather than dictionary.

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


Re: Downgrading 4.9-stable to 4.9-release-p3

2004-03-18 Thread Kent Stewart
On Thursday 18 March 2004 10:09 am, Dan Rue wrote:
> I upgraded some servers to 4.9-stable a few weeks ago, not realizing
> that I really wanted releng_4_9.  Since I have to apply this openssl
> fix anyway, I thought I could go from 4.9-stable to releng_4_9 no
> problem.  The alternative, as I see it, is to wait for 4.10 to come
> and upgrade to that.  Am I going to run into problems going from
> 4.9-stable to releng_4_9?

It would appear to me that you are fixing something that isn't broken.

>
> If I can sneak in a second question.  With this openssl fix, couldn't
> I just apply the patch, cd /usr/src/crypto/openssl && make install ?
> Instead of the recommended buildworld fiasco?
>

How are you going to include the changed libraries in modules you don't 
rebuild? The advisory was even more specific, i.e., rebuild all ports 
that use OpenSSL.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Root password not responding

2004-03-18 Thread Chuck Swiger
Yoo, Gene wrote:
However, recently the root usner name and password, when entered
correctly or incorrectly, does not login.  It gives me the message of
Incorrect password or usnername.  Why has this suddenly started
occurring and how do I fix this?
Change the line containing "PermitRootLogin" to yes in /etc/ssh/sshd_config, 
and restart sshd on that machine.

It's better from the standpoint of security to always log in as a normal user 
and su (or run sudo), which is why root login via SSH is disabled by default. 
 However, there are circumstances where logging in as root is convenient...

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


Re: XFree86-4.2.0 ?

2004-03-18 Thread RJ45
I know but it is a pain in the ass.
The source code without FreeBSD/alpha specific patches is pretty
unusable

Rick


On Thu, 18 Mar 2004, Joshua Lokken wrote:

> * RJ45 <[EMAIL PROTECTED]> [2004-03-18 07:53]:
> > Hello,
> > where could I find binaries of XFree86-4.2.0 ?
> > actually this is the only one XFree version 4 working on my Alpha
> > architecture (XP1000)
> > 
> > but on the FreeBSD main site I Cannot find packages other than 4.3.0
> > 
> > or how can I import in the ports a older 4.2.0 version of XFree instead of
> > newer 4.3.0 ?
> > 
> > thanks
> > 
> > Rick
> 
> 
> 
> You can download the source code from http://xfree86.org/downloads.html
> 
> HTH,
> 
> 
> -- 
> Joshua
> 
> No problem is insoluble.
>   -- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4
> 

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


RE: Root password not responding

2004-03-18 Thread Yoo, Gene
Are you having problem when using ssh or from the console?



Alright I have recently installed BSD onto my computer as one of the OS
systems to dual boot.  
However, recently the root usner name and password, when entered
correctly or incorrectly, does not login.  It gives me the message of
Incorrect password or usnername.  Why has this suddenly started
occurring and how do I fix this?
Thanks
Costomer


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


Re: Downgrading 4.9-stable to 4.9-release-p3

2004-03-18 Thread Chuck Swiger
Dan Rue wrote:
Am I going to run into problems going from 4.9-stable
to releng_4_9?  
Nope-- this shouldn't be any problem.

If I can sneak in a second question.  With this openssl fix, couldn't I
just apply the patch, cd /usr/src/crypto/openssl && make install ?
Instead of the recommended buildworld fiasco?
Certainly you could do so, but the security fix would only apply to programs 
which dynamicly link the OpenSSL library.  In order to fix any staticly linked 
binaries, you'd need to recompile them as well, which is why the buildworld 
procedure is generally recommended.

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


Downgrading 4.9-stable to 4.9-release-p3

2004-03-18 Thread Dan Rue
I upgraded some servers to 4.9-stable a few weeks ago, not realizing
that I really wanted releng_4_9.  Since I have to apply this openssl
fix anyway, I thought I could go from 4.9-stable to releng_4_9 no
problem.  The alternative, as I see it, is to wait for 4.10 to come and
upgrade to that.  Am I going to run into problems going from 4.9-stable
to releng_4_9?  

If I can sneak in a second question.  With this openssl fix, couldn't I
just apply the patch, cd /usr/src/crypto/openssl && make install ?
Instead of the recommended buildworld fiasco?

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


Re: Root password not responding

2004-03-18 Thread Remko Lodder
Hit him, perhaps he responds then :-)

No Serious, it could mean a lot of things,
did you try just entering from the login prompt?
Login: root
Password: 
You might accidently changed it, someone might have changed it, it was 
unset, you were toying with vipw, and dozens options more ;-)

Perhaps you should boot into single user mode, remount the / (readwrite) 
and use passwd root

BTW: Where are you seeing this message? Remote ROOT logins are denied by 
default..

Cheers

[EMAIL PROTECTED] wrote:

Alright I have recently installed BSD onto my 
computer as one of the OS systems to dual boot.  
However, recently the root usner name and password, 
when entered correctly or incorrectly, does not 
login.  It gives me the message of Incorrect password 
or usnername.  Why has this suddenly started 
occurring and how do I fix this?
Thanks
Costomer

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


Root password not responding

2004-03-18 Thread tamx5
Alright I have recently installed BSD onto my 
computer as one of the OS systems to dual boot.  
However, recently the root usner name and password, 
when entered correctly or incorrectly, does not 
login.  It gives me the message of Incorrect password 
or usnername.  Why has this suddenly started 
occurring and how do I fix this?
Thanks
Costomer


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


Re: Install problems

2004-03-18 Thread Peter Risdon
Darryl Hoar wrote:

I have a computer that I have had Freebsd on previously.  I recently
re-installed 5.1-release on it as I was going to make it a firewall.
Well, I pulled one of the nic out, and have been trying to do a 
full install from ftp.

So,
I boot using the (2) floppies.  Go through the standard install
(blow away partition, create, etc).  When I get to the media
source and choose FTP, then selected the default ftp.freebsd.org.
 

Have you tried passive ftp?

PWR.

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


Re: uptime wrong?

2004-03-18 Thread Dan Rue
On Fri, Mar 19, 2004 at 01:42:01AM +0800, Spades wrote:
> Hi,
> 
> My box has been up for 50+ days, however uptime only
> shows always less than 2:00 hrs.
> 
> Any idea?
> 
>  5:59PM  up  1:55, 1 user, load averages: 0.00, 0.00, 0.00
> 
> Thanks.
Perhaps your box rebooted and you didn't know it?  Look at dmesg and not
the timestamp of the last boot.  That should tell ya.  If your last boot
really wasn't 2 hours ago, I dunno.

If your server is rebooting periodically, make sure you have good ram
and cooling.. 

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


Re: Question

2004-03-18 Thread Jud

On Thu, 18 Mar 2004 09:21:52 -0500 (EST), "Jerry McAllister"
<[EMAIL PROTECTED]> said:
> > 
> > I am very new to this and I have installed the FreeBSD on my computer.
> > What is the command that you use to launch the GUI that is installed
> > with this?? (I think it was Xfree86 or Xwindows)
> >  
> > Thank you for helping me to learn about this technology.
> 
> Probably you are looking for  startx
> 
> But, you must have installed an X manager and configured it properly.
> The default is a very basic one called  xwm  I think and I believe it
> gets installed by default when you install XFree86.   But, it is very
> bare bones.   I prefer AfterStep (along with OpenOffice) for most basic 
> stuff like writing programs and reading Email and editing web pages 
> because it is quite basic and doesn't get in your way much, but it is a 
> little more serviceable than plain xwm.   If I want more of a desktop I 
> use KDE which I also install right at the beginning.   You need to 
> tinker startx or something to choose between the two if you want to 
> switch between them.  Then there is Gnome which is just overkill for 
> my tastes.  
> 
> You probably will also need to edit /usr/X11R6/lib/X11/xinit/xinitrc
> to get things to come up just the way you want.  But, they have simple
> default configs that can get you started without editing that right
> away. 
> 
> So, as long as you installed XFree86 and at least one window manager,
> just type  startx and see what happens and go from there.

I've found http://www.onlamp.com/pub/a/bsd/2000/06/21/FreeBSD_Basics.html> to be
very helpful in outlining the steps to follow.

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


Re: question on OpenSSL

2004-03-18 Thread Chris
On Thursday 18 March 2004 11:23 am, J.D. Bronson wrote:
> I noticed of course the patch out for OpenSSL...is there anyway
> to patch openssl and not have to make world?
>
> I have done a tremendous amount of custom binary installs and know that
> this would blow up if I tried it.
>
> My other OSs that I use (like Solaris) - I can simply recompile the new
> OpenSSL tarball and install it. All of my apps use 'shared' files, so that
> works out perfect.
>
> Any thoughts on this please?
>

If you did not update your src, you might consider looking into 
freebsd-update.  From what I hear, it updates only the binaries.

it's in /usr/ports/security/freebsd-update

And, from the pkd-descr:
more pkg-descr 
This is the client half of the FreeBSD Update system; it fetches and
applies binary security updates.

WWW: http://www.daemonology.net/freebsd-update/

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


Re: uptime wrong?

2004-03-18 Thread Spades
Hi,

My box has been up for 50+ days, however uptime only
shows always less than 2:00 hrs.

Any idea?

 5:59PM  up  1:55, 1 user, load averages: 0.00, 0.00, 0.00

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


Re: Zope

2004-03-18 Thread Chad Gross
Thank you for your assistence, I managed to figure out
what my problem was. It turns out zope must be started
as root. I was starting it as another user which is
what Zope.org suggests to do. I guess I have to change
ownership though for the rest of the files to that
user in order to be able to run it as a different
user. I should be able to figure out the rest of this
Zope beast. Again I appreciate the quick responses.

Thank you,

Chad G. 

--- Khairil Yusof <[EMAIL PROTECTED]> wrote:
> On Wed, 2004-03-17 at 19:07 -0800, Chad Gross wrote:
> 
> > I am perplexed as to what I am doing wrong with
> Zope
> > on FreeBSD 4.9. I have managed to get it to start,
> but
> > when I go to localhost:8080
> 
> I can't duplicate this problem on any Zope port
> installs I've done so
> far (FreeBSD-5.x) and you should not have to change
> permissions of any
> of the Zope directories.
> 
> Can you give the output of
> /usr/local/www/Zope/var/zope-output ?
> 
> Anybody running Zope (from ports) on 4.9?
> 

> ATTACHMENT part 2 application/pgp-signature
name=signature.asc



=
Chad Gross
[EMAIL PROTECTED]
Within the mind you can find the meaning to your existance!

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


John The Ripper?

2004-03-18 Thread Eric F Crist
Hello list,

Does anyone know the best way to execute john the ripper against freebsd 
password files?  I'm testing the strength of my own passwords and have never 
used this software for.  The way it looks to me, I need to obtain a 
dictionary file, or pound on the keyboard to have john start guessing 
passwords.

Thanks for your help.
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588


pgp0.pgp
Description: signature


Re: portupgrade strangeness

2004-03-18 Thread Peter Ulrich Kruppa
On Thu, 18 Mar 2004, stan wrote:

> I suddenly have a bunch of machines where I'mgetting portupgrade failures
> on various ports wiht "uninstall error".
>
> I've found thta if I manually do a "make deintall ; make resiantll"
> sequence on these, that I cna fix the proble,
Please mind: I am not sure about the reasons of this behaviour,
but I had the same problem. If you have a look at
/usr/ports/UPDATING you will find some changes that might affect
your system:
- ruby/portupgrade
- expat2

Regards,

Uli.



>
> However this seesm to be a new behavior. I normally run portupgrarde with
> teh -arR -l  has changed this tools behavior?
>
> --
> "They that would give up essential liberty for temporary safety deserve
> neither liberty nor safety."
>   -- Benjamin Franklin
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Install problems

2004-03-18 Thread Darryl Hoar
I have a computer that I have had Freebsd on previously.  I recently
re-installed 5.1-release on it as I was going to make it a firewall.
Well, I pulled one of the nic out, and have been trying to do a 
full install from ftp.

So,
I boot using the (2) floppies.  Go through the standard install
(blow away partition, create, etc).  When I get to the media
source and choose FTP, then selected the default ftp.freebsd.org.

I tries, and comes back to the media selection screen.  I have 
tried (last night) all the USA ftp servers with the same result.
Tried a different NIC.  Same result.  Tried a different port on
my switch.  Same result.  I can see it talking as the activity lights
are blinking.  I am configuring the NIC with a static internal
IP of 192.168.1.77 (my internal LAN uses 192.168.1.X).  I set
the gateway IP to my gateway (192.168.1.75).

All my machines can see the internet and each other (except
this box I'm working on).

Any ideas on the culprit ?

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


Re: gnomemeeting still marked as forbidden but culprit ports fixed?

2004-03-18 Thread Wayne Sierke
Apologies for previous post; finger trouble in evolution...

On Fri, 2004-03-19 at 03:32, Wayne Sierke wrote:
> As I was updating my ports I got gnomemeeting failing as forbidden with
> a reference to:
> http://people.freebsd.org/~eik/portaudit/27c331d5-64c7-11d8-80e3-0020ed76ef5a.html
> 
> which says:
> 
> Affects:
>   * pwlib <1.6.0
>   * asterisk <=0.7.2
>   * openh323 <=1.12.0_2
> 

Well, I was about to say that the ports versions of openh323 are at
1.12.0_3 and pwlib at 1.6.0 but when I just went to generate the version
text to copy into this message, now I'm only seeing pwlib at 1.5.0_4, so
I'm not sure what happened (probably I mis-read the 5 for a 6).

The other part of the query was that I couldn't find a dependency of
gnomemeeting on net/asterisk (asterisk is still at 0.7.2), but that
seems to be moot now although I'm still interested to hear suggested
techniques for discovering dependencies, ie. how could I confirm a
requirement for asterisk by the gnomemeeting port? If the answer to that
is something like: portupgrade -Rn the next question is: how do the -n
and -f switches interact (since the port is actually installed I need to
use -f, does -n override everything? I guess the alternative is to
deinstall gnomemeeting first.)

Sorry for the noise.




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


  1   2   >