Re: TTF editor for FreeBSD?

2004-01-27 Thread Dan Nelson
In the last episode (Oct 29), Cordula's Web said:
> Hello,
> 
> I'm looking for a ttf (truetype fonts) editor on FreeBSD.
> Any idea?

pfaedit, in ports, will edit ttf and postscript fonts.

-- 
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: Freebsd Server Reboots every so often

2004-01-27 Thread Konrad Heuer

On Wed, 5 Nov 2003, chris souza wrote:

> My server keeps rebooting every so often. I'm running
>
> FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Wed May  1
> 21:54:31 GMT
> 2002
>
> Here are the messages from my logs, any help would be
> appreciated. Thanks
> Chris
>
>
>
> Nov  4 19:25:12 ns /kernel: ad0s1f: hard error reading
> fsbn 51718335 of
> 22787136-22787150 (ad0s1 bn 51718335; cn 3219 tn 80 sn
> 60) status=59
> error=40
> Nov  4 19:25:12 ns /kernel:
> spec_getpages:(#ad/0x20005) I/O read
> failure: (error=5) bp 0xc50828d4 vp 0xcaf02b40
> Nov  4 19:25:12 ns /kernel: size: 7680, resid: 7680,
> a_count: 7616,
> valid: 0x0
> Nov  4 19:25:12 ns /kernel: nread: 0, reqpage: 0,
> pindex: 0, pcount: 2
> Nov  4 19:25:12 ns /kernel: vm_fault: pager read
> error, pid 1346
> (httpd)
> [..snip..]

I think your hard disk has bad sectors; maybe it will completely stop
working soon.

As far as I can see, the operating system fails while trying to page in
from the text segment of httpd which resides in the file system on ad0s1f.

I would buy a new hard disk and copy your data before it's too late.

Best regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany


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


Tuxcards + run away process

2004-01-27 Thread epilogue

Take II.:)

-
Begin forwarded message:

Date: Mon, 19 Jan 2004 20:29:12 -0500
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Tuxcards + run away process


Hello all,

I have been having problems with the program Tuxcards (ports/deskutils). 
After about 5 minutes open, it's process seems to run away (whether or not
I am actively using the program).

I have built Tuxcards from ports and also tried installing the pkg, but
both yield the same result:

last pid: 14101;  load averages:  0.59,  0.21,  0.15   
 up 0+00:34:17  20:05:28 36 processes:  4 running, 32 sleeping
CPU states: 95.3% user,  0.0% nice,  0.8% system,  3.9% interrupt,  0.0%
idle Mem: 85M Active, 91M Inact, 40M Wired, 3048K Cache, 48M Buf, 154M Free
Swap: 800M Total, 800M Free

PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
14014 epi 49   0 24716K 20680K RUN  0:58 90.19% 90.19% tuxcards
172epi 28   0 41648K 40152K RUN  0:59  0.05%  0.05% XFree86
186epi  2   0 41252K 33388K poll 0:17  0.00%  0.00%  opera
...

I would like to trace the problem, but am unsure where to start.  If anyone
could point me in the right direction, it would be very much appreciated.


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


Re: mod_perl with FreeBSD (stock perl vs perl 5.8 port)

2004-01-27 Thread Rob
Forrest Aldrich said on Tue Jan 27, 2004:


> No, use /usr/bin/perl (SYSTEM) versus /usr/local/bin/perl and adjust my
> makepl_args file accordingly.
>
>
> At 06:39 AM 1/26/2004, you wrote:
> >Forrest Aldrich asked on Mon Jan 26, 2004:
> >
> >
> > > I'm working with mod_perl-1.x *current* on FreeBSD-4.9.
> > >
> > > For some time, I've had some difficulty getting this lot to work
> >correctly,
> > > as an OBJ (non-DSO).  During the compile, I get a slew of
> > > Dynaloader-related errors in the linking process.
> > >
> > > So today, I tried testing the compile using the SYSTEM perl
> >(/usr/bin/perl)
> > > and the compile completed fine, without any errors.
> > >
> > > It sounds to me like Dynaloader is not being compiled correctly in
this
> > > configuration - that's all I can take a guess at.
> > >
> > > I wonder if anyone else has had this problem with FreeBSD-4.x and
> > > mod_perl.  There must be a way to correct this.
> > >
> >
> >What do you mean by 'using the SYSTEM perl' - did you uninstall the port,
> >change the environment, or do something else?
>

OK - did you run

  use.perl port

after you installed the port?

As well as making /usr/bin/perl a symlink to /usr/local/bin/perl, it updates
/etc/make.conf to prefer the port when compiling new software.

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


Re: CVSup and portupgrade?

2004-01-27 Thread Vanh Phom

> You need both.  cvsup(1) will synchronise the ports tree with the
> latest version -- that's all the Makefiles and stuff that are used to
> build ports, not the actual ports themselves.  portupgrade(1) uses the
> files downloaded by cvsup(1) to build and install ports or to update
> any previously installed ports where there is a newer version
> available.
> 
>   Cheers,
> 
>   Matthew

Thank for the clarifications guys.

Vanh

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


Re: "No disks found!" in Sysinstall despite of supported IDE Controller

2004-01-27 Thread Ryan Merrick
Ben Koopmanschap wrote:
Hello Everybody!

I have a Pentium 4 2,66 GHz, 512 MB RAM, 80 GB UDMA HardDisk which in
Linux is recognized to have a Intel 82801DB Ultra ATA Storage Controller
(IDE). For more details about the chipset and other things, one can
eventually visit:
http://support.intel.com/support/motherboards/desktop/d845gbv/matrix.htm

(please see the right column).

On my Hard Disk I have the following partition scheme:

1st primary partition --> Fedora Core 1 (Linux)
2nd primary partition --> Swap Partition
3rd primary partition --> Linux From Scratch
4th partition --> extended partition
5th logical partition --> Swap
6th logical partition --> Linux From Scratch (for experimental purposes)
7th logical partition --> Swap
8th logical partition --> Linux From Scratch (for experimental purposes
either)
9th logical partition --> Swap
I am bothering you with this scheme because I'm not quite sure it has to
do with my problem, but maybe the information will help you to assist
me.;)
AFAIK, my hardware is supported by FreeBSD 4.9 and 5.2.

I downloaded the iso's of both the releases of FreeBSD (4.9 and 5.2),
burnt them on CD-ROM and tried to install a FreeBSD on my system.
Unfortunately, with both releases I totally get stuck when I in
Sysinstall choose for "Begin a standard installation.." After Sysintall
said to me it is going to try to find my hard disk, I get the error
message:
"No disks found! ..." (followed by the message that I have to check if
my storage controller was properly been probed by the kernel). After
several attempts and having seen the kernel coming up, I ensured myself
that the kernel probed my controller properly. Though my hard disk is
not recognized!
Of course I have tried to enable/disable several drivers in the kernel
configuration menu (which I only was able to with the 4.9 - release),
but none of all tried combinations did work.
I start to get a little desperate now, so I hope very hopefully that
someone on this list can point me in the right direction.
Thanks anyway for your attention!

With regards,

Ben Koopmanschap

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

Your problem is that all 4 of your bootable partitions are used on linux.

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


Re: Problem update 4.7 STABLE->4.9

2004-01-27 Thread Ryan Merrick
Martin Schweizer wrote:
Hello

After make buildworld the following occurs:

mkmagic: magic, 35458: offset branch1.1.1; invalid
mkmagic: magic, 35458: type branch  1.1.1; invalid
mkmagic: magic, 35459: offset access; invalid
mkmagic: magic, 35459: type access; invalid
mkmagic: magic, 35460: offset symbols invalid
mkmagic: magic, 35460: type symbols invalid
mkmagic: magic, 35461: offset   RELENG_5_2_0_RELEASE:1.1.1.1 invalid
mkmagic: magic, 35461: type RELENG_5_2_0_RELEASE:1.1.1.1 invalid
mkmagic: magic, 35462: offset   RELENG_5_2:1.1.1.1.0.8 invalid
mkmagic: magic, 35462: type RELENG_5_2:1.1.1.1.0.8 invalid
mkmagic: magic, 35463: offset   RELENG_5_2_BP:1.1.1.1 invalid
mkmagic: magic, 35463: type RELENG_5_2_BP:1.1.1.1 invalid
mkmagic: magic, 35464: offset   RELENG_4_9_0_RELEASE:1.1.1.1.4.1 invalid
mkmagic: magic, 35464: type RELENG_4_9_0_RELEASE:1.1.1.1.4.1 invalid
mkmagic: magic, 35465: offset   RELENG_4_9:1.1.1.1.4.1.0.4 invalid
mkmagic: magic, 35465: type RELENG_4_9:1.1.1.1.4.1.0.4 invalid
mkmagic: magic, 35466: offset   RELENG_4_9_BP:1.1.1.1.4.1 invalid
mkmagic: magic, 35466: type RELENG_4_9_BP:1.1.1.1.4.1 invalid
mkmagic: magic, 35467: offset   RELENG_5_1_0_RELEASE:1.1.1.1 invalid
mkmagic: magic, 35467: type RELENG_5_1_0_RELEASE:1.1.1.1 invalid
mkmagic: magic, 35468: offset   RELENG_5_1:1.1.1.1.0.6 invalid
mkmagic: magic, 35468: type RELENG_5_1:1.1.1.1.0.6 invalid
mkmagic: magic, 35469: offset   RELENG_5_1_BP:1.1.1.1 invalid
mkmagic: magic, 35469: type RELENG_5_1_BP:1.1.1.1 invalid
mkmagic: magic, 35470: offset   RELENG_4_8_0_RELEASE:1.1.1.1.4.1 invalid
mkmagic: magic, 35470: type RELENG_4_8_0_RELEASE:1.1.1.1.4.1 invalid
mkmagic: magic, 35471: offset   RELENG_4_8:1.1.1.1.4.1.0.2 invalid
mkmagic: magic, 35471: type RELENG_4_8:1.1.1.1.4.1.0.2 invalid
mkmagic: magic, 35472: offset   RELENG_4_8_BP:1.1.1.1.4.1 invalid
mkmagic: magic, 35472: type RELENG_4_8_BP:1.1.1.1.4.1 invalid
mkmagic: magic, 35473: offset   RELENG_4:1.1.1.1.0.4 invalid
mkmagic: magic, 35473: type RELENG_4:1.1.1.1.0.4 invalid
mkmagic: magic, 35474: offset   RELENG_5_0_0_RELEASE:1.1.1.1 invalid
mkmagic: magic, 35474: type RELENG_5_0_0_RELEASE:1.1.1.1 invalid
mkmagic: magic, 35475: offset   RELENG_5_0:1.1.1.1.0.2 invalid
mkmagic: magic, 35475: type RELENG_5_0:1.1.1.1.0.2 invalid
mkmagic: magic, 35476: offset   RELENG_5_0_BP:1.1.1.1 invalid
mkmagic: magic, 35476: type RELENG_5_0_BP:1.1.1.1 invalid
mkmagic: magic, 35477: offset   file_3_39:1.1.1.1 invalid
mkmagic: magic, 35477: type file_3_39:1.1.1.1 invalid
mkmagic: magic, 35478: offset   ZOULAS:1.1.1; invalid
mkmagic: magic, 35478: type ZOULAS:1.1.1; invalid
mkmagic: magic, 35479: offset locks; strict; invalid
mkmagic: magic, 35479: type locks; strict; invalid
mkmagic: magic, 35480: offset comment   @# @; invalid
mkmagic: magic, 35480: type comment @# @; invalid
mkmagic: magic, 35483: type .1 invalid
mkmagic: magic, 35484: offset date  2002.09.16.05.54.25;author obrien;  state 
Exp; invalid
mkmagic: magic, 35485: offset branches invalid
mkmagic: magic, 35485: type branches invalid
mkmagic: magic, 35486: type .1.1.1; invalid
mkmagic: magic, 35487: offset next  ; invalid
mkmagic: magic, 35487: type next; invalid
mkmagic: magic, 35489: type .1.1.1 invalid
mkmagic: magic, 35490: offset date  2002.09.16.05.54.25;author obrien;  state 
Exp; invalid
mkmagic: magic, 35491: offset branches invalid
mkmagic: magic, 35491: type branches invalid
mkmagic: magic, 35492: type .1.1.1.4.1; invalid
mkmagic: magic, 35493: offset next  ; invalid
mkmagic: magic, 35493: type next; invalid
mkmagic: magic, 35495: type .1.1.1.4.1 invalid
mkmagic: magic, 35496: offset date  2003.03.16.04.44.56;author obrien;  state 
Exp; invalid
mkmagic: magic, 35497: offset branches; invalid
mkmagic: magic, 35497: type branches; invalid
mkmagic: magic, 35498: offset next  ; invalid
mkmagic: magic, 35498: type next; invalid
mkmagic: magic, 35501: offset desc invalid
mkmagic: magic, 35501: type desc invalid
mkmagic: magic, 35502: offset @@ invalid
mkmagic: magic, 35502: type @@ invalid
mkmagic: magic, 35505: type .1 invalid
mkmagic: magic, 35506: offset log invalid
mkmagic: magic, 35506: type log invalid
mkmagic: magic, 35507: offset @Initial revision invalid
mkmagic: magic, 35507: type @Initial revision invalid
mkmagic: magic, 35508: offset @ invalid
mkmagic: magic, 35508: type @ invalid
mkmagic: magic, 35509: offset text invalid
mkmagic: magic, 35509: type text invalid
mkmagic: magic, 35510: offset 
@#-- 
invalid
mkmagic: magic, 35510: type 
@#-- 
invalid
mkmagic: magic, 35528: offset @ invalid
mkmagic: magic, 35528: type @ invalid
mkmagic: magic, 35531: type .1.1.1 invalid
mkmagic: magic, 35532: offset log invalid
mkmagic: magic, 35532: type log invalid
mkmagic: magic, 35533: offset @Virgin import of Christos Zou

