Re: big vinum problem

2003-10-14 Thread Greg 'groggy' Lehey
On Monday, 13 October 2003 at 23:46:12 -0700, Octavian Hornoiu wrote:
> After a power loss last night i restarted my server with a 425 gig or so
> RAID-5 array and expected to go through a length fsck after which the
> system would come up.  However, one of the vinum subdisks was down.  So,
> i rebooted into single user mode, i restarted the home.p0.s3 subdisk and
> then i ran a manual fsck.  What followed was a series of hard errors
> that said:
>
> ad7s1e: hard error reading fsbn 86482817 of 43241337-43241448 (ad7s1 bn
> 86482817; cn 5383 tn 78 sn 8) status=59 error=40
> vinum: home.p0.s3 is crashed by force
> vinum: home.p0 is degraded
>  fatal: home.p0.s3 read error, block 43241337 for 57344 bytes
> home.p0.s3 user buffer block 30268632 for 57344 bytes
> ** Phase 2 - Check Pathnames
> ad11s1e hard error etc
>
> then home.p0.s7 becomes corrupt and crashes by force and then i find
> myself staring at a screen that says:
>
> CANNOT READ: BLK 297103054
> CONTINUE [yn]
>
>
> I have done this twice now and every time vinum successfully initializes
> the subdisk and the plex comes up and is in the "up" state but once i
> run fsck it crashes again.  What exactly can i do to remedy this.  If
> it's a bad disk i'll replace it but can't vinum work around bad blocks?

That depends on your configuration, which you haven't described.  Take
a look at http://www.vinumvm.org/vinum/how-to-debug.html.

> My system is FreeBSD 4.9 RC from RELEASE branch with all the latest
> patches, i'm fully up to date.  I have 8 subdisks in vinum
> home.p0.s0-s7 with a 55 GB partition on each drive used by vinum.
> All the drives are identical and all they contain is the vinum
> partitions.

It looks as if you have only one plex, then.  Vinum doesn't normally
recover from these problems.  It follows a slightly different policy
from UFS: if there are bad sectors on a subdisk, it doesn't trust the
entire subdisk.  There are ways around this, but they haven't been
committed.  Send me the information asked for on the web page and I'll
send you instructions on how to fix the problem.

This still means that you'll probably have to change the disk.

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


pgp0.pgp
Description: PGP signature


fonts question

2003-10-14 Thread Scott I. Remick
I understand a lot of things, but fonts sometimes confuse me. This is one
of those times. I'm using FreeBSD 5.1-RELEASE and XFree86 4.3.0.

Most of the time, my fonts are beautiful and anti-aliased. However, I
noticed some web pages some text wouldn't be. I narrowed down one site to
it listing "Lucida" in the fonts pref list, which I have as a PCF font. It
seems that PCF fonts are bitmap fonts... so that explains why it's not
anti-aliased.

An example would be:

This text isn't
anti-aliased!

(One quick solution here would be a way in Firebird to never use PCF fonts
when rendering pages... if someone knows the answer, please let me know.
This would be Question #1).

I use gnome (2.4), so I pulled up my font list to discover that "Lucida"
was a PCF font. I also saw that I had LucidaBright and LucidaTypewriter,
also PCF fonts. It occurred to me that maybe I could get the TTF "Lucida
Sans" font and put it on here. If so, Question #2 is: is there a way to
have X always substitute a font... in this case, Lucida Sans for any call
for "Lucida"? I would assume flat out turning off PCF fonts would be a Bad
Idea.

The plot thickens though. I launch OpenOffice 1.1 and guess what? I see
"Lucidasans", "Lucidabright", and "Lucidatypewriter" as VECTOR FONTS!
Truly they are working, as I tried applying them to some sample text and
made the point size huge. Yet these same fonts don't appear in AbiWord. So
question #3 is: What gives? Where's this Lucidasans vector font coming
from? How can I make it available to other apps, like Firebird and
AbiWord? And how can I make it get used before the PCF Lucida?

I know the page:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html

...but it doesn't go this deep.

Any insight or help appreciated... thanks!

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


Re: fonts question

2003-10-14 Thread Joe Marcus Clarke
On Tue, 2003-10-14 at 03:11, Scott I. Remick wrote:
> I understand a lot of things, but fonts sometimes confuse me. This is one
> of those times. I'm using FreeBSD 5.1-RELEASE and XFree86 4.3.0.
> 
> Most of the time, my fonts are beautiful and anti-aliased. However, I
> noticed some web pages some text wouldn't be. I narrowed down one site to
> it listing "Lucida" in the fonts pref list, which I have as a PCF font. It
> seems that PCF fonts are bitmap fonts... so that explains why it's not
> anti-aliased.
> 
> An example would be:
> 
> This text isn't
> anti-aliased!
> 
> (One quick solution here would be a way in Firebird to never use PCF fonts
> when rendering pages... if someone knows the answer, please let me know.
> This would be Question #1).
> 
> I use gnome (2.4), so I pulled up my font list to discover that "Lucida"
> was a PCF font. I also saw that I had LucidaBright and LucidaTypewriter,
> also PCF fonts. It occurred to me that maybe I could get the TTF "Lucida
> Sans" font and put it on here. If so, Question #2 is: is there a way to
> have X always substitute a font... in this case, Lucida Sans for any call
> for "Lucida"? I would assume flat out turning off PCF fonts would be a Bad
> Idea.
> 
> The plot thickens though. I launch OpenOffice 1.1 and guess what? I see
> "Lucidasans", "Lucidabright", and "Lucidatypewriter" as VECTOR FONTS!
> Truly they are working, as I tried applying them to some sample text and
> made the point size huge. Yet these same fonts don't appear in AbiWord. So
> question #3 is: What gives? Where's this Lucidasans vector font coming
> from? How can I make it available to other apps, like Firebird and
> AbiWord? And how can I make it get used before the PCF Lucida?
> 
> I know the page:
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html
> 
> ...but it doesn't go this deep.

Actually, the Anti-Aliasing section at the bottom does.

Joe

> 
> Any insight or help appreciated... thanks!
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: freeBsd

2003-10-14 Thread JacobRhoden
On Tue, 14 Oct 2003 04:45 pm, ral sitaro wrote:
> can you tell me what a FreeBsd is and what i can do whit it?

Read the first paragraph at http://www.freebsd.org/ It tells you what it is. 
To find out more, just browse the freebsd web site.

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


Re: Windows Media (blech!)

2003-10-14 Thread Danny Woods
On Mon, Oct 13, 2003 at 10:24:09PM -0400, Todd Stephens wrote:
> On Monday 13 October 2003 09:52 pm, Evan Dower wrote:
> >  Is there a way to watch Windows Media files on FreeBSD? I noticed
> > NetShow, but it seems to be defunct/missing.
> >  Many thanks,
> 
> haven't had much luck playing anything other than mpeg with Mplayer.  YMMV.

I've had great success with MPlayer with up-to-date Windows Media files:
same goes for Quicktime's Sorenson 3 codec. Unfortunately, compiling MPlayer
is a bit of a pain, as the Windows codecs are pulled in from elsewhere.

Best place to look for details on this would be the MPlayer homepage:

  http://www.mplayerhq.hu

Regards,

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


Re: installing amanda from ports

2003-10-14 Thread Matthew Seaman
On Mon, Oct 13, 2003 at 10:12:07PM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote:
> Michelle wrote:
> 
> >I'm trying to install amanda from the ports collection.  Before 
> >running make, the amanda instructions state to run ./configure 
> >--with-user=amanda --with-group=backup to change the default 
> >configuration.  How do you do this with FreeBSD?  I've tried running 
> >./configure from the /usr/ports/misc/amanda-server directory which 
> >does not work.  Do I need to be in a different directory or is there 
> >another way to change the options before running make?

> You may have a "work" dir underneath the
> path you stated above.  Check in this dir, and
> probably one under it named "amanda-version.number.here"
> for a script entitled "configure."  You should be able to
> run it from there.  However, you run some risk of
> breaking the installation (of Amanda, not FBSD itself...)
> 
> Another alternative *might* be to hack the Makefile
> (in /usr/ports/misc/amanda-server) to reflect the
> config options you want.  Unless you're real
> good at shell scripts, you should make a copy
> first.  Nope, on second thought, make a copy
> first regardless of your 'shellability.'
> 
> All that said, it's likely that the version in
> the ports tree will run best if you leave it
> alone and let it configure itself --- the port
> maintainer should have already read all the
> instructions you've read (and probably some
> others, too...) and has already figured out
> the best way to run it on FBSD, and that info
> should be in the Makefile.

It certainly is in the Makefile for the misc/amander-server port (and
also in the misc/amanda-client port for that matter, because it is a
just slave port of amanda-server):

% cd /usr/ports/misc/amanda-server
% make pre-fetch

You may use the following build options:

-DWITH_PLOT to enable ploting, requires X11 libraries
-DWITH_SAMBA to enable the use of smbclient
-DWITH_MTX to enable the use of mtx changer scripts
AMANDA_SERVER=server to specify a server name
The default is happy-idiot-talk.infracaninophile.co.uk
AMANDA_TAPE=tape to specify the default tape device
The default is /dev/nrsa0
AMANDA_CONFIG=config to specify the default configuration
The default is user
AMANDA_USER=user to specify the default user
The default is operator
AMANDA_GROUP=group to specify the default group
The default is operator
AMANDA_PORTRANGE=low,high to restrict Amanda to TCP ports
between low and high when connecting from the server
to the client for data, messages, and indexing.
The default is no restriction on TCP ports.
AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports
between low and high when connecting from the client
to the server. Use ports below 1024.
The default is no restriction on UDP ports.


Thus the OP should be able to achieve what she wants by:

# cd /usr/ports/misc/amanda-server
# make install AMANDA_USER=amanda AMANDA_GROUP=backup

(and the same for amanda-client if required)

or, if she has been swayed by the blandishments of portupgrade(1)

# portinstall -m 'AMANDA_USER=amanda AMANDA_GROUP=backup' misc/amanda-server 
misc/amanda-client

although it's generally better to edit the make options into the
/usr/local/etc/pkgtools.conf MAKE_ARGS hash so that those arguments
are always applied when you use portupgrade(1) to keep your ports up
to date.

Most ports will supply make time options to let you choose amongst the
most popular variations.  Many of those will print out a short summary
of the options available as part of the pre-fetch target.  However,
the usage is not consistent across all 10,000 odd ports in the tree
and the most effective way to work out what options are available is
simply to read the ports Makefile.

Also, any port that uses GNU autoconf (ie. it has USE_AUTOCONF in the
Makefile) can pass extra arguments to the 'configure' script by
appending to the CONFIGURE_ARGS or CONFIGURE_ENV make flags:

# make CONFIGURE_ARGS+='--enable-foo --disable-bar' CONFIGURE_ENV+='CC=gcc'

Nb. It's generally better to use '+=' rather than completely
overriding any value the port Makefile sets already.

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

2003-10-14 Thread Matthew Seaman
On Tue, Oct 14, 2003 at 12:03:47AM -0400, Gerald S Stoller wrote:
> FreeBSD  4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001
> [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386
> 
> I run  XFree86  on my system.  Each process has an environment
> variable named  WINDOWID .  What purpose does this variable  serve?  How
> is it used?  What can I do with it ((redirect output to another window,
> no! for that I can use  /dev/tty )?  I noticed (by converting several
> values to hex) that the form of this variable  is
>   2 * y * 16^5 + 14 , and I never saw  y > 22 ; this is a result of
> looking at around a dozen values.

Actually, that's set for all of the child processes of any xterm(1)
windows you may use.  It seems to be an xterm(1) specific thing to set
in the environment, but then I haven't actually checked any of the
xterm-alike programs.  As far as I know, it's not used for anything
much from the shell.

The WINDOWID value itself just reports the Window id value known to
the X server -- all X windows on the server will have a unique ID
number which is used within the server to make sure that X events and
window updates and so forth get directed to the right place.  Use
xwininfo(1) to display that, and other, data about any windows on your
display.  xwininfo(1) returns the window id value in hex, and it does
have the same sort of pattern for all windows as you mention.  It
looks like some sort of bitmap to me, probably to tell the X server
what the capabilities of the window are, but I can't find the
appropriate man page that describes that.  Try using xwininfo(1)
against the root window, icons and so forth.

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


development process and theory (was: Re: Request for comments)

2003-10-14 Thread Ion-Mihai Tetcu
On Sun, 12 Oct 2003 23:15:46 -0400
Jem Matzan <[EMAIL PROTECTED]> wrote:

> Chris-
> 
>   As stated in my original request, I am looking for comments
>   from
> developers regarding the development process and theory. If this
> list is not able to provide that or if I've written to the wrong
> list, kindly direct me to a press contact or someone who will offer
> a comment.

Try :
http://www.ro.freebsd.org/doc/en/articles/contributors/staff-core.html
and the next pages and contact them directly if you need to find out more.

But do your homework first. At least:
http://www.ro.freebsd.org/releng/charter.html
http://www.ro.freebsd.org/doc/en_US.ISO8859-1/articles/releng/index.htmlhttp://www.ro.freebsd.org/doc/en_US.ISO8859-1/articles/releng-packages/index.html



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


Hardware RAID vs softupdates

2003-10-14 Thread Michael Lee
Hi,

I have a Hardware RAID controller -- Mylex DAC960PG -- on the FreeBSD
system.
Before I installed the RAID controller card, I use one IDE hdd as the system
drive and for other mounted file systems.

I have 4 SCSI hdds connect to this controller card. I wonder if I should
disable the softupdates feature for the FFS to make the system runs faster.

Thanks for your opinion.

Michael Lee

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


Re: FreeBSD Internals e-book

2003-10-14 Thread Jari Kirma

> I am starting my own FreeBSD documentation project.  The name of the new
> book I am writing is "FreeBSD Internals".

I can't resist mentioning that Kirk McKusick and others are working on a
(paper) book on FreeBSD kernel, based on FreeBSD 5 series to replace very
good but aging Design and Implementation of 4.4BSD Operating System (from
the FreeBSD viewpoint).

Last time I talked with him (early this summer) he had a guesstimate that
it'd be complete next summer. OTOH, predicting is hard, especially
predicting the future. ;)

I'm sure waiting for this book...

There's also FreeBSD Architecture Handbook
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/index.html)
which supposedly works well as a "patch set" for the 4.4BSD book for the
folks that already feel reasonably comfortable with kernel concepts.

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


mjpegtools won't compile

2003-10-14 Thread Heinrich Rebehn
Hi lists,

when i try to compile the mjpegtools port under 5.1, i get:

##
Making all in lavtools
gmake[2]: Entering directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
source='lav2divx.cpp' object='lav2divx.o' libtool=no \
depfile='.deps/lav2divx.Po' tmpdepfile='.deps/lav2divx.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include 
-DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.1\" 
-I/usr/X11R6/include -I /usr/X11R6/include -I../utils 
-I/usr/local/include/avifile -I/usr/X11R6/include/gtk12 
-I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include 
-D_THREAD_SAFE  -O -pipe -mcpu=pentiumpro -c -o lav2divx.o `test -f 
'lav2divx.cpp' || echo './'`lav2divx.cpp
In file included from lav2divx.cpp:80:
/usr/local/include/getopt.h:115: declaration of C function `int getopt()'
   conflicts with
/usr/include/unistd.h:377: previous declaration `int getopt(int, char* 
const*,
   const char*)' here
In file included from libavifile.h:51,
 from lav2divx.cpp:92:
/usr/local/include/avifile/fourcc.h:4:2: warning: #warning Use #include 
"avm_fourcc.h" instead
gmake[2]: *** [lav2divx.o] Error 1
gmake[2]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mjpegtools.
###
Is anybody able to compile this?

Heinrich
--
Heinrich Rebehn

University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -
Phone : +49/421/218-4664
Fax   :-3341
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem with adding more swap !

2003-10-14 Thread Lowell Gilbert
Jerry McAllister <[EMAIL PROTECTED]> writes:

> Well, if you can spread it across multiple controllers, it can
> speed things up.

Right.

>   But, generally I think that swap is used in
> a serial manner, eg the first chunk gets used up before the 
> next one is started, etc.

That's wrong.  See the Handbook section titled "Swap Partition".
http://www.freebsd.org/handbookconfigtuning-initial.html#SWAP-DESIGN

>So, that would mean that you would
> want to put only a little on the boot drive (you need some there
> for special occasions) and most of the rest on another drive
> and another controller if you can.

Because FreeBSD tries to "stripe" the usage across all of the swap
space, you're best off giving it space on all of the disks.  However,
if your disks are not all the same speed, you're better off sticking
to the fastest ones for swap space.

>  Compared to the CPU, disk
> access is rather slow, so anything you can do to spread out
> the work across more than one disk tends to speed things up.

That's true, but also note that swap partition usage is faster than
regular disk usage, so it can be useful even for clean pages.

> But, if you are the only one using the machine and that is 
> mostly for one activity at a time you probably won't notice
> any difference.

There's one exception to this:  the *most* useful case for optimizing
swap is where a single task has a working data set that doesn't fit in
memory.  In that case, every little bit of speed you can tweak out of
swap access will improve results substantially.  Of course, additional
RAM would help even more.


The one other thing to note about swap space is that you can't do a
kernel dump unless you have a partition big enough to hold it.  The
easiest way to guarantee that's available is to leave a swap partition
bigger than your RAM.  But if you need to, you can always limit the
amount of RAM your kernel is using to just under the size of the
largest available partition, so that's not necessarily critical either.

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


Re: sio3 (COM4) problems on FreeBSD 4.8-RELEASE

2003-10-14 Thread Malcolm Kay
On Tue, 14 Oct 2003 01:37, Jesse Guardiani wrote:
> Howdy list,
>
> I'm having trouble with my sio3 (/dev/cuaa3) port on one
> of my servers (with an SMP kernel). When I try to `tip com4`
> to a cisco switch using this port, I get only partial data,
> and this appears in the logs:
>
> messages:Oct 10 17:18:37 billmax /kernel: sio3 at port 0x2e8-0x2ef irq 9 on
> isa0 messages:Oct 10 17:18:38 billmax /kernel: sio3: type 16550A
> messages:Oct 10 17:20:16 billmax /kernel: sio3: 1 more silo overflow (total
> 1) messages:Oct 10 17:20:18 billmax /kernel: sio3: 1 more silo overflow
> (total 2) messages:Oct 10 17:20:21 billmax /kernel: sio3: 1 more silo
> overflow (total 3) messages:Oct 10 17:20:22 billmax /kernel: sio3: 1 more
> silo overflow (total 4) messages:Oct 10 17:20:23 billmax /kernel: sio3: 1
> more silo overflow (total 5) messages:Oct 10 17:20:27 billmax /kernel:
> sio3: 1 more silo overflow (total 6) messages:Oct 10 17:20:36 billmax
> /kernel: sio3: 1 more silo overflow (total 7) messages:Oct 10 17:20:38
> billmax /kernel: sio3: 1 more silo overflow (total 8) messages:Oct 10
> 17:20:45 billmax /kernel: sio3: 1 more silo overflow (total 9) messages:Oct
> 10 17:20:48 billmax /kernel: sio3: 1 more silo overflow (total 10)
> messages:Oct 10 17:21:04 billmax /kernel: sio3: 1 more silo overflow (total
> 11) messages:Oct 10 17:22:15 billmax /kernel: sio3: 1 more silo overflow
> (total 12) messages:Oct 10 17:40:07 billmax /kernel: sio3: 1 more silo
> overflow (total 13) messages:Oct 10 17:46:29 billmax /kernel: sio3: 1 more
> silo overflow (total 14)
>
>
> If I move the console cable from com4 to com1 on the server and keep the
> console cable in the same switch, then `tip com1`, it works fine. It's just
> the sio3 port that I'm having trouble with. Note that this machine only has
> sio1 and sio3.
>
> Here's my sio kernel config:
>
> # Serial (COM) ports
> device  sio0at isa? port IO_COM1 flags 0x10 irq 4
> device  sio1at isa? port IO_COM2 irq 3
> device  sio2at isa? disable port IO_COM3 irq 5
> device  sio3at isa? port IO_COM4 flags 0x10 irq 9
>
> Also, I've tried it with AND without the 0x10 flag (which I know just
> allows the com device to be used as a serial console). AND I've tried it
> with the "do not use FIFO" flag (0x2) on COM4, like this:
>
> # Serial (COM) ports
> device  sio0at isa? port IO_COM1 flags 0x10 irq 4
> device  sio1at isa? disable port IO_COM2 irq 3
> device  sio2at isa? disable port IO_COM3 irq 5
> device  sio3at isa? port IO_COM4 flags 0x2 irq 9
>
>
>
> I get the same error in the log either way. Port speed is set to 9600 in
> all tests. I get the same problem under conserver, so it's not directly
> related to the `tip` command, but the device.
>
> Is there some magic voodoo flag that I need to pass to this port to get it
> working?
>

