Re: Company mail system question...

2002-09-20 Thread Giorgos Keramidas

On 2002-09-19 19:05, Michael Pelletier [EMAIL PROTECTED] wrote:
 I am reseaching for a mail system for my company. I would like some
 information for my research. Basically, I would need POP3, IMAP, etc
 support ans many of the client are windoze based. Thanks in advance.

Since others have replied with references at programs, let me add just
a bit of advocacy here.  FreeBSD is a very good choise of an operating
system for this sort of thing.  You don't need to worry about the
clients being Windows-based since they will use open protocols like
POP3 and IMAP to communicate with your FreeBSD server.

-- 
FreeBSD: The Power to Serve  http://www.FreeBSD.org
FreeBSD 4.6-RELEASE #0: Wed Sep 18 23:08:01 EEST 2002

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



add to gnome start menu?

2002-09-20 Thread Peter Leftwich

Could be simple, but how do you add to Gnome 2's start menu?

I am tiring of clicking the MainMenu then Run Program gaim or freeamp!

--
Peter Leftwich
President  Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



Fwd: kldload way to send options into kernel?

2002-09-20 Thread Peter Leftwich

Nevermind - I'm going to keep trying to get httrack to compile

http://www.httrack.com

-- Forwarded message --
From: Peter Leftwich [EMAIL PROTECTED]
X-X-Sender: [EMAIL PROTECTED]
To: FreeBSD Questions LIST [EMAIL PROTECTED]
Subject: kldload way to send options into kernel?
Date: Thu, 19 Sep 2002 21:28:53 -0700 (PDT)

I tried running `wine GetBot.exe` because it is the best offline browser
and web snake/bot program ever, but for Windows and I got this error:

Did you reconfigure the kernel with options USER_LDT?

Is there a command line I can give such as kldload to add this option in?

--
Peter Leftwich
President  Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



Re: Running 2 wireless cards

2002-09-20 Thread Adam Weinberger

can you show your wicontrol scripts? and the output of ifconfig -a? 
and of wicontrol -i wi0 and wicontrol -i wi1.

tell me whether i have this wrong: you have 2 cards in one computer, at
you're trying to get them both to communicate with a card in a laptop
running in host mode?

are either of the cards associating? if you assign wi1 an IP, say:
ifconfig wi1 inet 192.168.20.222
can you then ping the ip?

-Adam


 (09.19.2002 @ 2322 PST): Pete Muller said, in 3.8K: 
 
 Hi all,
 
 Old 233mhz Vectra, FBSD v4.5
 
 I'm struggling to get 2 Orinoco Silver .11b cards to run on FBSD v4.5.  Each
 card is in an ISA adapter.
 
 The box does nat through the wired NIC to the world. (3Com 3C905 card)
 
 One wireless card is set up as the 192.168.10 network, the second being the
 192.168.20 network.
 
 The problem I'm having is getting the *second* card to work. I can ping it,
 the lights are on, but the card is not talking. I've wicontrol'd this
 thing to death... trying every conceivable combination of settings, still
 with no luck.  btw: I'm trying to talk to it using a Dell laptop running W2k
 with [another] Orinoco Silver card (same cards in the FBSD box).
 
 
 Here are the relevant parts of my config:
 
 - /etc/rc.conf ---
 
 natd_program=/sbin/natd
 natd_enable=YES
 natd_interface=xl0
 natd_flags=-dynamic
 gateway_enable=YES
 firewall_enable=YES
 firewall_script=/etc/rc.firewall
 firewall_type=OPEN
 firewall_quiet=NO
 firewall_logging_enable=YES
 log_in_vain=YES
 # and here's the stuff for the PCMCIA adapter 
 pccard_enable=YES
 pccard_mem=DEFAULT
 portmap_enable=YES
 accept_sourceroute=NO
 # script to configure first card (wi0)
 /usr/local/sbin/wireless.sh   [[these are my wicontrol parameters]]
 # script to configure second card (wi1)
 /usr/local/sbin/wireless1.sh
 
 -- end of /etc/rc.conf ---
 
 
 --- kernel config file --
 
 # PCCARD (PCMCIA) support
 device  card
 # The first pair of lines are for direct assignment
 # The second pair of lines are for polling mode
 #device pcic0   at isa? irq 4 port 0x3e0 iomem 0xd
 #device pcic1   at isa? irq 5 port 0x3e2 iomem 0xd4000
 device  pcic0   at isa? port 0x3e0 iomem 0xd
 device  pcic1   at isa? port 0x3e2 iomem 0xd4000
 
  end of kernel config snippet ---
 
 
 I've experimented with direct port assignments... cards seem to both come
 alive either way.  Currently running in polling mode.
 
 
   /etc/defaults/pccard.conf ---
 
 # Lucent WaveLAN/IEEE -- Dual Wireless NICs - test
 #
 card Lucent Technologies WaveLAN/IEEE
 config  0x1 wi0 ?
 config  0x1 wi1 ?
 insert  /etc/pccard_ether wi0 start
 insert  /etc/pccard_ether wi1 start
 
  end of  /etc/defaults/pccard.conf  snippet 
 
 
  relevant lines of  dmesg output ---
 
 pccard: card inserted, slot 0
 pccard: card inserted, slot 2
 wi0: WaveLAN/IEEE 802.11 at port 0x240-0x27f irq 3 slot 0 on pccard0
 wi0: Ethernet address: 00:02:2d:2b:4c:6d
 wi1: WaveLAN/IEEE 802.11 at port 0x280-0x2bf irq 5 slot 2 on pccard2
 wi1: Ethernet address: 00:02:2d:0a:dd:7c
 
  end of  dmesg output snippet ---
 
 
 
 The *only* thing I've noticed is a slight difference in what echos to the
 screen when the cards come up during bootup.
 
 The sequence I see/hear:
 
 - tone when wi0 comes up
 - a line echos to the screen similar to the wi0 line in dmesg
 - ~10 seconds later a second line echos spelling out config information of
 the interface (not the config of the card)
 - tone when wi1 comes up
 - a line echos to the screen similar to the wi1 line in dmesg
 - ~10 seconds later something like pccard running (or some simple two word
 message) echos
 
 
 These latter lines echoing to the screen (the final line that shows for each
 card during bootup) do *not* show in dmesg (sorry... I'm a
 beginner at this, so I don't know if I'm describing this correctlyg).
 There is definitely a difference in what I'm seeing on the screen during
 bootup for the 2 cards.
 
 Card wi0 *always* works -- and I have *never* been able to talk to wi1
 no matter what I've tried.
 
 Any suggestions for this rank beginner?
 
 Advice greatly appreciated thx
 
 Pete
 
 
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Running 2 wireless cards from Pete Muller 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: add to gnome start menu?

2002-09-20 Thread Adam Weinberger

gnome2, if you installed the meta-port, comes with a program called
yelp which is a comprehensive manual browser, primarily for gnome
docs. if you don't have it, install /usr/ports/x11/yelp.

start it up, click Desktop, the Menus, expand Customizing Your Menus
on the left, and choose To Add a Launcher to a Menu.

the answers to all your questions are in documents. learn where the
answers to some of these interface-level questions lie. lay? i think
lie.

-Adam


 (09.19.2002 @ 2332 PST): Peter Leftwich said, in 0.4K: 
 Could be simple, but how do you add to Gnome 2's start menu?
 
 I am tiring of clicking the MainMenu then Run Program gaim or freeamp!
 
 --
 Peter Leftwich
 President  Founder
 Video2Video Services
 Box 13692, La Jolla, CA, 92039 USA
 +1-413-403-9555
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of add to gnome start menu? from Peter Leftwich 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: Company mail system question...

2002-09-20 Thread Moti Levy

I use :
postfix + procmail - for smtp and filtering
cyrus - for pop and imap
SquirrelMail  - for web mail client
and i'm in the process of building an address book based on ldap .
all in the ports
my users use :mutt,outlook express , outlook , eudora , mozilla mail
,sylpheed and evolution .
i like cyrus the most because it does not need local users and keeps it's on
user list.


- Original Message -
From: Michael Pelletier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 7:05 PM
Subject: Company mail system question...


 I am reseaching for a mail system for my company. I would like some
 information for my research. Basically, I would need POP3, IMAP, etc
support
 ans many of the client are windoze based. Thanks in advance.

 Michael Pelletier



 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


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





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



Xeon

2002-09-20 Thread liam

Hi

Can you tell me if FreeBSD 4.6 supports Hyper-Threading on the Intel Xeon?

Thank you.




Com-Cen Pty Ltd
Level 1 +61 2 9516-5400
10 Mallett Street
Camperdown
Sydney
NSW  2050
Australia


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



Being CREATIVE = RW8438E md5 mismatches

2002-09-20 Thread Rob Clark

RUNNING: 
FreeBSD 4.7-PRERELEASE #0: Sat Sep 14 14:25:08 EDT 2002

ISSUE/QUESTIONS: 
Regarding a known good iso (md5 checks with fbsd .md5
file).. but when I do dd...(see below) and run a md5 on
that, the checksums do *not* match.

Could CREATIVE CDRW RW8438E be creating some type of
padding that will not allow md5 checksums match?  And is the data
produced good even though the checksums are not?

HARDWARE IN QUESTION: 
acd0: CD-RW CREATIVE CD-RW RW8438E at ata1-master PIO4

INFO: 
The CREATIVE CDRW RW8438E is know to be latent with problems.
I've even read that underneath it all it is a Samsung made drive,
branded as CREATIVE--however, the probe confirms CREATIVE.

Below is a the process that I went through, of using burncd to
create an 4.7-RC1-mini.iso image, and the steps used in checking the
checksums.  It should be noted that upon completion of this process the
cd is bootable and installs the OS successfully.

RUN THROUGH:
# burncd -f /dev/acd0c -s 4 -e data ./4.7-RC1-mini.iso
fixate
next writeable LBA 0
writing from file ./4.7-RC1-mini.iso size 189216 KB
written this track 189216 KB (100%) total 189216 KB
fixating CD, please wait..
#dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048
dd: /dev/acd0c: Input/output error
0+0 records in
0+0 records out
0 bytes transferred in 0.001256 secs (0
bytes/sec)
# md5 dup.iso
MD5 (dup.iso) = d41d8cd98f00b204e9800998ecf8427e
# md5 4.7-RC1-mini.iso
MD5 (4.7-RC1-mini.iso) = f154f318622bddccd245d5b5e1af314a

ATTEMPTED RESOLUTIONS:
Editing /boot/loader.conf to set acd0 to dma mode:

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

This drive will run in the DMA mode, but when running the dd...
command above resulted in READ-BIG errors.  Therefore, I commented these
lines back out of /boot/loader.conf and rebooted.

Also, have tried this same CREATIVE drive in one other FBSD system, same
issue with different checksums. 

THANKS IN ADVANCE:
Any help or knowledge on this drive and its behavior with FBSD would be
greatly appreciated. 

If this issue should be directed elsewhere please advise.

Thank-you,
Rob Clark





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



Re: find case-insensitive challenge

2002-09-20 Thread Oliver Fromme

Tim Peters [EMAIL PROTECTED] wrote:
  FYI, find and xargs can work with weird filenames (as long as they
  don't contain a \0) with these kind of options:
  
  find . -print0 | xargs -0 command

UNIX filenames cannot contain '\0' bytes, so you're safe.

(There are only two characters disallowed in UNIX filenames:
the path separator '/' and zero-bytes '\0'.  Everything else
is allowed, including backspaces, newlines and all other
kinds of nasty control codes.  find -print0 | xargs -0 will
handle all of them fine.)

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

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



Re: Being CREATIVE = RW8438E md5 mismatches

2002-09-20 Thread Adam Weinberger

 (09.20.2002 @ 0044 PST): Rob Clark said, in 2.2K: 
 #dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048
 dd: /dev/acd0c: Input/output error
 ^^
 0+0 records in
 0+0 records out
 0 bytes transferred in 0.001256 secs (0 bytes/sec)
 

what you're looking for is:
dd if=/dev/racd0a of=stuff bs=2048

 # md5 dup.iso
 MD5 (dup.iso) = d41d8cd98f00b204e9800998ecf8427e

monkey@smacky:~% rm joe; touch joe; md5 joe
MD5 (joe) = d41d8cd98f00b204e9800998ecf8427e

::)

-Adam


 end of Being CREATIVE = RW8438E  md5 mismatches from Rob Clark 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: weird files

2002-09-20 Thread Oliver Fromme

mingo lu [EMAIL PROTECTED] wrote:
  i have two weird files under my home directory; one is
  file named -bash.gmon and another one is xy ds.
  how could i remove them? rm just won't work ...

Filenames that start with a dash can be disarmend by
prepending the directory (just ./ if it's the current
working directory).  Spaces can be used by enclosing
the name in quotes.  Thus:

   rm ./-bash.gmon xy ds

Or use shell wildcards.  In this case use -i, so you don't
accidentally remove more files than you intended (unless
you're sure that no other files will match):

   rm -i ?bash.gmon xy?ds

If you use the zsh shell, it has the nice feature that it
expands expressions containing wildcards when you press
the TAB key, including proper quoting.  I have made a
habit of using that feature when appropriate, so I see
exactly which files will be affected before pressing the
ENTER key.  That has saved my day a few times.  ;-)

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

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



Re: Some problem with dummynet

2002-09-20 Thread Oliver Fromme

budsz [EMAIL PROTECTED] wrote:
  Last night, I tried to limit my client which I changed 23Kbit/s to
  1bit/s (Just experiment), I got some message like below:

That's probably not a good idea, because it will take
several minutes to transfer even a small packet.  That
will trigger timeouts, confuse retransmit algorithms
etc.  I'm not surprised that the dummynet code is
confused by such useless values, too.

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

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



Re: KDE and KDM issues still

2002-09-20 Thread Jonathan Chen

On Fri, Sep 20, 2002 at 02:52:59AM -0400, James Dean wrote:

 ttyv8   /usr/local/bin/kdmxterm   on  secure
 
 I keep getting these errors messages in my logs:
 Sep  7 13:00:28 bsdguru kdm_config[12241]: Unknown command line option 
 'ttyv8'
 Sep  7 13:00:28 bsdguru kdm[12243]: Can't lock pid file /var/run/kdm.pid, 
 anothe
 r xdm is running (pid 281)

You need to change the ttyv8 line to:

ttyv8   /usr/local/bin/kdm -nodaemon xterm   on  secure

Your current setting is trying to spawn multiple copies of kdm, all of
which (aside from the first one) are failing because the first one is
running. The Unknown command line option, you can't do anything
about, so just ignore it.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
 A person should be able to do a small bit of everything,
specialisation is for insects

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



Re: Restart multi-user mode automatically

2002-09-20 Thread Oliver Fromme

Sorry for replying to myself, but I wanted this to make it
into the list archive, in case someone else is having the same
problem some day ...

Oliver Fromme [EMAIL PROTECTED] wrote:
  This might seem like a strange question, but maybe someone
  has an answer or idea ...
  
  Under certain circumstances, I need to restart a machine's
  multi-user mode without manual intervention.  In other words,
  it should perform a shutdown, killing all processes, but then
  (instead of prompting for a single-user mode shell), the system
  should get back up into multi-user mode automatically (running
  /etc/rc etc).  I do not want to perform a full reboot.
  
  Is there a way to do that?