Re: ACL:s are disabled upon reboot into multi-user

2004-01-27 Thread Peter Schuller
>  did you try to just put "acls" option in /etc/fstab ?
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/fs-acl.html

Ah, no I haven't. Will do. *However*, according to that part of the handbook, 
tunefs should be enough - and indeed, is recommended due to the permanent 
nature of the setting. So even if this ends up working I don't get why it 
didn't work in the first place. As is mentioned in the handbook, a filesystem 
which might be mounted with/without ACLs by accident is not very attractive 
from a security stand-point.

Thanks a lot!

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org


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


Re: Apple?

2004-01-27 Thread Matthew Seaman
On Mon, Jan 26, 2004 at 09:55:10PM +0100, joost knetsch wrote:

> i wonder if its possible to install freebsd on a apple computer?
> I have a G4 500mhz  macintosh.
> ??

The FreeBSD PPC port is at quite an early stage of development still,
and not really suitable for any use other than development work yet.
See:

http://www.freebsd.org/platforms/ppc.html

There's some more up to date information on the mailing list:

http://lists.freebsd.org/pipermail/freebsd-ppc/

You could use NetBSD for your purposes:

http://www.netbsd.org/Ports/macppc/

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


How to build FreeBSD entirely from sources?

2004-01-27 Thread Geert Hendrickx
Hello,

"FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
entirely from sources, starting from an existing FreeBSD system.

But I want to build a new FreeBSD system on a machine currently NOT
running FreeBSD.  How can I do this?

I'm used to doing this with Gentoo Linux:
With Gentoo, one extracts a "stage" tarball to the target partition, which
contains gcc, glibc and some other binary programs, just enough to rebuild
itself, using a "bootstrapping" script.  Then one does "emerge system"
which fetches sources for the entire base system, compiles them and
installs them.  After that, other applicantions can be installed with
"emerge packagename" (comparable to Ports system).

Can I install FreeBSD in a similar way?  Sysinstall only installs binary
packages.

I am new to FreeBSD but not to building stuff from sources (I've been
using Gentoo Linux for quite a while now).

Thanks in advance,

GH

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


Re: open office install fails after two days of installing

2004-01-27 Thread Dinesh Nair

On Sun, 25 Jan 2004, chip wrote:

> Okay, I downloaded and installed the .tbz file, moved it to /usr/local
> and ran pkg_add. It finished, and the instructions on the screen say to
> just run openoffice on the command line and answer a few questions. When
> I run the command I get command not found, as user and as root. What did
> I do wrong? -- Chip

hehehe, the docs are a little erred there. you should be running
/usr/local/OpenOffice.org1.1.0/program/soffice instead.

Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+

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


mplayer screws up audio device access

2004-01-27 Thread Rob
Hi,

I am running 4-Stable with up-to-date ports installed.

I'm puzzled by what mplayer does to my audio device
(I use mplayer-gtk-esound-0.92.0_4 compiled from ports).
When I run "gmplayer -vo x11", I can only play one movie with
sound. When I stop the movie (NOT exiting mplayer!) and start
another one, I get this dialog from mplayer:
"Could not open/initialize audio device -> no sound"

and, of course, there's no sound. This is quite a nuissance.

Any idea what is going wrong here?

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


Re: Postfix+TLS+SASL

2004-01-27 Thread Simon Barner
Hello Martin,

I am using almost the same setup, but with sasl version 1 (I selected
only sasl1 and ssl/tls support in the postfix port).

My /usr/local/etc/postfix/saslpasswd file looks like this (you need to
create a .db file with `postmap')

:

My main.cf is as follows

--- main.cf ---
inet_interfaces = localhost
relayhost = 
myorigin= $mydomain 
mydestination = localhost localhost.my.domain hostname hostname.my.domain 

virtual_maps = hash:/usr/local/etc/postfix/virtual
alias_maps = hash:/etc/mail/aliases
alias_database = hash:/etc/mail/aliases

sender_canonical_maps = hash:/usr/local/etc/postfix/sender_canonical
readme_directory = no
append_at_myorigin=yes
append_dot_mydomain=yes

sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
command_directory = /usr/local/sbin
manpage_directory = /usr/local/man
daemon_directory = /usr/local/libexec/postfix
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
queue_directory = /var/spool/postfix

setgid_group = maildrop
mail_owner = postfix
unknown_local_recipient_reject_code = 450

#SMTP Auth
smtp_sasl_auth_enable = no
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/saslpasswd
smtp_tls_note_starttls_offer = yes
smtp_tls_loglevel = 0

--

There's no need to run a sasld daemon (check /usr/local/etc/rc.d whether
the port installed a start-up script there).

Simon


signature.asc
Description: Digital signature


RE: ACL:s are disabled upon reboot into multi-user

2004-01-27 Thread Jarosław Nozderko
Hi,

> Ah, no I haven't. Will do. *However*, according to that part 
> of the handbook, 
> tunefs should be enough - and indeed, is recommended due to 
> the permanent 
> nature of the setting. So even if this ends up working I 
> don't get why it 
> didn't work in the first place. As is mentioned in the 
> handbook, a filesystem 
> which might be mounted with/without ACLs by accident is not 
> very attractive 
> from a security stand-point.

I agree, of course. It was some time ago, but I also remember
some problems with setting ACLs permanently. Since it was just
testing, I set fstab option. But definitely, permanent setting
would be a better idea.

Regards,
Jarek

Jaroslaw Nozderko
GSM +48 601131870 / Kapsch (22) 6075013
[EMAIL PROTECTED]
IT/CCBS/RS - Analyst Programmer
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Postfix+TLS+SASL

2004-01-27 Thread Martin Hudec
Hello Simon,

I am using SASL2, because my OpenLDAP required it :).
Postfix is not from ports, it is compiled with TLS patch..
SASLAUTHD is running (.sh script in /usr/local/etc/rc.d/)

cheers,
M.

On Tuesday 27 January 2004 12:02, Simon Barner wrote:
> Hello Martin,
>
> I am using almost the same setup, but with sasl version 1 (I selected
> only sasl1 and ssl/tls support in the postfix port).
>

-- 
:
:. kind regards
:..  Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: [EMAIL PROTECTED] [EMAIL PROTECTED]
:.:
:.: "When you want something, all the universe 
:.:   conspires in helping you to achieve it."
:.:   - The Alchemist (Paulo Coelho)

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


Re: Total amount of memory in my system?

2004-01-27 Thread Dinesh Nair

On Mon, 26 Jan 2004, Paul Hoffman wrote:

> Greetings again. I'm running 4.8 on a remote server. I want to know
> how much RAM is in the server. 'dmesg -a' doesn't tell me because the

you can either look at /var/run/dmesg.boot or check the hw.physmem

Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+

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


Re: Formatting an email for this list using vi

2004-01-27 Thread Ruben de Groot
On Mon, Nov 17, 2003 at 07:34:54AM -0600, Gary typed:
> Hi Frederick,
> 
> --On Monday, November 17, 2003 09:58:00 AM +1100 Frederick Bowes 
> <[EMAIL PROTECTED]> wrote:
> 
> >I have just started learning to use vi, and remember someone posting
> >something a while ago about how to re-format an email reply to have proper
> >60 character width or something like that, does anyone remember how that
> >is done?
> 
> Well, I use VIM instead of VI, it is an "enhanced version"
> 
> For automatic settings, set up a .vimrc file in your home dir.
> 
> Add in:
> 
> :set tw=74 (to set your text width)
 
Or in FreeBSD's stock vi incarnation (nvi), you put the line

set wraplen=72

in $HOME/.exrc

Ruben

> Or you can add this in manually on the VI command line after starting it.
> 
> 
> Now to refomat an email, while preserving the > on previous quoted text, 
> type in ESC gqip
> 
> -- 
> Gary
> ___
> [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]"


Recommendations for newfs parameters for UFS2 ?

2004-01-27 Thread Heinrich Rebehn
Hi list,

Are there any recommendations for the blocksize, bytes/i-node, and
cylinders/group parameters when newfs'ing an UFS2 filesystem?
I am afraid of ending up with a fs with Gigs of space and no inodes 
left, or a fs that is heavily fragmented and slow.

Which params should i use for a
- 10G
- 100G
- 500G
filesystem?

I read man(7) tuning but would like to hear about some real experiences.

Thanks very much for your help!

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: Email upon account creation with adduser?

2004-01-27 Thread Marty Landman
At 10:40 PM 1/26/2004, Eric F Crist wrote:
I seem to recall a feature which sent new users an email upon account 
creation
with adduser.  Is this still possible?
This happens automatically for me whenever I run adduser. Before you start 
entering user data though it asks you to confirm or change the defaults... 
which frankly confused me at first. Anyway that's where you'd have the 
opportunity to set the email options to your liking. At least that's the 
way things are working for me on FBSD 4.8 release.

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ruben de Groot
On Tue, Jan 27, 2004 at 07:48:42AM +0100, Geert Hendrickx typed:
> Hello,
> 
> "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> entirely from sources, starting from an existing FreeBSD system.
> 
> But I want to build a new FreeBSD system on a machine currently NOT
> running FreeBSD.  How can I do this?

Can you build Gentoo on a machine currently NOT running Linux?

> I'm used to doing this with Gentoo Linux:
> With Gentoo, one extracts a "stage" tarball to the target partition, which
> contains gcc, glibc and some other binary programs, just enough to rebuild
> itself, using a "bootstrapping" script.  Then one does "emerge system"
> which fetches sources for the entire base system, compiles them and
> installs them.  After that, other applicantions can be installed with
> "emerge packagename" (comparable to Ports system).
> 
> Can I install FreeBSD in a similar way?  Sysinstall only installs binary
> packages.
> 
> I am new to FreeBSD but not to building stuff from sources (I've been
> using Gentoo Linux for quite a while now).
> 
> Thanks in advance,
> 
> GH
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ion-Mihai Tetcu
On Tue, 27 Jan 2004 07:48:42 +0100 (CET)
"Geert Hendrickx" <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> entirely from sources, starting from an existing FreeBSD system.
> 
> But I want to build a new FreeBSD system on a machine currently NOT
> running FreeBSD.  How can I do this?

I believe you can boot from the second (Live) CD, fdisk, label, newfs,
mount partitions, extract the sources, cvsup and start building. I
didn't try it, but it should work. I don't see why would you do that,
but ...



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


Installing OpenOffice from Ports Collection

2004-01-27 Thread Colin J. Raven
Hi all!
I'm trying to install OpenOffice-1.1 on FreeBSD4.9 RELEASE. 
The installation halts - which is in itself highly unusual.

It asks for various bsd-jdk & j2sdk files from Sun to be installed in
/usr/distfiles, 
so I download and copy them into the requisite
directory, chown & chgrp them as necessary, and begin the build 
again. The install complains that the required files aren't there!
(they are!!)
Here's an example of the output:

===>  Extracting for jdk-1.4.2p6_1
>> Checksum OK for j2sdk-1_4_2-src-scsl.zip.
>> Checksum OK for j2sdk-1_4_2-bin-scsl.zip.
>> Checksum mismatch for bsd-jdk14-patches-6.tar.gz.
===>  Refetch for 1 more times files: bsd-jdk14-patches-6.tar.gz
LIBC_R TEST PASSED: All Ok

NOTICES:

To build JDK 1.4.2 port, you should have at least
1.7Gb of free disk space in build area!

NOTE: Please use `make -DWITH_DEBUG' if you want to
install libraries and binaries with debugging support.

>> bsd-jdk14-patches-6.tar.gz doesn't seem to exist in
/usr/ports/distfiles/.
>> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bsd-jdk14-patches-6.ta
r.gz: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/java/jdk14.
*** Error code 1

Stop in /usr/ports/java/jdk14.
*** Error code 1

Can anyone tell me what I'm doing wrongly and how to remedy this issue
please?

Regards to all,
-Colin



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


Re: Installing OpenOffice from Ports Collection

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 07:27 am, Colin J. Raven wrote:
> Hi all!
> I'm trying to install OpenOffice-1.1 on FreeBSD4.9 RELEASE.
> The installation halts - which is in itself highly unusual.

Forget building it - get the binary. http://projects.imp.ch/openoffice/

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFm38D5P/gMAbw2MRAvoRAJ485EquNqHtly89M1yIsydkKdE2pACaA+/t
ynohAGYUuwXFtGx0sOBw0+Y=
=m9By
-END PGP SIGNATURE-

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


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Gautam Gopalakrishnan
On Tue, Jan 27, 2004 at 07:48:42AM +0100, Geert Hendrickx wrote:
> Hello,
> 
> "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> entirely from sources, starting from an existing FreeBSD system.
> 
> But I want to build a new FreeBSD system on a machine currently NOT
> running FreeBSD.  How can I do this?
> 
> I'm used to doing this with Gentoo Linux:
> With Gentoo, one extracts a "stage" tarball to the target partition, which
> contains gcc, glibc and some other binary programs, just enough to rebuild
> itself, using a "bootstrapping" script.  Then one does "emerge system"
> which fetches sources for the entire base system, compiles them and
> installs them.  After that, other applicantions can be installed with
> "emerge packagename" (comparable to Ports system).
> 
> Can I install FreeBSD in a similar way?  Sysinstall only installs binary
> packages.


One similar way would be to do a minimal install, cvsup to the
whatever you want and build your kernel and world. That way everything
would be your own.

Gautam

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


mozilla-firebird 0.7 plugins dont work

2004-01-27 Thread marlon corleone
linux-flashplugin
linux-flashplugin6
linuxpluginwrapper
i install this three plugins, but when i test mozilla-firebird 0.7 plugins 
didn't work, help anyone?

kern.version: FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

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


Re: Installing OpenOffice from Ports Collection

2004-01-27 Thread Roop Nanuwa
Colin J. Raven wrote:

Checksum mismatch for bsd-jdk14-patches-6.tar.gz.
 

===>  Refetch for 1 more times files: bsd-jdk14-patches-6.tar.gz
 

You need to download the patchset from here:

http://www.eyesbeyond.com/freebsddom/java/jdk14.html

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


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Micheal Patterson




- Original Message - 
From: "Geert Hendrickx" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 27, 2004 12:48 AM
Subject: How to build FreeBSD entirely from sources?


> Hello,
>
> "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> entirely from sources, starting from an existing FreeBSD system.
>
> But I want to build a new FreeBSD system on a machine currently NOT
> running FreeBSD.  How can I do this?
>
> I'm used to doing this with Gentoo Linux:
> With Gentoo, one extracts a "stage" tarball to the target partition, which
> contains gcc, glibc and some other binary programs, just enough to rebuild
> itself, using a "bootstrapping" script.  Then one does "emerge system"
> which fetches sources for the entire base system, compiles them and
> installs them.  After that, other applicantions can be installed with
> "emerge packagename" (comparable to Ports system).
>
> Can I install FreeBSD in a similar way?  Sysinstall only installs binary
> packages.
>
> I am new to FreeBSD but not to building stuff from sources (I've been
> using Gentoo Linux for quite a while now).
>
> Thanks in advance,
>
> GH
>


o Install from cd image and choose the package that includes all sources
(with or without X-Windows depending on if you want a gui or not).

o Synchronize your sources with cvs.

o make world.

All of the above is in the FreeBSD handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html


--

Micheal Patterson
Network Administration
TSG Incorporated
405-917-0600

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


Re: Mounting ISO r/w

2004-01-27 Thread Lowell Gilbert
Daniela <[EMAIL PROTECTED]> writes:

> I need information how to either mount an ISO image r/w or find out what 
> options I must give to mkisofs to recreate it.
> I have to add and remove some files from the tree, but all other things should 
> stay as they are. I tried vnconfig, but I can't get that thing to mount r/w.

ISO9660 isn't intended to be a fully read-write format.

You can replace files with later versions by adding them to the end of
a multi-session image, but that doesn't actually remove the original
from the earlier session.

Occasionally I will do things like this by copying the files out of
the image, modifying the filesystem, and writing them back to a new
image, but that technique doesn't automatically give me the same set
of options on the 9660 filesystem.  Typically, I don't care -- I want
to use a specific new set of options anyway -- but it's not quite what 
you asked for.

In theory, it would be possible to do this, but it would be very
inefficient.  It would require making a new ISO image with every 
modification.

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


Re: open office install fails after two days of installing

2004-01-27 Thread chip
Dinesh Nair wrote:
On Sun, 25 Jan 2004, chip wrote:


Okay, I downloaded and installed the .tbz file, moved it to /usr/local
and ran pkg_add. It finished, and the instructions on the screen say to
just run openoffice on the command line and answer a few questions. When
I run the command I get command not found, as user and as root. What did
I do wrong? -- Chip


hehehe, the docs are a little erred there. you should be running
/usr/local/OpenOffice.org1.1.0/program/soffice instead.
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
Regardless of where the start up file is, or what it is, none of them work.
I have since posted followup messages with errors regarding elf files 
not being located.
-
Chip


+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
.

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


Re: "No disks found!" in Sysinstall despite of supported IDE Controller

2004-01-27 Thread Ben Koopmanschap
On Tue, Jan 27, 2004 at 01:30:17AM -0800, Ryan Merrick wrote:

> Hi,
> 
> Your problem is that all 4 of your bootable partitions are used on linux.

Hello Ryan and others!

In the first place I want to thank you for your reply!

Yesterday night I tried the 4.9 - CD-ROM on my Pentium III (this is my
second PC which is the router of my little network). I noticed that on
this computer the hard disk is recognized (of course I didn't do an
install because it is my router to the internet ;) and just have seen
that on the Pentium III not all the primary partitions are being used.

So I think you're right! I am encouraged now to remove the first primary
partition on my Pentium 4 (GoodBye Fedora Linux! :) and give FreeBSD the
oppurtunity to fill this partition with it's stuff! 

I hope that I will succeed the next hours and let you know about it!

With many regards!

Ben Koopmanschap

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


Re: web interface for a freebsd dial-up box

2004-01-27 Thread Lowell Gilbert
[EMAIL PROTECTED] (simon) writes:

> I am currently using a Linux box running IPCOP to dial-up to my ISP.
> I would like to upgrade to freebsd.  Is there a simple web interface
> or perl script I can use with freebsd to bring dial-on-demand on/off.

It can be done with a simple command line from pppctl(8), so it should
be quite easy to add to some kind of script if you want.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Jerry McAllister
> 
> Hello,
> 
> "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> entirely from sources, starting from an existing FreeBSD system.
> 
> But I want to build a new FreeBSD system on a machine currently NOT
> running FreeBSD.  How can I do this?
> 
> I'm used to doing this with Gentoo Linux:
> With Gentoo, one extracts a "stage" tarball to the target partition, which
> contains gcc, glibc and some other binary programs, just enough to rebuild
> itself, using a "bootstrapping" script.  Then one does "emerge system"
> which fetches sources for the entire base system, compiles them and
> installs them.  After that, other applicantions can be installed with
> "emerge packagename" (comparable to Ports system).
> 
> Can I install FreeBSD in a similar way?  Sysinstall only installs binary
> packages.
> 
> I am new to FreeBSD but not to building stuff from sources (I've been
> using Gentoo Linux for quite a while now).

Yes, but you are building Gentoo from within a LINUX environment, eg you
have already installed at least a basic amount of LINUX and then built
stuff in that environment.

FreeBSD is the same, but easier.
Just download the mini-ISO and use it to do an install and include
full sources.  You might also want to also install X and the ports tree.
Then you can cvsup if you want any updates and then modify any part of
the source that you think you want, do make world and install it and. 
reboot.
Then, if you want,  modify the kernel conf file in /usr/src/sys/i386/conf/
(work with a copy and see the LINT file in that directory plus man pages
for the devices for more information on kernel configuring) and loader 
config file, and build a new kernel and install it.  Reboot again.
You will have your own completely home built FreeBSD.

It is all quite well documented in the handbook and discussed
extensively on several web sites (try Google and you will get more
than you ever wanted to know) and in several publications and books.
It is different from any of the LINUXen because it is better designed,
organized consistent.   It is too easy (but I ain't complaining).

jerry

> 
> Thanks in advance,
> 
> GH
> 
> ___
> [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: p5-Gtk-0.7009 requires Perl 5.6 with FreeBSD 4.9

2004-01-27 Thread Lowell Gilbert
Troy <[EMAIL PROTECTED]> writes:

> I've tried to upgrade this perl library, and it's marked as IGNORE,
> being that I'm running stable, should I install lang/perl5 to run Perl
> 5.6? 

According to the IGNORE message in the port, yes.


>   Is there any point where stable will use Perl 5.6 or later?

Not in the base system, no.
5.x has no perl at all in the base system.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: a few words on BIOS/FDISK geometry

2004-01-27 Thread Jerry McAllister
> 
> >>
> > Have you put this up as a FAQ somewhere?   It seems like a good idea
> > to do so.
> >>
> 
> I don't have a place to put it.  I would gladly offer it to anyone
> who does.

Hmmm.   I don't know how to add it to the FAQ list on the FreeBSD site.
Maybe it can be submitted to the DOC project in some way.  There is
probably a procedure, but I don't know it.  There is a doc Email list.

Actually, it wouldn't hurt to add that sort of background information
to the handbook, though it is probably a little deep for some people.

jerry

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


Re: Email upon account creation with adduser?

2004-01-27 Thread Lowell Gilbert
Eric F Crist <[EMAIL PROTECTED]> writes:

> I seem to recall a feature which sent new users an email upon account creation 
> with adduser.  Is this still possible?  Mainly, I want to inform them of the 
> SpamAssassin feature of my mailer, amongst SquirrelMail and others.  I know 
> this used to exist, but I don't seem to see it anymore.

It looks like it will automatically send the user a copy of /etc/adduser.message
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


MBR

2004-01-27 Thread Brian H
Currently I have the BSD boot loader running in my MBR, but since I only 
have BSD on my system I would like to replace it with the standard MBR. Is 
there a way with unix to safely reset the MBR?

_
Check out the new MSN 9 Dial-up — fast & reliable Internet access with prime 
features! http://join.msn.com/?pgmarket=en-us&page=dialup/home&ST=1

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


Re: MBR

2004-01-27 Thread Andrew L. Gould
On Tuesday 27 January 2004 09:10 am, Brian H wrote:
> Currently I have the BSD boot loader running in my MBR, but since I only
> have BSD on my system I would like to replace it with the standard MBR. Is
> there a way with unix to safely reset the MBR?

I don't understand much about the MBR; but you might checkout fdisk.  'man 
fdisk' shows some options to initialize or reinitialize the MBR.  I don't 
know if either of these options resets the MBR to a standard/default state.  
The man page also mentions that a default boot code is in /boot/mbr.

Best of luck,

Andrew Gould

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


Mozilla & flash: crash with Gdk-ERROR message.

2004-01-27 Thread Rob


Hi,

I have several FreeBSD PCs, with the mozilla port installed.
In addition, I have also flashplugin-mozilla port installed.
Now the mistery starts: on one PC the flash works just fine.
On all others, mozilla crashes with the message:
Gdk-ERROR **: BadAccess (attempt to access private resource denied)
  serial 37 error_code 10 request_code 144 minor_code 1
Does someone have any idea what is going wrong here?

Thanks,
Rob.
PS: I'm fighting against the dominance of Windows in my office.
Convincing collegues starts with showing that simple applications
work as good as on Windows.
And I'm losing already my credits when browsing on the internet
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dhcp

2004-01-27 Thread Brian H
Greetings:

I am trying to get dhclient to work on my laptop, but after a reboot there 
is an entry in the /var/db/dhclient.leases and ifconfig produces 0.0.0.0 for 
inet.
I took a look at /var/log/messages and there was nothing in there about 
dhclient or DHCP.

any thoughts?

thanks,

brian



rc.conf
pccard_enable="YES"
ifconfig_ep0="DHCP"
ifconfig -a
inet = 0.0.0.0
_
High-speed users—be more efficient online with the new MSN Premium Internet 
Software. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1

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


Re: MBR

2004-01-27 Thread Namik Dala
On Tue, Jan 27, 2004 at 09:10:51AM -0600, Brian H wrote:
> Currently I have the BSD boot loader running in my MBR, but since I only 
> have BSD on my system I would like to replace it with the standard MBR. Is 
> there a way with unix to safely reset the MBR?

This

  dev=/dev/ad0 # change this
  dd if=$dev of=/boot/mbr.backup bs=512 count=1
  dd if=/boot/mbr of=$dev bs=512 count=1

should to the trick.

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


Re: [kinda ot] writing the date into a file when saving it

2004-01-27 Thread Peder Blom
On Mon, 26 Jan 2004 15:59:19 -0600
rob_spellberg <[EMAIL PROTECTED]> wrote:

> dear sir or madam ---
> 
> this may be a vi question, but i'd like to be editor-independent, if
> possible.
> 
> i want to self-document source code files when i write them to disk.
> 
> this would include such things as path and modification time.
> 
> ideally, within vi, i would like to have :w run a script [ that i
> would write ]
>that does exactly what i want.
> 
> for years, i've been doing this more or less haphazardly during
> development,
>until i was satisfied that the file was in its final form.
> then i would manually get it right and leave it alone.
> but i'm writing too much right now to keep doing this manually and
>i'm something of a nut for documentation.
> 
> its easy enough to write a sed script to find a unique string and do a
> replacement. its only slightly more involved to write a glorified
> version of touch
>[ which is kinda what i want, actually ].
> 
> maybe what i want is to go into vi [ or ex, or wherever ],
>find where :w is processed and cause it to look for a script to
>run.
> 
> i know about :so.
> i know about !command.
> neither are really "it".
> 
> i've been googling for about an hour and coming up almost completely
> empty. maybe there's a jargon word for what i want that i don't know.
> 
> so to get to the question:  what do you folks do?
> 
> rob spellberg
> woodstock, illinois
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


I guess this is not what you are after, but have you considered mapping
keys in vi? E.g. something like

:map = 1GO^[!!date;whoami;hostname^M1G3J:w^M

Now, pressing "=" in command mode adds a line at the top of the file
with current date, user and host, then saves the file. You could be
creative with !command, write your own script or c-program to generate
input.


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


Re: dhcp

2004-01-27 Thread Andrew L. Gould
On Tuesday 27 January 2004 09:48 am, Brian H wrote:
> Greetings:
>
> I am trying to get dhclient to work on my laptop, but after a reboot there
> is an entry in the /var/db/dhclient.leases and ifconfig produces 0.0.0.0
> for inet.
> I took a look at /var/log/messages and there was nothing in there about
> dhclient or DHCP.
>
> any thoughts?
>
> thanks,
>
> brian
>
>
>
> rc.conf
> pccard_enable="YES"
> ifconfig_ep0="DHCP"
>
>
> ifconfig -a
> inet = 0.0.0.0

Have you checked to ensure that the pcmcia card has been detected properly?  
Have you tried configuring your card for DHCP using /stand/sysinstall.

Best of luck,

Andrew Gould

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


Re: MBR

2004-01-27 Thread Ruben de Groot
On Tue, Jan 27, 2004 at 04:49:02PM +0100, Namik Dala typed:
> On Tue, Jan 27, 2004 at 09:10:51AM -0600, Brian H wrote:
> > Currently I have the BSD boot loader running in my MBR, but since I only 
> > have BSD on my system I would like to replace it with the standard MBR. Is 
> > there a way with unix to safely reset the MBR?
> 
> This
> 
>   dev=/dev/ad0 # change this
>   dd if=$dev of=/boot/mbr.backup bs=512 count=1
>   dd if=/boot/mbr of=$dev bs=512 count=1
 
Don't do this. It'll overwrite your partition table. Use:

fdisk -B [-b /boot/mbr] /dev/ad0

instead.

Ruben

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


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ion-Mihai Tetcu
On Tue, 27 Jan 2004 15:19:33 +0200
Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote:

> On Tue, 27 Jan 2004 07:48:42 +0100 (CET)
> "Geert Hendrickx" <[EMAIL PROTECTED]> wrote:
> 
> > Hello,
> > 
> > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> > entirely from sources, starting from an existing FreeBSD system.
> > 
> > But I want to build a new FreeBSD system on a machine currently NOT
> > running FreeBSD.  How can I do this?
> 
> I believe you can boot from the second (Live) CD, fdisk, label, newfs,
> mount partitions, extract the sources, cvsup and start building. I
> didn't try it, but it should work.

> I don't see why would you do that,
> but ...

I mean why not install first a minimal distribution set with the sources
and do the hole thing from hdd.



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


Re: freebsd mount nwfs

2004-01-27 Thread Dave McCammon

--- Malcolm Kay <[EMAIL PROTECTED]> wrote:
> On Tue, 9 Dec 2003 17:03, Cristian Salan wrote:
> > On Mon, Dec 08, 2003 at 11:51:55AM +, Feroz F.
> Basir wrote:
> > > Hi,
> > >
> > > I read your email to freebsd mailing list. You
> be able
> > > to mount nwfs under freebsd. I'm trying to mount
> nwfs
> > > as well but failed for some reason. I compiled
> in IPX,
> > > NCP and NWFS in kernel. I put these two line
> below in
> > > rc.conf file:
> > >
> > > ipxrouted_enable="YES"
> > > ifconfig_fxp0_ipx="ipx 0x00010010"
> > >
> > > This is base on freebsd example. When I ran
> "ncplist
> > > s" I got nothing at all. What am I missing here?
> Can
> > > you ched some light, please? How do I go about
> setting
> > > this ipx thingy under fxp0 interface?
> >
> 
> I have not been able to find the original posting;
> perhaps to
> a different mail list.
> 
> I am mounting nwfs on freebsd versions 4.5 to 4.8.
> The details
> of how to do this a not easy to find -- even when
> I've done it before.
> 
> I think I originally only found the way through a
> query to this mailing list.
> 
> At least for FBSD 4.x it is necessary to generate
> additional pseudo
> interfaces derived from the fxp0 (or whatever your
> base interface is)
> interface each dedicated to a particular IPX
> variant.
> 
> This is done with the pseudo-device ef in the kernel
> configuration
> or you should be able to use the loadable module
> if_ef.ko.
> 
> Take a look at the man page ef(4).
> 
> Now configure with
> # ifconfig fxp0f2 ipx 0x00010010
> or whatever the appropriate variant is in your case
> or
> if you are not sure you should be able to fire up
> all 4 variants
> 
> I have actually included this in the kernel
> configuration with:
> 
> options IPX #IPX/SPX
> communications protocols
> options NCP #NetWare
> Core protocol
> pseudo-device   ef  # Multiple
> ethernet frames support
> options ETHER_II# enable
> Ethernet_II frame
> options ETHER_8023  # enable
> Ethernet_802.3 (Novell) frame
> options ETHER_8022  # enable
> Ethernet_802.2 frame
> options ETHER_SNAP
> 
> and then in rc.conf you could use :
>  ifconfig_fxp0f2_ipx="ipx 0x00010010"
> 
> Malcolm Kay
>

What I did on a 4.9 box (also works on 5.1)

in /boot/loader.conf-
if_ef_load="YES" #Loads pseudo-device ef (man(4) ef)
nwfs_load="YES"  #Loads nwfs module
ncp_load="YES"   #Loads NCP module

in kernel conf-
options IPX

in /etc/rc.conf-
ifconfig_rl0f1_ipx="ipx 0x71ad01b" #See Note below
ipxrouted_enable="YES"

#Note
#my setup is using rl device 
#pseudo interface used (the rl0f1)
#is determined by frame type used 
#on Novell server. see man(4) ef

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


"No disks found!" in Sysinstall despite of supported IDE Controller

2004-01-27 Thread Ben Koopmanschap
On Tue, Jan 27, 2004 at 03:33:31PM +0100, Ben Koopmanschap wrote:
> On Tue, Jan 27, 2004 at 01:30:17AM -0800, Ryan Merrick wrote:
> 
> > Hi,
> > 
> > Your problem is that all 4 of your bootable partitions are used on linux.
> 
> Hello Ryan and others!
> 
> In the first place I want to thank you for your reply!
> 
> Yesterday night I tried the 4.9 - CD-ROM on my Pentium III (this is my
> second PC which is the router of my little network). I noticed that on
> this computer the hard disk is recognized (of course I didn't do an
> install because it is my router to the internet ;) and just have seen
> that on the Pentium III not all the primary partitions are being used.
> 
> So I think you're right! I am encouraged now to remove the first primary
> partition on my Pentium 4 (GoodBye Fedora Linux! :) and give FreeBSD the
> oppurtunity to fill this partition with it's stuff! 
> 
> I hope that I will succeed the next hours and let you know about it!
> 
> With many regards!
> 
> Ben Koopmanschap


Hi Ryan and others,

Unfortunately I didn't succeed in installing FreeBSD 4.9 on my Pentium
4, although I deleted the first primary partition so I had a free
primary partition for FreeBSD, which was necessary according to you. The
partition table in that situation was :

3rd primary partition --> LFS 5.0 (Linux)
4th primary partition --> extended partition
...
...

Then I tried to install it after I made a first primary partition (with
FreeBSD as partition type), gave the first partition even the "bootable
flag", but I didn't succeed either...

How important it may be to have a free primary partition for installing
FreeBSD, I think there is another problem.

I have noticed now that when in Sysinstall I choose for "Begin a
standard installation", the light of showing my hard disk activity at
the front of my PC, is on and keeps burning instead of getting off after
Sysinstall has tried to find my hard disk. I think that this is not
good!

So I hope (again very hopefully) that someone can help me further!

By the way, yesterday night I took a look in the BIOS settings of my
Pentium 4 and discovered that my IDE Hard Disk is connected as a primary
slave to my first IDE Controller, while my DVD player is connected as a
primary master to the same controller. I don't know if that this is a
problem, for I don't know if FreeBSD demands to be installed on a
primary master Hard Disk. Maybe this information is a hint for you with
helping me to find a solution?

With regards!

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


Newbie question: Imager module and p5-Imager in /usr/ports/

2004-01-27 Thread meimi
Hello,
  I have tried to add Perl module "Imager" using CPAN. However, it failed.
Then, I find a p5-Imager port. I think they are the same thing, isn't it?

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


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Jerry McAllister
> 
> On Tue, 27 Jan 2004 15:19:33 +0200
> Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, 27 Jan 2004 07:48:42 +0100 (CET)
> > "Geert Hendrickx" <[EMAIL PROTECTED]> wrote:
> > 
> > > Hello,
> > > 
> > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> > > entirely from sources, starting from an existing FreeBSD system.
> > > 
> > > But I want to build a new FreeBSD system on a machine currently NOT
> > > running FreeBSD.  How can I do this?
> > 
> > I believe you can boot from the second (Live) CD, fdisk, label, newfs,
> > mount partitions, extract the sources, cvsup and start building. I
> > didn't try it, but it should work.
> 
> > I don't see why would you do that,
> > but ...
> 
> I mean why not install first a minimal distribution set with the sources
> and do the hole thing from hdd.

The source is much larger than the installation of the running system.
A minimal distribution is a running system.   FreeBSD is organized a little
differently from LINUX.  CHeck it out a little bit and maybe you will see
the efficiency of the way it is done.

jerry 
> 
> 
> 
> -- 
> IOnut
> Unregistered ;) FreeBSD user
> ___
> [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: Recommendations for newfs parameters for UFS2 ?

2004-01-27 Thread Matthew Seaman
On Tue, Jan 27, 2004 at 02:09:29PM +0100, Heinrich Rebehn wrote:
> Hi list,
> 
> Are there any recommendations for the blocksize, bytes/i-node, and
> cylinders/group parameters when newfs'ing an UFS2 filesystem?
> 
> I am afraid of ending up with a fs with Gigs of space and no inodes 
> left, or a fs that is heavily fragmented and slow.
> 
> Which params should i use for a
> - 10G
> - 100G
> - 500G
> 
> filesystem?
> 
> I read man(7) tuning but would like to hear about some real experiences.

The parameters given to newfs(8) don't depend on the size of the
filesystem, so much as the size of the files you intend to store
within it, and the sort of directory structure you want to use
(ie. how many files per directory) Many of the tunables in newfs(8) to
do with the details of disk geometry don't make sense with modern
drives and should be ignored.

You should try running 'newfs -N' with various values for the '-g'
average file size and '-h' average numbers of files per directory
parameters to see what sort of numbers it spits out.  You don't have
to be too accurate with those file size and files per directory
estimates -- order of magnitude is generally good enough.  Unless
you're going to be storing exceptionally large files (say, typical
size 20Mb) or you want to have directories with 5,000 or more files in
them, then just using the newfs(8) default values will work very well.

One thing you can do for any file system over about 256Mb is drop the
free space reserve ('-m' option in newfs(8), or it can be modified in
an existing filesystem using tunefs(8)).  1% is more than adequate if
you're creating a multi-gigabyte filesystem.

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: Total amount of memory in my system?

2004-01-27 Thread Paul Hoffman
At 10:17 PM -0800 1/26/04, James Long wrote:
less /var/run/dmesg.boot
Bingo. Thanks! I knew that they would keep that around somewhere...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcp

2004-01-27 Thread Brian H
From: "Andrew L. Gould" <[EMAIL PROTECTED]>
To: "Brian H" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: dhcp
Date: Tue, 27 Jan 2004 10:06:01 -0600
MIME-Version: 1.0
Received: from razorbill.mail.pas.earthlink.net ([207.217.121.248]) by 
mc12-f37.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 27 Jan 
2004 08:05:57 -0800
Received: from 23-101.lctv-b4.cablelynx.com ([24.204.23.101] 
helo=yoda.datawok.com)by razorbill.mail.pas.earthlink.net with asmtp 
(TLSv1:RC4-MD5:128)(Exim 3.33 #1)id 1AlViv-000274-00; Tue, 27 Jan 2004 
08:05:57 -0800
X-Message-Info: JGTYoYF78jHLZeylKBj4bJVrQXXaOuYv
User-Agent: KMail/1.5.4
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
X-ELNK-Trace: 
ee791d459e3d6817d780f4a490ca69564776905774d2ac4b1dfe97315f4745effa0348be89c9e231350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Jan 2004 16:05:57.0398 (UTC) 
FILETIME=[72FC9B60:01C3E4EF]

On Tuesday 27 January 2004 09:48 am, Brian H wrote:
> Greetings:
>
> I am trying to get dhclient to work on my laptop, but after a reboot 
there
> is an entry in the /var/db/dhclient.leases and ifconfig produces 0.0.0.0
> for inet.
> I took a look at /var/log/messages and there was nothing in there about
> dhclient or DHCP.
>
> any thoughts?
>
> thanks,
>
> brian
>
>
>
> rc.conf
> pccard_enable="YES"
> ifconfig_ep0="DHCP"
>
>
> ifconfig -a
> inet = 0.0.0.0

Have you checked to ensure that the pcmcia card has been detected properly?
Have you tried configuring your card for DHCP using /stand/sysinstall.
Best of luck,

Andrew Gould

The PCMCIA Card is detected ep0 and a mac address is written to the screen.
I did try /stand/sysinstall as well, but it doesn't seem to contact the dhcp 
server.

_
Learn how to choose, serve, and enjoy wine at Wine @ MSN. 
http://wine.msn.com/

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


Re: Email Program

2004-01-27 Thread Jason Stewart
On 08/01/04 05:34 -0500, Gerard Seibert wrote:
> This may not be the best place to post this question, but I will try anyway.
> 
> I need a really full featured email program. Something along the lines of MS 
> Outlook. It has to be able to handle multiple identifies and several different SMTP 
> and POP addresses. The handling of both HTML and plain text messages is a must. It 
> would also be a plus if the program properly interpreted Java and VB code inserted 
> into email messages.
> 
> Does anyone have any suggestions?
> 
> Thanks!
> 
> Jerry
> 
I'll assume that you want a mail client runs on FreeBSD. Evolution can
do everything you want besides executing VBscript. The only platform
that you'll find a mail client that will execute VB script in MS
Windows.

Evolution is often compared to MS outlook, and if you're into that
sort of thing, It's a nice Application with lots of bells and
whistles.

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


Re: How to get out of Africa?

2004-01-27 Thread Andrew Boothman
Will Saxon wrote:

Dear FreeBSD,

  During installation, I accidentally hit Africa for my timezone.

  I have looked all over the documentation, and I cannot find
out to reset my time zone.
  Does anybody else know?  I installed 5.1 from the CD.


I think that you can copy the file that matches your timezone from /usr/share/zoneinfo/ over top of /etc/localtime. 

For me it is EST5EDT and I usually link it (ln -s /usr/share/zoneinfo/EST5EDT /etc/localtime) but that might not be the recommended way. 
I believe that using tzsetup is the recommened way.

Andrew

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


Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ion-Mihai Tetcu
On Tue, 27 Jan 2004 11:31:56 -0500 (EST)
Jerry McAllister <[EMAIL PROTECTED]> wrote:

> > 
> > On Tue, 27 Jan 2004 15:19:33 +0200
> > Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote:
> > 
> > > On Tue, 27 Jan 2004 07:48:42 +0100 (CET)
> > > "Geert Hendrickx" <[EMAIL PROTECTED]> wrote:
> > > 
> > > > Hello,
> > > > 
> > > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system
> > > > entirely from sources, starting from an existing FreeBSD system.
> > > > 
> > > > But I want to build a new FreeBSD system on a machine currently NOT
> > > > running FreeBSD.  How can I do this?
> > > 
> > > I believe you can boot from the second (Live) CD, fdisk, label, newfs,
> > > mount partitions, extract the sources, cvsup and start building. I
> > > didn't try it, but it should work.
> > 
> > > I don't see why would you do that,
> > > but ...
> > 
> > I mean why not install first a minimal distribution set with the sources
> > and do the hole thing from hdd.
> 
> The source is much larger than the installation of the running system.

yup.

> A minimal distribution is a running system.

yes

Probably my English is not good enough ... either to write or to
understand how what you are saying  differs.

>   FreeBSD is organized a little
> differently from LINUX.  CHeck it out a little bit and maybe you will see
> the efficiency of the way it is done.

Trying to do so since 2.2.x with some serious time gaps ;)




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


Creative Soundblaster AUDIGI 2

2004-01-27 Thread jsha

hi.

i'm trying to get this creative soundblaster audigi 2
working on my freebsd 5.2 box.

so far i've compiled both "device pcm" and "device sbc"
into the kernel without it being detected.

could anybody kindly offer their assistance? thanks.

--
j.

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


Acu Cobol 6.0 for Linux

2004-01-27 Thread Walter C. Pelissero
Did enybody try to run AcuCobol 6.0 for Linux on FreeBSD's linulator?
I tried a couple of times (with old Debian libraries and more recent
Gentoo libraries) but runcbl keeps on getting a SIGSEGV right away.

ccbl (the compiler) seems to work, though.

Any clue?

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


Migrating 5.2 from Pentium 4 to Athlon MP

2004-01-27 Thread Ihsan Junaidi
Hello all,

I have a server currently running on a Pentium 4 box. Yesterday I bought 
an AMD 762 MPX chipset to go with two Athlon MP 2000+. The production 
server is running FreeBSD 5.2, a GENERIC with additional SCSI/RAID 
controllers trimmed off.

The kernel and all of the userland + ports were built with -march=p4 
flags and I am wondering if there's any way I can just plug the disk 
into the Athlon box without rebuilding everything with the exception of 
the world+kernel. FYI, the kernel is SMP-aware.

How does the -march flag effect the userland programs? I am aware that 
only OpenSSL is capable of taking advantage of specific CPU instructions 
but other than that?

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


kern.flp === zf_read: unexpected EOF

2004-01-27 Thread jsha

hi.

i'm trying to install freebsd on my family box using
the freebsd 5.2 floppies to initiate a network/cd install,
but i keep on receiving "zf_read: unexpected EOF" on both
kern.flp and boot.flp.

i've tried fetching different kern.flp:s from freebsd
mirrors all across europe. and my floppies are clean.

thanks.

--
j.

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


Re: Newbie question: Imager module and p5-Imager in /usr/ports/

2004-01-27 Thread Lowell Gilbert
"meimi" <[EMAIL PROTECTED]> writes:

>   I have tried to add Perl module "Imager" using CPAN. However, it failed.
> Then, I find a p5-Imager port. I think they are the same thing, isn't it?

The port includes, but is a bit more than the CPAN module; 
it also includes solutions to the problems you had 
installing the module on your own.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Email Program

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 10:56 am, Jason Stewart wrote:
> On 08/01/04 05:34 -0500, Gerard Seibert wrote:
> > This may not be the best place to post this question, but I will try
> > anyway.
> >
> > I need a really full featured email program. Something along the lines of
> > MS Outlook. It has to be able to handle multiple identifies and several
> > different SMTP and POP addresses. The handling of both HTML and plain
> > text messages is a must. It would also be a plus if the program properly
> > interpreted Java and VB code inserted into email messages.
> >
> > Does anyone have any suggestions?
> >
> > Thanks!
> >
> > Jerry
>
> I'll assume that you want a mail client runs on FreeBSD. Evolution can
> do everything you want besides executing VBscript. The only platform
> that you'll find a mail client that will execute VB script in MS
> Windows.
>
> Evolution is often compared to MS outlook, and if you're into that
> sort of thing, It's a nice Application with lots of bells and
> whistles.
>
> Jason

I agree about Evolution however, I myself find it too bloated and sluggish 
when you email has more then a few thousand mails.

I prefer KMail - gives you much of the same as the above, and to me at least, 
it's not so bloated.  

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFpq7D5P/gMAbw2MRArxBAJ9WYnQ8Kj81Z8T8mGZNeYV7BBDbvwCfb1n2
iosNF3ojEE9I/pjsnhOUiWo=
=8dRl
-END PGP SIGNATURE-

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


Re: dhcp

2004-01-27 Thread Lowell Gilbert
"Brian H" <[EMAIL PROTECTED]> writes:

> The PCMCIA Card is detected ep0 and a mac address is written to the screen.
> I did try /stand/sysinstall as well, but it doesn't seem to contact
> the dhcp server.

What happens if you try to run dhclient from the command line?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing OpenOffice from Ports Collection

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 11:33 am, Colin J. Raven wrote:
> +> On Tuesday 27 January 2004 07:27 am, Colin J. Raven wrote:
> +> > Hi all!
> +> > I'm trying to install OpenOffice-1.1 on FreeBSD4.9 RELEASE.
> +> > The installation halts - which is in itself highly unusual.
> +>
> +> Forget building it - get the binary.
> +> http://projects.imp.ch/openoffice/
> +>
> Good advice and thanks for it :-)
> There still appears to be a problem however, small though it may be.
> OO.org installer is asking to be pointed at a Java environment - and to
> the best of my (limited) knowledge - Java is not/may not be installed. I
> don't see any mention of it (by a name that makes sense, that is) within
> the ports collection.
> Any suggestions??
>
> Regards & TIA,
> -Colin

Java is NOT a requirement for the binary install. It does mention that some 
functionality may be missing if you opt to install without Java. 

I did so - and I can't see any issues.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFqK2D5P/gMAbw2MRAuGfAJ9QUV4XnHoApHjrqmOPPq65dU89xgCfWhPu
2oM/zF9+BZfDxzHwhLSgY9o=
=nvpQ
-END PGP SIGNATURE-

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


[no subject]

2004-01-27 Thread grint
Hello,
I can't use my sound card based on fm801 (Genius Sound Maker) on
FreeBSD5.2
On FreeBSD5.1 I download older fm801.c and build new kernel. And all work
fine.
But when I try do it on FreeBSD5.2 I have errors when try compile kernel:
somthing like structurs changes format. Native fm801.c for FreeBSD5.2
dosn't
 work too.
How can I use my sound card?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kern.flp === zf_read: unexpected EOF

2004-01-27 Thread Jason Stewart
On 27/01/04 16:17 +0100, jsha wrote:
> 
> hi.
> 
> i'm trying to install freebsd on my family box using
> the freebsd 5.2 floppies to initiate a network/cd install,
> but i keep on receiving "zf_read: unexpected EOF" on both
> kern.flp and boot.flp.
> 
> i've tried fetching different kern.flp:s from freebsd
> mirrors all across europe. and my floppies are clean.

Could be that your floppy drive is going bad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Active System Attack Alerts

2004-01-27 Thread Geir Svalland
Hi everybody.
Got some strange alerts in my logfiles that I need help to interp.


Active System Attack Alerts
=-=-=-=-=-=-=-=-=-=-=-=-=-=
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)

Security Violations
=-=-=-=-=-=-=-=-=-=
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)

Unusual System Events
=-=-=-=-=-=-=-=-=-=-=
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)


and from my maillog


cat maillog | grep "02:12:41"
Jan 27 02:12:41 odin sendmail[46385]: i0R1CbKR046385: 
from=<[EMAIL PROTECTED]>, size=122951, class=-30, 
nrcpts=1, msgid=<[EMAIL PROTECTED]>, 
proto=ESMTP, daemon=IPv4, relay=mx2.freebsd.org [216.136.204.119]
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: Fixed MIME 
Content-Type header field (possible attack)
Jan 27 02:12:41 odin sendmail[46386]: i0R1CbKR046385: 
to=<[EMAIL PROTECTED]>, delay=00:00:03, xdelay=00:00:00, 
mailer=local, pri=207193, relay=local, dsn=2.0.0, stat=Sent


Nothing unusual in any other logfiles.

Regards
Hasse.

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


Re: MBR

2004-01-27 Thread Chris Pressey
On Tue, 27 Jan 2004 17:10:35 +0100
Ruben de Groot <[EMAIL PROTECTED]> wrote:

> On Tue, Jan 27, 2004 at 04:49:02PM +0100, Namik Dala typed:
> > On Tue, Jan 27, 2004 at 09:10:51AM -0600, Brian H wrote:
> > > Currently I have the BSD boot loader running in my MBR, but since I only 
> > > have BSD on my system I would like to replace it with the standard MBR. Is 
> > > there a way with unix to safely reset the MBR?
> > 
> > This
> > 
> >   dev=/dev/ad0 # change this
> >   dd if=$dev of=/boot/mbr.backup bs=512 count=1
> >   dd if=/boot/mbr of=$dev bs=512 count=1
>  
> Don't do this. It'll overwrite your partition table. Use:
> 
> fdisk -B [-b /boot/mbr] /dev/ad0
> 
> instead.
> 
> Ruben

Can't you accomplish the same thing (more modestly) with

  boot0cfg -b /boot/mbr /dev/ad0

?

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


Mutt, GPG and Maildir HOWTO

2004-01-27 Thread Thomas T. Veldhouse
Can anybody lead me to a HOWTO or simple configuration for using Mutt with
GPG and a Maildir setup (via courier-imap)?

Thanks in advance,

Tom Veldhouse

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


Re: Email Program

2004-01-27 Thread albi
On Tue, 27 Jan 2004 11:07:02 -0600
Chris <[EMAIL PROTECTED]> wrote:

> I agree about Evolution however, I myself find it too bloated and
> sluggish when you email has more then a few thousand mails.
> 

hmm, hate to say it, but i don't really like Evolution

> I prefer KMail - gives you much of the same as the above, and to me at
> least, it's not so bloated.  

i recommend sylpheed or sylpheed-claws

feature-comparison :
http://sylpheed-claws.sourceforge.net/features.php

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


Re: TTF editor for FreeBSD?

2004-01-27 Thread Cordula's Web
On Tue, 27 Jan 2004 00:55:51 -0600) Dan Nelson wrote:
> In the last episode (Oct 29), Cordula's Web said:
> > Hello,
> > 
> > I'm looking for a ttf (truetype fonts) editor on FreeBSD.
> > Any idea?
> 
> pfaedit, in ports, will edit ttf and postscript fonts.

Great, that's exactly what I was looking for.
A time wrap can be very useful sometimes... :-)

Thank you.
-mj.

>   Dan Nelson
>   [EMAIL PROTECTED]

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

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


Re: dhcp

2004-01-27 Thread Brian H



From: Lowell Gilbert <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "Brian H" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: dhcp
Date: 27 Jan 2004 12:30:17 -0500
MIME-Version: 1.0
Received: from rwcrmhc13.comcast.net ([204.127.198.39]) by 
mc10-f6.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 27 Jan 2004 
09:31:31 -0800
Received: from be-well.no-ip.com ([66.30.196.44])  by comcast.net 
(rwcrmhc13) with ESMTP  id <2004012717301701500kba9je>; Tue, 27 Jan 
2004 17:30:17 +
Received: by be-well.no-ip.com (Postfix, from userid 1147)id 5E558E; Tue, 
27 Jan 2004 12:30:17 -0500 (EST)
X-Message-Info: JGTYoYF78jHeNpRCOFlfLnsOgeHQiJPQ
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Lines: 7
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Jan 2004 17:31:31.0336 (UTC) 
FILETIME=[670D6080:01C3E4FB]

"Brian H" <[EMAIL PROTECTED]> writes:

> The PCMCIA Card is detected ep0 and a mac address is written to the 
screen.
> I did try /stand/sysinstall as well, but it doesn't seem to contact
> the dhcp server.

What happens if you try to run dhclient from the command line?
When i run dhclient nothing is echoing to the screen.

_
Learn how to choose, serve, and enjoy wine at Wine @ MSN. 
http://wine.msn.com/

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


Re: New parts for new PC (need help - little knowledge of hardware)

2004-01-27 Thread Jin Guojun [NCS]
Patrick Proniewski wrote:

> On 18 nov. 2003, at 03:01, Bryan Cassidy wrote:
>
> > Next is to choose a mother board. I am
> > wanting a ASUS just because I hear alot of people talking about it on
> > the forums, irc etc and think I would be happy with it.
>
> you will, as long as you do not choose a cheap ASUS (SiS chipset and
> controllers)
> For max performance and better FreeBSD support, choose a motherboard
> with Intel chipset (if you choose to go with a pentium of course, I've
> no experience with AMD)

This is fairly incomplete information.
What performance and what Intel chipset implied here?

Providing helpful information should be positive.
Unclear information with bias does not help.

Intel 875 chipset (P4) may provide 2-time memory bandwidth than Nvidia (AMD).
However, spending the same amount $ on both motherboards and CPUs, this AMD
system may produce twice computation power than this Intel system. This is an
important fact if $ is an issue.

Intel has tried to release new BIOS every other week or a month to fix 875
chipset
booting problem (rev 005 to 015) because different I/O peripheral combination
can
cause its BIOS hang (not funny, I never see such serious problem on system
design).
For example, swap CDrom and IDE drive, or add some I/O controller, or use
different
video card, etc., all can cause system be unable to start from BIOS. We bought a
875
system, but could not use it for almost 6 months till its BIOS rev 015 was out.
What a horrible story.

We did benchmark for some good motherboards. The table it no pretty,
but it may be helpful:
http://dsd.lbl.gov/~jin/performance.pen.ps

-Jin


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


Re: Formatting an email for this list using vi

2004-01-27 Thread Michael D Hughes
 I use par to format/reformat my emails.

> = Copied from message sent on Tue Jan 27 06:26:32 2004
by Ruben de Groot Subject:Re: Formatting an email for this list using vi.
> 
> On Mon, Nov 17, 2003 at 07:34:54AM -0600, Gary typed:
> > Hi Frederick,
> > 
> > --On Monday, November 17, 2003 09:58:00 AM +1100 Frederick Bowes 
> > <[EMAIL PROTECTED]> wrote:
> > 
> > >I have just started learning to use vi, and remember someone posting
> > >something a while ago about how to re-format an email reply to have proper
> > >60 character width or something like that, does anyone remember how that
> > >is done?
> > 
> > Well, I use VIM instead of VI, it is an "enhanced version"
> > 
> > For automatic settings, set up a .vimrc file in your home dir.
> > 
> > Add in:
> > 
> > :set tw=74 (to set your text width)
>  
> Or in FreeBSD's stock vi incarnation (nvi), you put the line
> 
> set wraplen=72
> 
> in $HOME/.exrc
> 
> Ruben
> 
> > Or you can add this in manually on the VI command line after starting it.
> > 
> > 
> > Now to refomat an email, while preserving the > on previous quoted text, 
> > type in ESC gqip
> > 
> > -- 
> > Gary
> > ___
> > [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]"
> 
> 
> 


-- 
Michael D HughesLoghome living is the best!
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Tracking local port hacks?

2004-01-27 Thread Rob Ellis
We sometimes find it necessary to make some small change to
a port before installing it, and need a way to track/merge
these changes as ports are updated. Is there a recommended
way of doing that?

The cvsup faq (http://www.cvsup.org) suggests that it's
possible to get sources in "cvs mode" and it has some
suggestions for managing a local branch. Is that the best
way to do it? Anyone know how BIG the ports tree is if we
get it via cvsup in "cvs mode"?

Thanks.

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


simple web front end for web page updates

2004-01-27 Thread Noah


Is there a really simple web front end that can be used to update webpages. 
something similar to zope but really easy for newbie users.

- Noah

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


RE: Creative Soundblaster AUDIGI 2

2004-01-27 Thread Michael Clark
If you look on google their is patches to make this work.  It will not just
work with device pcm.  Their is Audigy 2 support in -current as well.



-Original Message-
From: jsha [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 9:09 AM
To: [EMAIL PROTECTED]
Subject: Creative Soundblaster AUDIGI 2



hi.

i'm trying to get this creative soundblaster audigi 2
working on my freebsd 5.2 box.

so far i've compiled both "device pcm" and "device sbc"
into the kernel without it being detected.

could anybody kindly offer their assistance? thanks.

--
j.

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


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


Re: Creative Soundblaster AUDIGI 2

2004-01-27 Thread Kent Stewart
On Tuesday 27 January 2004 07:08 am, jsha wrote:
> hi.
>
> i'm trying to get this creative soundblaster audigi 2
> working on my freebsd 5.2 box.
>
> so far i've compiled both "device pcm" and "device sbc"
> into the kernel without it being detected.
>
> could anybody kindly offer their assistance? thanks.
>

Move up to -current and try it. O'Brien added changes for the Audigy 2 
recently.

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: "No disks found!" in Sysinstall despite of supported IDE Controller

2004-01-27 Thread Ben Koopmanschap
On Tue, Jan 27, 2004 at 01:19:40PM -0500, fbsd_user wrote:
> Friend
> Your box is maxed out, and sysinstall is having hard time of
> matching the PC's bios to what is really connected to the ide
> controllers. Open up your box and unplug any slave HD on the primary
> ide controller. Reconfigure the secondary ide controller so there is
> only the cdrom drive on the master nipple. Check out the ide devices
> jumpers so they are jumpered as master and not cs for cable select.
> Go into your PCs bios and disable plug-n-play options, power
> managerment options, set all ide controller options to auto, if you
> have operating system type option, set it to other or just not
> ms/windows, set all pci options to auto. Only use FBSD utilities on
> the target HD.
> 
> After the install completes and you are satisfied with your FBSD
> system, then reconnect one ide drive at an time and reboot fbsd to
> verify it does not effect it running.
> 
> Good luck

Hi fbsd_user and all the others!

In the first place I want to thank you for your detailed advice!

I think this will going to help me, but I have decided to wait till the
next weekend with changing my Hard Disk from primary slave to primary
master. Reason: at this moment (and it will last for the next few days)
it is pretty cold and dry in the air, tomorrow it will be nearly
freezing and they except some snow here in The Netherlands. So the
weather conditions are not optimal for opening PC boxes; I won't risk
damaging sensible objects with static electricity (if you know what I
mean). Next weekend warmer and less dry weather is to be expected, so
then I will work further at this problem. Of course you can expect a
message from me when I changed my hard disk as master.

By the way, my Pentium III has the hard disk connected as primary IDE
Master, there I didn't have the problem with Sysinstall.

Strange though that the store I bought my PC from did connect the hard
disk as primary slave, although it is the only hard disk I have in my
pentium 4... It isn't logical, eh? At the other hand, it has to be said
that Linux and also Windows don't have problems with such a hardware
configuration...

But, anyway, I let you know how this story continues hopely very soon!

Thanks a lot!

With regards,

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


RE: DHCP

2004-01-27 Thread Brian H
Currently when I run dhclient on the console I nothing gets
written to stdout, but the following message gets writen to
/var/log/messages. Any thoughts ?
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED]
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.

_
Scope out the new MSN Plus Internet Software — optimizes dial-up to the max! 
  http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1

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


Re: Migrating 5.2 from Pentium 4 to Athlon MP

2004-01-27 Thread Kent Stewart
On Tuesday 27 January 2004 09:10 am, Ihsan Junaidi wrote:
> Hello all,
>
> I have a server currently running on a Pentium 4 box. Yesterday I
> bought an AMD 762 MPX chipset to go with two Athlon MP 2000+. The
> production server is running FreeBSD 5.2, a GENERIC with additional
> SCSI/RAID controllers trimmed off.
>
> The kernel and all of the userland + ports were built with -march=p4
> flags and I am wondering if there's any way I can just plug the disk
> into the Athlon box without rebuilding everything with the exception
> of the world+kernel. FYI, the kernel is SMP-aware.
>
> How does the -march flag effect the userland programs? I am aware
> that only OpenSSL is capable of taking advantage of specific CPU
> instructions but other than that?
>

Rebuild your system with out the cpu flags in make.conf. It is too 
likely that there is cpu specific stuff in userland libraries that were 
linked to your builds. I have moved from P-IIIs to AMDs without 
problems. I also don't use the cpu flag on systems that I may NFS mount 
to rebuild one of the other systems with. I have recovered systems by 
doing a NFS mount and and installkernel and installworld. I wouldn't 
have even tried if they had been built with a cpu option.

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

2004-01-27 Thread Lance E. Lott
At 01:44 PM 1/27/2004, you wrote:

Currently when I run dhclient on the console I nothing gets
written to stdout, but the following message gets writen to
/var/log/messages. Any thoughts ?
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED]
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.

_
Scope out the new MSN Plus Internet Software — optimizes dial-up to the 
max!   http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1

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


It usually means you have a configuration problem with the dhcp.conf file 
in /etc

Look through the log again, and it should tell you (reasonably) what the 
problem is.

or

Post your dhcp.conf file...

Lance




---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 1/19/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 1/19/2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Formatting an email for this list using vi

2004-01-27 Thread Michael D Hughes
 I use par to formatted/reformatted my emails.

> = Copied from message sent on Tue Jan 27 06:26:32 2004
by Ruben de Groot Subject:Re: Formatting an email for this list using vi.
> 
> On Mon, Nov 17, 2003 at 07:34:54AM -0600, Gary typed:
> > Hi Frederick,
> > 
> > --On Monday, November 17, 2003 09:58:00 AM +1100 Frederick Bowes 
> > <[EMAIL PROTECTED]> wrote:
> > 
> > >I have just started learning to use vi, and remember someone posting
> > >something a while ago about how to re-format an email reply to have proper
> > >60 character width or something like that, does anyone remember how that
> > >is done?
> > 
> > Well, I use VIM instead of VI, it is an "enhanced version"
> > 
> > For automatic settings, set up a .vimrc file in your home dir.
> > 
> > Add in:
> > 
> > :set tw=74 (to set your text width)
>  
> Or in FreeBSD's stock vi incarnation (nvi), you put the line
> 
> set wraplen=72
> 
> in $HOME/.exrc
> 
> Ruben
> 
> > Or you can add this in manually on the VI command line after starting it.
> > 
> > 
> > Now to refomat an email, while preserving the > on previous quoted text, 
> > type in ESC gqip
> > 
> > -- 
> > Gary
> > ___
> > [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]"
> 
> 
> 


-- 
Michael D HughesLoghome living is the best!
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: DHCP

2004-01-27 Thread Brian H
This is the error that I am getting.
"Can't bind to dhcp address: Address already in use"
My /etc/dhcp.conf file is empty.
How can I ask the dhcp server for another address?
It doesn't apprear the the ip address in dhclient.leases
is in use. I am not sure what the problem is.
Thanks,

Brian

-Original Message-
From: Lance E. Lott [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 1:52 PM
To: Brian H
Cc: [EMAIL PROTECTED]
Subject: RE: DHCP
At 01:44 PM 1/27/2004, you wrote:

Currently when I run dhclient on the console I nothing gets written to 
stdout, but the following message gets writen to /var/log/messages. Any 
thoughts ?

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED] mailing list, 
please read the section on the README about submitting bug reports and 
requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.

_
Scope out the new MSN Plus Internet Software — optimizes dial-up to the 
max!   http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1

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



It usually means you have a configuration problem with the dhcp.conf file
in /etc
Look through the log again, and it should tell you (reasonably) what the
problem is.
or

Post your dhcp.conf file...

Lance




---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 1/19/2004
_
Scope out the new MSN Plus Internet Software — optimizes dial-up to the max! 
  http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1

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


Re: Formatting an email for this list using vi

2004-01-27 Thread Gary
Hi Michael,

--On Tuesday, January 27, 2004 06:52:55 AM -0600 Michael D Hughes 
<[EMAIL PROTECTED]> wrote:

 I use par to format/reformat my emails.

= Copied from message sent on Tue Jan 27 06:26:32 2004
by Ruben de Groot Subject:Re: Formatting an email for this list using
vi.
On Mon, Nov 17, 2003 at 07:34:54AM -0600, Gary typed:
> Hi Frederick,
>
> --On Monday, November 17, 2003 09:58:00 AM +1100 Frederick Bowes
> <[EMAIL PROTECTED]> wrote:
Guys, I don't know what's going on here... Yesterday, I received an email 
that I sent to the group on 11/17/03. See above... This was shown on the 
list at that time, and several other comments were made. For some reason, 
the freebsd server decided to send it again yesterday. It also sent me a 
subscription acknowledgment that I sent at the same date, to another 
FreeBSD list. Someone needs to oil the list server ..

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


Re: DHCP

2004-01-27 Thread Andrew L. Gould
Do you, by chance, have DHCP and dhclient on the same machine?

On Tuesday 27 January 2004 02:02 pm, Brian H wrote:
> This is the error that I am getting.
> "Can't bind to dhcp address: Address already in use"
> My /etc/dhcp.conf file is empty.
>
> How can I ask the dhcp server for another address?
> It doesn't apprear the the ip address in dhclient.leases
> is in use. I am not sure what the problem is.
>
> Thanks,
>
> Brian
>
>
> -Original Message-
> From: Lance E. Lott [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 27, 2004 1:52 PM
> To: Brian H
> Cc: [EMAIL PROTECTED]
> Subject: RE: DHCP
>
> At 01:44 PM 1/27/2004, you wrote:
> >Currently when I run dhclient on the console I nothing gets written to
> >stdout, but the following message gets writen to /var/log/messages. Any
> >thoughts ?
> >
> >
> >If you did not get this software from ftp.isc.org, please
> >get the latest from ftp.isc.org and install that before requesting help.
> >
> >If you did get this software from ftp.isc.org and have not
> >yet read the README, please read it before requesting help.
> >If you intend to request help from the [EMAIL PROTECTED] mailing list,
> >please read the section on the README about submitting bug reports and
> >requests for help.
> >
> >Please do not under any circumstances send requests for
> >help directly to the authors of this software - please
> >send them to the appropriate mailing list as described in
> >the README file.
> >
> >exiting.
> >
>
> It usually means you have a configuration problem with the dhcp.conf file
> in /etc
>
> Look through the log again, and it should tell you (reasonably) what the
> problem is.
>
> or
>
> Post your dhcp.conf file...
>
> Lance


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


Re: DHCP

2004-01-27 Thread Brian H
no, i don't even have admin access to the dhcp server.


From: "Andrew L. Gould" <[EMAIL PROTECTED]>
To: "Brian H" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: DHCP
Date: Tue, 27 Jan 2004 14:25:59 -0600
MIME-Version: 1.0
Received: from heron.mail.pas.earthlink.net ([207.217.120.189]) by 
mc10-f33.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 27 Jan 
2004 12:25:56 -0800
Received: from 23-101.lctv-b4.cablelynx.com ([24.204.23.101] 
helo=yoda.datawok.com)by heron.mail.pas.earthlink.net with asmtp 
(TLSv1:RC4-MD5:128)(Exim 3.33 #1)id 1AlZmW-0006Bm-00; Tue, 27 Jan 2004 
12:25:56 -0800
X-Message-Info: JGTYoYF78jGSfDSRv36m1X4Uks5fdj0T
User-Agent: KMail/1.5.4
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
X-ELNK-Trace: 
ee791d459e3d6817d780f4a490ca69564776905774d2ac4b553fe3e970de0b7816d47fbc1d9e4da0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Jan 2004 20:25:56.0982 (UTC) 
FILETIME=[C5103960:01C3E513]

Do you, by chance, have DHCP and dhclient on the same machine?

On Tuesday 27 January 2004 02:02 pm, Brian H wrote:
> This is the error that I am getting.
> "Can't bind to dhcp address: Address already in use"
> My /etc/dhcp.conf file is empty.
>
> How can I ask the dhcp server for another address?
> It doesn't apprear the the ip address in dhclient.leases
> is in use. I am not sure what the problem is.
>
> Thanks,
>
> Brian
>
>
> -Original Message-
> From: Lance E. Lott [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 27, 2004 1:52 PM
> To: Brian H
> Cc: [EMAIL PROTECTED]
> Subject: RE: DHCP
>
> At 01:44 PM 1/27/2004, you wrote:
> >Currently when I run dhclient on the console I nothing gets written to
> >stdout, but the following message gets writen to /var/log/messages. Any
> >thoughts ?
> >
> >
> >If you did not get this software from ftp.isc.org, please
> >get the latest from ftp.isc.org and install that before requesting 
help.
> >
> >If you did get this software from ftp.isc.org and have not
> >yet read the README, please read it before requesting help.
> >If you intend to request help from the [EMAIL PROTECTED] mailing 
list,
> >please read the section on the README about submitting bug reports and
> >requests for help.
> >
> >Please do not under any circumstances send requests for
> >help directly to the authors of this software - please
> >send them to the appropriate mailing list as described in
> >the README file.
> >
> >exiting.
> >
>
> It usually means you have a configuration problem with the dhcp.conf 
file
> in /etc
>
> Look through the log again, and it should tell you (reasonably) what the
> problem is.
>
> or
>
> Post your dhcp.conf file...
>
> Lance


_
Find high-speed ‘net deals — comparison-shop your local providers here. 
https://broadband.msn.com

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


Trying to compile sophie, configure issue with ld

2004-01-27 Thread Derrick MacPherson
I am pretty sure this is something wrong on my system's part, but I am not
100% sure what to do about it..

When I try and run configure, it fails, here's what it says in the
config.log


configure:3866: result: /usr/local/lib
configure:3875: checking for SAVIsweepFile in -lsavi
configure:3906: gcc -o conftest -g -O2 -Wall   -Wl,--strip-all
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c -lsavi   >
&5
/usr/libexec/elf/ld: cannot find -lrt
configure:3909: $? = 1


Anyone help with that ld error?

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


Re: Mounting ISO r/w

2004-01-27 Thread Daniela
On Tuesday 27 January 2004 14:31, Lowell Gilbert wrote:
> Daniela <[EMAIL PROTECTED]> writes:
> > I need information how to either mount an ISO image r/w or find out what
> > options I must give to mkisofs to recreate it.
> > I have to add and remove some files from the tree, but all other things
> > should stay as they are. I tried vnconfig, but I can't get that thing to
> > mount r/w.
>
> ISO9660 isn't intended to be a fully read-write format.
>
> You can replace files with later versions by adding them to the end of
> a multi-session image, but that doesn't actually remove the original
> from the earlier session.
>
> Occasionally I will do things like this by copying the files out of
> the image, modifying the filesystem, and writing them back to a new
> image, but that technique doesn't automatically give me the same set
> of options on the 9660 filesystem.  Typically, I don't care -- I want
> to use a specific new set of options anyway -- but it's not quite what
> you asked for.

Sounds good, but the problems are that the ISO is bootable and it violates the 
ISO9660 standard in numerous ways. I have trouble figuring out how much 
standard-compliance I can turn off while still producing a readable CD-ROM.

> In theory, it would be possible to do this, but it would be very
> inefficient.  It would require making a new ISO image with every
> modification.
>
> Good luck.

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


Re: DHCP

2004-01-27 Thread Andrew L. Gould
Is the DHCP server up?

On Tuesday 27 January 2004 02:33 pm, Brian H wrote:
> no, i don't even have admin access to the dhcp server.
>
>
> From: "Andrew L. Gould" <[EMAIL PROTECTED]>
>
> >To: "Brian H" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> >CC: [EMAIL PROTECTED]
> >Subject: Re: DHCP
> >Date: Tue, 27 Jan 2004 14:25:59 -0600
> >MIME-Version: 1.0
> >Received: from heron.mail.pas.earthlink.net ([207.217.120.189]) by
> >mc10-f33.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 27 Jan
> >2004 12:25:56 -0800
> >Received: from 23-101.lctv-b4.cablelynx.com ([24.204.23.101]
> >helo=yoda.datawok.com)by heron.mail.pas.earthlink.net with asmtp
> >(TLSv1:RC4-MD5:128)(Exim 3.33 #1)id 1AlZmW-0006Bm-00; Tue, 27 Jan 2004
> >12:25:56 -0800
> >X-Message-Info: JGTYoYF78jGSfDSRv36m1X4Uks5fdj0T
> >User-Agent: KMail/1.5.4
> >References: <[EMAIL PROTECTED]>
> >In-Reply-To: <[EMAIL PROTECTED]>
> >Message-Id: <[EMAIL PROTECTED]>
> >X-ELNK-Trace:
> >ee791d459e3d6817d780f4a490ca69564776905774d2ac4b553fe3e970de0b7816d47fbc1d
> >9e4da0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Return-Path:
> > [EMAIL PROTECTED]
> >X-OriginalArrivalTime: 27 Jan 2004 20:25:56.0982 (UTC)
> >FILETIME=[C5103960:01C3E513]
> >
> >Do you, by chance, have DHCP and dhclient on the same machine?
> >
> >On Tuesday 27 January 2004 02:02 pm, Brian H wrote:
> > > This is the error that I am getting.
> > > "Can't bind to dhcp address: Address already in use"
> > > My /etc/dhcp.conf file is empty.
> > >
> > > How can I ask the dhcp server for another address?
> > > It doesn't apprear the the ip address in dhclient.leases
> > > is in use. I am not sure what the problem is.
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > > -Original Message-
> > > From: Lance E. Lott [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, January 27, 2004 1:52 PM
> > > To: Brian H
> > > Cc: [EMAIL PROTECTED]
> > > Subject: RE: DHCP
> > >
> > > At 01:44 PM 1/27/2004, you wrote:
> > > >Currently when I run dhclient on the console I nothing gets written to
> > > >stdout, but the following message gets writen to /var/log/messages.
> > > > Any thoughts ?
> > > >
> > > >
> > > >If you did not get this software from ftp.isc.org, please
> > > >get the latest from ftp.isc.org and install that before requesting
> >
> >help.
> >
> > > >If you did get this software from ftp.isc.org and have not
> > > >yet read the README, please read it before requesting help.
> > > >If you intend to request help from the [EMAIL PROTECTED] mailing
> >
> >list,
> >
> > > >please read the section on the README about submitting bug reports and
> > > >requests for help.
> > > >
> > > >Please do not under any circumstances send requests for
> > > >help directly to the authors of this software - please
> > > >send them to the appropriate mailing list as described in
> > > >the README file.
> > > >
> > > >exiting.
> > >
> > > It usually means you have a configuration problem with the dhcp.conf
> >
> >file
> >
> > > in /etc
> > >
> > > Look through the log again, and it should tell you (reasonably) what
> > > the problem is.
> > >
> > > or
> > >
> > > Post your dhcp.conf file...
> > >
> > > Lance
>
> _
> Find high-speed ‘net deals — comparison-shop your local providers here.
> https://broadband.msn.com

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


Re: Trying to compile sophie, configure issue with ld

2004-01-27 Thread Daniela
On Tuesday 27 January 2004 20:38, Derrick MacPherson wrote:
> I am pretty sure this is something wrong on my system's part, but I am not
> 100% sure what to do about it..
>
> When I try and run configure, it fails, here's what it says in the
> config.log
>
>
> configure:3866: result: /usr/local/lib
> configure:3875: checking for SAVIsweepFile in -lsavi
> configure:3906: gcc -o conftest -g -O2 -Wall   -Wl,--strip-all
> -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c -lsavi   >
> &5
> /usr/libexec/elf/ld: cannot find -lrt
> configure:3909: $? = 1

Enter this in the shell and post the result:
locate librt

Maybe it can tell us what the error is.

Daniela


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


RE: Trying to compile sophie, configure issue with ld

2004-01-27 Thread Derrick MacPherson
> -Original Message-
> From: Daniela [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 27 January 2004 13:47
> To: Derrick MacPherson; [EMAIL PROTECTED]
> Subject: Re: Trying to compile sophie, configure issue with ld
> 
> On Tuesday 27 January 2004 20:38, Derrick MacPherson wrote:
> > I am pretty sure this is something wrong on my system's 
> part, but I am 
> > not 100% sure what to do about it..
> >
> > When I try and run configure, it fails, here's what it says in the 
> > config.log
> >
> >
> > configure:3866: result: /usr/local/lib
> > configure:3875: checking for SAVIsweepFile in -lsavi
> > configure:3906: gcc -o conftest -g -O2 -Wall   -Wl,--strip-all
> > -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c 
> -lsavi   >
> > &5
> > /usr/libexec/elf/ld: cannot find -lrt
> > configure:3909: $? = 1
> 
> Enter this in the shell and post the result:
> locate librt


/usr/compat/linux/lib/librt-2.1.2.so
/usr/compat/linux/lib/librt.so.1
/usr/ports/net/osrtspproxy/files/patch-librtsp-Makefile.in

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


Re: DHCP

2004-01-27 Thread Lowell Gilbert
"Brian H" <[EMAIL PROTECTED]> writes:

> This is the error that I am getting.
> "Can't bind to dhcp address: Address already in use"
> My /etc/dhcp.conf file is empty.
> 
> How can I ask the dhcp server for another address?
> It doesn't apprear the the ip address in dhclient.leases
> is in use. I am not sure what the problem is.

I believe that this message means that your DHCP client got assigned
an address, but when it pinged that address to make sure no one else
was using it, something responded.  You may need the system
administrator to figure out who else is camped out on the IP address. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The fear of cvsupping my ports...

2004-01-27 Thread Henrik W Lund
Greetings!

I was just wondering if anyone knew how to work around this little 
problem I have. I'm running 4.9-RELEASE, by the way.

Now, the thing is, I run into problems when I've cvsupped my ports tree. 
"make index" bails out afer about 2 seconds, and "portsdb -U" spews out 
about 3000 lines of " missing:" " dependency list incomplete". 
This, of course, leaves my package database mangled, with portversion 
reporting all of my installed ports as being of a later date than the 
ones in the ports tree. I've tried cvsupping at various points in time 
over the past few weeks, but to no avail. A bit of snooping around led 
me to suspect that maybe it has something to do with the make program, 
but I'm not sure.

Has anyone got any idea? Must I upgrade to -STABLE? I'd rather not, 
because in my experience those kinds of major upgrades leave the system 
anything BUT stable. On the other hand, I'm getting tired of 
reinstalling the ports tree from sysinstall to avoid complete and utter 
chaos.

Please (b)cc: me, as I'm not a subscriber. Thanks!!

Henrik W Lund
Computer Engineering student
Østfold College
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Email Program

2004-01-27 Thread Michael Clark
I mainly use sylpheed or sylpheed-claws.


-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 11:07 AM
To: Jason Stewart; Gerard Seibert
Cc: [EMAIL PROTECTED]
Subject: Re: Email Program


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 10:56 am, Jason Stewart wrote:
> On 08/01/04 05:34 -0500, Gerard Seibert wrote:
> > This may not be the best place to post this question, but I will try
> > anyway.
> >
> > I need a really full featured email program. Something along the lines
of
> > MS Outlook. It has to be able to handle multiple identifies and several
> > different SMTP and POP addresses. The handling of both HTML and plain
> > text messages is a must. It would also be a plus if the program properly
> > interpreted Java and VB code inserted into email messages.
> >
> > Does anyone have any suggestions?
> >
> > Thanks!
> >
> > Jerry
>
> I'll assume that you want a mail client runs on FreeBSD. Evolution can
> do everything you want besides executing VBscript. The only platform
> that you'll find a mail client that will execute VB script in MS
> Windows.
>
> Evolution is often compared to MS outlook, and if you're into that
> sort of thing, It's a nice Application with lots of bells and
> whistles.
>
> Jason

I agree about Evolution however, I myself find it too bloated and sluggish 
when you email has more then a few thousand mails.

I prefer KMail - gives you much of the same as the above, and to me at
least, 
it's not so bloated.  

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFpq7D5P/gMAbw2MRArxBAJ9WYnQ8Kj81Z8T8mGZNeYV7BBDbvwCfb1n2
iosNF3ojEE9I/pjsnhOUiWo=
=8dRl
-END PGP SIGNATURE-

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


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


RE: Apple?

2004-01-27 Thread Michael Clark
OpenBSD also supports the PowerPC platform.

-Original Message-
From: Matthew Seaman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 4:26 AM
To: joost knetsch
Cc: [EMAIL PROTECTED]
Subject: Re: Apple?


On Mon, Jan 26, 2004 at 09:55:10PM +0100, joost knetsch wrote:

> i wonder if its possible to install freebsd on a apple computer?
> I have a G4 500mhz  macintosh.
> ??

The FreeBSD PPC port is at quite an early stage of development still,
and not really suitable for any use other than development work yet.
See:

http://www.freebsd.org/platforms/ppc.html

There's some more up to date information on the mailing list:

http://lists.freebsd.org/pipermail/freebsd-ppc/

You could use NetBSD for your purposes:

http://www.netbsd.org/Ports/macppc/

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


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


Re: Tracking local port hacks?

2004-01-27 Thread Erik Trulsson
On Tue, Jan 27, 2004 at 02:05:16PM -0500, Rob Ellis wrote:
> We sometimes find it necessary to make some small change to
> a port before installing it, and need a way to track/merge
> these changes as ports are updated. Is there a recommended
> way of doing that?
> 
> The cvsup faq (http://www.cvsup.org) suggests that it's
> possible to get sources in "cvs mode" and it has some
> suggestions for managing a local branch. Is that the best
> way to do it? Anyone know how BIG the ports tree is if we
> get it via cvsup in "cvs mode"?

Using cvsup to maintain a copy of the whole (or part of the) CVS
repository, and then using cvs to check out the branch/version you want
is certainly one way to do it.  Cvs (unlike cvsup) understands local
changes and can merge changed files (assuming the changes don't
conflict of course, then you have to do some editing by hand.)

I don't know if it is the *best* way of doing it, but it is the way I
do it and it works fairly well.

The ports part of the CVS repository uses around 600MB of disk space.


-- 

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


Re: Tracking local port hacks?

2004-01-27 Thread Dan Nelson
In the last episode (Jan 27), Erik Trulsson said:
> On Tue, Jan 27, 2004 at 02:05:16PM -0500, Rob Ellis wrote:
> > We sometimes find it necessary to make some small change to a port
> > before installing it, and need a way to track/merge these changes
> > as ports are updated. Is there a recommended way of doing that?
> > 
> > The cvsup faq (http://www.cvsup.org) suggests that it's possible to
> > get sources in "cvs mode" and it has some suggestions for managing
> > a local branch. Is that the best way to do it? Anyone know how BIG
> > the ports tree is if we get it via cvsup in "cvs mode"?
> 
> Using cvsup to maintain a copy of the whole (or part of the) CVS
> repository, and then using cvs to check out the branch/version you
> want is certainly one way to do it.  Cvs (unlike cvsup) understands
> local changes and can merge changed files (assuming the changes don't
> conflict of course, then you have to do some editing by hand.)
> 
> I don't know if it is the *best* way of doing it, but it is the way I
> do it and it works fairly well.

I do it too. It takes a bit longer to update, since you have to "cvsup"
then cvs "update -dP", but I do it at night via cron, and get an email
the next morning if there were any conflicts with local changes.

> The ports part of the CVS repository uses around 600MB of disk space.

Another plus is you get instant access to cvs logs and diffs.

-- 
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: Mutt, GPG and Maildir HOWTO

2004-01-27 Thread Gautam Gopalakrishnan
On Tue, Jan 27, 2004 at 12:01:20PM -0600, Thomas T. Veldhouse wrote:
> Can anybody lead me to a HOWTO or simple configuration for using Mutt with
> GPG and a Maildir setup (via courier-imap)?

>From the mutt homepage:
http://mutt.sourceforge.net/imap/
http://mutt.org/doc/PGP-Notes.txt

Gautam

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


Re: Creative Soundblaster AUDIGI 2

2004-01-27 Thread Nicholas Wieland
Il Mar, 2004-01-27 alle 16:08, jsha ha scritto:
> hi.
> 
> i'm trying to get this creative soundblaster audigi 2
> working on my freebsd 5.2 box.
> 
> so far i've compiled both "device pcm" and "device sbc"
> into the kernel without it being detected.
> 
> could anybody kindly offer their assistance? thanks.

Unfortunately Audigy 2 is not supported out of the box by FreeBSD, you
have to use emu10kx (I'm disconnected now, but if you search the web
you'll find it in no time).
After you've downloaded the module you can follow the instructions you
can find in a little howto posted on this list by dlodeiro, and have
your card working in no time (granted, I have the same card ^^, and it
works wonderfully).
If the latest release doesn't work don't despair and try an earlier one.

HTH,
  ngw

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


FreeBSD 5.1 support for Dell Integrated audio?

2004-01-27 Thread Anthony Discolo
I have a new Dell Optiplex GX270 and I can't seem to get integrated audio 
("Integrated Sound Blaster Compatible AC97") to work.  I've tried 
configuring the pcm and sbc drivers with no luck.

Any help would be greatly appreciated.

Thanks,
Anthony
_
Check out the new MSN 9 Dial-up — fast & reliable Internet access with prime 
features! http://join.msn.com/?pgmarket=en-us&page=dialup/home&ST=1

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


Re: /dev/dsp: Device busy

2004-01-27 Thread Melvyn Sopacua
On Sunday 25 January 2004 15:25, Geert Hendrickx wrote:

> Unfortunately, when I click Ok, KDE wants to restart the Arts daemon, and
> then, tragically, it complains dat /dev/dsp is busy...  I think artsd just
> doesn't "free" the device when it is killed manually, and therefore it
> won't restart either.  But I'll try it again on my next reboot, I think
> this may solve the problem!

Just recode your mp3's to ogg files and use `ogg123 -d arts' or Noatun, use 
kmplayer for movies and then think hard what you need esd/oss for again -:).

I can say that the autosuspend feature works for me(tm) on -CURRENT and KDE 
3.2-CVS, which will be released real soon now. Just make sure you disable a 
lot of unneeded sounds in the desktop, like 'shwoosh' on window resize, 
'whammm' on window closure and so on, as these add to the 5 seconds.
-- 
Melvyn

===
FreeBSD sarevok.webteckies.org 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Tue Dec 30 
14:31:47 CET 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SAREVOK_NOAPM_NODEBUG  i386
===


pgp0.pgp
Description: signature


  1   2   >