Dredging back through memory I seem to recall that irq 9 was somewhat
problematic (not specifically a FreeBSD problem) being a remapping of irq 2
which *sometimes* worked.

If possible it might be worth trying to rewire the interrupt to irq 3 or irq 
5.

But then difficulties of the past with irq 2/9 may have been solved in
modern hardware. On the other hand it seems to me that flakey interrupts
could give rise to the symptoms you are experiencing.

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


Re: Do threads conflict?

2003-10-14 Thread Mark
- Original Message -
From: "Dan Nelson" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 13, 2003 11:38 PM
Subject: Re: Do threads conflict?

> In the last episode (Oct 13), Mark said:
>
> > I just installed Sendmail::Milter, which I believe uses the ithreads
> > model for Perl. I created my own Milter (Perl-threaded 5.8.0), and
> > everything runs fine... Except that now, when the Milter is running,
> > tinyproxy 1.5.0 goes haywire, filling up its log like crazy with this
> > message:
> >
> > "Accept returned an error (Resource temporarily unavailable)...
> > retrying."
> >
> > The only thing tinyproxy and the Milter have in common, is that they
> > both use threads.
> >
> > Is there perhaps something that prevents both programs from using
> > threads? Perhaps the threads-enabled version of the daemonized perl
> > Milter keeps a shared library locked? So, now I can run either one or
> > the other, but not both. I use this on FreeBSD 4.7R.
>
> They shouldn't conflict. That sounds like a libc_r bug; I think the
> wrapper for accept() should retry the accept() call for the user.
>
> You might want to try updating to 4.8; there were a couple of important
> commits to libc_r that fixed bugs that usually affected threaded daemons:

Thanks for the answer, Dan.

Upgrading to 4.8 is not directly possible on this production server. But can
I not just recompile the kernel with a patch?

> 2002-10-22 09:44 fjoe don't allow the uthread kernel pipe to use the same
> descriptors as stdio

This may be the one affecting me. After your hinting me to the problem, I
did some further googling; but it sounds as if 5.1 still suffers from the
same malady; for instance:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/1588

Thanks,

- Mark

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


ignoring openssl port

2003-10-14 Thread Toomas Aas
Hello!

On Mon, 4 Aug 2003 14:48:38 +0300, I wrote:

> Some of my machines were running RELENG_4_7 when I installed ports such
> as apache13_modssl and cyrus-imapd on them. Since that version of
> FreeBSD had OpenSSL 0.9.6 in the base system and these ports required
> 0.9.7, I ended up with openssl port installed on these systems.

> Now that I'm upgrading to RELENG_4_8, which includes OpenSSL 0.9.7, I
> want to get rid of the port. It would just feel cleaner to not have
> multiple versions of same libraries in /usr/lib and /usr/local/lib.

Among several recommendations of how to get rid of the port, the best 
one seemed to be from Matthew Seaman: define WITH_OPENSSL_BASE=yes, 
rebuild the dependent ports (make build while the old port is still 
running), and then "make install" the port. Then remove the OpenSSL 
port.

Back then I decided that I can live with both base and port version of 
OpenSSL installed, and I decided not to spend time on following this 
advice.

Now, in light of recent OpenSSL security advisories, something needs to 
be done. I have upgraded the base system to 4.8-RELEASE-p13, so the 
base OpenSSL should be safe. I have two options right now:

(1) upgrade the port
(2) get rid of the port, leaving only the base system OpenSSL installed 
(what I wanted to do back in August)

I'd like to use option (2), so I tried to follow Matthew Seaman's 
advice. I put WITH_OPENSSL_BASE=yes into /etc/make.conf and tried to 
run 'make build' in /usr/ports/www/apache13-modssl. This resulted in 
the following message:

This port wants the OpenSSL library from the FreeBSD base system. You 
can't build against it, while a newer Version is installed by a port.
Please deinstall the port or undefine WITH_OPENSSL_BASE.

I found the place which causes this message in 
/usr/ports/Mk/bsd.port.mk:

.if exists(${LOCALBASE}/lib/libcrypto.so)
.BEGIN:
   @${ECHO_CMD} "This port wants the OpenSSL library from the
   FreeBSD" @${ECHO_CMD} "base system. You can't build against it,
   while a newer" @${ECHO_CMD} "Version is installed by a port."
   @${ECHO_CMD} "Please deinstall the port or undefine
   WITH_OPENSSL_BASE." @${FALSE}
.endif

Looking at this while not being a Makefile guru, it seems to me that 
this merely checks if /usr/local/lib/libcrypto.so exists and if it does 
then the port build process is halted with the message. But this would 
mean that WITH_OPENSSL_BASE cannot be used at all if the port is 
installed. If that were true, there wouldn't be any point in having 
this variable in the first place, so I must be overlooking something.

Anyway, I tried commenting out the above passage in 
/usr/ports/Mk/bsd.port.mk and rebuilding another port which depends on 
OpenSSL, namely /usr/ports/ftp/wget. I checked with 
ldd /usr/local/bin/wget 
before and after installing and this showed that now I indeed have wget 
linked against  /usr/lib/libssl.so.3, whereas before it was linked 
against  /usr/local/lib/libssl.so.3.

Before I try the same with apache13-modssl port, I just wanted to 
verify if commenting out the above passage in /usr/ports/Mk/bsd.port.mk 
can cause any unforeseen damage.

Sorry for the long message. When I started out I didn't realise that 
it takes so many keystrokes to word such a simple question ;-)
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Key ring - a handy little gadget that allows you to lose all your keys at once.

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


Re: Problem with adding more swap !

2003-10-14 Thread Jerry McAllister
> 
> Jerry McAllister <[EMAIL PROTECTED]> writes:
> 
> > Well, if you can spread it across multiple controllers, it can
> > speed things up.
> 
> Right.
> 
> >   But, generally I think that swap is used in
> > a serial manner, eg the first chunk gets used up before the 
> > next one is started, etc.
> 
> That's wrong.  See the Handbook section titled "Swap Partition".
> http://www.freebsd.org/handbookconfigtuning-initial.html#SWAP-DESIGN
> 
> >So, that would mean that you would
> > want to put only a little on the boot drive (you need some there
> > for special occasions) and most of the rest on another drive
> > and another controller if you can.
> 
> Because FreeBSD tries to "stripe" the usage across all of the swap
> space, you're best off giving it space on all of the disks.  However,
> if your disks are not all the same speed, you're better off sticking
> to the fastest ones for swap space.

Hmmm.   Guess I am out of date on this part.   Some older systems I
worked on (not necessarily FreeBSD) did not stripe swap.  It's very
nice that FreeBSD does.

jerry

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


Re: freeBsd

2003-10-14 Thread Jerry McAllister
> 
> can you tell me what a FreeBsd is and what i can do whit it?
> ral

Looks like you have a lot of reading to do.
Go to the FreeBSD web page and start reading.
  http://www.freebsd.org/

Click on the links and follow their trails for complete information.
Start with the link "For Newbies" under Documentation, but don't
stop there.

In general, FreeBSD is an Operating System (OS) for computers.  

It is BSD because it has its roots in the
_B_erkeley _S_oftware _D_istribution
group at University Of California at Berkeley.

It is Free because it is available to download, install, use,
modify and redistribute freely merely by downloading the ISO-s from
the FreeBSD site.   You can also buy a CD set from a couple of 
companies who package the system and ports and burn them on CDs
for you for a nominal cost.

The rest is up to you to learn by studying and trying it out.

Have fun,

jerry

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


Re: ignoring openssl port

2003-10-14 Thread Matthew Seaman
On Tue, Oct 14, 2003 at 04:37:10PM +0300, Toomas Aas wrote:

> Anyway, I tried commenting out the above passage in 
> /usr/ports/Mk/bsd.port.mk and rebuilding another port which depends on 
> OpenSSL, namely /usr/ports/ftp/wget. I checked with 
> ldd /usr/local/bin/wget 
> before and after installing and this showed that now I indeed have wget 
> linked against  /usr/lib/libssl.so.3, whereas before it was linked 
> against  /usr/local/lib/libssl.so.3.
> 
> Before I try the same with apache13-modssl port, I just wanted to 
> verify if commenting out the above passage in /usr/ports/Mk/bsd.port.mk 
> can cause any unforeseen damage.

Actually, if your ports are all linked against libssl.so.3 and you
have /usr/lib/libssl.so.3 from the base system, then many of your
ports could well be using the base system version already.  Check
using ldd(1) against any likely candidates -- note that when
investigating apache loadable modules ldd will sometimes fail to find
a shared object in the current working directory unless you type eg.
'ldd ./libssl.so' Also check, oh, the ssh(1) binary in the base system
to make sure the converse isn't happening, and it's linking against
stuff under /usr/local.