I finally took an hour to study the source code of /sbin/init.
There doesn't seem to be a way to do what I need, because
there is no state transition multiuser - death - multiuser
without a singleuser in between.  :-(

So the answer to my question is no.  However, from looking
at the source code it seems to be pretty easy to write a small
tool that simulates parts of init and performs exactly what
I need.  That's what I will do.

Regards
   Oliver

PS:  No, it is _not_ for avoiding a reboot to save the
machine's uptime, but to keep downtimes of services to the
absolute minimum possible.  A reboot takes several minutes,
but shutdown - ^D - multiuser is a matter of seconds.

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

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



Re: Weird error when installing FreeBSD 4.6

2002-09-20 Thread Matthew Seaman

On Thu, Sep 19, 2002 at 10:22:04PM -0700, Ron Andreasen wrote:
 Okay, first off here's the error:
 
 acd0:  read data overrun 34/0
 acd0:  MODE_SENSE_BIG command timeout -resetting
 ata0:  resetting devices .. at0:  DMA limited to
 UDMA33, non-ATA66 cable or device

It's a well known bug in 4.6-RELEASE:
http://www.freebsd.org/releases/4.6.2R/errata.html

Considering the ATA problems in 4.6-RELEASE and the unfortunate crop
of security vulnerabilities that were discovered just after 4.6 came
out, you would be well advised to upgrade to 4.6.2-RELEASE or the
upcoming 4.7-RELEASE as soon as possible.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

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



Re: Some problem with dummynet

2002-09-20 Thread budsz

On Fri, Sep 20, 2002 at 10:11:57AM +0200, Oliver Fromme wrote:
budsz [EMAIL PROTECTED] wrote:
  Last night, I tried to limit my client which I changed 23Kbit/s to
  1bit/s (Just experiment), I got some message like below:

That's probably not a good idea, because it will take
several minutes to transfer even a small packet.  That
will trigger timeouts, confuse retransmit algorithms
etc.  I'm not surprised that the dummynet code is
confused by such useless values, too.

OK thx for information

-- 
budsz

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



another make (pmake) question

2002-09-20 Thread Roman Neuhauser

(if you know a better place i should be asking these questions, do 
point me at those.)

Another make question... It would appear that variables have at least
two scopes, but parallel, not nested. Example:

DESTDIR=
SOURCES=foo bar baz
TARGETS:=   ${SOURCES:C;^.+$;${DESTDIR}/;}
SRCFILE=${.TARGET:C,^${DESTDIR}/,,} 

.BEGIN:
@echo \$${DESTDIR}: ${DESTDIR}
@echo \$${TARGETS}: ${TARGETS}

all: ${TARGETS}

${TARGETS}: ${SRCFILE}
@echo SRC: ${SRCFILE} - TGT: ${.TARGET}
@#install ${SRCFILE} ${.TARGET}

.PHONY: all 

roman@freepuppy ~/tmp 1126:0  make all DESTDIR=/tmp/maketest
${DESTDIR}: /tmp/maketest
${TARGETS}: /foo /bar /baz
Graph cycles through /foo

Graph cycles through /bar

Graph cycles through /baz

`all' not remade because of errors.

here, DESTDIR has a value in the .BEGIN target body, but not outside
it.  how come the commandline assignment overrides the value at one
place, but not the other?

-- 
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
11:24AM up 2 days, 18:39, 19 users, load averages: 0.04, 0.04, 0.00
end

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



RE:KDE and KDM issues still

2002-09-20 Thread James Dean



Thanks Jonathan Chen that worked at least in part. I am now just having 
issues with the very slow loading of kde apps and the windowmanager. It 
seems that I'm getting a different error though when trying to start kde I 
get a message in the logs about no kde modules loaded, the error is listed 
as a kdm error, it get's printed to console but couldn't find it in the 
/var/log/ dir to cut and past.
thanks

_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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



Re: DHCPD doesn't want to bind to any interface

2002-09-20 Thread chojin

Selon dfolkins [EMAIL PROTECTED]:
 From: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, September 19, 2002 1:07 PM
 Subject: Re: DHCPD doesn't want to bind to any interface
 
 
  Selon Lowell Gilbert [EMAIL PROTECTED]:
   [EMAIL PROTECTED] writes:
  
recently I rebooted my box (FreeBSD 4.6-STABLE) and since this reboot,
   dhcpd
cannot bind to any interface. I upgraded to FreeBSD 4.7-PRERELEASE
 then
rebooted, same thing. The configuration file is ok and untouched for
 many
months.
I use isc-dhcp provided with FreeBSD.
  
   dhcpd isn't part of the FreeBSD base system.  Do you perhaps need to
   update your dhcpd as well?
  
   What happens when you try to start dhcpd by hand?
 
  it says rl0: not found
 
 are you running dhcpd as follows?:
 path to dhcpd/dhcpd rl0
 
 or are you using some other command line arguments for it?
 
 in other words, what is the exact command line that you use to run dhcpd
 (when you run it by hand).

I use /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf rl0

-- 
Chojin


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



problems after restarting with bind and mysqld

2002-09-20 Thread Nelis Lamprecht

Hi List

I recently restarted my system ( reloaded rc.conf and startup scripts by 
going into single user mode and exiting ) and suddenly have run into 2 
problems. I am running 4.6 Stable patched with the various security updates.

Firstly,

Bind 9.2.1 is giving me this error on startup:

named[79181]: timer.c:407: unexpected error:
named[79181]: isc_time_now() failed: unexpected error
named[79181]: timer.c:407: unexpected error:
named[79181]: isc_time_now() failed: unexpected error
named[79181]: timer.c:407: unexpected error:
named[79181]: isc_time_now() failed: unexpected error
named[79181]: timer.c:284: unexpected error:
named[79181]: isc_time_now() failed: unexpected error
named[79181]: loading configuration: unexpected error
named[79181]: exiting (due to fatal error)

Secondly,

Mysql version 3.23.47 is continuously exiting on signal 6. If I try to kill 
the process it just respawns a new one and if I try to stop it using the 
scripts in rc.d it does the same. Eventually I had to open up a new 
terminal and disable the startup scripts and do a shutdown to stop it. 
Manually starting it has the same results. I have checked the logs and it 
only shows:

/kernel: pid 68869 (mysqld), uid 88: exited on signal 6
/kernel: pid 68874 (mysqld), uid 88: exited on signal 6
/kernel: pid 68879 (mysqld), uid 88: exited on signal 6
/kernel: pid 68884 (mysqld), uid 88: exited on signal 6
/kernel: pid 68889 (mysqld), uid 88: exited on signal 6

Any help/suggestions would be greatly appreciated as this as you can 
imagine is an urgent issue to be solved. I am busy in the process of back 
tracing my steps to see if any of the changes to the system may have caused 
these errors.

Many thanks,
Nelis


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



Re: gethostbyname

2002-09-20 Thread Frank Heitmann

 Anyone have a simple example of how to use this function..

This should work (and is really reduced to a minimum)

=

struct hostent *hostentry;

if ( (hostentry = gethostbyname(localhost)) == NULL) {
// Error handling
}
printf(Name: %s; Alias: %s\n,
   hostentry-h_name, hostentry-h_aliases[0]);

=

At my system the output is just:
Name: localhost; Alias: (null)

Note that gethostbyname tries to get information from the nameserver
or /etc/hosts. (I don't know if the order in which these are accessed
depends on /etc/host.conf and I also do not know if the lookup in
/etc/hosts only occurs if the local name server is not running - it
seems so to me, according to gethostbyname(3))

Cheers,
Frank

--
Be aware that this message has been written by a FreeBSD newbie!
Using FreeBSD for approximately 6 weeks and 3 days now :)

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



Re: IRQ problems

2002-09-20 Thread Matt Smith

/Most/ of this config was autocreated for me by XFree86 -configure,
but I had to add the ZAxisMapping by hand.  The following InputDevice
section can be added directly to your /etc/X11/XF86Config file. 

However, I see a number of other responses with alternate InputDevice
sections.  You might want to try them all, based on your specific
config. 

Section InputDevice 
Identifier  Mouse0 
Driver  mouse 
Option Protocol auto 
Option Device /dev/sysmouse 
Option  ZAxisMapping 4 5 
EndSection 

Hope that helps, 
-Matt 

On Thu, 2002-09-19 at 16:18, [EMAIL PROTECTED] wrote: 
 What is the best way to configure this?  Through the visual XF86Config 
 tool, script based, or just go into the file and change the options?  I 
 beleive that these are the settings I currently have.  I will check in the 
 morning (machine at home, I am at work).
 Thanks,
 Stephen
 Quoting Matt Smith [EMAIL PROTECTED]:
 
  How is your mouse configured in /etc/X11/XF86Config?
  Try the sysmouse device, with Protocol set to auto -- I had the same
  problem, and these setting fixed it.  I am using a Wheel Mouse with no
  problems now. the wheel will work once you add the ZAxisMapping
  configs..
  -Matt
  
  On Thu, 2002-09-19 at 15:05, [EMAIL PROTECTED] wrote:
   I'm getting there.  It has taken me two weeks to get to this point.  I
  will 
   never give up! :-)
   
   I still can not install freeBSD with the graphical interface KDE.  I
  get 
   through the installation process ok and then when I restart, login as
  root 
   (or any other acct) and invoke startx this is what happens:  
   
   The KDE desktop initializes and displays fine, but the mouse jitters
  and 
   jerks and stays in the upper left hand corner of the screen.  It
  responds 
   to input, (when I move the mouse it jerks out of the corner then back
  in, 
   and I cannot control it.  For now I wouldn't mind not using the mouse,
  but 
   I don't know how to make the pointer move without it in KDE (is there
  
   virtual mouse utility like in X?).
   
   Let me tell something about my hardware and settings, maybe this will
  
   reveal something obvious and blaring to you, but hidden to me.
   
   IRQ Problems:
   I am running WindowsXP on an ASUS P2B motherboard.  It is a dual
  processor 
   board, but I only have one P2 (450mhz) processor (I am running
  hal.dll).  
   When I run Winmsd.exe (in safe mode).  I show the display adapter
  (Matrox 
   G400 Max) at IRQ 16.
   
   In the BIOS I have the PnP OS variable set to OFF.  When I power up the
  
   machine and I see the display of most of the system devices, their
  address, 
   names and IRQ values.  Here, the display adapter resides at IRQ 12.
   
   During the installation probe of freeBSD there is no option to set the
  
   display adapter IRQ.  The mouse comes up as IRQ 12 and will not let me
  edit 
   it.  So I think I have an IRQ conflict, but I don't know how to resolve
  it 
   on the pc end or the freeBSD end.  I even tried fooling the BIOS into
  
   thinking that the display adapter had a different IRQ so that it would
  not 
   occupy IRQ 12.  Alas, to no avail.
   
   I would love to send the startup log, but I haven't figured out how to
  do 
   that.  The machine assumptions are different every which way I look
  at 
   them.  In windows safe mode I see what looks to be a complete
  accounting of 
   config values.  In normal mode, running Winmsd.exe I get a different
  set of 
   values.  Looking at the device manager reveals some different twists. 
  The 
   machine level/BIOS assumptions have subtle but important differences,
  and 
   finally the freeBSD probe reveals different values all together.  For
  me it 
   is a little like hitting a moving target that is on a moving target
  (while 
   I am moving).
   
   Here is where I could use some help.
   1.  I need a tool or procedure that I could use to DEFINATIVELY capture
  
   IRQ, I/O and memory addresses (all I care about is wow they will work
  in 
   freeBSD).
   
   2.  A way to view and edit IRQ information on the freeBSD side other
  than 
   the initial installation.  It takes a LONG time to re-install the
  system, 
   when you just want to change one value and test it (something like the
  
   system probe).  I have re-installed the system, probably 30 times now
  (I'm 
   a little stubborn).  
   
   I am a newbie to be sure, but I really want to learn.  I have a
  definite 
   goal in mind for setting this up.  I want to set up an FTP and mail
  server, 
   and I have consistently heard that the BSD platform is THE way to go (I
  
   also love this sort of challenge).  
   
   I will not be deterred or discouraged.
   
   Many thanks for any help.
   
   Stephen
   
   
   
   Stephen Randall
   [EMAIL PROTECTED]
   
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body of the message
   
  
  
  
 
 
 

time off by 30 minutes

2002-09-20 Thread Len Conrad

# killall ntpd

# ntpdate -db time.nist.gov
20 Sep 06:52:39 ntpdate[63322]: ntpdate 4.1.0-a Wed Aug 14 18:56:48 GMT 
2002 (1)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
server 192.43.244.18, port 123
stratum 1, precision -17, leap 00, trust 000
refid [ACTS], delay 0.06598, dispersion 0.00110
transmitted 4, in filter 4
reference time:c1359156.3dc0980b  Fri, Sep 20 2002  7:21:42.241
originate timestamp: c1359181.62f5232d  Fri, Sep 20 2002  7:22:25.386
transmit timestamp:  c1358a88.039830e3  Fri, Sep 20 2002  6:52:40.014
filter delay:  0.06641  0.06598  0.08263  0.06641
  0.0  0.0  0.0  0.0
filter offset: 1785.351 1785.351 1785.343 1785.352
  0.00 0.00 0.00 0.00
delay 0.06598, dispersion 0.00110
offset 1785.351903

20 Sep 06:52:40 ntpdate[63322]: step time server 192.43.244.18 offset 
1785.351903 sec

this date is late by 30 minutes according to wall clock

# date 0722
Fri Sep 20 07:22:00 CDT 2002

# ntpdate -db time.nist.gov
20 Sep 06:53:06 ntpdate[63393]: ntpdate 4.1.0-a Wed Aug 14 18:56:48 GMT 
2002 (1)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
receive(192.43.244.18)
transmit(192.43.244.18)
server 192.43.244.18, port 123
stratum 1, precision -17, leap 00, trust 000
refid [ACTS], delay 0.06648, dispersion 0.00136
transmitted 4, in filter 4
reference time:c1359197.3da2d72f  Fri, Sep 20 2002  7:22:47.240
originate timestamp: c135919b.6c2a8869  Fri, Sep 20 2002  7:22:51.422
transmit timestamp:  c1358aa2.4cface67  Fri, Sep 20 2002  6:53:06.300
filter delay:  0.06648  0.06688  0.06660  0.08636
  0.0  0.0  0.0  0.0
filter offset: 1785.101 1785.101 1785.101 1785.091
  0.00 0.00 0.00 0.00
delay 0.06648, dispersion 0.00136
offset 1785.101419

20 Sep 06:53:06 ntpdate[63393]: step time server 192.43.244.18 offset 
1785.101419 sec

Location is KS, USA.

Suggestions?

Len



www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com: Secure config ; DNS and mail interactions
IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways


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



Re: KDE and KDM issues still

2002-09-20 Thread Kenneth Culver

On Friday 20 September 2002 04:22 am, Jonathan Chen wrote:
 On Fri, Sep 20, 2002 at 02:52:59AM -0400, James Dean wrote:
  ttyv8   /usr/local/bin/kdmxterm   on  secure
 
  I keep getting these errors messages in my logs:
  Sep  7 13:00:28 bsdguru kdm_config[12241]: Unknown command line option
  'ttyv8'
  Sep  7 13:00:28 bsdguru kdm[12243]: Can't lock pid file /var/run/kdm.pid,
  anothe
  r xdm is running (pid 281)

 You need to change the ttyv8 line to:

   ttyv8   /usr/local/bin/kdm -nodaemon xterm   on  secure

 Your current setting is trying to spawn multiple copies of kdm, all of
 which (aside from the first one) are failing because the first one is
 running. The Unknown command line option, you can't do anything
 about, so just ignore it.

Do you have any idea why when I start kde from kdm, kdesu won't work? Or why I 
keep getting this: 

Sep 20 08:56:49 ken kdm[159]: Abnormal helper termination, code 0, signal 17

I can't find solutions to either problem.

Ken

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



Re: can't intall PERL module

2002-09-20 Thread Unix Tools

Just install it from ports
cd /usr/ports/devel/p5-Date-Calc
make clean
make
make install


- Original Message -
From: Len Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 03:15 AM
Subject: can't intall PERL module


 fbsd 4.6.2

 perl -MCPAN -e 'install Date::Calc'

 t/f029..ok
 t/f030..ok
 t/f031..ok
 t/f032..ok
 t/f033..ok
 t/f034..Use of uninitialized value at t/f034.t line 332.
 Use of uninitialized value at t/f034.t line 332.
 FAILED tests 252-253
  Failed 2/259 tests, 99.23% okay
 t/f035..ok
 t/f036..ok
 t/m001..ok
 t/m002..ok
 t/m003..ok
 t/m004..ok
 t/m005..ok
 t/m006..FAILED tests 10-11
  Failed 2/33 tests, 93.94% okay
 t/m007..ok
 t/m008..ok
 t/m009..ok
 t/m010..ok
 t/m011..ok
 Failed Test  Status Wstat Total Fail  Failed  List of failed
 --
-
 t/f034.t2592   0.77%  252-253
 t/m006.t 332   6.06%  10-11
 Failed 2/48 test scripts, 95.83% okay. 4/2960 subtests failed, 99.86%
okay.
 *** Error code 2

 Stop in /var/.cpan/build/Date-Calc-5.1.
/usr/bin/make test -- NOT OK
 Running make install
make test had returned bad status, won't install without force

 First time in several dozen times that this has failed.  3 or 4 other
 modules installed ok.

 Suggestions?

 Len



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


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



Re: Company mail system question...

2002-09-20 Thread Unix Tools

Qmail is the best option as a mail server
qmail+vpopmail+qmailadmin+sqwebmail


- Original Message -
From: Michael Pelletier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 20, 2002 04:35 AM
Subject: Company mail system question...


 I am reseaching for a mail system for my company. I would like some
 information for my research. Basically, I would need POP3, IMAP, etc
support
 ans many of the client are windoze based. Thanks in advance.

 Michael Pelletier



 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


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


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



Re: time off by 30 minutes

2002-09-20 Thread Len Conrad



Check your /etc/localtime is correct for your timezone.

ln -s /usr/share/zoneinfo/America/ localtime

where  is the correct location.

rm /etc/localtime

from /usr/share/zoneinfo/zone.tab:

US  +415100-0873900 America/Chicago Central Time
US  +450628-0873651 America/Menominee   Central Time - Michigan - 
Wisconsin border
US  +470659-1011757 America/North_Dakota/Center Central Time - 
North Dakota - Oliver County

I've tried rm old + ln new with all three of above, still 30 minutes late.

Where else is this determined?

Len



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



Re: time off by 30 minutes

2002-09-20 Thread Steven Goodwin

On Fri, 20 Sep 2002, Len Conrad wrote:

 
 
 Check your /etc/localtime is correct for your timezone.
 
 ln -s /usr/share/zoneinfo/America/ localtime
 
 where  is the correct location.
 
 rm /etc/localtime
 
 from /usr/share/zoneinfo/zone.tab:
 
 US  +415100-0873900 America/Chicago Central Time
 US  +450628-0873651 America/Menominee   Central Time - Michigan - 
 Wisconsin border
 US  +470659-1011757 America/North_Dakota/Center Central Time - 
 North Dakota - Oliver County
 
 I've tried rm old + ln new with all three of above, still 30 minutes late.
 
 Where else is this determined?

I think the problem could be the -d (debug) option to ntpdate.  Try 

ntpdate time.nist.gov

as root and that should set your system clock to GMT.

Steve



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



Re: Upgrade Computer - old vidio card

2002-09-20 Thread Grant Cooper

Just curious. Never seen a question like this. And after buying a LT win
moden (waste of money) I just wanted to ask. Its either this or buy a
complete package.

- Original Message -
From: dfolkins [EMAIL PROTECTED]
To: Grant Cooper [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 8:09 PM
Subject: Re: Upgrade Computer - old vidio card


 From: Grant Cooper [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 19, 2002 11:06 AM
 Subject: Upgrade Computer - old vidio card


  Case - 147 with 350W Power Supply
  Motherboard -AUS A7V266-E-AA
  CPU - AMD Athlon XP 1800+
  Memory - 256 MB DDR PC2100 Ram
 
  I have an old Pent 300 monitor card.
 
  Should I expect any problems or do monitor factory made computers have
  specific cards for mother boards? I have never replaced one and this one
 is
  about 3.5 years old. I am also paying 500 CND for the upgrade.
 
 video cards are not made specifically for motherboards, so you should not
 have problems sticking the old video card into the new board.
 of course, should you decide to do anything graphics-intensive on that
 computer, you might experience some slowness, as a 3.5 year old video card
 probably is not all that powerful.  but it will _work_, if that's what you
 are asking.
 and by the way, how is this related to freebsd? :)
 --
 dfolkins



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



Re: time off by 30 minutes

2002-09-20 Thread Len Conrad


I think the problem could be the -d (debug) option to ntpdate.  Try

# rm /etc/localtime
# ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
# ntpdate time.nist.gov
20 Sep 08:42:52 ntpdate[71492]: step time server 192.43.244.18 offset 
1784.223346 sec

but the correct time is 09:12

Len



www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com: Secure config ; DNS and mail interactions
IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways


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



trouble with sound on java build

2002-09-20 Thread Kirk R. Wythers

I am getting the following error when I try and build jdk1.3.1: 

gmake[2]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
gmake ../../../build/bsd-i386/lib/i386/libjsound.so copy-files
VARIANT=OPT 
gmake[3]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
rm -f ../../../build/bsd-i386/tmp/sun/javax.sound/jsound/.classes.list 
if [ -s ../../../build/bsd-i386/tmp/sun/javax.sound/jsound/.classes.list
] ; \ 
then ../../../build/bsd-i386/bin/javac -J-Xms16m -J-Xmx256m
-J-Djava.compiler=NONE -classpath ../../../build/bsd-i386/classes
-bootclasspath  -sourcepath
../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes
 -d ../../../build/bsd-i386/classes  \ 
 ; \ 
fi 
gmake[3]: *** No rule to make target
`../../../build/bsd-i386/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider',
 needed by `copy-files'.  Stop. 
gmake[3]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
gmake[2]: *** [optimized] Error 2 
gmake[2]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' 
gmake[1]: *** [all] Error 1 
gmake[1]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax' 
gmake: *** [all] Error 1 
*** Error code 2 


Any ideas what to do about it? 

Kirk 

-- 
Kirk R. Wythers email: [EMAIL PROTECTED]
University of Minnesota tel: 612.625.2261
Department of Forest Resources  fax: 612.625.5212
Saint Paul, MN 55108



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



Using free BSD in medical equipment

2002-09-20 Thread Andy_Pike



Dear Sir/Madam

I work for a medical company situated in Andover England. We are currently
looking at various software packages that we could use as a platform for a
graphical user interface on a piece of medical equipment that is in an
early design stage. I have considered various Microsoft and UNIX based
packages and consequently found FreeBSD suitable for our requirements.
However I have one obstacle in my way, in order to convince my colleges I
need to find documented evidence of some commercial ventures (not internet
hosting or similar activity), typical examples: customer information
service, domestic satellite receiving equipment, pocket PC etc.

I would be grateful if you could forward me any web links or information
you may have.


Regards




Andy Pike

Development Engineer

Integra NeuroSciences
Newbury Road
Andover
Hants
SP10 4DR
Tel 01264 345717

[EMAIL PROTECTED]



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



Re: PPP connection via a GMC router

2002-09-20 Thread dfolkins

From: Fuji Zhang [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 11:22 PM
Subject: PPP connection via a GMC router


 hi, i had ADSL working via a D-Link card to Bell Sympatico just fine. then
 my roommate wanted to share the ISP w/ me. so we bought a GMC router. He
 had his Linux box working behind the router. but my FreeBSD box stopped
 working. what am i missing? your help would certainly be appreciated.
 please respond to this address directly as i am not subscribing to list
 now.

maybe if you specify what exactly is not working someone could help you out.
if you mean the network functions are not working, i would recommend going
into your config files to see what's up.  if you previously set your ip
statically in your conf files, you probably now will want to set it through
dhcp (as in, set that interface = to DHCP in your rc.conf), because that
gmc router is probably using dhcp to assign your box an internal ip.  to
test out this theory, try running /sbin/dhclient if0, where if0 is the
name of your ethernet NIC (e.g. xl0, dc0, etc).
hope this helps.
--
dfolkins


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



portupgrade, freetype2 and freetype.9

2002-09-20 Thread Hanspeter Roth

Hello,

pkg_version -vs freetype2 tells me
freetype2-2.0.6 =   up-to-date with port

As of XFree86-libraries I have 4.1.0_1. Now I want to upgrade
XFree86-libraries using portupgrade.

Then there's a claim 
===   XFree86-libraries-4.2.0_3 depends on shared library: freetype.9 - not found
===Verifying install for freetype.9 in /usr/ports/print/freetype2
===  Extracting for freetype2-2.0.6

And later:
===  Installing for freetype2-2.0.6
===  freetype2-2.0.6 is already installed - perhaps an older version?
  If so, you may wish to ``make deinstall'' and install
  this port again by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of freetype2-2.0.6
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.

Then I did ``make deinstall'' and ``make reinstall'' in
/usr/ports/print/freetype2 and retried ``portupgrade
XFree86-libraries''.
But the result is the same.
How do I solve this?

-Hanspeter

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



Re: time off by 30 minutes

2002-09-20 Thread Len Conrad


Why dont you set it  by using
date 200209201514
and then use
ntpdate   ntpd
to keep it current afterward..

this is what I always have done, but it's not working on this machine:

# killall ntp
No matching processes were found

# date 200209201048
Fri Sep 20 10:48:00 CDT 2002

# ll /etc/localtime
lrwxr-xr-x  1 root  wheel  35 Sep 20 08:42 /etc/localtime - 
/usr/share/zoneinfo/America/Chicago

# ntpdate time.nist.gov
20 Sep 10:19:25 ntpdate[78703]: step time server 192.43.244.18 offset 
1783.164410 sec

# :(((

cheers!

That TV show is cancelled until this problem is solved.

Len


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



Re: Sendmail configuration question

2002-09-20 Thread Hanspeter Roth

  On Sep 19 at 08:46, stan spoke:

 I find myself in a position where I need to set up sendmail in the following
 fashion. I need it to deliver all (except machine local email) to a
 smarthost. Now this _should_ be straightforward, except that at the moment I
 can only access the machine by IP address, since the DNS server for our

Have you tried DS[ip.of.smarthost]?

 part of the merged company still does not have entries for the merged
 domain name.

Have you tried putting the hostnames in /etc/hosts?

Maybe you can configure local DNS with two domains, one which is the
hostname of your client and one which is the hostname of the
smarthost. (Something like client.company1.com and
smarthost.company2.com.)
The domains probably need A and NS records.
Then make the local DNS the first one in resolv.conf.

-Hanspeter

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



Re: weird files

2002-09-20 Thread Unix Tools

use the pilot software.
I think you can install it from ports

- Original Message - 
From: mingo lu [EMAIL PROTECTED]
To: freebsd-questions [EMAIL PROTECTED]
Sent: Friday, September 20, 2002 08:06 AM
Subject: weird files


 Hi:
 
 i have two weird files under my home directory; one is
 file named -bash.gmon and another one is xy ds.
 how could i remove them? rm just won't work ...
 
 tia
 
 
 
 __
 Do you Yahoo!?
 New DSL Internet Access from SBC  Yahoo!
 http://sbc.yahoo.com
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

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



Re: Using free BSD in medical equipment

2002-09-20 Thread Oliver Fromme

[EMAIL PROTECTED] wrote:
  [...]
  However I have one obstacle in my way, in order to convince my colleges I
  need to find documented evidence of some commercial ventures (not internet
  hosting or similar activity), typical examples: customer information
  service, domestic satellite receiving equipment, pocket PC etc.
  
  I would be grateful if you could forward me any web links or information
  you may have.


There's a small list on the FreeBSD website:

http://www.freebsd.org/gallery/gallery.html

It contains more than 1800 commercial organizations and
more than 800 non-profit organizations.  I'm sure you
will be able to find something appropriate there.

Best regards
   Oliver Fromme

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

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



Re: ntpd running, clock still drifting

2002-09-20 Thread Oliver Fromme

Scott Bolte [EMAIL PROTECTED] wrote:
  I recently switched from running ntpdate via cron to ntpd.
  While ntpd starts and runs, the clock drifts badly (over 6
  seconds) in just a few hours. It looks to me like ntpd is
  not doing anything.

Two hints:

First, add this line restrict 127.0.0.1 to your ntp.conf.
It is required so that ntpd can access its own clock on the
local machine.

Second, when the ntpd process has run for a few minutes,
type ntpq -p.  The output is very useful to diagnose
problems.  It contains compact information about all known
servers, including connectivity, stratum and delay.

Another command that I use sometimes to debug NTP problems
is ntpdc -c monlist.

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

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



libgda2/gnome2 build error .....

2002-09-20 Thread Moti Levy

Hi All,
I get this error when trying to build gnome2 
it's a - 4.7-RC FreeBSD 4.7-RC #1 built today .
ports were cvsup'd this morning .



-
gmake[2]: Entering directory `/usr/ports/databases/libgda2/work/libgda-0.8.193/tools'
cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/libxml2 -I/usr/local/include-I..-I..  
-I/usr/local/include   -O -pipe  -Wall -Wunused -Wchar-subscripts 
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
-Wsign-promo -Wno-sign-compare  -c gda-config-tool.c
gda-config-tool.c: In function `get_input_line':
gda-config-tool.c:97: warning: passing arg 1 of `readline' discards qualifiers from 
pointer target type
gda-config-tool.c: In function `completion_func':
gda-config-tool.c:1177: warning: passing arg 1 of `completion_matches' discards 
qualifiers from pointer target type
gda-config-tool.c: In function `options':
gda-config-tool.c:1209: `POPT_ARGFLAG_OR' undeclared (first use in this function)
gda-config-tool.c:1209: (Each undeclared identifier is reported only once
gda-config-tool.c:1209: for each function it appears in.)
gda-config-tool.c:1209: initializer element is not constant
gda-config-tool.c:1209: (near initialization for `options[1].argInfo')
gda-config-tool.c:1217: initializer element is not constant
gda-config-tool.c:1217: (near initialization for `options[2].argInfo')
gmake[2]: *** [gda-config-tool.o] Error 1
gmake[2]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-0.8.193/tools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-0.8.193'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/databases/libgda2.
*** Error code 1

Stop in /usr/ports/databases/libgnomedb.
*** Error code 1

Stop in /usr/ports/devel/glade2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.
--


any idea's ?
thanks
Moti

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



automating backups of files

2002-09-20 Thread Michael Grant

I'd like to write something to automatically backup files as they
change on disk.  Perhaps not every byte, but say at reasonable
intervals and especially when a file is closed.

Does anyone know of any way I could get an indication in a userland
process when an arbitrary file has been opened, closed, or modified?

I can imagine a special device which I read which just feed me things
like:

/foo/bar  modified
/bar/baz  close

Before everyone bombards me with comments that I'm being completely
stupid, I have my reasons for wanting to do this rather than using
RAID to create a mirror.

What I really want would certainly be best done if I were to write my
own file system.  But I don't have the time to do that right now.
I've been looking long and hard for a sort of roll-back filesystem,
but I've never seen this for unix.

So, I'd like to create something somewhat close.  What I want to do
today is backup a file in many different states rather than just once
per day.  To do that, I need to know when the files change, rather
than scanning through the entire file system constantly, hence my
question.

I realize that there's going to be some overhead to do this, but I
suspect that the amount of overhead isn't going to be that much
greater than say using RAID to mirror.

Ideas and comments welcome...

Michael Grant



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



Re: KDE and KDM issues still

2002-09-20 Thread Adrian Mugnolo

Hi,

 ttyv8   /usr/local/bin/kdmxterm   on  secure

You're missing the -nodaemon option here.  It should read:

ttyv8   /usr/local/bin/kdm -nodaemon  xterm   on  secure

Please note that if you're running:

kdebase-3.0_1   Base modules for the KDE integrated X11 desktop
kdelibs-3.0_1   Libraries for KDE

As packaged with RELEASE-4.6.2, you should start kdm from somewhere
else.  Starting it from init(1) brings a problem with konsole.  I use
this in rc.local:

( sleep 45 ; /usr/local/bin/kdm ) 
echo -n ' kdm'

[The 45 second sleep depends on how much are you starting from
/usr/local/etc/rc.d -- this should happen after all you plain text
console(4) getty's start.]

 I keep getting these errors messages in my logs:  Sep 7 13:00:28
 bsdguru kdm_config[12241]: Unknown command line option 'ttyv8'

Kdm doesn't like the tty argument as passed from init(1).  Here's a
patch for that problem:

Index: init.c
===
RCS file: /home/ncvs/src/sbin/init/init.c,v
retrieving revision 1.38.2.8
diff -u -p -r1.38.2.8 init.c
--- init.c  2001/10/22 11:27:32 1.38.2.8
+++ init.c  2002/09/20 17:43:36
@@ -1027,8 +1027,13 @@ setupargv(sp, typ)
free(sp-se_getty_argv_space);
free(sp-se_getty_argv);
}
-   sp-se_getty = malloc(strlen(typ-ty_getty) + strlen(typ-ty_name) + 2);
-   (void) sprintf(sp-se_getty, %s %s, typ-ty_getty, typ-ty_name);
+   if (strstr(typ-ty_getty, kdm)) {
+   /* kdm doesn't expect a tty name */
+   sp-se_getty = strdup(typ-ty_getty);
+   } else {
+   sp-se_getty = malloc(strlen(typ-ty_getty) + strlen(typ-ty_name) + 
+2);
+   (void) sprintf(sp-se_getty, %s %s, typ-ty_getty, typ-ty_name);
+   }
sp-se_getty_argv_space = strdup(sp-se_getty);
sp-se_getty_argv = construct_argv(sp-se_getty_argv_space);
if (sp-se_getty_argv == 0) {

IMO there should be an elegant way to let init(1) know which programs
expect this argument, possibly with an option in /etc/ttys, or have a
wrapper script around kdm to avoid this.

HTH

Regards

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



Re: Can't mount my fat32 partition

2002-09-20 Thread Matt Smith

Are you running Windows 2000?  It looks like you have an NTFS partition
on ads02, which would probably be your C: drive in Windows.  Is that
what you are trying to mount?  If so, you really need:
mount -tntfs /dev/ad0s2 /mnt
which will mount that drive read-only (NTFS is not writable yet, AFAIK)

OR did you create a different FAT32 partition?  If you created your own
separate FAT32 partition, did you create a logical partition, IN the
extended partition?  if so, try:

cd /dev
sh MAKEDEV ad0s5
mount_msdos /dev/ad0s5 /mnt

Hope that helps,
-Matt


On Fri, 2002-09-20 at 13:57, twig les wrote:
 Hey all, for some reason I'm having a lot of trouble
 mounting a fat 32 partition, even though the book I
 have and the web site I found both said that it's a
 snap.  The man page didn't help and a google search
 didn't either so here goes.
 
 I keep getting an invalid argument response when I try
 to mount my windoze partition (as root):
 
 L# mount_msdos /dev/ad0s3 /mnt
 mount_msdos: /dev/ad0s3: Invalid argument
 
 Here is my hard drive according to fdisk:
 
 Disk name:  ad0   
 FDISK Partition Editor
 DISK Geometry:  1467 cyls/255 heads/63 sectors =
 23567355 sectors (11507MB)
 
 Offset   Size(MB)End Name  PType  
 Desc  SubtypeFlags
 
  0  0 62-  6
 unused0
 63   29966136829ad0s1  1
 NTFS/HPFS/QNX7
6136830   5498   17398394ad0s2  3   
 freebsd  165C
   17398395   3012   23567354ad0s3  4  
 extended   15
   23567355  5   23579135-  6
 unused0
 
 
 And here is my OS:
 
 L# uname -a
 FreeBSD L.liza.com 4.6.2-RELEASE-p2 FreeBSD
 4.6.2-RELEASE-p2 #0: Mon Sep 16 13:41:26 PDT 2002
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FW.safe  i386
 
 
 As you can see, fdisk (and partition magic 5.0) thinks
 that the fat32 partition is extended, but it is
 numbered as 3, when extended partitions are supposed
 to start at 5 (so I've read).  Well ad0s5 doesn't
 exist and ad0s3 is clearly the 3gig fat32 I just
 formatted.  Please help a poor confused soul.
 
 =
 ---
 Heavy metal made me do it.
 ---
 
 __
 Do you Yahoo!?
 New DSL Internet Access from SBC  Yahoo!
 http://sbc.yahoo.com
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 



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



Re: time off by 30 minutes

2002-09-20 Thread Kevin Oberman

 Date: Fri, 20 Sep 2002 23:50:56 +1000 (EST)
 From: Steven Goodwin [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
 On Fri, 20 Sep 2002, Len Conrad wrote:
 
  
  
  Check your /etc/localtime is correct for your timezone.
  
  ln -s /usr/share/zoneinfo/America/ localtime
  
  where  is the correct location.
  
  rm /etc/localtime
  
  from /usr/share/zoneinfo/zone.tab:
  
  US  +415100-0873900 America/Chicago Central Time
  US  +450628-0873651 America/Menominee   Central Time - Michigan - 
  Wisconsin border
  US  +470659-1011757 America/North_Dakota/Center Central Time - 
  North Dakota - Oliver County
  
  I've tried rm old + ln new with all three of above, still 30 minutes late.
  
  Where else is this determined?
 
 I think the problem could be the -d (debug) option to ntpdate.  Try 
 
 ntpdate time.nist.gov
 
 as root and that should set your system clock to GMT.

I think that the one you want is:
ntpdate -b

That will force the system clock to reset even if it is off by more
than the maximum allowed step. It is normally used at boot time when
you want the time to be set correctly immediately since the existing
state of the clock is unknown.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634

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



Re: libgda2/gnome2 build error .....

2002-09-20 Thread Moti Levy

On 20 Sep 2002 13:30:08 -0400
Joe Marcus Clarke [EMAIL PROTECTED] wrote:

 On Fri, 2002-09-20 at 12:16, Moti Levy wrote:
  Hi All,
  I get this error when trying to build gnome2 
  it's a - 4.7-RC FreeBSD 4.7-RC #1 built today .
  ports were cvsup'd this morning .
 
 What version of popt do you have installed?
 
 Joe
 

root@home:libgda2-pkg_info |grep popt
popt-1.5.1_1A getopt(3) like library with a number of enhancements, fro



  
  
  
  -
  gmake[2]: Entering directory 
`/usr/ports/databases/libgda2/work/libgda-0.8.193/tools'
  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/libxml2 -I/usr/local/include-I..-I..  
-I/usr/local/include   -O -pipe  -Wall -Wunused -Wchar-subscripts 
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
-Wsign-promo -Wno-sign-compare  -c gda-config-tool.c
  gda-config-tool.c: In function `get_input_line':
  gda-config-tool.c:97: warning: passing arg 1 of `readline' discards qualifiers 
from pointer target type
  gda-config-tool.c: In function `completion_func':
  gda-config-tool.c:1177: warning: passing arg 1 of `completion_matches' discards 
qualifiers from pointer target type
  gda-config-tool.c: In function `options':
  gda-config-tool.c:1209: `POPT_ARGFLAG_OR' undeclared (first use in this function)
  gda-config-tool.c:1209: (Each undeclared identifier is reported only once
  gda-config-tool.c:1209: for each function it appears in.)
  gda-config-tool.c:1209: initializer element is not constant
  gda-config-tool.c:1209: (near initialization for `options[1].argInfo')
  gda-config-tool.c:1217: initializer element is not constant
  gda-config-tool.c:1217: (near initialization for `options[2].argInfo')
  gmake[2]: *** [gda-config-tool.o] Error 1
  gmake[2]: Leaving directory 
`/usr/ports/databases/libgda2/work/libgda-0.8.193/tools'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-0.8.193'
  gmake: *** [all-recursive-am] Error 2
  *** Error code 2
  
  Stop in /usr/ports/databases/libgda2.
  *** Error code 1
  
  Stop in /usr/ports/databases/libgnomedb.
  *** Error code 1
  
  Stop in /usr/ports/devel/glade2.
  *** Error code 1
  
  Stop in /usr/ports/x11/gnome2.
  --
  
  
  any idea's ?
  thanks
  Moti
  
 -- 
 Joe Marcus Clarke
 FreeBSD GNOME Team::  [EMAIL PROTECTED]
 http://www.FreeBSD.org/gnome
 
 

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



Re: libgda2/gnome2 build error .....

2002-09-20 Thread Joe Marcus Clarke

On Fri, 2002-09-20 at 15:05, Moti Levy wrote:
 On 20 Sep 2002 13:30:08 -0400
 Joe Marcus Clarke [EMAIL PROTECTED] wrote:
 
  On Fri, 2002-09-20 at 12:16, Moti Levy wrote:
   Hi All,
   I get this error when trying to build gnome2 
   it's a - 4.7-RC FreeBSD 4.7-RC #1 built today .
   ports were cvsup'd this morning .
  
  What version of popt do you have installed?
  
  Joe
  
 
 root@home:libgda2-pkg_info |grep popt
 popt-1.5.1_1A getopt(3) like library with a number of enhancements, fro

You need to upgrade to popt-1.6.4.  You might want to consider
sysutils/portupgrade to handle your ports.

Joe
 
 
 
   
   
   
   -
   gmake[2]: Entering directory 
`/usr/ports/databases/libgda2/work/libgda-0.8.193/tools'
   cc -DHAVE_CONFIG_H -I. -I. -I.. -I.   -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/libxml2 -I/usr/local/include-I..-I..  
-I/usr/local/include   -O -pipe  -Wall -Wunused -Wchar-subscripts 
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
-Wsign-promo -Wno-sign-compare  -c gda-config-tool.c
   gda-config-tool.c: In function `get_input_line':
   gda-config-tool.c:97: warning: passing arg 1 of `readline' discards qualifiers 
from pointer target type
   gda-config-tool.c: In function `completion_func':
   gda-config-tool.c:1177: warning: passing arg 1 of `completion_matches' discards 
qualifiers from pointer target type
   gda-config-tool.c: In function `options':
   gda-config-tool.c:1209: `POPT_ARGFLAG_OR' undeclared (first use in this function)
   gda-config-tool.c:1209: (Each undeclared identifier is reported only once
   gda-config-tool.c:1209: for each function it appears in.)
   gda-config-tool.c:1209: initializer element is not constant
   gda-config-tool.c:1209: (near initialization for `options[1].argInfo')
   gda-config-tool.c:1217: initializer element is not constant
   gda-config-tool.c:1217: (near initialization for `options[2].argInfo')
   gmake[2]: *** [gda-config-tool.o] Error 1
   gmake[2]: Leaving directory 
`/usr/ports/databases/libgda2/work/libgda-0.8.193/tools'
   gmake[1]: *** [all-recursive] Error 1
   gmake[1]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-0.8.193'
   gmake: *** [all-recursive-am] Error 2
   *** Error code 2
   
   Stop in /usr/ports/databases/libgda2.
   *** Error code 1
   
   Stop in /usr/ports/databases/libgnomedb.
   *** Error code 1
   
   Stop in /usr/ports/devel/glade2.
   *** Error code 1
   
   Stop in /usr/ports/x11/gnome2.
   --
   
   
   any idea's ?
   thanks
   Moti
   
  -- 
  Joe Marcus Clarke
  FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
  http://www.FreeBSD.org/gnome
  
  
 
-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
http://www.FreeBSD.org/gnome


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



stup echo service ?

2002-09-20 Thread mingo lu

hi:

could i stop echo service on my freebsd machine?
basically i dont want my machine respong ping ..

tia


__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

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



Re: free IDS code?

2002-09-20 Thread Gary W. Swearingen

mingo lu [EMAIL PROTECTED] writes:
 
 are there any free IDS (intrusion dection system)
 packages out there for freebsd? i remember snort was
 one but I can't find the code any more, may be
 something else out there?

The next time you can't find something, try

whereis something

or if that doesn't work, try

find /usr/ports -iname '*something*'

Both should find snort.

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



RE: free IDS code?

2002-09-20 Thread Bob Wright



 --
 From: [EMAIL PROTECTED]
 Sent: Friday, September 20, 2002 3:22 PM
 To:   mingo lu
 Cc:   [EMAIL PROTECTED]
 Subject:  Re: free IDS code?
 
 mingo lu [EMAIL PROTECTED] writes:
  
  are there any free IDS (intrusion dection system)
  packages out there for freebsd? i remember snort was
  one but I can't find the code any more, may be
  something else out there?
 
Try Snort , www.snort.org ... Probably one of the best and its free. I love
it.


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



¢Íú¡Ç¹ mail ¢Í§¤Ø³ ªèÇ·ÓẺÊͺ¶ÒÁ ¢Íº¤Ø³ÁÒ¡¤èÐ

2002-09-20 Thread MZ00080315

ẺÊͺ¶ÒÁà¡ÕèÂǡѺá¹Çâ¹éÁ¡ÒÃ·Ó§Ò¹ã¹»Õ 2002 
1.¢³Ð¹Õé¤Ø³ ? ?¡ÓÅѧÈÖ¡ÉÒÍÂÙè ? ·Ó§Ò¹»ÃÐ¨Ó ?¡ÓÅѧËÒ§Ò¹ ? ¡ÓÅѧÈÖ¡ÉÒáÅÐ·Ó §Ò¹ä»´éÇ 
µÍº 
...
 
2.¤Ø³¾Í㨡Ѻ§Ò¹ã¹»Ñ¨¨ØºÑ¹à¾Õ§㴠?? ¾Íã¨ÁÒ¡ ? »Ò¹¡ÅÒ§ ? àº×èͧҹ·Õè·ÓÍÂÙè 
µÍº 
...
 
3. ¤Ø³¾Í㨡ѺÃÒÂä´é ³ »Ñ¨¨ØºÑ¹ËÃ×ÍäÁè ?? ¾Í㨠? äÁè¾Í㨠
µÍº 
...
 
4.¤Ø³µéͧ¡ÒÃÃÒÂä´éÊÙ§ÊØ´µèÍà´×͹㹪ÕÇÔµ¡Ò÷ӧҹà·èÒã´ ? ___ºÒ·/ à´×͹ 
µÍº 
...
 
5.§Ò¹»Ñ¨¨ØºÑ¹ÊÒÁÒöãËéÃÒÂä´éµÒÁ¢éÍ 4 ËÃ×ÍäÁè ?? ä´é ? äÁèä´é 
µÍº 
...
 
6.¤Ø³¤Ô´ÇèҤس(ËÃ×ͤÃͺ¤ÃÑÇ)ä´éÃѺ¼ÅµÍºá·¹¤ØéÁ¤èҡѺáç§Ò¹ËÃ×ÍäÁè ?? ¤ØéÁ¤èÒ ? 
¤ÇÃä´éÃѺÁÒ¡¡ÇèÒ¹Õé 
µÍº 
...
 
7.§Ò¹»Ñ¨¨ØºÑ¹¢Í§¤Ø³ (ËÃ×ͤÃͺ¤ÃÑÇ) ÁÕ¤ÇÒÁÁÑ蹤§ÁÒ¡¹éÍÂà¾Õ§㴠?? ÁÒ¡ ? ¹éÍ ? 
äÁèÁÑ蹤§ 
µÍº 
...
 
8.¤Ø³µéͧãªéàÇÅÒ㹡ÒÃà´Ô¹·Ò§ä»·Ó§Ò¹ /àÃÕ¹à·èÒã´ (ä»áÅСÅѺ) ?? ·Ó§Ò¹·Õè ºéÒ¹ ? 
¹éÍ¡ÇèÒ 1 ªÁ. ? 1-2 ªÁ. ? 2-3 ªÁ. ? ÁÒ¡¡ÇèÒ 3 ªÁ 
µÍº 
...
 
9.¤Ø³¡ÓÅѧÁͧËÒÅÙè·Ò§ã¹¡ÒÃËÒÃÒÂä´é¾ÔàÈÉ·Õè¶Ù¡µéͧáÅÐÁÑ蹤§ÍÂÙèãªèäËÁ ?? ãªè ? äÁèãªè 
µÍº 
...
 
10.¤Ø³µéͧ¡ÒÃÁÕ¸ØáԨÊèǹµÑÇËÃ×ÍäÁè ?? µéͧ¡Òà ? äÁèµéͧ¡Òà ? ÁÕ¸ØáԨÍÂÙèáÅéÇ 
µÍº 
...
 
11.¤Ø³ÁÕ¤ÇÒÁÃÙé·Ò§´éÒ¹ Internet ËÃ×ÍäÁè ?? ÁÕ¤ÇÒÁÃÙéà»ç¹ÍÂèÒ§´Õ ? ÁÕ¤ÇÒÁÃÙéºéÒ§ ? 
äÁèÁÕ¤ÇÒÁÃÙéàÅ 
µÍº 
...
 
12.¤Ø³ÃÙé¨Ñ¡Ãкº¡Ò÷ӧҹ¨Ò¡·ÕèºéÒ¹ ËÃ×ÍäÁè ?? äÁèÃÙé¨Ñ¡ ? ÃÙé¨Ñ¡ 0¨Ò¡_ 
µÍº 
...
 
13.¤Ø³Ê¹ã¨¡ÒÃͺÃÁáÅÐàÃÕ¹ÃÙé ÇÔ¸Õ¡ÒÃÊÃéÒ§ÃÒÂä´é¨Ò¡¡Ò÷ӧҹ·ÕèºéÒ¹ â´ÂäÁèàÊÕ 
¤èÒãªé¨èÒÂËÃ×ÍäÁè ?? ʹ㨅……..¡ÃسÒàÅ×Í¡àÇÅÒ·Õè¤Ø³Êдǡ㹢éÍ 14 
? äÁèʹ㨅.….¢Íº¤Ø³¤èÐ ·ÕèãËé¤ÇÒÁÃèÇÁÁ×Í㹡ÒõͺẺÊͺ¶ÒÁ¢Í§àÃÒ 
µÍº 
...
 
14.àÇÅÒã´µèÍ仹ÕéÊдǡ·ÕèÊش㹡Ò÷Õè¤Ø³¨Ðà¢éÒÃѺ¡ÒÃͺÃÁ¢Í§àÃÒ ? 
? Íѧ¤Òà - 18:30 ¹. - 20:00 ¹.? ¾ÄËÑʺ´Õ - 18:30 ¹. - 20:00 ¹. ? àÊÒÃì - 12:30 ¹. - 
14:00 ¹.? Í×è¹æ â»Ã´ÃкØ__ 
15. ¤Ø³¾Ñ¡ÍÂÙè㹡ÃØ§à·¾Ï ËÃ×ͨѧËÇÑ´__
µÍº 
...
 

ª×èÍ   ÍÒÂØ  
»Õ 
ÍÒªÕ¾ ..â·Ã 
àÇÅÒÊдǡ㹡ÒõԴµèÍ 

Please unsubscribe sent mail to [EMAIL PROTECTED]




Creating large memory disks

2002-09-20 Thread Marcus I. Ryan

I need to know how to create a large memory disk in FreeBSD 4.6x.  I've
figured out how to create a 10M malloc-backed disk, but I want a
ramdrive more on the order of 128M.  How can I do that?

The md man page indicates it's possible, but talks about preloading it
in loader.conf.  However the reply from Terry Lambert to a similar
request said it should be done after boot.  Any tips or guides?

The post I'm referring to is:
http://spitfire.velocet.net/pipermail/freebsd-hackers/2002-March/018270.html

Help would be greatly appreciated.  Thanks.

-- 
Marcus I. Ryan, [EMAIL PROTECTED]
---
 Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come.
 -- Matt Groening
---

-
This mail sent through IMP: http://horde.org/imp/

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



error building mozilla-- cannot find -lglib

2002-09-20 Thread Mark Miller

Hi,

I'm trying to build mozilla from ports and I get the following error:

gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl'

cc -o xpidl -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused
-Wpointer-arith -Wcast-alig n -Wno-long-long -O -pipe -march=pentiumpro
-pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/local/ include/glib12
-I/usr/local/include/orbit-1.0 -I/usr/local/include xpidl.o xpidl_idl.o
xpidl_util.o xp idl_header.o xpidl_typelib.o xpidl_doc.o xpidl_java.o
-L../../../dist/bin -L../../../dist/lib ../../.  ./dist/lib/libxpt.a
-L/usr/local/lib -lIDL -lglib -lm
/usr/libexec/elf/ld: cannot find -lglib
gmake[4]: *** [xpidl] Error 1
gmake[4]: Leaving directory
`/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl'
gmake[3]: *** [export] Error 2
gmake[3]: Leaving directory
`/usr/ports/www/mozilla/work/mozilla/xpcom/typelib'
gmake[2]: *** [export] Error 2
gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpcom'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

I deleted and then reinstalled glib via ports, and ran ldconfig -R to
update the hints file.  Here's what my system looks like now:

% ldconfig -r |grep glib
303:-lglib12.3 = /usr/local/lib/libglib12.so.3
% ls -l /usr/local/lib/libglib12.so.3
-rwxr-xr-x  1 root  wheel  163973 Sep 19 20:45 /usr/local/lib/libglib12.so.3*

Why would ld be unable to find glib?  Is there something I'm doing wrong?

Thanks,
Mark


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



Qt sql drivers

2002-09-20 Thread GERARDO ENRIQUE PAREDES MANCIA

I have tried to compile Qt-3.0.5 with sql plugin support enabled, adding the 
following line to the Makefile:

-plugin-sql-mysql 

which is what configure -help says, i was just wondering if they are not 
enabled by default, it maybe means, sql plugin support in Qt is broken for 
FreeBSD, am i right?, anyways, if anyone knows a fix to this here is the 
error:  qsql_mysql.h is there in 
work/qt-x11-free-3.0.5/src/sql/drivers/mysql.

Please reply to me and to the list as well since i am not subscribed.



c++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -O -pipe 
-march=pentiumpro -fmemoize-lookups -fsave-memoized -pthread -D_THREAD_SAFE 
-fPIC  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN 
-I/usr/local/include/freetype2 -I/usr/local/include 
-I/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include 
-I.moc/release-shared-mt/ 
-I/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/mkspecs/freebsd-g++ -o 
.obj/main.o main.cpp
In file included from main.cpp:38:
../../../../src/sql/drivers/mysql/qsql_mysql.h:49: mysql.h: No such file or 
directory
In file included from main.cpp:38:
../../../../src/sql/drivers/mysql/qsql_mysql.h:69: syntax error before `*'
../../../../src/sql/drivers/mysql/qsql_mysql.h:107: syntax error before `*'
gmake[3]: *** [.obj/main.o] Error 1
gmake[3]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src/sqldrivers/mysql'
gmake[2]: *** [sub-mysql] Error 2
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src/sqldrivers'
gmake[1]: *** [sub-sqldrivers] Error 2
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src'
gmake: *** [sub-plugins] Error 2
*** Error code 2


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



Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Adam Weinberger

when was the last time you updated your ports tree?

-Adam


 (09.20.2002 @ 1343 PST): Mark Miller said, in 1.6K: 
 Hi,
 
 I'm trying to build mozilla from ports and I get the following error:
 
 gmake[4]: Entering directory 
`/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl'
 
 cc -o xpidl -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused
 -Wpointer-arith -Wcast-alig n -Wno-long-long -O -pipe -march=pentiumpro
 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/local/ include/glib12
 -I/usr/local/include/orbit-1.0 -I/usr/local/include xpidl.o xpidl_idl.o
 xpidl_util.o xp idl_header.o xpidl_typelib.o xpidl_doc.o xpidl_java.o
 -L../../../dist/bin -L../../../dist/lib ../../.  ./dist/lib/libxpt.a
 -L/usr/local/lib -lIDL -lglib -lm
 /usr/libexec/elf/ld: cannot find -lglib
 gmake[4]: *** [xpidl] Error 1
 gmake[4]: Leaving directory
 `/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl'
 gmake[3]: *** [export] Error 2
 gmake[3]: Leaving directory
 `/usr/ports/www/mozilla/work/mozilla/xpcom/typelib'
 gmake[2]: *** [export] Error 2
 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpcom'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2
 
 I deleted and then reinstalled glib via ports, and ran ldconfig -R to
 update the hints file.  Here's what my system looks like now:
 
 % ldconfig -r |grep glib
 303:-lglib12.3 = /usr/local/lib/libglib12.so.3
 % ls -l /usr/local/lib/libglib12.so.3
 -rwxr-xr-x  1 root  wheel  163973 Sep 19 20:45 /usr/local/lib/libglib12.so.3*
 
 Why would ld be unable to find glib?  Is there something I'm doing wrong?
 
 Thanks,
 Mark
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of error building mozilla-- cannot find -lglib from Mark Miller 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Joe Marcus Clarke

On Fri, 2002-09-20 at 16:43, Mark Miller wrote:
 Hi,
 
 I'm trying to build mozilla from ports and I get the following error:
 
 gmake[4]: Entering directory 
`/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl'
 
 cc -o xpidl -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused
 -Wpointer-arith -Wcast-alig n -Wno-long-long -O -pipe -march=pentiumpro
 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/local/ include/glib12
 -I/usr/local/include/orbit-1.0 -I/usr/local/include xpidl.o xpidl_idl.o
 xpidl_util.o xp idl_header.o xpidl_typelib.o xpidl_doc.o xpidl_java.o
 -L../../../dist/bin -L../../../dist/lib ../../.  ./dist/lib/libxpt.a
 -L/usr/local/lib -lIDL -lglib -lm
 /usr/libexec/elf/ld: cannot find -lglib
 gmake[4]: *** [xpidl] Error 1
 gmake[4]: Leaving directory
 `/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl'
 gmake[3]: *** [export] Error 2
 gmake[3]: Leaving directory
 `/usr/ports/www/mozilla/work/mozilla/xpcom/typelib'
 gmake[2]: *** [export] Error 2
 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpcom'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2
 
 I deleted and then reinstalled glib via ports, and ran ldconfig -R to
 update the hints file.  Here's what my system looks like now:
 
 % ldconfig -r |grep glib
 303:-lglib12.3 = /usr/local/lib/libglib12.so.3
 % ls -l /usr/local/lib/libglib12.so.3
 -rwxr-xr-x  1 root  wheel  163973 Sep 19 20:45 /usr/local/lib/libglib12.so.3*
 
 Why would ld be unable to find glib?  Is there something I'm doing wrong?

Somehow your Mozilla is being configured incorrectly.  Make sure your
/usr/ports/Mk directory is up-to-date, then do a make clean in the
mozilla directory, and try to rebuild.  It shouldn't be looking for
-lglib, but rather -lglib12.

Joe

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


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



Re: Qt sql drivers

2002-09-20 Thread Adam Weinberger

it's not finding mysql.h, which lives in /usr/local/include/mysql. you
need to hardcore -I/usr/local/include/mysql into that dir's Makefile.

-Adam


 (09.20.2002 @ 1356 PST): GERARDO ENRIQUE PAREDES MANCIA said, in 1.8K: 
 I have tried to compile Qt-3.0.5 with sql plugin support enabled, adding the 
 following line to the Makefile:
 
 -plugin-sql-mysql 
 
 which is what configure -help says, i was just wondering if they are not 
 enabled by default, it maybe means, sql plugin support in Qt is broken for 
 FreeBSD, am i right?, anyways, if anyone knows a fix to this here is the 
 error:  qsql_mysql.h is there in 
 work/qt-x11-free-3.0.5/src/sql/drivers/mysql.
 
 Please reply to me and to the list as well since i am not subscribed.
 
 
 
 c++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -O -pipe 
 -march=pentiumpro -fmemoize-lookups -fsave-memoized -pthread -D_THREAD_SAFE 
 -fPIC  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN 
 -I/usr/local/include/freetype2 -I/usr/local/include 
 -I/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include 
 -I.moc/release-shared-mt/ 
 -I/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/mkspecs/freebsd-g++ -o 
 .obj/main.o main.cpp
 In file included from main.cpp:38:
 ../../../../src/sql/drivers/mysql/qsql_mysql.h:49: mysql.h: No such file or 
 directory
 In file included from main.cpp:38:
 ../../../../src/sql/drivers/mysql/qsql_mysql.h:69: syntax error before `*'
 ../../../../src/sql/drivers/mysql/qsql_mysql.h:107: syntax error before `*'
 gmake[3]: *** [.obj/main.o] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src/sqldrivers/mysql'
 gmake[2]: *** [sub-mysql] Error 2
 gmake[2]: Leaving directory 
 `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src/sqldrivers'
 gmake[1]: *** [sub-sqldrivers] Error 2
 gmake[1]: Leaving directory 
 `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src'
 gmake: *** [sub-plugins] Error 2
 *** Error code 2
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Qt sql drivers from GERARDO ENRIQUE PAREDES MANCIA 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: Qt sql drivers

2002-09-20 Thread GERARDO ENRIQUE PAREDES MANCIA

On Friday 20 September 2002 14:50, Adam Weinberger wrote:
  In file included from main.cpp:38:
  ../../../../src/sql/drivers/mysql/qsql_mysql.h:49: mysql.h: No such file
  or directory

and qsql_mysql.h is there!!!
do anyone know why is not enabled by default in the port, or at least given as 
a choice?


On Friday 20 September 2002 14:50, Adam Weinberger wrote:
 it's not finding mysql.h, which lives in /usr/local/include/mysql. you
 need to hardcore -I/usr/local/include/mysql into that dir's Makefile.

 -Adam

  (09.20.2002 @ 1356 PST): GERARDO ENRIQUE PAREDES MANCIA said, in 1.8K:
  
 
  I have tried to compile Qt-3.0.5 with sql plugin support enabled, adding
  the following line to the Makefile:
 
  -plugin-sql-mysql
 
  which is what configure -help says, i was just wondering if they are not
  enabled by default, it maybe means, sql plugin support in Qt is broken
  for FreeBSD, am i right?, anyways, if anyone knows a fix to this here is
  the error:  qsql_mysql.h is there in
  work/qt-x11-free-3.0.5/src/sql/drivers/mysql.
 
  Please reply to me and to the list as well since i am not subscribed.
 
 
 
  c++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -O -pipe
  -march=pentiumpro -fmemoize-lookups -fsave-memoized -pthread
  -D_THREAD_SAFE -fPIC  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN
  -I/usr/local/include/freetype2 -I/usr/local/include
  -I/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include
  -I.moc/release-shared-mt/
  -I/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/mkspecs/freebsd-g++
  -o .obj/main.o main.cpp
  In file included from main.cpp:38:
  ../../../../src/sql/drivers/mysql/qsql_mysql.h:49: mysql.h: No such file
  or directory
  In file included from main.cpp:38:
  ../../../../src/sql/drivers/mysql/qsql_mysql.h:69: syntax error before
  `*' ../../../../src/sql/drivers/mysql/qsql_mysql.h:107: syntax error
  before `*' gmake[3]: *** [.obj/main.o] Error 1
  gmake[3]: Leaving directory
  `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src/sqldrive
 rs/mysql' gmake[2]: *** [sub-mysql] Error 2
  gmake[2]: Leaving directory
  `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src/sqldrive
 rs' gmake[1]: *** [sub-sqldrivers] Error 2
  gmake[1]: Leaving directory
  `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/plugins/src'
  gmake: *** [sub-plugins] Error 2
  *** Error code 2
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 
  end of Qt sql drivers from GERARDO ENRIQUE PAREDES MANCIA 


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



Re: mini iso's

2002-09-20 Thread Joshua Lee

On Fri, 20 Sep 2002 00:01:06 +0200
Socketd [EMAIL PROTECTED] wrote:

 I have noticed that there isn't a mini iso for 4.6.2, why?

It's a bugfix release that requires 4.6 installed, even the regular isos
on the ftp server need 4.6 to work. (I think Daemon News offers a specially built 
complete 4.6.2 set however.)

 Will there be one for 4.7? (I really hope so).

4.7-RC (4.7 release candidate 1) already has a mini-iso, in fact it
doesn't offer any other kind of iso yet, though I suspect the release
itself will offer all kinds of isos.

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



Re: portupgrade of portupgrade fails with The port directory for 'sysutils/pkg_tarup' does not exist

2002-09-20 Thread Adam Weinberger

S -

pkg_tarup was removed from the ports tree.

pkg_deinstall -f pkg_tarup-1.2_3  portupgrade -f portupgrade-20020920

if you're worried about the functionality of it, note the commit message
given when the port got removed:

Retire pkg_tarup.  pkg_create(1) has the feature (-b pkgname) to
create a package file out of an installed package, since
4.5-RELEASE.

-Adam


 (09.20.2002 @ 1442 PST): Stacey Roberts said, in 1.6K: 
 Hello,
  I've just tried updating portupgrade after cvsup'ing my ports tree
 tonight. Running portupgrade for portupgrade fails with:
 # portupgrade -R portupgrade-20020920
 ** The port directory for 'sysutils/pkg_tarup' does not exist.
 ---  Skipping 'sysutils/portupgrade' (portupgrade-20020920) because
 'sysutils/pkg_tarup' (pkg_tarup-1.2_3) failed
 ** The following packages were not installed or upgraded (*:skipped /
 !:failed)
   ! sysutils/pkg_tarup (pkg_tarup-1.2_3)  (port directory error)
   * sysutils/portupgrade (portupgrade-20020920)
 # 
 
 Obviously there's been a change in /usr/ports/sysutils/pkg_tarup that
 I've missed somewhere, could someone inform me of what the procedure for
 getting round this is, please?
 
 Stacey
 -- 
 Stacey Roberts
 B.Sc (HONS) Computer Science
 
 Web: www.vickiandstacey.com


 end of portupgrade of portupgrade fails with The port directory for 
'sysutils/pkg_tarup' does not exist from Stacey Roberts 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: portupgrade of portupgrade fails with The port directory for'sysutils/pkg_tarup' does not exist

2002-09-20 Thread Stacey Roberts

Thanks for the reply, Adam.

I'll give the procedure a try in a bit, but there's one thing that
perhaps you might be able to explain.., 

I'm just curious as to how I was able to portupgrade -R
portupgrade-x.x.x just last night without hitting this issue..,

Thanks again Adam (and to Kevin Oberman, who's e-mail arrived as I was
tapping this reply)

Stacey

On Fri, 2002-09-20 at 22:47, Adam Weinberger wrote:
 S -
 
 pkg_tarup was removed from the ports tree.
 
 pkg_deinstall -f pkg_tarup-1.2_3  portupgrade -f portupgrade-20020920
 
 if you're worried about the functionality of it, note the commit message
 given when the port got removed:
 
   Retire pkg_tarup.  pkg_create(1) has the feature (-b pkgname) to
   create a package file out of an installed package, since
   4.5-RELEASE.
 
 -Adam
 
 
  (09.20.2002 @ 1442 PST): Stacey Roberts said, in 1.6K: 
  Hello,
   I've just tried updating portupgrade after cvsup'ing my ports tree
  tonight. Running portupgrade for portupgrade fails with:
  # portupgrade -R portupgrade-20020920
  ** The port directory for 'sysutils/pkg_tarup' does not exist.
  ---  Skipping 'sysutils/portupgrade' (portupgrade-20020920) because
  'sysutils/pkg_tarup' (pkg_tarup-1.2_3) failed
  ** The following packages were not installed or upgraded (*:skipped /
  !:failed)
  ! sysutils/pkg_tarup (pkg_tarup-1.2_3)  (port directory error)
  * sysutils/portupgrade (portupgrade-20020920)
  # 
  
  Obviously there's been a change in /usr/ports/sysutils/pkg_tarup that
  I've missed somewhere, could someone inform me of what the procedure for
  getting round this is, please?
  
  Stacey
  -- 
  Stacey Roberts
  B.Sc (HONS) Computer Science
  
  Web: www.vickiandstacey.com
 
 
  end of portupgrade of portupgrade fails with The port directory for 
'sysutils/pkg_tarup' does not exist from Stacey Roberts 
 
 
 --
 Oh good, my dog found the chainsaw.
 -Lilo, Lilo  Stitch
 Adam Weinberger
 [EMAIL PROTECTED]
 http://vectors.cx
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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


FTP site problems

2002-09-20 Thread Chris Chekay

ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.4-release
it seems that the whole packages distribution is offline.  I have tried
all of the mirrors shown in /stand/sysinstall and none work... is it just
temporarily down or permanately? Im just wondering cuz nothing on the freebsd
home web page mentions there being anything wrong thanks ahead of time for
any replies or fixes to get this back and running for everyone.


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



About to install FreeBSD as a Desktop...

2002-09-20 Thread MET

So, following up the subject, I'm getting (finally) MY OWN laptop.  Not
a company owned or school loaned.  It's a very nice machine that is
shipping with XP Pro and I CANNOT wait to get it off.  So here's the
problem, do I install FreeBSD 4.5-1 which is what I've been running on
my servers for quite some time now.  I have no issues with it, it makes
me happy.  Or do I install 4.6.2 which has been released on CD and
everything (as was 4.5).  I'd like to use the machine for development
(KDE apps and Web) which would naturally require me to run the latest
versions of XFree86 and KDE.  Other than that I just need some
productivity apps, but nothing particularly special.  S, what's the
REAL difference between 4.5 and 4.6.2?

And finally, I've really only used FreeBSD as a work environment so I've
never had the chance to answer this question myself.can I view
DVD's?  And if so what program should I use?

~ Matthew

 
/**
 
  Matthew Metnetsky
 
  [EMAIL PROTECTED]
 
**/


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



Re: portupgrade of portupgrade fails with The port directory for 'sysutils/pkg_tarup' does not exist

2002-09-20 Thread Akinori MUSHA

At Fri, 20 Sep 2002 14:47:19 -0700,
Adam Weinberger wrote:
 pkg_tarup was removed from the ports tree.

Correct.

 pkg_deinstall -f pkg_tarup-1.2_3  portupgrade -f portupgrade-20020920

But this could be wrong since that version of portupgrade still relies
on pkg_tarup.  Simply upgrade portupgrade alone and then deinstall
pkg_tarup.

-- 
 /
/__  __Akinori.org / MUSHA.org
   / )  )  ) )  / FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

When I leave I don't know what I'm hoping to find
  When I leave I don't know what I'm leaving behind..

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



Re: Being CREATIVE = RW8438E md5 mismatches

2002-09-20 Thread Rob Clark


Here I have corrected one mistake that I made in previous post.
Also, I have tried your suggestion and the results (checksums) still do
not match.  In the process of the dd commands I am also getting:
acd0: READ_BIG - ILLEGAL REQUEST asc=0x64 ascq=0x00 error=0x00
this happens in either of the two dd commands used here.

On Fri, 20 Sep 2002 01:08:15 -0700
Adam Weinberger [EMAIL PROTECTED] wrote:

  (09.20.2002 @ 0044 PST): Rob Clark said, in 2.2K: 
  #dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048
  dd: /dev/acd0c: Input/output error
  ^^
  0+0 records in
  0+0 records out
  0 bytes transferred in 0.001256 secs (0 bytes/sec)
  

Actually, the results from the dd command was a result of a pasting
faux pas on my part,
i.e., it should have been:
# dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048
dd: /dev/acd0c: Input/output error
94609+0 records in
94609+0 records out
193759232 bytes transferred in 126.003480 secs (1537729 bytes/sec)

However, I did as you suggested:
(see below your post)

 
 what you're looking for is:
 dd if=/dev/racd0a of=stuff bs=2048
 
  # md5 dup.iso
  MD5 (dup.iso) = d41d8cd98f00b204e9800998ecf8427e
 
 monkey@smacky:~% rm joe; touch joe; md5 joe
 MD5 (joe) = d41d8cd98f00b204e9800998ecf8427e
 
 ::)

MOST RECENT RUN THROUGH:
---

# rm dup.iso
# dd if=/dev/racd0a of=/usr/home/rclark/dup.iso bs=2048
dd: /dev/racd0a: Input/output error
94609+0 records in
94609+0 records out
193759232 bytes transferred in 126.659459 secs (1529765 bytes/sec)
# md5 4.7-RC1-mini.iso
MD5 (4.7-RC1-mini.iso) = f154f318622bddccd245d5b5e1af314a
# md5 dup.iso
MD5 (dup.iso) = 93511ace0a9e84eec1c9b76de79a53dc
# 

Note: During the above process I re-started the process from the
beginning: burning same iso to clean cd media etc.  Using your
suggestion the md5 checksums still do not match.  

Thanks,
Rob


   



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



Re: time off by 30 minutes

2002-09-20 Thread Len Conrad


 I think the problem could be the -d (debug) option to ntpdate.  Try
 
 # rm /etc/localtime
 # ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
 # ntpdate time.nist.gov
 20 Sep 08:42:52 ntpdate[71492]: step time server 192.43.244.18 offset
 1784.223346 sec
  ^^^

# rm /etc/localtime

# ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime

# date
Fri Sep 20 16:54:07 CDT 2002(wall clock is + 30 minutes from this time)

# date 1723
Fri Sep 20 17:23:00 CDT 2002

# ntpdate -b tock.jrc.us
20 Sep 16:55:49 ntpdate[8172]: step time server 65.211.109.11 offset 
1780.396309 sec

# date
Fri Sep 20 16:56:00 CDT 2002

Is the peecee's hardware messed up?

Len




www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com: Secure config ; DNS and mail interactions
IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways


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



Re: options SUIDDIR

2002-09-20 Thread Jack L. Stone

At 04:00 PM 9.19.2002 -0600, Andy wrote:
I have been researching the use of options SUDIDIR in the kernel.  I have 
noted several warnings about the use of this option being a security issue, 
but I have as of yet to read or see any explanation as to what kind of 
security issue its use represents.

Any assistance in an explanation concerning this would be very much 
appreciated.

Andy



I have this in my kernel from when I used the base system FTP server, but
since swithing to ProFTP, I have not seen a use for it and was planning to
remove on next compile of the kernel.

What uses do you have in mind. Maybe I'll leave it in if really useful for
some other app.

Best regards,
Jack L. Stone,
Administrator

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

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



Re: time off by 30 minutes

2002-09-20 Thread Kent Stewart



Len Conrad wrote:

 
 I think the problem could be the -d (debug) option to ntpdate.  Try
 
 # rm /etc/localtime
 # ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
 # ntpdate time.nist.gov
 20 Sep 08:42:52 ntpdate[71492]: step time server 192.43.244.18 offset
 1784.223346 sec
  ^^^
 
 
 # rm /etc/localtime
 
 # ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
 
 # date
 Fri Sep 20 16:54:07 CDT 2002(wall clock is + 30 minutes from this time)
 
 # date 1723
 Fri Sep 20 17:23:00 CDT 2002


I have never got date to really change the time unless I followed the 
example of

  The command:

date 8506131627

  sets the date to ``June 13, 1985, 4:27 PM''.


Kent


 
 # ntpdate -b tock.jrc.us
 20 Sep 16:55:49 ntpdate[8172]: step time server 65.211.109.11 offset 
 1780.396309 sec
 
 # date
 Fri Sep 20 16:56:00 CDT 2002
 
 Is the peecee's hardware messed up?
 
 Len
 
 
 
 
 www.menandmice.com/DNS-training : DNS Training
 BIND8NT.MEIway.com: Secure config ; DNS and mail interactions
 IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 .
 


-- 
Kent Stewart
Richland, WA

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


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



Re: mini iso's

2002-09-20 Thread Socketd

On 2002.09.20 22:54 Joshua Lee wrote:
 Socketd [EMAIL PROTECTED] wrote:
 
  I have noticed that there isn't a mini iso for 4.6.2, why?
 
 It's a bugfix release that requires 4.6 installed, even the regular
 isos
 on the ftp server need 4.6 to work. (I think Daemon News offers a
 specially built complete 4.6.2 set however.)

ok

  Will there be one for 4.7? (I really hope so).
 
 4.7-RC (4.7 release candidate 1) already has a mini-iso, in fact it
 doesn't offer any other kind of iso yet, though I suspect the release
 itself will offer all kinds of isos.

ups, I also meant 4.7-Release.

Thanks for your reply!

br
socketd

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



XMMS missing from ports?

2002-09-20 Thread Socketd

Hi all

When I ftp to ftp.freebsd.org to get /audio/xmms I can't find it (only 
plugins). Why isn't it there?

br
socketd

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



Re: time off by 30 minutes

2002-09-20 Thread Steven Goodwin

On Fri, 20 Sep 2002, Len Conrad wrote:
Sorry about this late response.  I'd finished the letter, about to send 
and my dialup quota kicked my off.  In Australia, dialup is still quite 
popular due to ridiculous prices for even capped broadband.

 
 I think the problem could be the -d (debug) option to ntpdate.  Try
 
 # rm /etc/localtime
 # ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
 # ntpdate time.nist.gov
 20 Sep 08:42:52 ntpdate[71492]: step time server 192.43.244.18 offset 
 1784.223346 sec
 
 but the correct time is 09:12

This is expected.  8:42 is the time (as your system reports) that you run
ntpdate with consideration to your timezone.  The offset is the difference
between your system's clock and GMT.  It is reporting about 30 minutes of
difference when you run the command but, if things are working as they
should, your new system clock should be adjusted by this amount.  
Consequently, if you execute the command again

ntpdate time.nist.gov

the offset should be something pretty close to zero and things should be
fine.  If not, and you are running the commands as root, then I have no
idea what is wrong.  Very puzzling.  The only other suggestion I would 
make is that you run ntpd as a substitute for ntpdate.  

killall nptd; ntpd -q 

after making an /etc/ntp.conf file.  Something like this should do the
trick although you may want to add more servers.

server time.nist.gov

driftfile /var/db/ntp.drift
logfile /var/log/ntp.log

authenticate no

Steve


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



Re: options SUIDDIR

2002-09-20 Thread Andy

At 16:33 09/20/2002, Jack L. Stone wrote:
At 04:00 PM 9.19.2002 -0600, Andy wrote:
 I have been researching the use of options SUDIDIR in the kernel.  I have
 noted several warnings about the use of this option being a security issue,
 but I have as of yet to read or see any explanation as to what kind of
 security issue its use represents.
 
 Any assistance in an explanation concerning this would be very much
 appreciated.
 
 Andy
 
 

I have this in my kernel from when I used the base system FTP server, but
since swithing to ProFTP, I have not seen a use for it and was planning to
remove on next compile of the kernel.

What uses do you have in mind. Maybe I'll leave it in if really useful for
some other app.

Best regards,
Jack L. Stone,
Administrator

I would like to be able to use it to ensure that file ownerships are 
correct in user home directories.  Most files that are created via scripts 
and the web server take on the ownership of whatever the Web server is 
being run as.  This makes it difficult for someone to remove them if they 
so desire.

The only warnings I have seen indicate that it is a security risk in the 
event, that shell access is permitted on servers that use the SUIDDIR 
option.  I have not as of yet been able to discover what kind of security 
risk this represents and/or how it can be exploited.

As with anything, one can not make an educated decision without having all 
of the facts or details concerning the issue in question.

Andy



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



Re: time off by 30 minutes

2002-09-20 Thread Kent Stewart



Len Conrad wrote:

 
 I have never got date to really change the time unless I followed the 
 example of

  The command:

date 8506131627

  sets the date to ``June 13, 1985, 4:27 PM''.
 
 
 # date 0209201743
 Fri Sep 20 17:43:00 CDT 2002
 
 # ntpdate -b tock.jrc.us
 20 Sep 17:13:49 ntpdate[9542]: step time server 65.211.109.11 offset 
 1778.177441 sec
 
 :((
 
 thanks
 Len


Are you running a kern_secure level that prevents jumps of more than 1 
second?

Kent

-- 
Kent Stewart
Richland, WA

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


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



Re: time off by 30 minutes

2002-09-20 Thread Len Conrad


Are you running a kern_secure level that prevents jumps of more than 1 second?

ah, I've commented it out but the person who set ip had rc.conf with 
securelevel 2.  It that it??

dmesg:

Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second
Time adjustment clamped to +1 second

Any way to change the SL without rebooting, it's a busy mail gateway?

or otherwise to override this override?

Len




www.menandmice.com/DNS-training : DNS Training
BIND8NT.MEIway.com: Secure config ; DNS and mail interactions
IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways


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



Re: XMMS missing from ports?

2002-09-20 Thread Socketd

On 2002.09.21 00:48 Socketd wrote:

 When I ftp to ftp.freebsd.org to get /audio/xmms I can't find it 
 (only plugins). Why isn't it there?

Ah sorry, found it. I had updated my ports, but not sysinstall.

br
socketd

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



Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Joe Marcus Clarke

On Fri, 2002-09-20 at 18:30, Mark J. Miller wrote:
  Why would ld be unable to find glib?  Is there something I'm doing wrong?
 
 Somehow your Mozilla is being configured incorrectly.  Make sure your
 /usr/ports/Mk directory is up-to-date, then do a make clean in the
 mozilla directory, and try to rebuild.  It shouldn't be looking for
 -lglib, but rather -lglib12.
 
 Joe
 
 I just re-cvsup'ed and tried it again (make clean install), same error--
 can't find -lglib.  How do I change it to specify glib12?

This is handled by the glib12-config script (installed as part of
glib12).  What does glib12-config --libs report?  What revision of
/usr/ports/Mk/bsd.port.mk do you have?

Joe

 
 Thanks,
 Mark
 
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



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


The Complete FreeBSD, second edition: errata and addenda

2002-09-20 Thread Greg Lehey









  Errata and addenda for the Complete FreeBSD, second edition




  Last revision: 21 June 1999

The trouble with books is that you can't update them the way you can a web page
or any other online documentation.   The  result  is  that  most  leading  edge
computer  books are out of date almost before they are printed.  Unfortunately,
``The Complete FreeBSD'', published by Walnut  Creek,  is  no  exception.   In-
evitably, a number of bugs and changes have surfaced.

The  following  is  a list of modifications which go beyond simple typos.  They
relate to the second edition, formatted on 16 December 1997.  If you have  this
book,  please  check this list.  If you have the first edition of 19 July 1996,
please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This  same  file  is  also
available via the web link http://www.lemis.com/.

This list is available in four forms:

o A PostScript version, suitable for printingout,at
  ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book  to  find
  out  how  to  print  out  PostScript.   If  at all possible, please take this
  document: it's closest to the original text.

  Be careful selecting this file with a web browser: it is often impossible  to
  reload the document, and you may see a previously cached version.

o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When
  viewed with more or less,  this  version  will  show  some  highlighting  and
  underlining.  It's not suitable for direct viewing.

o An  ASCII-only  version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This
  version is posted every week to the  FreeBSD-questions  mailing  list.   Only
  take  this version if you have real problems with PostScript: I can't be sure
  that the lack of different fonts won't confuse the meaning.

o A web version at http://www.lemis.com/errata-2.html.

All these modifications have been applied to the ongoing  source  text  of  the
book, so if you buy a later edition, they will be in it as well.  If you find a

 Page 1






The Complete FreeBSD


bug or a suspected bug in the book, please contact me at [EMAIL PROTECTED]

General changes
___


o In a number of places, I suggest the use of the  following  command  to  find
  process information:

  $ ps aux | grep foo

  Unfortunately,  ps  is sensitive to the column width of the terminal emulator
  upon which it is working.  This command usually works fine  on  a  relatively
  wide  xterm,  but if you're running on an 80-column terminal, it may truncate
  exactly the information you're looking for, so you end  up  with  no  output.
  You can fix that with the w option:

  $ ps waux | grep foo

  Thanks to Sue Blake [EMAIL PROTECTED] for this information


Location of the sample files


On  the  2.2.5 CD-ROM only, the location of the sample files does not match the
specifications in the book (/book on the first CD-ROM).  The 2.2.5 CD-ROM  came
out before the book, and it contains the files on the third (repository) CD-ROM
as a single gzipped tar file  /xperimnt/cfbsd/cfbsd.tar.gz.   It  contains  the
following files:

drwxr-xr-x jkh/jkh   0 Oct 17 13:01 1997 cfbsd/
drwxr-xr-x jkh/jkh   0 Oct 17 13:01 1997 cfbsd/mutt/
-rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases
-rw-r--r-- jkh/jkh9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc
drwxr-xr-x jkh/jkh   0 Oct 17 14:02 1997 cfbsd/scripts/
-rw-r--r-- jkh/jkh   18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc
-rwxr-xr-x jkh/jkh1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop
-rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc
-rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles
-rw-r--r-- jkh/jkh1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry
-rw-r--r-- jkh/jkh1028 Oct 17 14:02 1997 cfbsd/scripts/README
drwxr-xr-x jkh/jkh   0 Oct 18 19:32 1997 cfbsd/docs/
-rw-r--r-- jkh/jkh  199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt

Page 2






Errata and addenda for the Complete FreeBSD, second edition


-rw-r--r-- jkh/jkh  189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt
-rw-r--r-- jkh/jkh  188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps
-rw-r--r-- jkh/jkh  226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps
-rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README
-rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata

To  extract  one  of these files, say cfbsd/docs/packages.txt, and assuming you
have the CD-ROM mounted as /cdrom, enter:

# cd /usr/share/doc
# tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt

See page 209 for more information on using tar.

These files are an early version of what is described in the book.  I'll put up
some 

The Complete FreeBSD, third edition: errata and addenda

2002-09-20 Thread Greg Lehey









  Errata and addenda for the Complete FreeBSD, third edition




 Last revision: 2 August 1999

The trouble with books is that you can't update them the way you can a web page
or any other online documentation.   The  result  is  that  most  leading  edge
computer  books are out of date almost before they are printed.  Unfortunately,
``The Complete FreeBSD'', published by Walnut  Creek,  is  no  exception.   In-
evitably, a number of bugs and changes have surfaced.

The  following  is  a list of modifications which go beyond simple typos.  They
relate to the third edition, formatted  on  17  May  1999.   You'll  find  this
information  on  page  iv  (the  page  before  the  beginning  of  the Table of
Contents).  See the end of this document for instructions on how  to  find  the
errata for an older version.

You can get the current document in four forms:

o A PostScript version, suitable for printingout,at
  ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third  edition
  to  find  out  how  to print out PostScript.  If at all possible, please take
  this document: it's closest to the original text.

  Be careful selecting this file with a web browser: it is often impossible  to
  reload the document, and you may see a previously cached version.

o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When
  viewed with more or less,  this  version  will  show  some  highlighting  and
  underlining.  It's not suitable for direct viewing.

o An  ASCII-only  version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This
  version is posted every week to the  FreeBSD-questions  mailing  list.   Only
  take  this version if you have real problems with PostScript: I can't be sure
  that the lack of different fonts won't confuse the meaning.

o A web version at http://www.lemis.com/errata-3.html.

All these modifications have been applied to the ongoing  source  text  of  the
book, so if you buy a later edition, they will be in it as well.  If you find a

 Page 1






The Complete FreeBSD


bug or a suspected bug in the book, please contact me at [EMAIL PROTECTED]

Page ii
___

The instructions on page ii (opposite the title  page)  tell  you  to  look  at
ftp://ftp.lemis.com/pub/cfbsd/errata-2  for  the  errata  list.   That's wrong.
Look at this list.

Pages 190 and 191
_

The description is not very clear about which text appears  when  booting  from
floppy  for  initial  install,  and  which  appears when booting normally.  The
procedure is very similar, but there are some differences.  Add  the  following
text after the heading Boot messages:

You'll  boot  your system in at least two different ways: initially you'll boot
from floppy or CD-ROM in order to install the system.  Later, after the  system
is  installed,  you'll boot from hard disk.  The procedure is almost identical,
so we'll look at both versions in the following examples.

Replace the text from the middle of page 191 with:

If you're booting from 1.44 MB floppies, you will then see:

Please insert MFS root floppy and press enter:

When you insert the MFS root floppy and press  Enter,  you  see  more  twirling
batons, then the UserConfig screen appears.

UserConfig: Modifying the boot configuration


After  the  kernel has been loaded, the following screen will appear if you are
installing the system, or if you have requested it with the -c  option  to  the
boot loader:

Page 206


The  bottom  two lines on this page should be in bold constant font, indicating
that this is input for your /etc/rc.config file


Page 2






 Errata and addenda for the Complete FreeBSD, third edition


nfs_client_enable=YES   # This host is an NFS client (or NO).
nfs_server_enable=YES   # This host is an NFS server (or NO).


Page 265


The example on the second half of the page refers to the old SCSI driver.   The
scsi  program  is  no  longer  available  in  FreeBSD  3.x.   Instead,  use the
camcontrol program.  Replace the text with:.

Modern disks make provisions for recovering from such errors by  allocating  an
alternate sector for the data.  IDE drives do this automatically, but with SCSI
drives you have the option of enabling or disabling reallocation.   Usually  it
is  turned on when you buy them, but occasionally it is not.  When installing a
new disk, you should check that the parameters  ARRE  (Auto  Read  Reallocation
Enable)  and AWRE (Auto Write Reallocation Enable) are turned on.  For example,
to check and set the values for disk da1, you would enter:

# camcontrol modepage da1 -m 1 -e -P 3
# scsi -f /dev/rda1c -m 1 -e -P 3

This command will start up your favourite editor (either the one  specified  in
the EDITOR environment variable, or vi by default) with the 

kernel compilation failure, ack!

2002-09-20 Thread twig les

Hello *, for weeks I haven't been able to cut a new
kernel, which means I can't add my sound driver (pcm0)
which means I can't get one more step toward the goal
of replacing all windows tasks in my life with BSD. 
The error I get is thus:

L# make buildkernel KERNCONF=FW
make: no target to make.
/usr/src/Makefile.inc1, line 140: warning: make -f
/dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
CPUTYPE returned non-zero status

--
 Kernel build for FW started on Fri Sep 20 16:56:19
PDT 2002
--
=== FW
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf; 
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 config  -d /usr/obj/usr/src/sys/FW 
/usr/src/sys/i386/conf/FW
/usr/src/sys/i386/conf/FW:260: option
IPFIREWALL_VERBOSE_LIMIT redefined from 100 to 10
/usr/src/sys/i386/conf/FW:56: unknown option
ICMP_BANDLIM
*** Error code 1

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

Stop in /usr/src.
L# 




Now I just cvs'd the source because I was desperate so
my new uname -a is:

L# uname -a
FreeBSD L.liza.com 4.6.2-RELEASE-p2 FreeBSD
4.6.2-RELEASE-p2 #0: Mon Sep 16 13:41:26 PDT 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/FW.safe  i386
L# 


I have no idea why this started happening.  I built a
custom kernel about 1.5 months ago and it works fine. 
This FW kernel I'm trying to build is simply GENERIC
with some well-known options added for IPFW, plus now
I'm adding the pcm0 line.  Regardless, when I try to
compile GENERIC it fails.  Please help me, I've put a
ton of time into getting my laptop just where I want
it...so close to Valhalla...so close

=
---
Heavy metal made me do it.
---

__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

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



So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Stacey Roberts

After cvsup'ing my ports tree tonight. I get this from pkg_version -v:
pspell-0.12.2_1 ?   orphaned: textproc/pspell

Checking this port, I see:
# pkg_info -R pspell-0.12.2_1
Information for pspell-0.12.2_1:

Required by:
etherape-0.8.2_2
evolution-1.0.8

# 

Now I use the above two apps regularly, so I'm weary of proceeding until
I find out the position with pspell-0.12.2_1, so could someone in the
know please fill me in? I've search ports, commit  questions mailing
lists with nothing being returned for pspell-0.12.2_1, so I'm at a loss
as to what do with this port (against those other ports requiring it).

Thanks.

Stacey
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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


Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Kris Kennaway

On Sat, Sep 21, 2002 at 01:22:32AM +0100, Stacey Roberts wrote:
 After cvsup'ing my ports tree tonight. I get this from pkg_version -v:
 pspell-0.12.2_1 ?   orphaned: textproc/pspell

It was replaced by aspell.

Kris



msg02356/pgp0.pgp
Description: PGP signature


Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Edwin Groothuis

On Sat, Sep 21, 2002 at 01:22:32AM +0100, Stacey Roberts wrote:
 After cvsup'ing my ports tree tonight. I get this from pkg_version -v:
 pspell-0.12.2_1 ?   orphaned: textproc/pspell
 
 Checking this port, I see:
 # pkg_info -R pspell-0.12.2_1
 Information for pspell-0.12.2_1:
 
 Required by:
 etherape-0.8.2_2
 evolution-1.0.8
 
 # 
 
 Now I use the above two apps regularly, so I'm weary of proceeding until
 I find out the position with pspell-0.12.2_1, so could someone in the
 know please fill me in? I've search ports, commit  questions mailing
 lists with nothing being returned for pspell-0.12.2_1, so I'm at a loss
 as to what do with this port (against those other ports requiring it).

http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/pspell/Attic/
tells you:
Delete textproc/pspell.  It's API has been consumed by
textproc/aspell.  All users of pspell should start using aspell
immediately.

I just hope that all the dependencies have been updated too.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]|Weblog: http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:};:   | Interested in MUDs? http://www.FatalDimensions.org/

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



Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Stacey Roberts

Hi Kris,
   So, why is it that when I run pkgdb -F I'm only presented with the
option of Skip this for now??

My recollection of now pkgdb -F works is that it often offers me a
selection (including probability of a match) of other ports to choose to
remap? Another thing is that I'm pretty sure I got aspell some time ago
as well.., since which, running portsdb -Uu and pkgdb -F after each
cvsup of the ports tree revealed no dependancy issues of this nature..,

This is the second port tonight (see my ealier post on portupgrade and
pkg_tarup) that suggests that today's cvsup has somehow left me with a
less than up-to-date ports tree. 

Stacey


On Sat, 2002-09-21 at 01:26, Kris Kennaway wrote:
 On Sat, Sep 21, 2002 at 01:22:32AM +0100, Stacey Roberts wrote:
  After cvsup'ing my ports tree tonight. I get this from pkg_version -v:
  pspell-0.12.2_1 ?   orphaned: textproc/pspell
 
 It was replaced by aspell.
 
 Kris
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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


Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Stacey Roberts

If by dependancies, you refer to stuff like Evolution and Etherape, then
they're still showing up on my system as requiring pspell.., hence my
weariness to proceed with this..,

Stacey

On Sat, 2002-09-21 at 01:30, Edwin Groothuis wrote:
 On Sat, Sep 21, 2002 at 01:22:32AM +0100, Stacey Roberts wrote:
  After cvsup'ing my ports tree tonight. I get this from pkg_version -v:
  pspell-0.12.2_1 ?   orphaned: textproc/pspell
  
  Checking this port, I see:
  # pkg_info -R pspell-0.12.2_1
  Information for pspell-0.12.2_1:
  
  Required by:
  etherape-0.8.2_2
  evolution-1.0.8
  
  # 
  
  Now I use the above two apps regularly, so I'm weary of proceeding until
  I find out the position with pspell-0.12.2_1, so could someone in the
  know please fill me in? I've search ports, commit  questions mailing
  lists with nothing being returned for pspell-0.12.2_1, so I'm at a loss
  as to what do with this port (against those other ports requiring it).
 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/pspell/Attic/
 tells you:
 Delete textproc/pspell.  It's API has been consumed by
 textproc/aspell.  All users of pspell should start using aspell
 immediately.
 
 I just hope that all the dependencies have been updated too.
 
 Edwin
 
 -- 
 Edwin Groothuis  |Personal website: http://www.MavEtJu.org
 [EMAIL PROTECTED]|Weblog: http://www.mavetju.org/weblog/weblog.php 
 bash$ :(){ :|:};:   | Interested in MUDs? http://www.FatalDimensions.org/
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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


Re: kernel compilation failure, ack!

2002-09-20 Thread Dru



On Fri, 20 Sep 2002, twig les wrote:

 Hello *, for weeks I haven't been able to cut a new
 kernel, which means I can't add my sound driver (pcm0)
 which means I can't get one more step toward the goal
 of replacing all windows tasks in my life with BSD.
 The error I get is thus:

 L# make buildkernel KERNCONF=FW
 make: no target to make.
 /usr/src/Makefile.inc1, line 140: warning: make -f
 /dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
 CPUTYPE returned non-zero status

 --
  Kernel build for FW started on Fri Sep 20 16:56:19
 PDT 2002
 --
 === FW
 mkdir -p /usr/obj/usr/src/sys
 cd /usr/src/sys/i386/conf;
 
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /usr/obj/usr/src/sys/FW
 /usr/src/sys/i386/conf/FW
 /usr/src/sys/i386/conf/FW:260: option
 IPFIREWALL_VERBOSE_LIMIT redefined from 100 to 10
 /usr/src/sys/i386/conf/FW:56: unknown option
 ICMP_BANDLIM
 *** Error code 1

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

 Stop in /usr/src.
 L#


 

 Now I just cvs'd the source because I was desperate so
 my new uname -a is:

 L# uname -a
 FreeBSD L.liza.com 4.6.2-RELEASE-p2 FreeBSD
 4.6.2-RELEASE-p2 #0: Mon Sep 16 13:41:26 PDT 2002
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FW.safe  i386
 L#


 I have no idea why this started happening.  I built a
 custom kernel about 1.5 months ago and it works fine.
 This FW kernel I'm trying to build is simply GENERIC
 with some well-known options added for IPFW, plus now
 I'm adding the pcm0 line.  Regardless, when I try to
 compile GENERIC it fails.  Please help me, I've put a
 ton of time into getting my laptop just where I want
 it...so close to Valhalla...so close


Can you send the list the output of:

cd /usr/src/sys/i386/conf
diff GENERIC FW

Dru


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



Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Kris Kennaway

On Sat, Sep 21, 2002 at 01:34:52AM +0100, Stacey Roberts wrote:
 Hi Kris,
So, why is it that when I run pkgdb -F I'm only presented with the
 option of Skip this for now??

It has no way of knowing what else to do.

Kris



msg02361/pgp0.pgp
Description: PGP signature


Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Kris Kennaway

On Sat, Sep 21, 2002 at 01:37:03AM +0100, Stacey Roberts wrote:
 If by dependancies, you refer to stuff like Evolution and Etherape, then
 they're still showing up on my system as requiring pspell.., hence my
 weariness to proceed with this..,

Neither evolution nor etherape depend on pspell.  Evolution depends on
gnomespell, which depends in turn on aspell, and etherape has no
dependency on any spell-checker that I can see (and as a network
traffic monitor I can't see why it should need one).

It looks like you either have out of date ports, or some screwed up
dependencies in your packages.

Kris



msg02362/pgp0.pgp
Description: PGP signature


Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Stacey Roberts

Just so you're not left thinking that I'm off my rocker or something,
this is what pkgdb -F gives me (after running portsdb -Uu):

Checking etherape-0.8.2_2
Stale dependency: etherape-0.8.2_2 - pspell-0.12.2_1:
New dependency? (? to help): 

I elected to delete this dependancy here, and for the dependancy raised
for Evolution (later on in this run) I completed replaced pspell with
aspell:
New dependency? (? to help): aspell-0.50.1_2
Fixed. (- aspell-0.50.1_2)

Is this where is start contemplating:
rm -r /usr/ports  and re-cvsup'ing???

This is crazy., I've been almost religiously diligent with maintaining
my ports tree without problems., and then this happens..,

Stacey

On Sat, 2002-09-21 at 01:46, Kris Kennaway wrote:
 On Sat, Sep 21, 2002 at 01:37:03AM +0100, Stacey Roberts wrote:
  If by dependancies, you refer to stuff like Evolution and Etherape, then
  they're still showing up on my system as requiring pspell.., hence my
  weariness to proceed with this..,
 
 Neither evolution nor etherape depend on pspell.  Evolution depends on
 gnomespell, which depends in turn on aspell, and etherape has no
 dependency on any spell-checker that I can see (and as a network
 traffic monitor I can't see why it should need one).
 
 It looks like you either have out of date ports, or some screwed up
 dependencies in your packages.
 
 Kris
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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


Re: kernel compilation failure, ack!

2002-09-20 Thread twig les

Well you caught me.  I had a bunch of garbage in my FW
file that I never put there (not intentionally). So I
did a quick cp GENERIC FW, added my lines and redid
the diff.  This is what I got:


L# pwd
/usr/src/sys/i386/conf
L# diff GENERIC FW
251a252,261
 
 #To enable IPFW with default deny all packets
 options IPFIREWALL
 options IPFIREWALL_VERBOSE
 options IPFIREWALL_VERBOSE_LIMIT=10
 options TCP_DROP_SYNFIN #drop TCP
packets with SYN+FIN
 options IPFIREWALL_VERBOSE_LIMIT=100   
#limit verbosity
 
 #device pcm0 at isa? irq5 drq 1 flags 0x0
 
L# 


So I gained heart and pushed onward, only to see this
error:

L# cd /usr/src
L# make buildkernel KERNCONF=FW
make: no target to make.
/usr/src/Makefile.inc1, line 140: warning: make -f
/dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
CPUTYPE returned non-zero status

--
 Kernel build for FW started on Fri Sep 20 17:55:43
PDT 2002
--
=== FW
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf; 
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 config  -d /usr/obj/usr/src/sys/FW 
/usr/src/sys/i386/conf/FW
/usr/src/sys/i386/conf/FW:256: option
IPFIREWALL_VERBOSE_LIMIT redefined from 100 to 10
../../conf/files: coda/coda_fbsd.c must be optional,
mandatory or standard
Your version of config(8) is out of sync with your
kernel source.
*** Error code 1

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

Stop in /usr/src.
L# 


Now I'm scratching my head trying to figure out how to
update my configure (I tried pkg_version and its not
there).  Sigh.  Thanks for the lead, any additional
help will gain you a smile.



--- Dru [EMAIL PROTECTED] wrote:
 
 
 On Fri, 20 Sep 2002, twig les wrote:
 
  Hello *, for weeks I haven't been able to cut a
 new
  kernel, which means I can't add my sound driver
 (pcm0)
  which means I can't get one more step toward the
 goal
  of replacing all windows tasks in my life with
 BSD.
  The error I get is thus:
 
  L# make buildkernel KERNCONF=FW
  make: no target to make.
  /usr/src/Makefile.inc1, line 140: warning: make
 -f
  /dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
  CPUTYPE returned non-zero status
 
 

--
   Kernel build for FW started on Fri Sep 20
 16:56:19
  PDT 2002
 

--
  === FW
  mkdir -p /usr/obj/usr/src/sys
  cd /usr/src/sys/i386/conf;
 

PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
   config  -d /usr/obj/usr/src/sys/FW
  /usr/src/sys/i386/conf/FW
  /usr/src/sys/i386/conf/FW:260: option
  IPFIREWALL_VERBOSE_LIMIT redefined from 100 to
 10
  /usr/src/sys/i386/conf/FW:56: unknown option
  ICMP_BANDLIM
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
  L#
 
 
  
 
  Now I just cvs'd the source because I was
 desperate so
  my new uname -a is:
 
  L# uname -a
  FreeBSD L.liza.com 4.6.2-RELEASE-p2 FreeBSD
  4.6.2-RELEASE-p2 #0: Mon Sep 16 13:41:26 PDT 2002
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FW.safe  i386
  L#
 
 
  I have no idea why this started happening.  I
 built a
  custom kernel about 1.5 months ago and it works
 fine.
  This FW kernel I'm trying to build is simply
 GENERIC
  with some well-known options added for IPFW, plus
 now
  I'm adding the pcm0 line.  Regardless, when I try
 to
  compile GENERIC it fails.  Please help me, I've
 put a
  ton of time into getting my laptop just where I
 want
  it...so close to Valhalla...so close
 
 
 Can you send the list the output of:
 
 cd /usr/src/sys/i386/conf
 diff GENERIC FW
 
 Dru
 


=
---
Heavy metal made me do it.
---

__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

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



tput term problem during rc

2002-09-20 Thread Jimmy Lantz

Hi,
I'm trying to run a shellscript during the rc (output to monitor connected 
directly to server)
But when I do a  clear I get the following error
tput: no terminal type specified and no term eniviromental variable

I also use the dialog utility ( /usr/bin/dialog ) but the output gets 
totally screwed up.

What I gather is that the terminal info hasent been set yet.
How do I set it?
Any pointers to docs, howtos faqs are welcome

TIA
Jim. 


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



Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Edwin Groothuis

On Sat, Sep 21, 2002 at 01:58:49AM +0100, Stacey Roberts wrote:
 This is crazy., I've been almost religiously diligent with maintaining
 my ports tree without problems., and then this happens..,

Relax, take a deep breath and think of the waves in the ocean. Feel
your pulse calm down and get aware of the world around you. You're
back with us, okay?

portupgrade is only a tool to help you, sometimes it works, sometimes
it doesn't. If it works, it's great, if it doesn't you have to do
it the old-fashioned way: manually.

Remove the port pspell.
Remove the evolution port.
Remove the etherape port.
Make them again.
The first will install automaticly aspell.
The second one will see it's already there.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]|Weblog: http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:};:   | Interested in MUDs? http://www.FatalDimensions.org/

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



Using MFS for the first time

2002-09-20 Thread Joseph

Okay, so I've been using Windows, so what?! Sure it crashes alot, and
has a serious number of fatal errors, but it compatible with an easy to
configure Ram-disk program. In a matter of seconds, i had a virtual
drive running off of my 512 mb of spare ram. 

Okay, so maybe i exaggerate a little. I'm not too fond of Windows.
Freebsd is the best choice i've made by far. However, i am quite new to
MFS usages, and Kernel compilations. I'm hoping that an expert in this
field can point out the pro's and con's, usages of, maintenance of MFS.
Btw, this is just a standalone system, a personal computer, u might say.




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



Re: So what's replaced pspell-0.12.2_1?

2002-09-20 Thread Kris Kennaway

On Sat, Sep 21, 2002 at 01:58:49AM +0100, Stacey Roberts wrote:
 Just so you're not left thinking that I'm off my rocker or something,
 this is what pkgdb -F gives me (after running portsdb -Uu):

All I can think is that portupgrade miss-guessed a dependecy for you
at some point in the past, and you accepted its offer of pspell.

 I elected to delete this dependancy here, and for the dependancy raised
 for Evolution (later on in this run) I completed replaced pspell with
 aspell:
 New dependency? (? to help): aspell-0.50.1_2
 Fixed. (- aspell-0.50.1_2)

Like I said, this one should be depending on gnomespell, not aspell.

 Is this where is start contemplating:
 rm -r /usr/ports  and re-cvsup'ing???

This will not help; it's your package database that has become screwed
up, not your ports collection.  I don't know if portupgrade has an
option to completely regenerate the dependencies from /usr/ports.

Kris



msg02369/pgp0.pgp
Description: PGP signature


Re: kernel compilation failure, ack!

2002-09-20 Thread Giorgos Keramidas

On 2002-09-20 20:42, Dru [EMAIL PROTECTED] wrote:
 On Fri, 20 Sep 2002, twig les wrote:
 
  The error I get is thus:
 
  L# make buildkernel KERNCONF=FW
  make: no target to make.
  /usr/src/Makefile.inc1, line 140: warning: make -f
  /dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
  CPUTYPE returned non-zero status
 
  --
   Kernel build for FW started on Fri Sep 20 16:56:19
  PDT 2002
  --
  === FW
  mkdir -p /usr/obj/usr/src/sys
  cd /usr/src/sys/i386/conf;
  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
   config  -d /usr/obj/usr/src/sys/FW
  /usr/src/sys/i386/conf/FW
  /usr/src/sys/i386/conf/FW:260: option IPFIREWALL_VERBOSE_LIMIT redefined from 
100 to 10
  /usr/src/sys/i386/conf/FW:56: unknown option ICMP_BANDLIM
  *** Error code 1

Read carefully the second from last line above.  This is the last
error message that is printed by make, before it aborts.

The solution should be obvious :)

Remove or comment out the ICMP_BANDLIM option at line 56 of the FW
configuration file and try again.

Giorgos.

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



Re: kernel compilation failure, ack!

2002-09-20 Thread twig les

I did that, it just found another line to error on
until I did the cp GENERIC FW and manually added the
lines I wanted.  I must have corrupted the file
somehow (it didn't screw itself up).  Now the new
error is something odd.  I think I'm going to remake
world in case I screwed something up.

--- Giorgos Keramidas [EMAIL PROTECTED]
wrote:
 On 2002-09-20 20:42, Dru [EMAIL PROTECTED]
 wrote:
  On Fri, 20 Sep 2002, twig les wrote:
  
   The error I get is thus:
  
   L# make buildkernel KERNCONF=FW
   make: no target to make.
   /usr/src/Makefile.inc1, line 140: warning:
 make -f
   /dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
   CPUTYPE returned non-zero status
  
  

--
Kernel build for FW started on Fri Sep 20
 16:56:19
   PDT 2002
  

--
   === FW
   mkdir -p /usr/obj/usr/src/sys
   cd /usr/src/sys/i386/conf;
  

PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
config  -d /usr/obj/usr/src/sys/FW
   /usr/src/sys/i386/conf/FW
   /usr/src/sys/i386/conf/FW:260: option
 IPFIREWALL_VERBOSE_LIMIT redefined from 100 to 10
   /usr/src/sys/i386/conf/FW:56: unknown option
 ICMP_BANDLIM
   *** Error code 1
 
 Read carefully the second from last line above. 
 This is the last
 error message that is printed by make, before it
 aborts.
 
 The solution should be obvious :)
 
 Remove or comment out the ICMP_BANDLIM option at
 line 56 of the FW
 configuration file and try again.
 
 Giorgos.


=
---
Heavy metal made me do it.
---

__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

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



Re: kernel compilation failure, ack!

2002-09-20 Thread twig les

I would like to say yes because I know that that is
the correct procedure, but right now I'm on the 6th
straight hour of a retarded phone call and I can't
remember.  I'll remake world tomorrow during Mystery
Science Theater 3000.  At least then if the problem
persists I'll be in a good mood.  Thanks again, if I
find an answer I'll post it.

--- Dru [EMAIL PROTECTED] wrote:
 
 
 On Fri, 20 Sep 2002, twig les wrote:
 
  Well you caught me.  I had a bunch of garbage in
 my FW
  file that I never put there (not intentionally).
 So I
  did a quick cp GENERIC FW, added my lines and
 redid
  the diff.  This is what I got:
 
 
  L# pwd
  /usr/src/sys/i386/conf
  L# diff GENERIC FW
  251a252,261
  
   #To enable IPFW with default deny all packets
   options IPFIREWALL
   options IPFIREWALL_VERBOSE
   options IPFIREWALL_VERBOSE_LIMIT=10
   options TCP_DROP_SYNFIN #drop
 TCP
  packets with SYN+FIN
   options IPFIREWALL_VERBOSE_LIMIT=100
  #limit verbosity
  
   #device pcm0 at isa? irq5 drq 1 flags
 0x0
  
  L#
 
 
  So I gained heart and pushed onward, only to see
 this
  error:
 
  L# cd /usr/src
  L# make buildkernel KERNCONF=FW
  make: no target to make.
  /usr/src/Makefile.inc1, line 140: warning: make
 -f
  /dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
  CPUTYPE returned non-zero status
 
 

--
   Kernel build for FW started on Fri Sep 20
 17:55:43
  PDT 2002
 

--
  === FW
  mkdir -p /usr/obj/usr/src/sys
  cd /usr/src/sys/i386/conf;
 

PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
   config  -d /usr/obj/usr/src/sys/FW
  /usr/src/sys/i386/conf/FW
  /usr/src/sys/i386/conf/FW:256: option
  IPFIREWALL_VERBOSE_LIMIT redefined from 100 to
 10
  ../../conf/files: coda/coda_fbsd.c must be
 optional,
  mandatory or standard
  Your version of config(8) is out of sync with your
  kernel source.
  *** Error code 1
 
 
 OK, how exactly did you do your cvsup and rebuild?
 e.g., did you:
 
 cvsup
 make -j4 buildworld
 make buildkernel  (where this was GENERIC)
 make installkernel
 make installworld
 reboot
 
 then try your own kernel?
 
 Dru
 


=
---
Heavy metal made me do it.
---

__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

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



Re: Running 2 wireless cards

2002-09-20 Thread Pete Muller


Adam Weinberger wrote:


tell me whether i have this wrong: you have 2 cards in one computer, at
you're trying to get them both to communicate with a card in a laptop
running in host mode?


Well... one at a time of course.  :-)

One of the cards (the 192.168.10.x network) is already in use as a link to a
friend's house about 20 miles away (with an AP1000 midway). That entire
card/network/interface functions perfectly.

The second card/network (192.168.20.x) is the one I'm trying to get to
work and yes: I'm just using my laptop to try and communicate with it.




can you show your wicontrol scripts? and the output of ifconfig -a? and of
wicontrol -i wi0 and wicontrol -i wi1.


Sure g


- start of wireless.sh (192.168.10) -

#!/bin/sh
# Run via the sh shell

# Set the frequency here
wicontrol -i wi0 -f 11

# Set the speed
# Default setting is 2 (fixed standard)
# 3 is auto rate select high
wicontrol -i wi0 -t 3

# Set the station name
wicontrol -i wi0 -s heidi

# Set the SSID
wicontrol -i wi0 -q tass2pete

# Set the network name
wicontrol -i wi0 -n tass2pete

# Set BSS or ad-hoc mode
wicontrol -i wi0 -p 1
#wicontrol -i wi0 -p 3

# Set encryption key and turn on encryption
wicontrol -i wi0 -k x
wicontrol -i wi0 -e 1

# Set the IP address and netmask
ifconfig wi0 192.168.10.1  netmask 255.255.255.0
heidi#

- end of wireless.sh (192.168.10) ---



- start of wireless1.sh (192.168.20) -

#!/bin/sh
# Run via the sh shell

# Set the frequency here
wicontrol -i wi1 -f 5

# Set the speed
# Default setting is 2 (fixed standard)
wicontrol -i wi1 -t 5

# Set the station name
wicontrol -i wi1 -s heidi

# Set the SSID
wicontrol -i wi1 -q shop2pete

# Set the network name
wicontrol -i wi1 -n shop2pete

# Set BSS or ad-hoc mode
#wicontrol -i wi1 -p 1
wicontrol -i wi1 -p 3

# Set the IP address and netmask
ifconfig wi1 192.168.20.1  netmask 255.255.255.0
heidi#

- end of wireless1.sh (192.168.20) ---


- start of ifconfig -a output (wi adapters shown only)-

wi0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::202:2dff:fe2b:4c6d%wi0 prefixlen 64 scopeid 0x6
inet 192.168.10.1 netmask 0xff00 broadcast 192.168.10.255
ether 00:02:2d:2b:4c:6d
media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
status: associated
ssid tass2pete
stationname heidi
channel 11 authmode NONE powersavemode OFF powersavesleep 100
wepmode MIXED weptxkey 1
wepkey 1:64-bit
wi1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::202:2dff:fe0a:dd7c%wi1 prefixlen 64 scopeid 0x7
inet 192.168.20.1 netmask 0xff00 broadcast 192.168.20.255
ether 00:02:2d:0a:dd:7c
media: IEEE 802.11 Wireless Ethernet autoselect
status: associated
ssid shop2pete
stationname heidi
channel 5 authmode NONE powersavemode OFF powersavesleep 100
wepmode OFF weptxkey 1

-- end of ifconfig -a output-


- begin  wicontrol -i wi0  output -

NIC serial number:  [ 01UT14337859 ]
Station name:   [ heidi ]
SSID for IBSS creation: [ tass2pete ]
Current netname (SSID): [ tass2pete ]
Desired netname (SSID): [ tass2pete ]
Current BSSID:  [ 00:02:2d:2b:4c:62 ]
Channel list:   [ 2047 ]
IBSS channel:   [ 11 ]
Current channel:[ 11 ]
Comms quality/signal/noise: [ 21 76 55 ]
Promiscuous mode:   [ Off ]
Port type (1=BSS, 3=ad-hoc):[ 1 ]
MAC address:[ 00:02:2d:2b:4c:6d ]
TX rate (selection):[ 3 ]
TX rate (actual speed): [ 11 ]
RTS/CTS handshake threshold:[ 2347 ]
Create IBSS:[ Off ]
Access point density:   [ 1 ]
Power Mgmt (1=on, 0=off):   [ 0 ]
Max sleep time: [ 100 ]
WEP encryption: [ On ]
TX encryption key:  [ 1 ]
Encryption keys:[ x ][  ][  ][  ]

- end wicontrol -i wi0 output---


- begin  wicontrol -i wi1  output -

NIC serial number:  [ 00UT48371550 ]
Station name:   [ heidi ]
SSID for IBSS creation: [ shop2pete ]
Current netname (SSID): [ shop2pete ]
Desired netname (SSID): [ shop2pete ]
Current BSSID:  [ 00:00:00:00:00:00 ]
Channel list:   [ 2047 ]
IBSS channel:   [ 5 ]
Current channel:[ 5 ]
Comms quality/signal/noise: [ 0 27 27 ]
Promiscuous mode:   [ Off ]
Port type (1=BSS, 3=ad-hoc):[ 3 ]
MAC 

Re: time off by 30 minutes

2002-09-20 Thread Kent Stewart



Len Conrad wrote:

 
 Are you running a kern_secure level that prevents jumps of more than 1 
 second?
 
 
 ah, I've commented it out but the person who set ip had rc.conf with 
 securelevel 2.  It that it??
 
 dmesg:
 
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second
 Time adjustment clamped to +1 second


Yes, that is what is causing your problem.


 
 Any way to change the SL without rebooting, it's a busy mail gateway?
 
 or otherwise to override this override?


You might be able to just drop to single user mode and set the time. 
Changing the kern_securelevel requires rebooting.

Kent


 
 Len
 
 
 
 
 www.menandmice.com/DNS-training : DNS Training
 BIND8NT.MEIway.com: Secure config ; DNS and mail interactions
 IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways
 
 
 .
 


-- 
Kent Stewart
Richland, WA

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


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



Upgrade

2002-09-20 Thread EngSeng Oong


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


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



Re: Upgrade

2002-09-20 Thread Weston M. Price

Randy,

I recently switched to FreeBSD about three weeks ago and I went through the 
same thing. Now, this is what I did, so it might not be entirely applicable 
but some of it might help. 

I installed the minimum amount of software to get the system up and running. 
The installation procedure actually has an option for this. After that I 
started looking through the ports collection to see what I really wanted on 
th system. 

The ports and packages collection is explained in the handbook. If you don't 
have a printed copy, it is also on the website. The reason I did the minimum 
install was so I could learn to use ports and packages and build a system 
as I went along. 

To upgrade the operating system itself is surprisingly simple. The basic idea 
is 

a) install CVSup (there is tons of stuff about CVSUp in the handbook)

b) pull down the latest source tree (stable is probably what you want, this 
will get you up to 4.7-PRERELEASE. 

c) build the OS following the instructions in the handbook
d) build a custom kernel to suit your hardware and preferences
e) install the new kernel 
f)  test the new kernel
g) install the new source build


There are other ways to do this as well most notably CTM. However, if you have 
a decent Internet connection I would go with the above plan. 

Like I said I would STRONGLY, STRONGLY recommend reading the handbook before 
doing anything. Of course, this list is an excellent resource for questions. 
I would also recommend subscribing to some of the other lists, most notably 
the [EMAIL PROTECTED] This list has excellent information regarding 
the current state of the code. 

I will say that I am pleased with the system so far. FreeBSD is much more 
flexible than Linux and better organized. 

Regards, 
Weston

On Saturday 21 September 2002 03:45 am, Randy Oong wrote:
 Hi,

 I''ve bought your FreeBSD(4.5) sometime ago, and only started installation
 about last week and discover from the web that there is 4.6.2. Please do
 enlighten on how shall I upgrade, and how shall I do security patches.

 Thanks,
 Randy.


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



Re: Upgrade

2002-09-20 Thread Charles Pelletier

refer to the handbook for that one. you should be reading it anyways. and
also, i know for a fact (having had installation and upgrade problems
before) that the archives are full of helpful tutorials on upgrading to a
more recent release.
:)
--charlie pelletier
--litmus(mp3.com/litmus)
- Original Message -
From: Randy Oong [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 20, 2002 10:45 PM
Subject: Upgrade


 Hi,

 I''ve bought your FreeBSD(4.5) sometime ago, and only started installation
about last week and discover from the web that there is 4.6.2.
 Please do enlighten on how shall I upgrade, and how shall I do security
patches.

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


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




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



  1   2   >