If you can confirm that all your ports will try and link against the
system libssl.so.3, make sure to test by stopping and restarting
everything as a check that they still do actually run OK using that
shlib.  In theory they should just work, but in practice they will
fail to do so unless you assume the worst and test everything
rigourously (Murphy's Law...).

If everything is running happily using the /usr/lib/libssl.so.3
library then you should simply be able to move aside the shlib from
the port (ie. /usr/local/lib/libssl.so.3) and everything will carry on
without problems.  Or you can move the existing shlib aside
preemptively (Note: not delete it as that will definitely crash any
application linked against it) and restart all the SSL using
applications to force them to pick up /usr/lib/libssl.so.3.  You can
then pkg_deinstall the openssl port (not forgetting removing the
renamed /usr/local/lib/libssl.so.3) and nothing should crash...

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: Hardware RAID vs softupdates

2003-10-14 Thread Kirk Strauser
At 2003-10-14T09:44:31Z, "Michael Lee" <[EMAIL PROTECTED]> writes:

> I have 4 SCSI hdds connect to this controller card. I wonder if I should
> disable the softupdates feature for the FFS to make the system runs
> faster.

Out of curiosity, what part of the system do you think would be faster
without softupdates?
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."


pgp0.pgp
Description: PGP signature


Netflow compatible accounting generator.

2003-10-14 Thread Kirill Berezin
Hie all!

Does anybody have a suggestion how to generate a cisco Netflow 
compatible ip-accounting in the FreeBSD-powered router.

Any links, suggestions are welcome.

Kirill.

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


Re: mjpegtools won't compile

2003-10-14 Thread Rus Foster
On Tue, 14 Oct 2003, Heinrich Rebehn wrote:

> Hi lists,
>
> when i try to compile the mjpegtools port under 5.1, i get:
>
> ##
> Making all in lavtools
> gmake[2]: Entering directory
> `/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
> source='lav2divx.cpp' object='lav2divx.o' libtool=no \
> depfile='.deps/lav2divx.Po' tmpdepfile='.deps/lav2divx.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include

Have you tried contacting the port maintainer?

Rgds

Rus Foster
-- 
w: http://www.jvds.com  | Just Virtual Dedicated Servers
e: [EMAIL PROTECTED]| banners: http://www.jvds.com/banners.php
t: +44 7919 373537  |
t: 1-888-327-6330   | email: [EMAIL PROTECTED]


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


Questions About Dial Up

2003-10-14 Thread Stephan Weaver
Hello Good Morning List!

I have some questions for you to answer.

1)For Some Reason, after mabee 3 days my DIAL OUT/UP connection to my ISP 
hangs.
2) And When it hangs, when i try to ssh to that machine from my end. it 
takes very long before it ask for my password, but when the internet is 
working properly, so does SSH.

I Hope you can answer these trivial questions.

Thanks a Million guys

Stephan Weaver

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

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


Re: Netflow compatible accounting generator.

2003-10-14 Thread Q
You might want to check out some of the following:
(I haven't tried any of these on FreeBSD... yet)

http://www.mindrot.org/softflowd.html
http://fprobe.sourceforge.net/
http://psi.home.ro/flow/
http://www.ntop.org/nProbe.html

Seeya...Q

On Wed, 2003-10-15 at 00:32, Kirill Berezin wrote:

> Hie all!
> 
> Does anybody have a suggestion how to generate a cisco Netflow 
> compatible ip-accounting in the FreeBSD-powered router.
> 
> Any links, suggestions are welcome.
> 
> Kirill.
> 
> ___
> [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]"


apache/auth_ldap authentication to win2k active directory

2003-10-14 Thread Redmond Militante
hi all

i've been given the task of setting up ldap authentication against a windows 2000 
active directory from a webpage served up by our apache box.

the documentation that exists for this is sparse.  so far, i've: 
installed auth_ldap as an apache module
recompiled php4 for openldap support
recompiled apache for modssl support

i've been going through the examples listed on http://www.rudedog.org/auth_ldap/ 
(auth_ldap homepage) - but the examples listed on this page are mainly for iPlanet, no 
examples are given for windows active directory authentication, just some notes on the 
subject...

ideally, i'd like to have a webpage/pages protected by .htaccess that authenticates 
against my win2k pdc.  i've tried the following in my httpd.conf file

#
#Options Indexes FollowSymLinks
#AllowOverride None
#Order allow,deny
#Allow from all
#AuthLDAPEnabled on
#AuthLDAPAuthoritative on
#AuthName "Secure Access"
#AuthType Basic
#AuthLDAPBindDN CN=users,DC=my.domaincontroller.edu,DC=edu
#AuthLDAPBindPassword MyP4sswurd 
#AuthLDAPUrl ldap://my.domaincontroller.edu:389/DC=my.domaincontroller
.edu,DC=edu?sAMAccountName?sub?(objectClass*)
#require valid-user
#

(these have been commented out, but it wasn't working when i tried it, i didn't even 
get an login prompt)

i'm kind of unsure if my syntax above is ok, whether or not i've compiled in the right 
modules/options, whether i should be putting the above directives directly into my 
httpd.conf file, or whether i should put these into an .htaccess file, etc.

anyone have any experience with auth_ldap/apache authentication to a win2k active 
directory? any pointers or recommendations would be welcome.  

thanks
redmond

-- 
FreeBSD 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Fri Oct 3 21:30:51 CDT 2003
 9:30AM  up  1:11, 4 users, load averages: 0.03, 0.01, 0.05
 
Death is Nature's way of recycling human beings.
 


pgp0.pgp
Description: PGP signature


question about cvsup

2003-10-14 Thread Jon Reynolds
If I install applications from the ports tree and make all the
configuration changes then upgrade my system using cvsup, will that
break all the installed applications? Like say one of my apps has been
updated for a security hole, will it break it?

Jon

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


Re: Do threads conflict?

2003-10-14 Thread Dan Nelson
In the last episode (Oct 14), Mark said:
> From: "Dan Nelson" <[EMAIL PROTECTED]>
> > In the last episode (Oct 13), Mark said:
> > > I just installed Sendmail::Milter, which I believe uses the
> > > ithreads model for Perl. I created my own Milter (Perl-threaded
> > > 5.8.0), and everything runs fine... Except that now, when the
> > > Milter is running, tinyproxy 1.5.0 goes haywire, filling up its
> > > log like crazy with this message:
> > >
> > > "Accept returned an error (Resource temporarily unavailable)...
> > > retrying."
> >
> > They shouldn't conflict. That sounds like a libc_r bug; I think the
> > wrapper for accept() should retry the accept() call for the user.
> >
> > You might want to try updating to 4.8; there were a couple of
> > important commits to libc_r that fixed bugs that usually affected
> > threaded daemons:
> 
> Upgrading to 4.8 is not directly possible on this production server.
> But can I not just recompile the kernel with a patch?

You don't even need to rebuild the kernel.  Just updating libc and
libc_r should do it (don't forget to reinstall /usr/include too).  I'm
actually runing a 4.8 libc on a 4.4 kernel with no problems on one
machine here (don't want to lose the 400-day uptime :)

> This may be the one affecting me. After your hinting me to the
> problem, I did some further googling; but it sounds as if 5.1 still
> suffers from the same malady; for instance:
> 
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/1588

That's not the same error that you were talking about, so chances are
it's a different issue.

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


Re: Hardware RAID vs softupdates

2003-10-14 Thread Michael Lee
Hi Kirk,

Thank you for your reply but I think that you probably misunderstand me.
So far as I know, FFS with softupdates support acts quite similar to async.
file system. However, hardware based RAID controller card is usually
equipped with some cache RAM. In some aspects, RAID controller card acts
somewhat like async. file ssytem. I wonder if RAID controller waits for a
certain time before it does command "write" to disk and then this "write"
command then was queued by softupdates
Will it be faster if I use softupdates with hardware RAID system ?

Thanks!

Michael Lee




- Original Message - 
From: "Kirk Strauser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 10:12 PM
Subject: Re: Hardware RAID vs softupdates


At 2003-10-14T09:44:31Z, "Michael Lee" <[EMAIL PROTECTED]> writes:

> I have 4 SCSI hdds connect to this controller card. I wonder if I should
> disable the softupdates feature for the FFS to make the system runs
> faster.

Out of curiosity, what part of the system do you think would be faster
without softupdates?
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."

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


Re: question about cvsup

2003-10-14 Thread Jud
On Tue, 14 Oct 2003 07:19:25 -0800, "Jon Reynolds" <[EMAIL PROTECTED]>
said:
> If I install applications from the ports tree and make all the
> configuration changes then upgrade my system using cvsup, will that
> break all the installed applications? Like say one of my apps has been
> updated for a security hole, will it break it?

It won't break any of your applications.  It won't upgrade your
applications, either.  To upgrade an application after you have updated
its source with cvsup, portupgrade is excellent.  I'd recommend
installing it, reading the man page, and using it to upgrade your
applications.

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


Backup Solutions

2003-10-14 Thread Stephane Raimbault
Hi,

I am curious as to what people using FreeBSD use for a Backup Solution.  Are there any 
Comercial software available for Tape Backup Solutions that run well on FreeBSD?

I'm looking at using a Dell PowerVault 110T LTO tape drive and was looking for 
software to utilize to backup the 10 servers and growing in my server farm.

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


GNU Pascal not ported?

2003-10-14 Thread Fredrik Carlén
Hi! I would like to use gpc, since that's what we use in the computer
science class...but I can't find it among the ports. Isn't it ported?
Sounds weird...

/F

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


amd with ldap support

2003-10-14 Thread Antoine Jacoutot
Hi :)

This might sound like a dumb question, but is it possible to compile the
amd automounter with ldap support in the base system ?
I'm using openldap as an authentication system for my users (with
nss_ldap, pam_ldap and samba) and I would love to use amd ldap maps.
Right now, I have:
Map support for: root, passwd, hesiod, union, nis, ndbm, file, error

Should I add something to /etc/make.conf or edit/patch the sources ?

While I'm at it, is there a way to use amd with ext2fs filesystems ?

Thanks in advance.

Regards.

Antoine

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


Re: Windows Media (blech!)

2003-10-14 Thread Simon Barner
> I've had great success with MPlayer with up-to-date Windows Media files:
> same goes for Quicktime's Sorenson 3 codec. Unfortunately, compiling MPlayer
> is a bit of a pain, as the Windows codecs are pulled in from elsewhere.

The ports collection helps here:

cd /usr/ports/multimedia/mplayer
less Makefile  (Read about all of the optional codecs and feature knobs)
make -DWITH_FOO -DWITH_BAR install clean

Simon


signature.asc
Description: Digital signature


Re: Backup Solutions

2003-10-14 Thread Jamie



   Try researching Amanda. http://www.amanda.org

   Amanda is also covered in O'Reilly's "Unix Backup and Recovery".

   - Jamie




On Tue, 14 Oct 2003, Stephane Raimbault wrote:

> Hi,
>
> I am curious as to what people using FreeBSD use for a Backup Solution.  Are there 
> any Comercial software available for Tape Backup Solutions that run well on FreeBSD?
>
> I'm looking at using a Dell PowerVault 110T LTO tape drive and was looking for 
> software to utilize to backup the 10 servers and growing in my server farm.
>
> Thank you,
> Stephane.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

"A friend is someone who lets you have total freedom to be yourself."

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


Re: Backup Solutions

2003-10-14 Thread Bob Collins
At 12:26 PM 10/14/2003, Stephane Raimbault wrote:
Hi,

I am curious as to what people using FreeBSD use for a Backup 
Solution.  Are there any Comercial software available for Tape Backup 
Solutions that run well on FreeBSD?

I'm looking at using a Dell PowerVault 110T LTO tape drive and was looking 
for software to utilize to backup the 10 servers and growing in my server farm.

Thank you,
Stephane.
In my small environment I am using Bacula (www.bacula.org) also it is 
available on sourceforge. It runs quite well, and the documentation is 
above the quality of any commercial software I have seen lately. Oh, BTW, 
it is open source. And the developer is only an email away. Response time 
for him is usually in an hour or so!

I am not related to, get no kickback from, nor even any attaboys from 
Bacula, but am pleased with the product and am quite happy to make mention 
of it!

Someone on the list recommended it to me, and I forgot to say thanks. It 
works well and will handle Windows clients as remote backup clients.

I cannot help you with commercial backup software.

Bob 

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


Re: GNU Pascal not ported?

2003-10-14 Thread Simon Barner
Hi,

> Hi! I would like to use gpc, since that's what we use in the computer
> science class...but I can't find it among the ports. Isn't it ported?
> Sounds weird...

There used to be a port of gpc, but as you can see in the latest cvs log
message the port has been removed since it was broken:

See here, for example:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/gpc/Attic/Makefile

If you would like to use gpc, you could use those file as a start and
try to fix it, such that the port can be rebuild.

If you are interested in that, then you even could become the maintainer
of that port and appear as one of the "additional contributors" to the
FreeBSD project in the handbook. Doesn't that sound great? The
[EMAIL PROTECTED] mailing list will assist you fixing that port.

Regards,
 Simon


signature.asc
Description: Digital signature


Re: Backup Solutions

2003-10-14 Thread Mike Hogsett

> I am curious as to what people using FreeBSD use for a Backup Solution.  Are 
> there any Comercial software available for Tape Backup Solutions that run wel
> l on FreeBSD?
> 
> I'm looking at using a Dell PowerVault 110T LTO tape drive and was looking fo
> r software to utilize to backup the 10 servers and growing in my server farm.


I use amanda (/usr/ports/misc/amanda-*) on a Dual Xeon 2.8 Ghz machine w/
2Gbytes of RAM running FreeBSD 4.8.  The machine contains a 3ware ATA RAID
card with 6 120Gbyte disks attached and concatinated into a single volume
and is used for temporary holding space for the dump files.  The tape and
tape changer device is a Dell PowerEdge 122T with an LTO tape drive
connected via an Adaptec SCSI controller.  I use `mtx'
(/usr/ports/misc/mtx) to control the tape changer.  To top it off the
machine interfaces to the network using an Intel 1000baseSX ethernet over
fiber network card which is sub-interfaced using VLANs onto all of the
subnets in our switch infrastructure (this means backup traffic doesn't
hit the router).

This machine backs up approximately 200Gbytes per night.  This consists of
157 partitions accross 64 hosts.  The hosts are a combination of Solaris,
Linux, FreeBSD, DEC (OFS/1), and AIX machines.  I get level zero dumps of
each partition every 4 days and sometimes more frequently.

Backups start at 7PM and typically run for about 6 to 8 hours.

Hope that helps.

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


Amanda or Bacula

2003-10-14 Thread Rick Duvall
Here is my situation:

I have about 200 gigs of data to back up every night on multiple machines on
the network.  All are either FreeBSD or Linux based.  My backup machine is
FreeBSD.  I have about 30 gigs of dump drive space, and a 20 gig tape drive.
I am pretty much convinced that even if I use compression, I will need to
span across multiple tapes or get a bigger tape drive.  At the very least I
may have to get more dump drive and do incremental backups.  At any rate, I
am having a hard time deciding between Amanda and Bacula.  Amanda has been
around forever and is known to work, but to the best of my knowledge doesn't
span across multiple tapes.  Bacula, on the other hand, does span across
multiple tapes, but it hasn't been out as long.

Is this a choice of personal preference, or does one actually work better
than the other in my scenario?

Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

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


Re: Backup Solutions

2003-10-14 Thread Brendan
The amanda chapter from the O'Reilly book can be found at:
   http://www.backupcentral.com/amanda.html
   
   -Brendan

Jamie wrote:

  Try researching Amanda. http://www.amanda.org

  Amanda is also covered in O'Reilly's "Unix Backup and Recovery".

  - Jamie



On Tue, 14 Oct 2003, Stephane Raimbault wrote:

 

Hi,

I am curious as to what people using FreeBSD use for a Backup Solution.  Are there any Comercial software available for Tape Backup Solutions that run well on FreeBSD?

I'm looking at using a Dell PowerVault 110T LTO tape drive and was looking for software to utilize to backup the 10 servers and growing in my server farm.

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

"A friend is someone who lets you have total freedom to be yourself."

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



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


Re: Backup Solutions

2003-10-14 Thread Scott Hiemstra
Just so the original question does get answered, I have successfully used
Backup Exec to backup FreeBSD/Linux/Solaris boxes with no real pain to
mention.  Veritas attempts to hide the fact they have agents for UNIX within
backup exec but they are present, you just have to do a little digging on
the Veritas web site.  The only catches to the entire setup if you wish to
use BackupExec is that the backup server must be a windows machine and for
backing up FreeBSD machines you must use compat linux.

Just my past findings,
Scott


- Original Message - 
From: "Brendan" <[EMAIL PROTECTED]>
To: "Jamie" <[EMAIL PROTECTED]>
Cc: "Stephane Raimbault" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 10:06 AM
Subject: Re: Backup Solutions


>
> The amanda chapter from the O'Reilly book can be found at:
> http://www.backupcentral.com/amanda.html
>
>
> -Brendan
>
> Jamie wrote:
>
> >
> >   Try researching Amanda. http://www.amanda.org
> >
> >   Amanda is also covered in O'Reilly's "Unix Backup and Recovery".
> >
> >   - Jamie
> >
> >
> >
> >
> >On Tue, 14 Oct 2003, Stephane Raimbault wrote:
> >
> >
> >
> >>Hi,
> >>
> >>I am curious as to what people using FreeBSD use for a Backup Solution.
Are there any Comercial software available for Tape Backup Solutions that
run well on FreeBSD?
> >>
> >>I'm looking at using a Dell PowerVault 110T LTO tape drive and was
looking for software to utilize to backup the 10 servers and growing in my
server farm.
> >>
> >>Thank you,
> >>Stephane.
> >>___
> >>[EMAIL PROTECTED] mailing list
> >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
> >>
> >>
> >>
> >
> >"A friend is someone who lets you have total freedom to be yourself."
> >
> >___
> >[EMAIL PROTECTED] mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
> >
> >
>
>
> ___
> [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: Backup Solutions

2003-10-14 Thread Dan Nelson
In the last episode (Oct 14), Stephane Raimbault said:
> I am curious as to what people using FreeBSD use for a Backup
> Solution.  Are there any Comercial software available for Tape Backup
> Solutions that run well on FreeBSD?
>
> I'm looking at using a Dell PowerVault 110T LTO tape drive and was
> looking for software to utilize to backup the 10 servers and growing
> in my server farm.

We're using Veritas Netbackup, but they only have client support for
FreeBSD.

Take a look at Tapeware; depending on their definition of "Client", you
can back up 10 machines for between $700 and $3000 (including 1 yr. of
maintenance and support).  They also have a 30-day trial download, so
you can try it out.

http://www.tapeware.com/Products/TapeWare/tw_ms_enter_pack.htm
http://www.tapeware.com/Downloads/
 

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


Re: ignoring openssl port

2003-10-14 Thread Toomas Aas
Hi!

Matthew Seaman  wrote:

> On Tue, Oct 14, 2003 at 04:37:10PM +0300, Toomas Aas wrote:
> 
> > Anyway, I tried commenting out the above passage in 
> > /usr/ports/Mk/bsd.port.mk and rebuilding another port which depends on 
> > OpenSSL, namely /usr/ports/ftp/wget. I checked with 
> > ldd /usr/local/bin/wget 
> > before and after installing and this showed that now I indeed have wget 
> > linked against  /usr/lib/libssl.so.3, whereas before it was linked 
> > against  /usr/local/lib/libssl.so.3.
> > 
> > Before I try the same with apache13-modssl port, I just wanted to 
> > verify if commenting out the above passage in /usr/ports/Mk/bsd.port.mk 
> > can cause any unforeseen damage.
> 
> Actually, if your ports are all linked against libssl.so.3 and you
> have /usr/lib/libssl.so.3 from the base system, then many of your
> ports could well be using the base system version already.  Check
> using ldd(1) against any likely candidates -- note that when
> investigating apache loadable modules ldd will sometimes fail to find
> a shared object in the current working directory unless you type eg.
> 'ldd ./libssl.so' Also check, oh, the ssh(1) binary in the base system
> to make sure the converse isn't happening, and it's linking against
> stuff under /usr/local.
> 
> If everything is running happily using the /usr/lib/libssl.so.3
> library then you should simply be able to move aside the shlib from
> the port (ie. /usr/local/lib/libssl.so.3) and everything will carry on
> without problems.  Or you can move the existing shlib aside
> preemptively (Note: not delete it as that will definitely crash any
> application linked against it) and restart all the SSL using
> applications to force them to pick up /usr/lib/libssl.so.3.  You can
> then pkg_deinstall the openssl port (not forgetting removing the
> renamed /usr/local/lib/libssl.so.3) and nothing should crash...

Thanks for the excellent advice! I checked all the ports that were 
dependent of openssl port, moved /usr/local/lib/libcrypto* and 
/usr/local/lib/libssl* to safe location and restarted the applications. 
Everything worked and ldd now shows that everything is linked against 
/usr/lib/libssl.so.3 and /usr/lib/libcrypto.so.3. I'll restart the 
server just to make sure I didn't overlook anything, but I strongly 
doubt I find any problems (knock on wood). 
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* How much net work could a network work, if a network could net work?

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


Re: Amanda or Bacula

2003-10-14 Thread Rick Duvall
So to clarify just so that I understand correctly:

1.  Each filesystem per system to be backed up qualifies as a dumpfile.
2.  Multiple dumpfiles per backup
3.  Multiple tapes per backup, as long as 1 dumpfile isn't larger than the
tape.

One of my systems has a 120 gig drive with about 36gigs (and growing) of
people's images, documents, etc on it (samba server).  My single tape drive
is only 20 gigs.  I am assuming this will be a problem for Amanda unless I
get a bigger tape drive.

Sincerely,

Rick Duvall
- Original Message - 
From: "Mike Hogsett" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 10:23 AM
Subject: Re: Amanda or Bacula


>
> > Is this a choice of personal preference, or does one actually work
> > better than the other in my scenario?
>
> I replied earlier to someone else regarding what I do here for backups.
>
> My recommendation is to use amanda.  Mostly due to its maturity.  Amanda
> can use multiple tapes (via a changer or multiple drives), but a single
> dump file can not span two tapes (this is rarely a problem).
>
>  - Michael Hogsett
>
> Below is my response Stephane's question.
>
> > Date:Tue, 14 Oct 2003 09:49:22 PDT
> > To:  "Stephane Raimbault" <[EMAIL PROTECTED]>
> > cc:  [EMAIL PROTECTED]
> > From:Mike Hogsett <[EMAIL PROTECTED]>
> > Subject: Re: Backup Solutions
> >
> > > I am curious as to what people using FreeBSD use for a Backup
Solution.  Are
> > > there any Comercial software available for Tape Backup Solutions that
run wel
> > > l on FreeBSD?
> > >
> > > I'm looking at using a Dell PowerVault 110T LTO tape drive and was
looking fo
> > > r software to utilize to backup the 10 servers and growing in my
server farm.
> >
> > I use amanda (/usr/ports/misc/amanda-*) on a Dual Xeon 2.8 Ghz machine
w/
> > 2Gbytes of RAM running FreeBSD 4.8.  The machine contains a 3ware ATA
RAID
> > card with 6 120Gbyte disks attached and concatinated into a single
volume
> > and is used for temporary holding space for the dump files.  The tape
and
> > tape changer device is a Dell PowerEdge 122T with an LTO tape drive
> > connected via an Adaptec SCSI controller.  I use `mtx'
> > (/usr/ports/misc/mtx) to control the tape changer.  To top it off the
> > machine interfaces to the network using an Intel 1000baseSX ethernet
over
> > fiber network card which is sub-interfaced using VLANs onto all of the
> > subnets in our switch infrastructure (this means backup traffic doesn't
> > hit the router).
> >
> > This machine backs up approximately 200Gbytes per night.  This consists
of
> > 157 partitions accross 64 hosts.  The hosts are a combination of
Solaris,
> > Linux, FreeBSD, DEC (OFS/1), and AIX machines.  I get level zero dumps
of
> > each partition every 4 days and sometimes more frequently.
> >
> > Backups start at 7PM and typically run for about 6 to 8 hours.
> >
> > Hope that helps.
> >
> >  - Michael Hogsett
>
>

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


Re: Amanda or Bacula

2003-10-14 Thread Pat Lashley
--On Tuesday, October 14, 2003 10:07:18 -0700 Rick Duvall 
<[EMAIL PROTECTED]> wrote:

I have about 200 gigs of data to back up every night on multiple machines
on the network.  All are either FreeBSD or Linux based.  My backup
machine is FreeBSD.  I have about 30 gigs of dump drive space, and a 20
gig tape drive. I am pretty much convinced that even if I use
compression, I will need to span across multiple tapes or get a bigger
tape drive.  At the very least I may have to get more dump drive and do
incremental backups.  At any rate, I am having a hard time deciding
between Amanda and Bacula.  Amanda has been around forever and is known
to work, but to the best of my knowledge doesn't span across multiple
tapes.  Bacula, on the other hand, does span across multiple tapes, but
it hasn't been out as long.
With AMANDA, each filesystem's dump must fit on a single tape; but it
can use multiple tapes in a single dump run.
I've been using AMANDA for several years now; and one of the things
that I like about it is that you tell it how many tapes you have and
how long a dump cycle you want; and it decides when to run full or
incremental dumps for each partition; and the level of increment on
the incrementals.  It is easy to set it up to ensure that there are
at least two full dumps on tape at any given time; even if you have
a very limited number of tapes.
I now have a couple of disks that are too large to fit a full dump
onto a single tape; so I've been looking into other backup systems.
Bacula seems to be the top contender because it appears to be able
to span a single partition's dump across multiple tapes.  But it
uses the classic 'full dump every X, incremental every Y, differential
every Z' scheduling mechanism.  Which means that I'd need to split
my tapes into a set for full dumps and another for incremental or
differential dumps.  And worry about exactly how many tapes I need
in each.  And which set I have loaded into the limited-capacity
auto-changer.  (AMANDA uses the tapes in sequence; so I just swap
the 7-tape carrier for the next one when it complains that it can't
find the one it wants.)
So I'm stuck trying to choose between a system with a real good
scheduling algorythm; but unable to backup large partitions; and
a system that can handle large partitions; but uses a scheduling
scheme that may require me to spend hundreds of dollars for more
tapes...


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


Re: Amanda or Bacula

2003-10-14 Thread Mike Hogsett

Yes!  For amanda, the tape must be able to store the compressed dump file
on one tape.

Worst case scenario is that the 120 Gbyte partition is filled with
uncompressable data making the dump file 120Gbytes.  Amanda will need a
tape drive which is capable of storing that on one tape.

 - Mike


> So to clarify just so that I understand correctly:
> 
> 1.  Each filesystem per system to be backed up qualifies as a dumpfile.
> 2.  Multiple dumpfiles per backup
> 3.  Multiple tapes per backup, as long as 1 dumpfile isn't larger than the
> tape.
> 
> One of my systems has a 120 gig drive with about 36gigs (and growing) of
> people's images, documents, etc on it (samba server).  My single tape drive
> is only 20 gigs.  I am assuming this will be a problem for Amanda unless I
> get a bigger tape drive.
> 
> Sincerely,
> 
> Rick Duvall
> - Original Message - 
> From: "Mike Hogsett" <[EMAIL PROTECTED]>
> To: "Rick Duvall" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 14, 2003 10:23 AM
> Subject: Re: Amanda or Bacula
> 
> 
> >
> > > Is this a choice of personal preference, or does one actually work
> > > better than the other in my scenario?
> >
> > I replied earlier to someone else regarding what I do here for backups.
> >
> > My recommendation is to use amanda.  Mostly due to its maturity.  Amanda
> > can use multiple tapes (via a changer or multiple drives), but a single
> > dump file can not span two tapes (this is rarely a problem).
> >
> >  - Michael Hogsett
> >
> > Below is my response Stephane's question.
> >
> > > Date:Tue, 14 Oct 2003 09:49:22 PDT
> > > To:  "Stephane Raimbault" <[EMAIL PROTECTED]>
> > > cc:  [EMAIL PROTECTED]
> > > From:Mike Hogsett <[EMAIL PROTECTED]>
> > > Subject: Re: Backup Solutions
> > >
> > > > I am curious as to what people using FreeBSD use for a Backup
> Solution.  Are
> > > > there any Comercial software available for Tape Backup Solutions that
> run wel
> > > > l on FreeBSD?
> > > >
> > > > I'm looking at using a Dell PowerVault 110T LTO tape drive and was
> looking fo
> > > > r software to utilize to backup the 10 servers and growing in my
> server farm.
> > >
> > > I use amanda (/usr/ports/misc/amanda-*) on a Dual Xeon 2.8 Ghz machine
> w/
> > > 2Gbytes of RAM running FreeBSD 4.8.  The machine contains a 3ware ATA
> RAID
> > > card with 6 120Gbyte disks attached and concatinated into a single
> volume
> > > and is used for temporary holding space for the dump files.  The tape
> and
> > > tape changer device is a Dell PowerEdge 122T with an LTO tape drive
> > > connected via an Adaptec SCSI controller.  I use `mtx'
> > > (/usr/ports/misc/mtx) to control the tape changer.  To top it off the
> > > machine interfaces to the network using an Intel 1000baseSX ethernet
> over
> > > fiber network card which is sub-interfaced using VLANs onto all of the
> > > subnets in our switch infrastructure (this means backup traffic doesn't
> > > hit the router).
> > >
> > > This machine backs up approximately 200Gbytes per night.  This consists
> of
> > > 157 partitions accross 64 hosts.  The hosts are a combination of
> Solaris,
> > > Linux, FreeBSD, DEC (OFS/1), and AIX machines.  I get level zero dumps
> of
> > > each partition every 4 days and sometimes more frequently.
> > >
> > > Backups start at 7PM and typically run for about 6 to 8 hours.
> > >
> > > Hope that helps.
> > >
> > >  - Michael Hogsett
> >
> >
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Amanda or Bacula

2003-10-14 Thread Pat Lashley
--On Tuesday, October 14, 2003 10:55:32 -0700 Rick Duvall 
<[EMAIL PROTECTED]> wrote:

So to clarify just so that I understand correctly:

1.  Each filesystem per system to be backed up qualifies as a dumpfile.
2.  Multiple dumpfiles per backup
3.  Multiple tapes per backup, as long as 1 dumpfile isn't larger than the
tape.
One of my systems has a 120 gig drive with about 36gigs (and growing) of
people's images, documents, etc on it (samba server).  My single tape
drive is only 20 gigs.  I am assuming this will be a problem for Amanda
unless I get a bigger tape drive.
The AMANDA docs suggest handling this situation by splitting the
partition up into multiple tar dumps; each of which will fit on
the tape.  (I'm currently in the process of tweaking my configs
to try this for one of my partitions.)


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


buildworld 4.8-RELEASE-p7 problem

2003-10-14 Thread Kenton Brede
I've been trying to "make buildworld" for the last three weeks on this
machine -

-su-2.05b# uname -a
FreeBSD stax 4.8-RELEASE-p7 FreeBSD 4.8-RELEASE-p7 #0:
Thu Sep 25 13:25:08 CDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  i386

Each time I do so, the process stops with "Error code 1."  I don't
remember the exact point it barfs but last weeks attempt stopped at a 
different point then last weeks.  Between attempts I follow the instructions 
in the handbook of removing /usr/obj/usr and running "make cleandir" twice. 
Below is the last error output.  I realize it is missing files but I'm
cvsuping src-all.  I've tried two different mirrors -
cvsup9.us.FreeBSD.org
cvsup18.us.FreeBSD.org 

How can I go about resolving this issue and how can it not have the
correct source file when I'm snagging src-all?
Thanks,
Kent

mkdep -f .depend -a-DENCRYPTION -DAUTHENTICATION -DSRA
-I/usr/src/secure/lib/libtelnet/../../../crypto/telnet
-I/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet
-DNO_IDEA
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/genget.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/getent.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/auth.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/sra.c
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c
In file included from
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c:53:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64:
openssl/des.h: No such file or directory
In file included from
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c:72:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64:
openssl/des.h: No such file or directory
In file included from
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/auth.c:75:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64:
openssl/des.h: No such file or directory
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:47:
openssl/des.h: No such file or directory
In file included from
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:52:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64:
openssl/des.h: No such file or directory
In file included from
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/sra.c:54:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64:
openssl/des.h: No such file or directory
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:47:
openssl/des.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/secure/lib/libtelnet.
*** Error code 1

Stop in /usr/src/secure/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

-- 
"I am always doing that which I can not do, 
   in order that I may learn how to do it." --Pablo Picasso

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


Re: buildworld 4.8-RELEASE-p7 problem

2003-10-14 Thread Tuc
> 
> Stop in /usr/src/secure/lib/libtelnet.
> *** Error code 1
> 
I'm working through this too myself.  This is on a PR#50507.

This is caused by "NO_OPENSSL" at a minimum. I tried "NO_CRYPTO" 
but that didn't help. I've asked around to people, can't get an answer.
I'm trying this against RELENG_4_8.

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


Re: Amanda or Bacula

2003-10-14 Thread Mike Hogsett

> The AMANDA docs suggest handling this situation by splitting the
> partition up into multiple tar dumps; each of which will fit on the
> tape.  (I'm currently in the process of tweaking my configs to try this
> for one of my partitions.)

That can work, but I dont like using tar in place of dump.  Dump's
incremental backup handling is better.  I handle this by limiting a
maximum size of a partition to no larger than a tape's raw
(e.g. uncompressed) capacity.


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


max IDE drive capacity supported in 2.2.2 release

2003-10-14 Thread John Fox
Hello to all,

I am trying to determine the maximum (IDE) drive capacity supported
by FreeBSD 2.2.2.  I have carefully read the release notes for 2.0 
and 2.2.2 and seen no mention of this datum.  

At this point, I'm theorizing that there the only such limit has to
do with the limitations of what the BIOS will support.

Any thoughts appreciated,

-John
--
+---+
| John Fox <[EMAIL PROTECTED]> |System Administrator   | InfoStructure   |
+---+
|Gideon: I thought you said don't hold a grudge.|
| Galen: I don't. I have no surviving enemies...at all. |
| -- "Crusdade", _Racing the Night_ |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPNAT/Slow TCP/Pings fine/4.8-REL

2003-10-14 Thread Larry Rosenman


--On Tuesday, October 14, 2003 11:40:57 -0700 DavidB 
<[EMAIL PROTECTED]> wrote:

Larry Rosenman wrote:

If you would post this to freebsd-questions you would probably get better
service, since it is most likely a configuration issue.
I did post to -questions as well.
And yes, it is my understanding that IPDIVERT is not needed for IPFILTER
and ipnat. anyone?
Yes, I've verified it.
the rc.conf  gateway_enable option and setting the sysctl forwarding
option do the same thing, someone more knowledgeable can answer to that
one.  Oh, I just checked it sets the forwarding but not fastforwarding.
So you need either method you choose, both is redundant.
Wasn't sure about that. Thanks.
You are not very descriptive: can ping?  ping [ip.num.for.localhost] or
ping [ip.num.for.externalhost] or ping [host.domain.tld]
ping local, ping external-ip, ping name.of.external all work.
apparently do name lookups??  are you getting good results from
nslookup www.abcnews.com or such?
host www.lerctr.org works (from a non-auth resolver for it).
I think there is a top like command line option for ipfilter you can use
to see what ipfilter is doing, but I am not sure if it is helpful with
ipnat.
Didn't seem to get it.  I did do a ipnat -l and SAW THE TRANSLATION.

I also could telnet to the same destination from directly on the
fw/router box, and saw the session. :-(
posting to questions instead, I think is appropriate.
Will follow-up there.


Have a good day,
Thanks!
David





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


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgp0.pgp
Description: PGP signature


Re: Amanda or Bacula

2003-10-14 Thread Kirk Strauser
At 2003-10-14T18:24:10Z, Mike Hogsett <[EMAIL PROTECTED]> writes:

> That can work, but I dont like using tar in place of dump.

Various sources recommend using tar instead of dump on live filesystems.
The essence of the argument is that dump writes the filelist at the
beginning of the backup, then writes the file contents.  Tar writes a
filename, then the contents, then another filename, then that file's
contents, etc.  If the filesystem is inactive then this is a non-issue.  If
it's quite active, though (like /var, /home), then tar's system may lead to
more consistent backups.

-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."


pgp0.pgp
Description: PGP signature


Re: Amanda or Bacula

2003-10-14 Thread Kirk Strauser
At 2003-10-14T17:55:32Z, "Rick Duvall" <[EMAIL PROTECTED]> writes:

> 1.  Each filesystem per system to be backed up qualifies as a dumpfile.

That's if and only if you use dump instead of tar.  I use tar to back up
some large filesystems that have large amounts of incompressible video by
splitting them into manageable chunks.  With Amanda you can choose to use
dump or tar on a per-filesystem basis so you have a bit of flexibility when
deciding which strategy to use.
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."


pgp0.pgp
Description: PGP signature


Re: Amanda or Bacula

2003-10-14 Thread Dan Nelson
In the last episode (Oct 14), Kirk Strauser said:
> At 2003-10-14T18:24:10Z, Mike Hogsett <[EMAIL PROTECTED]> writes:
> > That can work, but I dont like using tar in place of dump.
> 
> Various sources recommend using tar instead of dump on live
> filesystems. The essence of the argument is that dump writes the
> filelist at the beginning of the backup, then writes the file
> contents.  Tar writes a filename, then the contents, then another
> filename, then that file's contents, etc.  If the filesystem is
> inactive then this is a non-issue.  If it's quite active, though
> (like /var, /home), then tar's system may lead to more consistent
> backups.

If you're running 5.x, you can use dump -L, which will snapshot the
filesystem and back that up.

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


Re: mjpegtools won't compile

2003-10-14 Thread Fernando Gleiser
On Tue, 14 Oct 2003, Heinrich Rebehn wrote:

> Hi lists,
>
> when i try to compile the mjpegtools port under 5.1, i get:
[snip]
>
> Is anybody able to compile this?

I tried to compile mjpeg tools some time ago and I got the same error.

I was lucky it was in lav2divx which I didn't need, so I copied the other
tools to a subdir and used those. I just needed yuvscaler and such
to make some video CDs from AVIs and MPEGS


Fer

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


Re: Backup Solutions

2003-10-14 Thread Bob Collins

Date: Tue, 14 Oct 2003 12:38:54 -0400
To: "Stephane Raimbault" <[EMAIL PROTECTED]>
From: Bob Collins <[EMAIL PROTECTED]>
Subject: Re: Backup Solutions
Cc: <[EMAIL PROTECTED]>
At 12:26 PM 10/14/2003, Stephane Raimbault wrote:
Hi,

I am curious as to what people using FreeBSD use for a Backup 
Solution.  Are there any Comercial software available for Tape Backup 
Solutions that run well on FreeBSD?

I'm looking at using a Dell PowerVault 110T LTO tape drive and was 
looking for software to utilize to backup the 10 servers and growing in 
my server farm.

Thank you,
Stephane.


I am sure Bacula can handle your setup. I am also sure Amanda will do the 
job. If I were in your position, I would try both. Run one for a week or 
two and then the other. See which works best for you.

There are some minor catches with Bacula on FreeBSD for running under the 
5X branch with the latest version of bacula. You can follow the threads at 
the bacula email archive on sourceforge. If you are running FBSD 4.8 you 
should be fine. There was/is some change to the SCSI (if I recall 
correctly) coding that Bacula has trouble with.

You would be most welcome to email the bacula list at:
bacula-users (at) lists.sourceforge.net
and ask about your setup and possibilities as well as what you want to do 
per schedules, drives, etc.

Bob

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


diskless/pxe booting problem...

2003-10-14 Thread Dave O
I've been experiencing a problem getting a soekris to pxe boot properly. 
 I've tried this with both RELENG_4_8 and RELENG_4 and it still gives 
me the same problem.  I've read and re-read the diskless operation, nfs, 
and freebsd booting process sections in the handbook, as well as tried 
to read and understand both the rc.diskless[12] scripts and the 
clone_root script.

I'm exporting /tmp on the dhcp server since that was the only way I 
could get the -alldirs option to work, though in retrospect, I don't 
seem to need it.  I've used both the clone_root method to create a 
proper root to export, as well as using the method described in jail(8). 
 The soekris is able to pxe boot off of the server, but it always hangs 
in the same spot.  Does anyone have any idea what I should be looking 
at?  Here is my configuration.  For the sake of space, I didn't include 
the entire configuration files, only what I believe is pertinent.  If I 
should provide any more info, I'm welcome to suggestions.

/etc/exports

/tmp -alldirs -ro -maproot=0:0 172.16.34.98 172.16.34.99
/usr/local/etc/dhcpd.conf

host soekris1 {
  hardware ethernet 00:00:24:c1:2f:64;
  fixed-address 172.16.34.98;
  filename "pxeboot";
  next-server 172.16.34.1;
  option root-path "172.16.34.1:/tmp";
}
host soekris2 {
  hardware ethernet 00:00:24:c1:2f:84; 

  fixed-address 172.16.34.99; 

  filename "pxeboot";
  next-server 172.16.34.1;
  option root-path "172.16.34.1:/tmp";
}
/tmp/conf/base/etc/fstab && /tmp/etc/fstab

# DeviceMountpoint  FStype  Options DumpPass#
172.16.34.1:/tmp/   nfs ro  0   0
proc/proc   procfs  rw  0   0
/usr/src/sys/i386/conf/DISKLESS

# Options for pxe booting
options BOOTP
options BOOTP_NFSROOT
options BOOTP_COMPAT
options NFS
options NFS_ROOT
dmesg

FreeBSD/i386 bootstrap loader, Revision 0.8
([EMAIL PROTECTED], Mon Oct 13 17:25:56 CDT 2003)
pxe_open: server addr: 172.16.34.1
pxe_open: server path: /tmp
pxe_open: gateway ip:  172.16.34.1
Loading /boot/defaults/loader.conf
/kernel text=0x1b91dd data=0x20a74+0x1f598 -
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
[verbose dmesg snipped]

bpf: lo0 attached
IPsec: Initialized Security Association Processing.
IP Filter: v3.4.31 initialized.  Default = pass all, Logging = enabled
Sending DHCP Discover packet from interface sis0 (00:00:24:c1:2f:64)
Sending DHCP Discover packet from interface sis1 (00:00:24:c1:2f:65)
Sending DHCP Discover packet from interface sis2 (00:00:24:c1:2f:66)
Received DHCP Offer packet on sis0 from 172.16.34.1 (accepted) (no root 
path)
Sending DHCP Request packet from interface sis0 (00:00:24:c1:2f:64)
Received DHCP Ack packet on sis0 from 172.16.34.1 (accepted) (got root path)
DHCP timeout for interface sis1
DHCP timeout for interface sis2
sis0 at 172.16.34.98 server 172.16.34.1 boot file pxeboot
subnet mask 255.255.255.0 router 172.16.34.1 rootfs 172.16.34.1:/tmp
Adjusted interface sis0
Shutdown interface sis1
Shutdown interface sis2
Mounting root from nfs:172.16.34.1:/tmp
missing device name
setrootbyname failed
NFS ROOT: 172.16.34.1:/tmp

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


Re: How to create distribution for later NFS sysinstall on other box?

2003-10-14 Thread Ruben de Groot



On Tue, Oct 14, 2003 at 01:39:41PM -0400, Chris Shenton typed:
> Some of my systems are 5.1-CURRENT but I still have some older 4.x
> boxes.  I'd like to upgrade them to the same OS as my 5.1 boxes.
> 
> It seems stupid to feed them boot floppies then FTP the OS across the
> WAN from freebsd.org or mirrors.  
> 
> I expect there's a way to build a distribution on my main 5.1 system
> then use sysinstall on the target 4.x to install via NFS (or FTP
> or...) over the LAN.  I have not found any pointers on doing this in
> the Handbook or a couple quick Googles (perhaps I'm searching on the
> wrong terms).  Seems it should be something like this on the server:
> 
>   cd /usr/src
>   make distribution
> 
> I'd like to make the distribution based on my 5.1-CURRENT, rather than
> copying/creating a 5.1-RELEASE image so I won't have to do a
> subsequent update to get it CURRENT.
> 
> Any pointers? If I'm missing obvious docs, just tell me where to RTFM. :-)
 
OK, this should get you going:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/release-build.html

man release

G'luck

Ruben

> Thanks.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> 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: Amanda or Bacula

2003-10-14 Thread Kirk Strauser
At 2003-10-14T18:56:45Z, Dan Nelson <[EMAIL PROTECTED]> writes:

> If you're running 5.x, you can use dump -L, which will snapshot the
> filesystem and back that up.

True, but I can't vouch from personal experience whether that works as
expected, so I left it out.
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: diskless/pxe booting problem...

2003-10-14 Thread Wes Zuber
Are you sure that you have a kernel at /tmp ? Your config says that the 
root "/" for this boot is really at /tmp

--Wes

On Oct 14, 2003, at 12:09 PM, Dave O wrote:

I've been experiencing a problem getting a soekris to pxe boot 
properly.  I've tried this with both RELENG_4_8 and RELENG_4 and it 
still gives me the same problem.  I've read and re-read the diskless 
operation, nfs, and freebsd booting process sections in the handbook, 
as well as tried to read and understand both the rc.diskless[12] 
scripts and the clone_root script.

I'm exporting /tmp on the dhcp server since that was the only way I 
could get the -alldirs option to work, though in retrospect, I don't 
seem to need it.  I've used both the clone_root method to create a 
proper root to export, as well as using the method described in 
jail(8).  The soekris is able to pxe boot off of the server, but it 
always hangs in the same spot.  Does anyone have any idea what I 
should be looking at?  Here is my configuration.  For the sake of 
space, I didn't include the entire configuration files, only what I 
believe is pertinent.  If I should provide any more info, I'm welcome 
to suggestions.

/etc/exports

/tmp -alldirs -ro -maproot=0:0 172.16.34.98 172.16.34.99
/usr/local/etc/dhcpd.conf

host soekris1 {
  hardware ethernet 00:00:24:c1:2f:64;
  fixed-address 172.16.34.98;
  filename "pxeboot";
  next-server 172.16.34.1;
  option root-path "172.16.34.1:/tmp";
}
host soekris2 {
  hardware ethernet 00:00:24:c1:2f:84;
  fixed-address 172.16.34.99;
  filename "pxeboot";
  next-server 172.16.34.1;
  option root-path "172.16.34.1:/tmp";
}
/tmp/conf/base/etc/fstab && /tmp/etc/fstab

# DeviceMountpoint  FStype  Options DumpPass#
172.16.34.1:/tmp/   nfs ro  0   0
proc/proc   procfs  rw  0   0
/usr/src/sys/i386/conf/DISKLESS

# Options for pxe booting
options BOOTP
options BOOTP_NFSROOT
options BOOTP_COMPAT
options NFS
options NFS_ROOT
dmesg

FreeBSD/i386 bootstrap loader, Revision 0.8
([EMAIL PROTECTED], Mon Oct 13 17:25:56 CDT 2003)
pxe_open: server addr: 172.16.34.1
pxe_open: server path: /tmp
pxe_open: gateway ip:  172.16.34.1
Loading /boot/defaults/loader.conf
/kernel text=0x1b91dd data=0x20a74+0x1f598 -
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 
1994
The Regents of the University of California. All rights 
reserved.

[verbose dmesg snipped]

bpf: lo0 attached
IPsec: Initialized Security Association Processing.
IP Filter: v3.4.31 initialized.  Default = pass all, Logging = enabled
Sending DHCP Discover packet from interface sis0 (00:00:24:c1:2f:64)
Sending DHCP Discover packet from interface sis1 (00:00:24:c1:2f:65)
Sending DHCP Discover packet from interface sis2 (00:00:24:c1:2f:66)
Received DHCP Offer packet on sis0 from 172.16.34.1 (accepted) (no 
root path)
Sending DHCP Request packet from interface sis0 (00:00:24:c1:2f:64)
Received DHCP Ack packet on sis0 from 172.16.34.1 (accepted) (got root 
path)
DHCP timeout for interface sis1
DHCP timeout for interface sis2
sis0 at 172.16.34.98 server 172.16.34.1 boot file pxeboot
subnet mask 255.255.255.0 router 172.16.34.1 rootfs 172.16.34.1:/tmp
Adjusted interface sis0
Shutdown interface sis1
Shutdown interface sis2
Mounting root from nfs:172.16.34.1:/tmp
missing device name
setrootbyname failed
NFS ROOT: 172.16.34.1:/tmp

___
[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: diskless/pxe booting problem...

2003-10-14 Thread Dave O
Wes Zuber wrote:

Are you sure that you have a kernel at /tmp ? Your config says that the 
root "/" for this boot is really at /tmp

--Wes

Yes, I've placed a stripped and gzipped kernel in both /tmp and, just to 
be on the safe side, in the /tftpboot directory as well.  It seems to me 
that it loads the kernel ok, but I'm not sure what it gets stuck on. 
Fyi, I did make sure that md0 exists in /dev, and the diskless /etc 
exists in both /tmp/etc and /tmp/conf/base/etc.  Here is a more complete 
dmesg.  Please excuse the verbosity  :)

Building the boot loader arguments
Relocating the loader and the BTX
Starting the BTX loader
Console: internal video/keyboard
PXE version 2.1, real mode entry point @9e79:0106
BIOS 577kB/64512kB available memory
FreeBSD/i386 bootstrap loader, Revision 0.8
([EMAIL PROTECTED], Mon Oct 13 17:25:56 CDT 2003)
pxe_open: server addr: 172.16.34.1
pxe_open: server path: /tmp
pxe_open: gateway ip:  172.16.34.1
Loading /boot/defaults/loader.conf
/kernel text=0x1b91dd data=0x20a74+0x1f598 -
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.9-RC #0: Mon Oct 13 17:30:48 CDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DISKLESS
Calibrating clock(s) ... i8254 clock: 1189161 Hz
Timecounter "i8254"  frequency 1189161 Hz
CPU: AMD Enhanced Am486DX4/Am5x86 Write-Back (486-class CPU)
  Origin = "AuthenticAMD"  Id = 0x494  Stepping = 4
  Features=0x1
real memory  = 67108864 (65536K bytes)
Physical memory chunk(s):
0x01000 - 0x8, 585728 bytes (143 pages)
0x000323000 - 0x003ff7fff, 63787008 bytes (15573 pages)
avail memory = 62291968 (60832K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00f0080
bios32: Entry = 0xf00c0 (c00f00c0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xe1
Other BIOS signatures found:
ACPI: 
Preloaded elf kernel "kernel" at 0xc02fc000.
crypto: 
Creating DISK md0
md0: Malloc disk
pci_open(1):mode 1 addr port (0x0cf8) is 0x
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=30001022)
Doing h0h0magic for AMD Elan sc520
sysctl machdep.i8254_freq=1189161 returns 0
Timecounter "ELAN"  frequency 833 Hz
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
found-> vendor=0x1022, dev=0x3000, revid=0x00
class=06-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
found-> vendor=0x100b, dev=0x0020, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=10
map[10]: type 1, range 32, base e000, size  8
map[14]: type 1, range 32, base a000, size 12
found-> vendor=0x100b, dev=0x0020, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base e100, size  8
map[14]: type 1, range 32, base a0001000, size 12
found-> vendor=0x100b, dev=0x0020, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=5
map[10]: type 1, range 32, base e200, size  8
map[14]: type 1, range 32, base a0002000, size 12
pci0:  on pcib0
sis0:  port 0xe000-0xe0ff mem 
0xa000-0xaff
f irq 10 at device 18.0 on pci0
sis0: Ethernet address: 00:00:24:c1:2f:64
miibus0:  on sis0
ukphy0:  on miibus0
ukphy0: OUI 0x080017, model 0x0002, rev. 1
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: sis0 attached
sis1:  port 0xe100-0xe1ff mem 
0xa0001000-0xa0001ff
f irq 11 at device 19.0 on pci0
sis1: Ethernet address: 00:00:24:c1:2f:65
miibus1:  on sis1
ukphy1:  on miibus1
ukphy1: OUI 0x080017, model 0x0002, rev. 1
ukphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: sis1 attached
sis2:  port 0xe200-0xe2ff mem 
0xa0002000-0xa0002ff
f irq 5 at device 20.0 on pci0
sis2: Ethernet address: 00:00:24:c1:2f:66
miibus2:  on sis2
ukphy2:  on miibus2
ukphy2: OUI 0x080017, model 0x0002, rev. 1
ukphy2:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: sis2 attached
isa0:  on motherboard
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0:  at iomem 0xc8000-0xd1fff on isa0
pmtimer0 on isa0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x
ata0: mask=03 ostat0=7f ostat2=7f
ata0-master: ATAPI 7f 7f
ata0-slave: ATAPI 7f 7f
ata0: mask=03 stat0=7f stat1=7f
ata0-master: ATA 27 27
ata0-slave: ATA 27 27
ata0: devices=00
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
atkbdc0:  at port 0x60

what version of openssh is running?

2003-10-14 Thread srenna
Hi all,

I followed instructions from this site:

http://www.jasonmorgan.com/modules.php?name=News&file=article&sid=24

So I could upgrade system Openssh.  However, when I run ssh
-V it tells me that the version on the system is 3.5p1 and
no the updated version.  Anyone know if this technique
works in this page, if so, how do I update my box so it
knows what version is running.  Where is the file located
where Openssh stores its banner info?

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


Newbie - calcru message questions-problem

2003-10-14 Thread Peter J. Mignone
Hi:
I just complete my first installation of FreeBSD 5.1 and I keep getting
messages scrolling on the screen which say calcru: negative time of -671171
usec for pid 10304 - message varies by pid.
Obviously I have a problem but is it hardware, setup ot hacked.  I am
clueless, please help
Thanks.
Pete

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


Re: diskless/pxe booting problem...

2003-10-14 Thread Wes Zuber
What about the

/tmp/conf/default/etc/fstab ?

--Wes

On Oct 14, 2003, at 12:37 PM, Dave O wrote:

Wes Zuber wrote:

Are you sure that you have a kernel at /tmp ? Your config says that 
the root "/" for this boot is really at /tmp
--Wes
Yes, I've placed a stripped and gzipped kernel in both /tmp and, just 
to be on the safe side, in the /tftpboot directory as well.  It seems 
to me that it loads the kernel ok, but I'm not sure what it gets stuck 
on. Fyi, I did make sure that md0 exists in /dev, and the diskless 
/etc exists in both /tmp/etc and /tmp/conf/base/etc.  Here is a more 
complete dmesg.  Please excuse the verbosity  :)

Building the boot loader arguments
Relocating the loader and the BTX
Starting the BTX loader
Console: internal video/keyboard
PXE version 2.1, real mode entry point @9e79:0106
BIOS 577kB/64512kB available memory
FreeBSD/i386 bootstrap loader, Revision 0.8
([EMAIL PROTECTED], Mon Oct 13 17:25:56 CDT 2003)
pxe_open: server addr: 172.16.34.1
pxe_open: server path: /tmp
pxe_open: gateway ip:  172.16.34.1
Loading /boot/defaults/loader.conf
/kernel text=0x1b91dd data=0x20a74+0x1f598 -
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 
1994
The Regents of the University of California. All rights 
reserved.
FreeBSD 4.9-RC #0: Mon Oct 13 17:30:48 CDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DISKLESS
Calibrating clock(s) ... i8254 clock: 1189161 Hz
Timecounter "i8254"  frequency 1189161 Hz
CPU: AMD Enhanced Am486DX4/Am5x86 Write-Back (486-class CPU)
  Origin = "AuthenticAMD"  Id = 0x494  Stepping = 4
  Features=0x1
real memory  = 67108864 (65536K bytes)
Physical memory chunk(s):
0x01000 - 0x8, 585728 bytes (143 pages)
0x000323000 - 0x003ff7fff, 63787008 bytes (15573 pages)
avail memory = 62291968 (60832K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00f0080
bios32: Entry = 0xf00c0 (c00f00c0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xe1
Other BIOS signatures found:
ACPI: 
Preloaded elf kernel "kernel" at 0xc02fc000.
crypto: 
Creating DISK md0
md0: Malloc disk
pci_open(1):mode 1 addr port (0x0cf8) is 0x
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=30001022)
Doing h0h0magic for AMD Elan sc520
sysctl machdep.i8254_freq=1189161 returns 0
Timecounter "ELAN"  frequency 833 Hz
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
found-> vendor=0x1022, dev=0x3000, revid=0x00
class=06-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
found-> vendor=0x100b, dev=0x0020, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=10
map[10]: type 1, range 32, base e000, size  8
map[14]: type 1, range 32, base a000, size 12
found-> vendor=0x100b, dev=0x0020, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base e100, size  8
map[14]: type 1, range 32, base a0001000, size 12
found-> vendor=0x100b, dev=0x0020, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=5
map[10]: type 1, range 32, base e200, size  8
map[14]: type 1, range 32, base a0002000, size 12
pci0:  on pcib0
sis0:  port 0xe000-0xe0ff mem 
0xa000-0xaff
f irq 10 at device 18.0 on pci0
sis0: Ethernet address: 00:00:24:c1:2f:64
miibus0:  on sis0
ukphy0:  on miibus0
ukphy0: OUI 0x080017, model 0x0002, rev. 1
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: sis0 attached
sis1:  port 0xe100-0xe1ff mem 
0xa0001000-0xa0001ff
f irq 11 at device 19.0 on pci0
sis1: Ethernet address: 00:00:24:c1:2f:65
miibus1:  on sis1
ukphy1:  on miibus1
ukphy1: OUI 0x080017, model 0x0002, rev. 1
ukphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: sis1 attached
sis2:  port 0xe200-0xe2ff mem 
0xa0002000-0xa0002ff
f irq 5 at device 20.0 on pci0
sis2: Ethernet address: 00:00:24:c1:2f:66
miibus2:  on sis2
ukphy2:  on miibus2
ukphy2: OUI 0x080017, model 0x0002, rev. 1
ukphy2:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: sis2 attached
isa0:  on motherboard
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0:  at iomem 0xc8000-0xd1fff on isa0
pmtimer0 on isa0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x
ata0: mask=03 ostat0=7f ostat2=7f
ata0-master: ATAPI 7f 7f
ata0-slave: ATAPI 7f 7f
ata0: mask=03 stat0=7f stat1=7f
ata0-master: ATA 27 27
ata0-slave: ATA 27 27
ata0: devices=00
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1: iobase=0x0170 

Re: Newbie - calcru message questions-problem

2003-10-14 Thread Kenton Brede
On Tue, Oct 14, 2003 at 04:03:48PM -0400, Peter J. Mignone wrote:
> Hi:
> I just complete my first installation of FreeBSD 5.1 and I keep getting
> messages scrolling on the screen which say calcru: negative time of -671171
> usec for pid 10304 - message varies by pid.
> Obviously I have a problem but is it hardware, setup ot hacked.  I am
> clueless, please help

I did a quick search for "calcru: negative time" in google and came up
with the following link -

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#CALCRU-NEGATIVE

See if that helps you.  I have no personal experience with this problem.
Kent

-- 
"I am always doing that which I can not do, 
   in order that I may learn how to do it." --Pablo Picasso

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


altq with vlan...

2003-10-14 Thread Andrzej Kwiatkowski

I'm using FreeBSD 4.8 Stable with altq as my firewall for few networks.
Now by FBSD box is connected to my switch with 4 patchcords(one for one
vlan). Altq is working exactly as i want.

Now i would like to have only one cable to switch.
It's simpe and it's working, but how to force altq to
working ???

Have You got any idea ??

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


mounted hard disc gave "device not configured"

2003-10-14 Thread Rob .
(apologies in advance if this silly hotmail account adds any HTML..)

Hi all,

I have a 4.8-RELEASE server running stock Generic kernal as a NFS and samba 
file server.  It's got a pile of standard IDE discs in it, 40 to 120Gb each, 
using two third party PCI IDE cards.

Within the last couple of weeks I have now had three hard disc go down - 
symptoms are basically that any access to the directories hosted on that 
drive gives a "device not configured" error.  Indeed anything trying to 
access the drive gives the same error.  even umount gives the same error...

a quick grep of the logs turns up:

Oct  5 03:03:29 luggage /kernel: ad3: READ command timeout tag=0 serv=0 - 
resett
ing
Oct  5 03:03:29 luggage /kernel: ata1: resetting devices ..
Oct  5 03:03:29 luggage /kernel: ad3: removed from configuration
Oct  5 03:03:29 luggage /kernel: done

Firsttly, and most important, is there anything I can do to restore the 
drive?  A reboot didn't ... There's not much in the top level directory of 
each drive, but loads in sub-folders.  They are not accessed much, but I 
don't particularly want to lose the data.  One of them is my backup drive, 
too...

What would you recommend to avoid problems in the future?  I think it's time 
to build a new server anyway (this is only an AMD K6 2/500)  - Would it be 
best to run a RAID filesystem, and would 1+0 be better than RAID5 for 
reslilence on future failures?  Is this reliable on cheap IDE drives?

Thanks in advance,

Rob.

luggage# df -h /dev/ad3s1e
df: /dev/ad3s1e: Device not configured
luggage# uname -a
FreeBSD luggage.internal.irrelevant.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: 
Thu Apr  3 10:53:38 GMT 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger

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


route between LAN, DMZ and INET

2003-10-14 Thread Jason Lavigne
Hello all,
 
Below you will find my ifconfig output and my /etc/rc.conf file.
 
I would like to setup a firewall/router that will route between my
private LAN, my DMZ and the Internet. Currently I have the following:
 
I installed FreeBSD 5.1
Installed 3 nics
dc0 (LAN, 192.168.1.111), connected to a 24 port 3Com hub
dc1 (DMZ, 216.138.226.22), connected to a 12 port IBM switch
xl0 (INET, 216.138.224.10), connected to Alcatel dsl modem
 
I have a /28 IP block (216.138.226.16/28) and my default gateway is
216.138.224.9.
 
I turned on routed using /stand/sysinstall after the installation.
 
I have been able to ping addresses from all 3 interfaces and I have been
able to ping to dc0 and dc1 from computers on those networks.
 
Currently I can not use 192.168.1.111 as my gateway on any computers on
the private LAN to get to the Internet, I can ping it but that is as far
as I can go.
 
What I would like is someone to guide me in the right direction as to
what I need to be doing here. Do I need natd? Do I need to make kernel
config changes? Is gated a better option over routed? Any guidance any
of kind you can provide would be greatly appreciated. The next step
after this is to add ipfw and maybe ipsec.
 
Thanks all for allowing me to ask this newbie question.
 
cheers
 
Jay
 
here is my ifconfig
 
dc0: flags=8843 mtu 1500
    inet 192.168.1.111 netmask 0xff00 broadcast 192.168.1.255
    inet6 fe80::203:6dff:fe00:9bd%dc0 prefixlen 64 scopeid 0x1
    ether 00:03:6d:00:09:bd
    media: Ethernet autoselect (100baseTX)
    status: active
dc1: flags=8843 mtu 1500
    inet 216.138.226.22 netmask 0xfff0 broadcast 216.138.226.31
    inet6 fe80::280:c6ff:feea:7af1%dc1 prefixlen 64 scopeid 0x2
    ether 00:80:c6:ea:7a:f1
    media: Ethernet autoselect (100baseTX )
    status: active
xl0: flags=8843 mtu 1500
    options=3
    inet 216.138.224.10 netmask 0xfffc broadcast 216.138.224.11
    inet6 fe80::250:daff:fe1b:90c3%xl0 prefixlen 64 scopeid 0x3
    ether 00:50:da:1b:90:c3
    media: Ethernet autoselect (10baseT/UTP)
    status: active
lp0: flags=8810 mtu 1500
lo0: flags=8049 mtu 16384
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
    inet 127.0.0.1 netmask 0xff00
 
here is my /etc/rc.conf
 
gateway_enable="YES"
hostname="fw.bwlogic.com"
# LAN
ifconfig_dc0="inet 192.168.1.111 netmask 255.255.255.0"
# DMZ
ifconfig_dc1="inet 216.138.226.22 netmask 255.255.255.240"
# INET
ifconfig_xl0="inet 216.138.224.10 netmask 255.255.255.252"
kern_securelevel_enable="NO"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
# routed settings
router_flags="-q"
router="/sbin/routed"
router_enable="YES"
 
 

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


Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-14 Thread Walt Haynes
I am currently running Windows XP Professional on a HP Pavilion with a 27.95GB 
hard drive which I've partitioned with FDISK. Windows is in the primary DOS partition 
(about 7GB)  on disk drive C and the extended DOS partition had three logical drives 
(D, E, and F) defined in it; they are 7.3GB, 7.3GB, and 6.3GB respectively. I want to 
create my FreeBSD environment in the first logical drive (D). I know the starting and 
ending sector numbers so that I won't overwrite any data already on the drive. Does 
this sound reasonable ? And will I be able to install FreeBSD's boot manager to give 
me a choice of which OS I want to come up ? I'd really like to do this right the first 
time.

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


Re: diskless/pxe booting problem...

2003-10-14 Thread Dave O
Wes Zuber wrote:

What about the

/tmp/conf/default/etc/fstab ?

--Wes


Initially I didn't have anything, not even that directory created.  I've 
created and removed the /conf directory many times and must've confused 
/conf/base with /conf/default.  Re-reading diskless(8) I see that that 
is indeed where that file is supposed to be (thanks).

I went ahead and copied [/tmp]/etc to [/tmp]/conf/default/etc and still 
the same result.  One thing that's been puzzling me that I haven't seen 
in the archives is the message "missing device name".

>> Mounting root from nfs:172.16.34.1:/tmp
>> missing device name   <--
>> setrootbyname failed
>> NFS ROOT: 172.16.34.1:/tmp
I've enabled debugging in rc.diskless1 and haven't seen the results of 
that so I assume that control hasn't been passed on to rc.diskless1. 
Should I call rc.diskless1 explicitly in rc.conf?

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


The FreeBSD Diary: 2003-09-21 - 2003-10-11

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


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

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


Re: fish sftp and konqueror

2003-10-14 Thread Lauri Watts
On Tuesday 14 October 2003 05.46, Robert Froese wrote:
> I'm confused.  I didn't get any response to my last post, in which I asked
> for 
 information about getting fish working in Konqueror.  Does nobody
> else use Konqueror as an sftp or fish GUI interface?  Or, have I done
> something uniquely stupid to break it on my 5.1-R box?

You wil linvariably get better results posting to the KDE FreeBSD list 
([EMAIL PROTECTED]). 

> Neither are working for me: sftp not at all and fish not if I try to
> connect 
 to a FreeBSD box.  Funny, but fish works if I try to connect a
> linux box. I've searched the list archives, the KDE bug database, and the
> FreeBSD bug database with no luck.  Perhaps there's a great alternative to
> sftp or fish in Konqueror that I'm not aware of?  Any advice would be
> greatly appreciated! 
> Cheers,

Off the top of my head, fish on FreeBSD is currently not working with password 
connections if it's already tried (and failed) a key exchange.  If this is 
your situation, try either using keys, or switching the authentication 
challenge order in the server's sshd configuration.

Other things that trip people up: For fish to work right, both machines must 
be able to reach each other by hostname, and if you have installed the 
openssh port, make sure the right sshd configuration is being picked up - the 
one from the port, not the original base one, a couple of people have hit 
problems when the configs were different, and their edits were not having any 
effect, and this was why.

Regards,
-- 
Lauri Watts
KDE Documentation: http://i18n.kde.org/doc/
KDE on FreeBSD: http://freebsd.kde.org/


pgp0.pgp
Description: signature


HP Surestore DAT24i with FreeBSD

2003-10-14 Thread Darryl Hoar
Greetings,
How can I found out if this DAT tape drive
(HP DAT24i) works with FreeBSD ?

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


GoVideo software

2003-10-14 Thread Brent Wiese
Anyone have a GoVideo/SonicBlue network dvd player? 

The software that comes with it is only for Windows, but all my files are on
FreeBSD. 

Anyone write/port it?

Getting an answer from GoVideo is nearly impossible. I always seem to get
the techs that have been there 2 days or less.

Cheers,
Brent


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


Re: Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-14 Thread Kent Stewart
On Tuesday 14 October 2003 01:48 pm, Walt Haynes wrote:
> I am currently running Windows XP Professional on a HP Pavilion
> with a 27.95GB hard drive which I've partitioned with FDISK. Windows
> is in the primary DOS partition (about 7GB)  on disk drive C and the
> extended DOS partition had three logical drives (D, E, and F) defined
> in it; they are 7.3GB, 7.3GB, and 6.3GB respectively. I want to
> create my FreeBSD environment in the first logical drive (D). I know
> the starting and ending sector numbers so that I won't overwrite any
> data already on the drive. Does this sound reasonable ? And will I be
> able to install FreeBSD's boot manager to give me a choice of which
> OS I want to come up ? I'd really like to do this right the first
> time.
>

The second you said "logical D" it won't work. FreeBSD needs a primary 
partition to work. You can have 4 primary partitions on an XP machine. 
You didn't have to use logicals.

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

2003-10-14 Thread ral sitaro


Jerry McAllister <[EMAIL PROTECTED]> wrote:
> 
> can you tell me what a FreeBsd is and what i can do whit it?
> ral

Looks like you have a lot of reading to do.
Go to the FreeBSD web page and start reading.
http://www.freebsd.org/

Click on the links and follow their trails for complete information.
Start with the link "For Newbies" under Documentation, but don't
stop there.

In general, FreeBSD is an Operating System (OS) for computers. 

It is BSD because it has its roots in the
_B_erkeley _S_oftware _D_istribution
group at University Of California at Berkeley.

It is Free because it is available to download, install, use,
modify and redistribute freely merely by downloading the ISO-s from
the FreeBSD site. You can also buy a CD set from a couple of 
companies who package the system and ports and burn them on CDs
for you for a nominal cost.

The rest is up to you to learn by studying and trying it out.

Have fun,

jerry
thank you very much for your reply,i really do appreciate it

i had better start then

ral

 



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


Re: freeBsd

2003-10-14 Thread ral sitaro


Jerry McAllister <[EMAIL PROTECTED]> wrote: 
> 
> can you tell me what a FreeBsd is and what i can do whit it?
> ral

Looks like you have a lot of reading to do.
Go to the FreeBSD web page and start reading.
http://www.freebsd.org/

Click on the links and follow their trails for complete information.
Start with the link "For Newbies" under Documentation, but don't
stop there.

In general, FreeBSD is an Operating System (OS) for computers. 

It is BSD because it has its roots in the
_B_erkeley _S_oftware _D_istribution
group at University Of California at Berkeley.

It is Free because it is available to download, install, use,
modify and redistribute freely merely by downloading the ISO-s from
the FreeBSD site. You can also buy a CD set from a couple of 
companies who package the system and ports and burn them on CDs
for you for a nominal cost.

The rest is up to you to learn by studying and trying it out.

Have fun,

jerry
thank you very much for your reply,i really do appreciate it

i had better start then

ral

 




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


Re: HP Surestore DAT24i with FreeBSD

2003-10-14 Thread Mike Maltese

> Greetings,
> How can I found out if this DAT tape drive
> (HP DAT24i) works with FreeBSD ?

Hook it up and see if it works. =)
Seriously though, it should work fine. It will show up as an sa device. I
have a HP DDS-2 autoloader (the drive portion of it is similar to yours)
that works flawlessly with dump and tar, so I don't see any reason why your
drive would not.

Mike

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


Re: diskless/pxe booting problem...

2003-10-14 Thread Dave O
Wes Zuber wrote:
Ah, ok I don't think you can just copy /etc/ straight over without 
changing a couple of things. We have our setup working but as I recall 
there were many details. We had to uncover one detail at a time (like 
you are doing).

Here is our rc.conf in /tmp/conf/default/etc/

# -- sysinstall generated deltas -- # Wed Mar  6 00:34:08 2002
# Created: Wed Mar  6 00:34:08 2002
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="somebox.someplace.net"
#ifconfig_fxp0="inet 10.50.0.71  netmask 255.255.255.0"
kern_securelevel_enable="NO"
nfs_reserved_port_only="YES"
sendmail_enable="NO"
sshd_enable="YES"
usbd_enable="NO"
inetd_enable="NO"
syslogd_flags="-ss"  # Flags to syslogd (if enabled).
swapfile="/swap/fwbuild.swap"
local_startup=""
--Wes

Thanks Wes.  My rc.conf is not too different from yours.I do have 
ssh disabled, at least until I get this working and I don't have 
local_startup.  I'll give that a try though.  I'll probably be 
re-reading the documentation tonight to see if I've missed anything and 
take another stab at it tomorrow.  Too bad there isn't anything (that I 
know of) to allow stepping through the boot process.

Thanks again for all the help.

do

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


Re: what version of openssh is running?

2003-10-14 Thread Simon Barner
> So I could upgrade system Openssh.  However, when I run ssh
> -V it tells me that the version on the system is 3.5p1 and
> no the updated version.  Anyone know if this technique
> works in this page, if so, how do I update my box so it
> knows what version is running.  Where is the file located
> where Openssh stores its banner info?

Which version of ssh were you running before the upgrade? The one from
the base system or from the ports?

I pointed out this problem at least two times, so please see if one of
the following articles helps you.

http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&threadm=20030918143306.GB832%40zi025.glhnet.mhn.de.lucky.freebsd.questions&rnum=4&prev=/groups%3Fq%3Dsshd%2520Barner
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&threadm=03sklb.ku3.ln%40simonbarner.myfqdn.de&rnum=1&prev=/groups%3Fq%3Dsshd%2520Barner

Simon


signature.asc
Description: Digital signature


reading a linux drive w/o disklabels?

2003-10-14 Thread David S. Jackson
Hi,

I've got a drive from a Linux box with partitions I need to read
before I reformat the drive.  All I have handy is FreeBSD boxes, but
when I try to read the drive in a freebsd box, it doesn't read or
recognize the disk slices from Linux.  Any howto's or tips on how to
handle this?

TIA!


-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"A power so great, it can only be used for Good or Evil!"
-- Firesign Theatre, "The Giant Rat of Summatra"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Restoring vinum root from dump

2003-10-14 Thread Tillman Hodgson
On Tue, Oct 14, 2003 at 10:54:50AM +0930, Greg 'groggy' Lehey wrote:
...
> In particular, if you restore /usr/lib you'll replace the C library
> /usr/lib/libc.so.  It's then possible to crash dynamically linked
> processes (since they no longer have libraries), after which you could
> be left with a mainly unusable system.
> 
> Vinum offers a solution to this problem, as you've noted: detach a
> plex from each volume and restore to it.  Then do some magic in single
> user mode to remove the other plex and attach the one you've just
> restored to.  I'm not quite sure about the best way of doing this.
> I'll think about it, but if anybody else has suggestions for doing
> this with the least chance of shooting yourself in the foot, I'd be
> interested to hear them.

Once you've had a chance to think about it, would you mind posting yours
thoughts someplace public? I think that there's much magic in that
general direction, though the path may need to particularly exact to
avoid stepping on a mine :-)

-T


-- 
The envious man thinks that if his neighbor breaks a leg, he will be able
to walk better himself.
- Helmut Schoeck, _Envy: A Theory Of Social Behavior_
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-14 Thread Rod Person
On Tuesday 14 October 2003 04:48 pm, Walt Haynes wrote:
> I am currently running Windows XP Professional on a HP Pavilion with a
> 27.95GB hard drive which I've partitioned with FDISK. Windows is in the
> primary DOS partition (about 7GB)  on disk drive C and the extended DOS
> partition had three logical drives (D, E, and F) defined in it; they are
> 7.3GB, 7.3GB, and 6.3GB respectively. I want to create my FreeBSD
> environment in the first logical drive (D). I know the starting and ending
> sector numbers so that I won't overwrite any data already on the drive.
> Does this sound reasonable ? And will I be able to install FreeBSD's boot
> manager to give me a choice of which OS I want to come up ? I'd really like
> to do this right the first time.

It been quit some time since I've used 4.4 or installed FreeBSD with DOS 
partitions that existed, so someone can correct me if I am mistaken. As 
memory serves me you can install FreeBSD into a extended DOS partition.

I would delete the partition that you want FreeBSD to be in. Then when you 
install FreeBSD let it take care of the formating for you.

Otherwise, you should have no problem.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: reading a linux drive w/o disklabels?

2003-10-14 Thread Warren Block
On Tue, 14 Oct 2003, David S. Jackson wrote:

> I've got a drive from a Linux box with partitions I need to read
> before I reformat the drive.  All I have handy is FreeBSD boxes, but
> when I try to read the drive in a freebsd box, it doesn't read or
> recognize the disk slices from Linux.  Any howto's or tips on how to
> handle this?

/usr/ports/sysutils/gpart may be worth a look.

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


cross-compiling Linux apps on FreeBSD

2003-10-14 Thread C. Ulrich
Hi,

I was wondering if there is any way (preferably an easy way) to build
Linux applications from source on FreeBSD with the intention of running
them in FreeBSD.

My conundrum is this: I want to be able to use a Java (and perhaps
Flash) plugin with Firebird on my FreeBSD workstation. From what I
understand, a native FreeBSD Java web browser plugin doesn't quite exist
and isn't likely to in the near future. There's a linux-mozillafirebird
port in the www ports tree that would let me use the Linux Blackdown
Java plugin, but that does not build with GTK2, and thus, cannot utilize
anti-aliased fonts.

So, I am left to roll my own. I'd like to be able to build Firebird in
FreeBSD, but I have a Linux installation that I can use if that's either
not possible or not so easy. I suspect that I'll have library issues to
deal with, but beyond that I don't really know. I skimmed through all
the documentation on FreeBSD.org, but anything dealing with Linux
emulation seems to only mention running Linux apps, not building them to
work with the Linux emulation layer.

Thanks in advance for any suggestions.
Charles Ulrich
-- 
http://bityard.net

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


Re: Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-14 Thread Rod Person

> It been quit some time since I've used 4.4 or installed FreeBSD with DOS
> partitions that existed, so someone can correct me if I am mistaken. As
> memory serves me you can install FreeBSD into a extended DOS partition.

Sorry that should have been can't

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: cross-compiling Linux apps on FreeBSD

2003-10-14 Thread Kris Kennaway
On Tue, Oct 14, 2003 at 08:04:24PM -0400, C. Ulrich wrote:
> Hi,
> 
> I was wondering if there is any way (preferably an easy way) to build
> Linux applications from source on FreeBSD with the intention of running
> them in FreeBSD.

It's not completely straightforward, but you can install the
linux_devtools port, then chroot to /compat/linux and run /bin/bash,
then compile things from there as normal.  You'll have to install
whatever other packages are needed to compile your software.

> My conundrum is this: I want to be able to use a Java (and perhaps
> Flash) plugin with Firebird on my FreeBSD workstation. From what I
> understand, a native FreeBSD Java web browser plugin doesn't quite exist
> and isn't likely to in the near future.

That's incorrect..there are several.

kris

pgp0.pgp
Description: PGP signature


Re: HP Surestore DAT24i with FreeBSD

2003-10-14 Thread Jon Mercer
Using a DAT40i DDS4 for network backup with Amanda, been working fine 
for yonks with no problems setting up device access.

Jon

Darryl Hoar wrote:
Greetings,
How can I found out if this DAT tape drive
(HP DAT24i) works with FreeBSD ?
thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: *Editing* PDFs?

2003-10-14 Thread parv
in message <[EMAIL PROTECTED]>,
wrote James Leone thusly...
>
> To convert the .doc file, open it with MS Word in Cross Over
> Office, print it, catch the postscript file before the job
> finishes, rename it as whatever2.ps

Being ignorant about Cross Over Office, can it not print to a file,
like enscript, wordperfect (long live!), netscape, or mozilla which
print to a printer by default?


  - Parv

-- 

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


Logging SCP / SFTP

2003-10-14 Thread Luke Kearney
Hi List,
Can anyone point me in the right direction here ? I would like to log
all scp/sftp transfers to and from a certain machine and cannot find any
logical method to do so.

TIA 

LukeK

-- 
Luke Kearney <[EMAIL PROTECTED]>

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


Best 6.1 channel sound card for FreeBSD?

2003-10-14 Thread jason dictos
Whats the best 6.1 channel sound card for FreeBSD (i.e. what one has the most 
open source support behind it)?

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


Re: How to turn off the HDD? How to reduce the overall noise?

2003-10-14 Thread Constantine
I do not have a monitor around my FreeBSD box, so there is no way of 
accessing the BIOS.
Is there any utility that can do that for me from FreeBSD?

On 2003-10-06 17:34, jason wrote:

This is most easily done in the bios.  Check for power settings or 
energy saver features.  You can tell the bios to power down the hard 
drive after 1 min or an hour later.  In your case I would set it to 1 
min, so about 1 min after you boot and login the hard drive will power 
down, unless you touch the mouse or keyboard.

Constantine wrote:

Hello,

My hard disc drive seems to be too noisy for me. I want to test, how 
much idle noise would the system make with the hard drive turned off. 
I do not want to unplug the wires, since I have had a lot of problems 
last time I did that. Is there any command / utility that can turn my 
HDD off for a minute or so?

Are there any other utility that may help me reduce the noise in my 
system?

Right now I have IBM Deskstar 60GXP 41.0GB IC35L040AVER07-0, and I am 
considering to change it to IBM (Hitachi) Deskstar 180GXP 60GB 
IC35L060AVV207-0, or may be even Hitachi Deskstar 7K250 80GB 
HDS722580VLAT20. Have anyone experienced any of those? Are they any 
different in the idle noise they produce?

My motherboard is AOpen AX4G-N Intel 845G(+ICH4) chipset.

Cheers,
Constantine.

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


Weird usb keyboard problem

2003-10-14 Thread jason dictos
Hi All,

 I have a logitech wireless keyboard, plugged into the onboard usb on my Tyan 
dual pIII motherboard running a Via chipset. Whenever I use the keyboard and 
type at a normal rate, it seems like the usb driver or whatever detects more 
ekeys then I've pressed.

Here is san example of fwhat thappens when nI tytpe at ta normal r ate on nmy 
u sb k eybobard with hFreeBSD 5.1.

How can I debug this?? When I use a PS/2 keyboard, the problem does not occur. 
Needless to say it is very annoying to type slowly constantly.

Any help would be appreciated!!

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


Re: fonts question

2003-10-14 Thread Scott I. Remick
On Tue, 14 Oct 2003 04:20:53 -0400, Joe Marcus Clarke wrote:

>> I know the page:
>> 
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html
>> 
>> ...but it doesn't go this deep.
> 
> Actually, the Anti-Aliasing section at the bottom does.

Hey Marcus... thanks for jumping in. I didn't miss that section, but I
can't see how it helps me here. Maybe you can let me know what I'm missing.

Going through those instructions:

I don't have a ~/.fonts/ directory, and I've looked through
/usr/X11R6/lib/X11/fonts/ for *[Ll][Uu][Cc]* as well as examined all the
font descriptions in the various font.dir files and found no non-PCF
Lucida font mentioned.

Tweaking which fonts are anti-aliased seems not the answer as what I read
says that bitmap fonts like PCF cannot be anti-aliased. So the editing of
fonts-conf to control this isn't applicable. (note: that site talks about
editing that file, yet when you open it, it says at the very top to NOT
edit it).

Running fc-cache -f does not make these vector Lucida fonts visible to
AbiWord.

Changing the point size at which fonts are anti-aliased, or the spacing,
isn't applicable to my problems.

And finally, I already have bitstream-vera installed.

If the answer to my problem (or any of my 3 questions) is indeed on that
web page, then I guess I'm being dense, but I'm not seeing it. Sorry :(

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


IP Change

2003-10-14 Thread Edward Aronyk
Good day all,

I'm somewhat new to FreeBSD, so today when we had to deploy a new server
to the colo running FreeBSD, I ran into problems.

Basically the server has been in the office running for the last few
weeks with a DHCP provided IP - but now that it's getting a static IP
I'm not totally sure what to do. I have all of our in information:

Server IP: x.y.z.48
Subnet: 255.255.255.224
Gateway: x.y.z.33
DNS: a.b.c.24
 a.b.c.160

But I'm not sure exactly what needs to change to make this all work
properly? Specifically, I can't find where to put the gateway
information. I know that on OpenBSD it was placed in /etc/mygate but the
same doesn't seem to be true in FreeBSD? Also, what should my
resolv.conf file look like?

Thanks for the help,
Ed Aronyk

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


Re: IP Change

2003-10-14 Thread Tim Kellers
For the gateway, from the command line as root:

# route add default (ip address of gateway)

you can also configure the networking (as root)from /stand/sysinstall

#/stand/sysinstall
 select Configure
select Networking

Follow the prompts from there.

Tim Kellers
CPE/NJIT

On Tue, 14 Oct 2003, Edward Aronyk wrote:

> Good day all,
>
> I'm somewhat new to FreeBSD, so today when we had to deploy a new server
> to the colo running FreeBSD, I ran into problems.
>
> Basically the server has been in the office running for the last few
> weeks with a DHCP provided IP - but now that it's getting a static IP
> I'm not totally sure what to do. I have all of our in information:
>
> Server IP: x.y.z.48
> Subnet: 255.255.255.224
> Gateway: x.y.z.33
> DNS: a.b.c.24
>  a.b.c.160
>
> But I'm not sure exactly what needs to change to make this all work
> properly? Specifically, I can't find where to put the gateway
> information. I know that on OpenBSD it was placed in /etc/mygate but the
> same doesn't seem to be true in FreeBSD? Also, what should my
> resolv.conf file look like?
>
> Thanks for the help,
> Ed Aronyk
>
> ___
> [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: IP Change

2003-10-14 Thread Dan Nelson
In the last episode (Oct 14), Edward Aronyk said:
> I'm somewhat new to FreeBSD, so today when we had to deploy a new
> server to the colo running FreeBSD, I ran into problems.
> 
> Basically the server has been in the office running for the last few
> weeks with a DHCP provided IP - but now that it's getting a static IP
> I'm not totally sure what to do. I have all of our in information:
> 
> Server IP: x.y.z.48
> Subnet: 255.255.255.224
> Gateway: x.y.z.33
> DNS: a.b.c.24
>  a.b.c.160
> 
> But I'm not sure exactly what needs to change to make this all work
> properly? Specifically, I can't find where to put the gateway
> information. I know that on OpenBSD it was placed in /etc/mygate but
> the same doesn't seem to be true in FreeBSD? Also, what should my
> resolv.conf file look like?

Gateway goes in /etc/rc.conf: defaultrouter="x.y.z.33"  In fact, pretty
much everything goes in rc.conf unless it's got a well-known config
file of its own.

resolv.conf would look like:

domain  mydomain.com
nameserver  a.b.c.24
nameserver  a.b.c.160

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


Re: fonts question

2003-10-14 Thread Joe Marcus Clarke
On Tue, 2003-10-14 at 23:18, Scott I. Remick wrote:
> On Tue, 14 Oct 2003 04:20:53 -0400, Joe Marcus Clarke wrote:
> 
> >> I know the page:
> >> 
> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html
> >> 
> >> ...but it doesn't go this deep.
> > 
> > Actually, the Anti-Aliasing section at the bottom does.
> 
> Hey Marcus... thanks for jumping in. I didn't miss that section, but I
> can't see how it helps me here. Maybe you can let me know what I'm missing.
> 
> Going through those instructions:
> 
> I don't have a ~/.fonts/ directory, and I've looked through
> /usr/X11R6/lib/X11/fonts/ for *[Ll][Uu][Cc]* as well as examined all the
> font descriptions in the various font.dir files and found no non-PCF
> Lucida font mentioned.
> 
> Tweaking which fonts are anti-aliased seems not the answer as what I read
> says that bitmap fonts like PCF cannot be anti-aliased. So the editing of
> fonts-conf to control this isn't applicable. (note: that site talks about
> editing that file, yet when you open it, it says at the very top to NOT
> edit it).
> 
> Running fc-cache -f does not make these vector Lucida fonts visible to
> AbiWord.
> 
> Changing the point size at which fonts are anti-aliased, or the spacing,
> isn't applicable to my problems.
> 
> And finally, I already have bitstream-vera installed.
> 
> If the answer to my problem (or any of my 3 questions) is indeed on that
> web page, then I guess I'm being dense, but I'm not seeing it. Sorry :(

Look at the section about modifying local.conf or .fonts.conf to do font
family substitution.  The example I gave is Helvetica, but you can
modify it to work with Lucida as well.

The section starts with: "Certain fonts, such as Helvetica, may have a
problem when anti-aliased. Usually this manifests itself as a font that
seems cut in half vertically. At worst, it may cause applications such
as Mozilla to crash. To avoid this, consider adding the following to
local.conf:"

Joe

> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Mailing binary files

2003-10-14 Thread Carlos A. Carnero Delgado
Hello,

I need to mail some users binary files (.tar.gz) from cron jobs. What's 
the best way to do that? Maybe uuencoding them? (bonus points if no 
ports involved ;)

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


Wine under 5.1-RELEASE

2003-10-14 Thread Nick H -- Network Operations
Has anyone successfully gotten Wine to run a Windows 2000 command line?
What about other Windows 2000 core programs? (net, cmd, dir) or ones such as
psexec, psinfo, psshutdown etc from sysinternals.com?  Im having a bit of
trouble right now trying to get it to work as I have a couple hundred
Winblows boxes I have to support and it's so much easier to use my existing
batch scripts and vb scripts on the servers than having to figure out how to
write new ones.  Any suggestions are more than welcome.  Unfortunately, I am
not currently signed up on this list, so please ensure that you CC me on the
response.  Thanks!



Regards,
Nick H.
Network Operations Center
[EMAIL PROTECTED]

Please rate my performance! http://www.supportteam.net/rate.php3
Please submit all new support requests to
http://ticketmonster.hostingsupport.com/
---
Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone.  In such case, you should destroy this message and kindly
notify the sender by reply email.  Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.

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


atacontrol(8)

2003-10-14 Thread Constantine
Hello,

I have a few questions about atacontrol.

First, why the option 'enclosure' does not seem to work?
<<
cnst# atacontrol enclosure 0 0
atacontrol: ioctl(ATAENCSTAT): Device not configured
>>
Second, where do I have to indicate that my DVD-ROM supports UDMA66? I 
assume that after saying "atacontrol mode 1 udma66 udma66", the settings 
are going to be vanished the next reboot.

Third, why it does not want to set the DVD-ROM to UDMA66 (the device 
supports it, as well as my 80-pin cable, and motherboard):
<<
cnst# atacontrol mode 1 udma66 udma66
Master = UDMA33
Slave  = ???
cnst# atacontrol info 1
Master: acd0  ATA/ATAPI rev 4
Slave:   no device present
>>

The other question I have, is on how can I turn on the automatic 
acoustic management?
<<
cnst# atacontrol cap 0 0
ATA channel 0, Master, device ad0:

ATA/ATAPI revision5
device model  IC35L040AVER07-0
serial number <>
firmware revision ER4OA44A
cylinders 16383
heads 16
sectors/track 63
lba supported 80418240 sectors
lba48 not supported
dma supported
overlap not supported
Feature  Support  EnableValue   Vendor
write cacheyes  yes
read ahead yes  yes
dma queued yes  yes 31/1F
SMART  yes  yes
microcode download no   no
security   yes  yes
power management   yes  yes
advanced power management  yes  no  0/00
automatic acoustic management  yes  no  254/FE  128/80
>>
Cheers,
Constantine.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >