skippy-0.5.0 under fluxbox-devel-0.9.9 [take II]

2004-06-09 Thread epilogue

for those of you running many windows under X, skippy might be of interest
to you.  check it out.  if you manage to get it working and think you know
what i'm doing wrong, please let me know.   :)thanks.



Begin forwarded message:

Date: Thu, 3 Jun 2004 17:51:55 -0400
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: skippy-0.5.0 under fluxbox-devel-0.9.9


hello all,

has anyone got skippy to work under the most recent version of fluxbox? 
the skippy homepage (http://thegraveyard.org/skippy.php) says that it
should.

i followed the instructions about creating the .skippyrc file.  when i try
to launch skippy, i get the following errors:

~ skippy
WARNING: Ignoring invalid line: [general]
WARNING: Ignoring invalid line: keysym = F11
WARNING: Ignoring invalid line: distance = 50
WARNING: Ignoring invalid line: useNETWMFullscreen = true
WARNING: Ignoring invalid line: ignoreSkipTaskbar = false
WARNING: Ignoring invalid line: [xinerama]
WARNING: Ignoring invalid line: showAll = false
WARNING: Ignoring invalid line: [normal]
WARNING: Ignoring invalid line: brightness = 0.0
WARNING: Ignoring invalid line: tint = white
WARNING: Ignoring invalid line: opacity = 200
WARNING: Ignoring invalid line: border = black
WARNING: Ignoring invalid line: [highlight]
WARNING: Ignoring invalid line: brightness = 0.05
WARNING: Ignoring invalid line: tint = #d0d0ff
WARNING: Ignoring invalid line: opacity = 255
WARNING: Ignoring invalid line: border = #d0d0ff
WARNING: Ignoring invalid line: [tooltip]
WARNING: Ignoring invalid line: show = true
WARNING: Ignoring invalid line: border = black
WARNING: Ignoring invalid line: background = #e0e0ff
WARNING: Ignoring invalid line: text = black
WARNING: Ignoring invalid line: font = fixed-11:weight=bold
X Error of failed request:  BadAccess (attempt to access private resource
denied)  Major opcode of failed request:  33 (X_GrabKey)
  Serial number of failed request:  92
  Current serial number in output stream:  92

the author's usage instructions don't say anything about actually
launching skippy, whether via a terminal or .xinitrc.  i have the feeling
that i missed a step somewhere along the way.

any help would be appreciated.


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


java not running .jar files without absolute path. (take II)

2004-06-09 Thread epilogue

anyone have thoughts on the below?  thanks.


--
Begin forwarded message:

Date: Thu, 3 Jun 2004 13:20:35 -0400
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: java not running .jar files without absolute path.


hey all,

 which java
/usr/local/jdk1.4.2/bin/java

 java -jar Jreepad-1.0.jar 
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment.

however, the program will run with an absolute path:
 /usr/local/jdk1.4.2/bin/java -jar Jreepad-1.0.jar


i don't see any typos in my $PATH (witness 'which' result above).

the same occurs with linux-sun-jdk (when i put it earlier in the $PATH)

am i missing something?  is this standard behaviour for java?


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


ideal ipfw traffic shaping rules for small DSL net

2004-06-09 Thread Kenji M
Hello network gurus,
I'm looking for a good baseline ipfw shaping policy configuration for
people who are using small upstream DSL bandwidth.  I have 3Mbit 
downstream and 768K upstream and I use a ipf for natting and ipfw 
with dummynet to do traffic shaping.  Considering a 750KB upstream
pipe, what size queues would be the most beneficial to balance 
http, ssh, and other chat protocols sitting behind the natted firewall?

I'm looking for some sample configurations to study.

Any pointers appreciated!

-Kenji


-- 
+
kenji morishige
[EMAIL PROTECTED]
http://www.kenjim.com
+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pflogsumm and postfix2 logs

2004-06-09 Thread dave
Hello,
I've got pflogsumm running to analyze and summarize postfix logs. In the
report it is reporting zero for all activities, even though i've sent mail
during the period of the check. Any ideas?
Thanks.
Dave.

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


Re: Crossbuilding 4-stable release on 5.x: perl missing

2004-06-09 Thread Ruben de Groot
Following up on myself to get an answer into the archives...
I finally managed to finish the release build by adding the LOCAL_SCRIPT 
variable. This script, run inside the chrooted environment, does the 
following 3 things:

- create a working /etc/resolv.conf
- pkg_add -r perl
- mount devfs (another show-stopper I bumped into later)
Ruben de Groot wrote:
Hi there,
I'm trying to build releases of releng_4 on a 5.2.1 system.
Unfortunately, the build fails because there's no perl installed in 
the chrooted environment.

Any tips or examples would be greatly appreciated as I'm a bit
stuck here. Thanks
Ruben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: does NATd _prevent_ use of stateful ipfw rules w/ keep-state?

2004-06-09 Thread Thomas Wolf

JJB [EMAIL PROTECTED] schrieb:

 Thanks for your example. I have finally had time to study it
 and I see the flaw in it.
 
 The example works fine for creating the entry in the dynamic table
 for setup of keep-state inbound and outbound session start requests.
 It even handles inbound packets that are part of an established
 session
 conversations, But for established outbound session conversations
 the check-state rule releases the packet before it has been nated.

No. 'check-state' does not unconditionally release a packet but
performs the 'action'-part of the rule that installed the dynamic
rule - in our case 'skipto 1' where it gets nat'ed.

 There lies in the flaw.
 
 Do you have any suggestions on how to correct this?

Have you tried the script and it really failed? 
I just double-checked and it works fine on my system.

Thomas

 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Thomas Wolf
 Sent: Thursday, June 03, 2004 3:00 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: RE: does NATd _prevent_ use of stateful ipfw rules w/
 keep-state?
 
 
 JJB [EMAIL PROTECTED] schrieb:
 
  Where do you get off calling my questioning of Luigi Rizzo's
 answer
  as an attack.
  I have heard that party line statement all to often over that last
 4
  years, with no backup proof. That party line canned answer may be
  sufficient for the original thread poster who has not invested the
  time yet to come to the realization that it doe's not work.
  My post to the tread was meant to bring this problem out so the
  experts can look into it and take corrective actions.
 
 This should work although some features are missing
 (loopback, anti-spoofing, identd..):
 
 #!/bin/sh
 log=log
 cmd=ipfw add
 allow=skipto 1
 oif=rl0
 good_tcp=22,25,53,80,443,110
 good_udp=53
 good_icmp=icmptypes 0,3,8,11,12
 ipfw -f flush
 
 $cmd 100 divert natd ip from any to any in via $oif
 $cmd 105 check-state
 $cmd 110 $allow icmp from any to any $good_icmp
 $cmd 120 $allow udp from any to any $good_udp out keep-state
 $cmd 130 $allow tcp from any to any $good_tcp out setup keep-state
 $cmd 140 deny $log ip from any to any
 $cmd 1 divert natd ip from any to any out via $oif
 $cmd 10010 allow ip from any to any
 $cmd 10020 deny ip from any to any
 
 
 Thomas
 
 --
 Thomas Wolf
 Wiener Software Fabrik
 Dubas u. Wolf GMBH
 1050 Wien, Mittersteig 4
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
 To unsubscribe, send any mail to [EMAIL PROTECTED]


--
Thomas Wolf
Wiener Software Fabrik
Dubas u. Wolf GMBH
1050 Wien, Mittersteig 4

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


Re: [OT] Re: Leaving a server on all day

2004-06-09 Thread Richard Caley
In article [EMAIL PROTECTED], Charles Swiger (cs) writes:

cs You are correct that one needs to measure the voltage and use the RMS
cs value, or DC series equivalent if you like that phrase, in order to
cs figure out the power consumption accurately, but an {ammeter,
cs amp-meter, DMM} which can deal with AC will do the right thing.

[from the we don't need no stenking test equipment dept.]

When I did this kind of thing a few years ago (trying to get a measure
for things like the washing machine heating water and the kettle etc
as well as PCs) I did it by watching the electricity meter. 

The one I had at the time had a big rotating disk with ticks marked on
it counting off load as well as the dials recording larger units
(can't easily see the current one to check this is a normal
feature). I turned off everything I could in the flat, then turned
various things on and counted off ticks per minute.

I assumed that the electricity company was trying to do a reasonably
good job to get as much money as possible without getting caught
cheating, and in any case I was worried about money not the
environment, so whatever they were measuring was the right metric,
even if they were wrong scientifically.

-- 
Mail me as [EMAIL PROTECTED]_O_
 |

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


Re: fstab

2004-06-09 Thread Anubis

It would be whatever you used in the disklabel run (or the one done
for you if you use sysinstall).   'd' is unlikely and so is 'c'
d is highly likely and is what you get if you use sysinstall in 5.x.  I 
have about 25 drives with a d partition.
d certainly is unlikely in 4.x
c will appear in the list but shouldnt be used to mount

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


What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Murray Taylor
When attempting to rebuild kdebase I got the following error...

checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly or use
--without-arts to compile without aRts support (this will remove
functionality).

Where should I find this to fix/install this program?

Also where is the kdebase 'saved configuration' file ? I think 
that a setup value has got itself bent.

mjt
-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems  Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

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


Re: [OT] What's QED? (was Re: Wisdom of automating upgrades)

2004-06-09 Thread Richard P. Williamson
At 21:04 08/06/2004. Jos De Laender had this to say:
Quod erat demonstrandum is correct. The translation is rather : what needed to be 
proven, what needed to be demonstrated ...
(although this is probably very poor English :-) )

That which was to be demonstrated, is the closest conceptually.

It is used at the end of proofs to show that you are finished
proving what you had originally theorized.  

Theory:  Windoze installations are unreliable.
Proof:
  I turned it on.
  It was hacked into an open proxy.
  It contracted several hundred worms.
  It crashed.
QED.

rip 

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


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
 When attempting to rebuild kdebase I got the following error...

 checking for mcopidl... not found
 configure: error: The important program mcopidl was not found!
 Please check whether you installed aRts correctly or use
 --without-arts to compile without aRts support (this will remove
 functionality).

 Where should I find this to fix/install this program?

 Also where is the kdebase 'saved configuration' file ? I think
 that a setup value has got itself bent.

 mjt

Are you attempting to upgrade kde or what? 

As far as arts is concerned, did you try doing
portupgrade -f arts

Kent
-- 
Kent Stewart
Richland, WA

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


Re: [OT] What's QED? (was Re: Wisdom of automating upgrades)

2004-06-09 Thread Rowdy
Jos De Laender wrote:
Bill Campbell wrote:
snip of on topic stuff ;-)

The original Latin is ``Quod Erat Demonstrandum'', translates to that was
demonstrated (about as much as I remember from five years of Latin).
 

Quod erat demonstrandum is correct. The translation is rather : what 
needed to be proven, what needed to be demonstrated ...
(although this is probably very poor English :-) )

Jos
I had a maths teacher in high school who said that, when used after a 
simple proof, it could stand for quite easily done.

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


Re: [OT] What's QED? (was Re: Wisdom of automating upgrades)

2004-06-09 Thread John Birrell
On Wed, Jun 09, 2004 at 09:10:46AM +0100, Richard P. Williamson wrote:
 Theory:  Windoze installations are unreliable.
 Proof:
   I turned it on.
   It was hacked into an open proxy.
   It contracted several hundred worms.
   It crashed.
 QED.

W^5

(Which was what we wanted)

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


Re: freddbsd (Now what)

2004-06-09 Thread Pavel Duda
LW Ellis wrote:
First Thanx to all for the book / website suggestions
I have installed FreeBSD. I have two questions, I am a complete newby to
unix.
1)  I installed KDE lite package that came with the CD I downloaded.
Now what? Where is it? What is my next step?
2) How do I edit my 10/100 card settings, I'm not sure they're right yet.
Thanx
Later,
Leon
A fanatic is one who can't change his mind and won't change the subject.
Sir Winston Churchill
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Answer for this is FreeBSD Handbook :-) 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html) 
and sysinstall (/stand/sysinstall). You can use sysinstall to configure 
XFree86 Server/Desktop and configure network devices as well.

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


I must be doing something wrong!

2004-06-09 Thread Edd

Hi there.

I am having trouble using CURRENT code. Im sure I must be making a
fundamental mistake becasue every time I try to compile I get errors.

Ill step you through what I have done:

here is my cvsup file:
*default tag=.
*default host=cvsup4.uk.FreeBSD.org
*default prefix=/usr
*default base=/usr/local/etc/cvsup
*default release=cvs delete use-rel-suffix compress

src-all

ran cvsup on it. worked fine. I also used a refuse file to ignore foreign
stuff as explained in the handbook.

Next:
cd /usr/src
make buildworld (runs ok)

Now I copy the GENERIC kernel config to HITBOX and edit arch settings and
ident.

make buildkenel KERNCONF=HITBOX

It compiles away for about 10 minutes then returns a savage error:

/usr/src/sys/geom/geom_io.c: In function `g_io_request':
/usr/src/sys/geom/geom_io.c:283: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:285: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c: In function `g_io_deliver':
/usr/src/sys/geom/geom_io.c:330: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:331: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:354: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:355: structure has no member named `bt'
/usr/src/sys/geom/geom_io.c:356: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:359: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:360: structure has no member named `bt'
/usr/src/sys/geom/geom_io.c:361: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:363: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:364: structure has no member named `updating'
*** Error code 1

Stop in /usr/obj/usr/src/sys/HITBOX.
*** Error code 1

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

Stop in /usr/src.

I have no idea where to go from here.
I have had similar errors when using code checked out from regular cvs
co. So its not my source (i dont think).

The OS I am running is 5.2.1-RELEASE on an x86 machine.

I would be very grateful if anyone could help.

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


RE: I must be doing something wrong!

2004-06-09 Thread Edd

On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

First of all WHY do u want to runthe CURRENT code? Secondly can u paste
/etc/make.conf?

to run jack audio server which does not complile on 5.2.1

make.conf=

PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
cputype=?athlon-xp

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


Re: ideal ipfw traffic shaping rules for small DSL net

2004-06-09 Thread Roger 'Rocky' Vetterberg
Kenji M wrote:
Hello network gurus,
I'm looking for a good baseline ipfw shaping policy configuration for
people who are using small upstream DSL bandwidth.  I have 3Mbit 
downstream and 768K upstream and I use a ipf for natting and ipfw 
with dummynet to do traffic shaping.  Considering a 750KB upstream
pipe, what size queues would be the most beneficial to balance 
http, ssh, and other chat protocols sitting behind the natted firewall?

I'm looking for some sample configurations to study.
Any pointers appreciated!
-Kenji

http://bsdvault.net/sections.php?op=viewarticleartid=116 should get 
you started.
Its a bit messy, but Im sure you can use it as a sample 
configuration and tweak it to fit your needs.

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


RE: I must be doing something wrong!

2004-06-09 Thread Edd

It is a well known bug to do with OSS in the base of the FreeBSD dist
that stops it compiling. There is a range of OSVERSIONS that the port
will not compile on listed in the Makefile. Therefore I have not got as
far as compiling , so i cannot show an error. Well apart from that the
port tells me 'it will not compile so dont even bother trying'.

Please explain proflibs. How might I disable them.

Thanks

On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

Edd,
I didn't use jack personally but it is very much unlikely that a port does
not compile on the RELEASE tree. It had never happened to me. Could you
precisely state the error if you try to compile that port on the RELEASE
tree? Secondly, you can disable proflibs during the compilation of the
world. Thirdly, did you update the port tree on the RELEASE tree before
trying to get that jack thing work?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edd
Sent: Wednesday, June 09, 2004 15:45
To: [EMAIL PROTECTED]
Subject: RE: I must be doing something wrong!


On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

First of all WHY do u want to runthe CURRENT code? Secondly can u paste
/etc/make.conf?

to run jack audio server which does not complile on 5.2.1

make.conf=

PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
cputype=?athlon-xp

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




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


Re: apache 2 in ports

2004-06-09 Thread Daniel Bye
On Tue, Jun 08, 2004 at 08:15:33PM -0400, [EMAIL PROTECTED] wrote:
 Hi, I want to compile apache2 from ports with suexec.
 Yet there is no mention of it at all in the Make file.
 
 It is in Makefile.doc but i'm not sure if thats what i should beusing.
 
 Can someone fill me in please.

A brief look at www/apache2/Makefile.modules suggests that you just need to
specify WITH_SUEXEC=yes in the build environment.  Makefile.modules gets
included from Makefile.

This should work:

# make WITH_SUEXEC=yes install

Or if you use portupgrade and friends,

# portinstall -M WITH_SUEXEC=yes www/apache2

You can then put it in /usr/local/etc/pkgtools.conf under MAKE_ARGS:

  MAKE_ARGS = {
'www/apache2' = 'WITH_SUEXEC=yes',
  }

This ensures you won't have to specify it each time you upgrade.

HTH

Dan

-- 
Daniel Bye
PSINet Europe Ltd
Brookmount Court
Cambridge
UK


pgp12ZF6R1wHY.pgp
Description: PGP signature


Maxtor OneTouch USB Drive

2004-06-09 Thread Alex Teslik
Hello,

Has anyone out there managed to get a Maxtor OneTouch USB Drive working on
4.9? Any tips would be greatly appreciated. Right now usbd sees it:

Jun  8 18:39:57 gouda /kernel: umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
Jun  8 18:39:57 gouda /kernel: umass0: Get Max Lun not supported (STALLED)
Jun  8 18:39:58 gouda /kernel: da1 at umass-sim0 bus 0 target 0 lun 0
Jun  8 18:39:58 gouda /kernel: da1: Maxtor OneTouch 0201 Fixed Direct Access
SCSI-0 device
Jun  8 18:39:58 gouda /kernel: da1: 650KB/s transfers
Jun  8 18:39:58 gouda /kernel: da1: 286103MB (585938944 512 byte sectors: 64H
32S/T 23959C)

but no mount commands seem to work. :/

camcontrol start da1 works, but then what?

I always get Device not configured errors (although the light on the unit
flashes, so something is happening). Anyway...

uname -a

FreeBSD xx.xxx.com 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #1: Tue Jun 
8 19:15:51 PDT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DUALP3-RELENG_4_9  i386

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


Re: Maxtor OneTouch USB Drive

2004-06-09 Thread jan . muenther
 but no mount commands seem to work. :/

How do you try to mount it? Are you on 4.x or 5.x ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: java not running .jar files without absolute path. (take II)

2004-06-09 Thread Jan Grant
On Wed, 9 Jun 2004 [EMAIL PROTECTED] wrote:

  which java
 /usr/local/jdk1.4.2/bin/java

  java -jar Jreepad-1.0.jar
 Error: could not find libjava.so
 Error: could not find Java 2 Runtime Environment.

 however, the program will run with an absolute path:
  /usr/local/jdk1.4.2/bin/java -jar Jreepad-1.0.jar


 i don't see any typos in my $PATH (witness 'which' result above).

 the same occurs with linux-sun-jdk (when i put it earlier in the $PATH)

 am i missing something?  is this standard behaviour for java?

Works for me; is JAVA_HOME set to something broken in your environment?

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
( echo ouroboros; cat )  /dev/fd/0 # it's like talking to yourself sometimes
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: AWSTATS Error Resolution

2004-06-09 Thread Matthew Seaman
On Tue, Jun 08, 2004 at 03:35:36PM -0700, Drew Tomlinson wrote:
 After upgrading perl from 5.8.2 to 5.8.4, following the instructions in 
 /usr/ports/UPDATING, I found awstats-6.0_1 no longer worked.  I ran 
 awstats.pl interactively and received the following error:
 
 Bizarre copy of ARRAY in aassign at /path/to/awstats.pl line 8707
 
 After some checking, I found this issue was fixed in awstats.pl revision 
 1.747.  I downloaded the most current revision (1.755) and replaced the 
 revision that's included with the port.  This seems to solve the 
 problem.  YMMV.
 
 Is it appropriate to send a problem report about this?  I've never sent 
 one so I want to be sure before bugging someone.
 
 Hopefully this post will save others from having to research and resolve 
 this issue.

You aren't the only one to notice this: it's being discussed over on
[EMAIL PROTECTED] at the moment.  See the thread that starts with:

http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013104.html

which generally means a fix will soon be forthcoming.

Generally in these sort of cases your first point of contact should be
the port's maintainer.  Find that by:

% cd /usr/ports/www/awstats
% make -V MAINTAINER

Now just sending an e-mail to the maintainer usually suffices, and
most maintainers will be happy to fix things and help you out
generally.

However, if the maintainer has an @FreeBSD.org address (including
various mailing list addresses like [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]) then you can use send-pr(1) to send in a bug report
- preferably including a fix. If the port is unmaintained
(ie. maintainer is [EMAIL PROTECTED]) then you may well get asked to
become the maintainer...  Also use send-pr(1) if e-mail to the
maintainer bounces or you get no reply after a reasonable time
(ie. two weeks) -- mention the problem in the PR you send.  See


http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-maintainer.html

Cheers,

Matthew

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


pgp6yMnjjYPrp.pgp
Description: PGP signature


RE: I must be doing something wrong!

2004-06-09 Thread Edd

OK ill give that a try and email you back if I have any problems.

Thanks!

On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

For things like disabling proflibs and other stuff like turning off
debigguing code (which you should do if you are not a developer) refer to
man make.conf and man malloc.conf. Although off topic, I would recommend you
to customize make.conf by introducing processor specific flags and disabling
stuff u don't want on your PC.

BSDBoy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edd
Sent: Wednesday, June 09, 2004 16:01
To: [EMAIL PROTECTED]
Subject: RE: I must be doing something wrong!


It is a well known bug to do with OSS in the base of the FreeBSD dist
that stops it compiling. There is a range of OSVERSIONS that the port
will not compile on listed in the Makefile. Therefore I have not got as
far as compiling , so i cannot show an error. Well apart from that the
port tells me 'it will not compile so dont even bother trying'.

Please explain proflibs. How might I disable them.

Thanks

On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

Edd,
I didn't use jack personally but it is very much unlikely that a port does
not compile on the RELEASE tree. It had never happened to me. Could you
precisely state the error if you try to compile that port on the RELEASE
tree? Secondly, you can disable proflibs during the compilation of the
world. Thirdly, did you update the port tree on the RELEASE tree before
trying to get that jack thing work?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edd
Sent: Wednesday, June 09, 2004 15:45
To: [EMAIL PROTECTED]
Subject: RE: I must be doing something wrong!


On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

First of all WHY do u want to runthe CURRENT code? Secondly can u paste
/etc/make.conf?

to run jack audio server which does not complile on 5.2.1

make.conf=

PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
cputype=?athlon-xp

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




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




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


Re: dspam

2004-06-09 Thread Geert Hendrickx
dspam keeps its database in root-owned files in /usr/local/etc/dspam,
so you must run it as root or use suid.  

I use spamprobe, a very similar spamfilter (also based on John Grahams
ideas in A plan for spam), but it stores its database under the users
home-directory, which will give you no problems with file-permissions.  

You can easily use spamprobe with procmail or maildrop to filter your
spam, it's well-documented.  

GH


On Sat, Jun 05, 2004 at 10:15:22PM -0400, Reed L. O'Brien wrote:
 Anyone here use dspam?  I posted to the dspam maillist but apparen;ty 
 noone is lurking there today.
 
 FreeBSD 5.2.1
 maildrop 1.6.3
 dspam 2.10.6
 
 
 I had maildrop delivering fine.  Then I built dspam from the ports and 
 modified postfix main.cf
 to read:
 mailbox_command = /usr/local/bin/dspam --user $USER -d %u
 #mailbox_command = /usr/local/bin/maildrop -d ${USER}
 local_destination_concurrency_limit = 1
 maildrop_recipient_limit = 1
 
 I was receiving a permission denied error and modified 
 /usr/local/bin/dspam permissions to match
 /usr/local/bin/maildrop and now it delivers.  I setup aliases and it 
 attemmpts to deliver them but I am getting an error in the log and no 
 delivery.  I am not sure how to test if dspam is working otherwise.
 
 permissions of /usr/local/dspam
 drwxrwx---  2 root   mail 512 Jun  5 19:24 dspam
 
 -rw-r--r--  1 root  mail  33 Jun  5 19:24 untrusted.users
 -rw-r--r--  1 root  mail  78 Jun  5 19:22 trusted.users
 
 the maillog errors:
 
 Jun  5 20:08:33 server postfix/smtpd[71739]: connect from [server]
 Jun  5 20:08:33 server postfix/smtpd[71739]: 25A1911422: [server]
 Jun  5 20:08:33 server postfix/cleanup[71741]: 25A1911422: 
 message-id=[EMAIL PROTECTED]
 Jun  5 20:08:33 server postfix/qmgr[71738]: 25A1911422: 
 from=[EMAIL PROTECTED], size=4405, nrcpt=1 (queue active)
 Jun  5 20:08:33 server dspam[71744]: unable to open 
 /usr/local/etc/dspam/trusted.users for reading: Permission denied.
 Jun  5 20:08:33 server dspam[71744]: forcing username for untrusted user 
 nobody
 Jun  5 20:08:33 server dspam[71744]: unable to locate 
 /usr/local/etc/dspam/untrusted.mailer_args: Permission denied.  allowing 
 untrusted user to specify passthru delivery parameters
 Jun  5 20:08:33 server dspam[71744]: DB_ENV-open failed: 
 /usr/local/etc/dspam/nobody: Permission denied
 Jun  5 20:08:33 server dspam[71744]: unable to initialize dspam context
 Jun  5 20:08:33 server dspam[71744]: process_message returned error -2. 
  delivering message.
 Jun  5 20:08:33 server maildrop[71746]: Unable to change to home directory.
 Jun  5 20:08:33 server postfix/local[71742]: 25A1911422: 
 to=[EMAIL PROTECTED], relay=local, delay=0, status=deferred 
 (temporary failure. Command output: 71744: [Sat Jun  5 20:08:33 2004] 
 Unable to create directory: /usr/local/etc/dspam/nobody/: Permission 
 denied /usr/local/bin/maildrop: Unable to change to home directory. 
 71744: [Sat Jun  5 20:08:33 2004] LDA returned error, exit code: 75, LDA 
 command line: /usr/local/bin/maildrop)
 Jun  5 20:08:33 server postfix/smtpd[71739]: disconnect from [server]
 
 What else should I send??
 -- 
 
 
 reed
 4.6692016090
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Scheme for securing LAN

2004-06-09 Thread B.Bonev
Hi FreeBSDers, I have a simple question.

What scheme for securing LAN is better?

 

Internet

  |

Apache  _ FreeBSD LAN

Web ServerFirewall

 

or

   Internet

 |

   FreeBSD

   Firewall

 |

   Apache

Web Server

 |

   FreeBSD

   Firewall

 |

  LAN

 

What are advantages and disadvantages of two?

I know that is much more important how tuned Firewalls, Web Server and workstations 
behind are.

Is there any difficulty for workstations that should works in Internet, because of two 
Firewalls?


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


Re: Building Perl with shared lib libperl

2004-06-09 Thread Matthew Seaman
On Tue, Jun 08, 2004 at 10:31:16PM -0400, Robert Fitzpatrick wrote:
 Trying to install a procedural language in PostgreSQL 7.4.2, pl/perl,
 but it complains that my 'libperl is not a shared library' and that I
 may need to rebuild my Perl. I am using Perl 5.6.1, is there a way to
 set this option when using the port /usr/ports/lang/perl5?

Not with the land/perl5 port.  However, a shared libperl.so is built
by default for the lang/perl5.8 port -- recommend you update to that.

Since lang/perl5 is nolonger the default version to install in
FreeBSD-5.x I'm not entirely sure why the lang/perl5 port is still
stuck at perl-5.6.1.  That's a pretty ancient version now, and
perl.org recommends 5.8.4 as the standard version everyone should run.

Note that if you upgrade from perl-5.6.1 to perl-5.8.4 you will need
to re-install any perl modules so that perl-5.8.4 can find them, and
you will need to re-install various automake ports that invoke
perl5.x.y specifically.  See /usr/ports/UPDATING for some brief
instructions, but the procedure is generally something like this:

# find /usr/local/lib/perl5/{5.6.1,site_perl/5.6.1} -type -f -print0 | \
xargs -0 -n 1 pkg_which | sort -u  /tmp/perl-modules
# portupgrade -o lang/perl5.8 -f lang/perl5
# use.perl port
# vi /tmp/perl-modules 

(Edit the list of modules for sanity: take out the explicit references
to perl-5.6.1 and the '?', and various lines where 'pkg_which' thinks
the file belongs to more than one port.  You can (but this is not
mandatory) also remove ports which are supplied both as standalone and
that are bundled by default with perl but remember to pkg_delete
anything you aren't going to re-install)

# xargs portupgrade -f  /tmp/perl-modules

which will churn away for quite some time.  Eventually you should end
up with /usr/local/lib/perl5/5.6.1 and
/usr/local/lib/perl5/site_perl/5.6.1 both being pretty much empty, and
with most of their contents transferred to the corresponding 5.8.4
directories.  If everything has gone according to plan, the 5.6.1
directories will be redundant and can be deleted.

Cheers,

Matthew

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


pgpRIxRaSh2sA.pgp
Description: PGP signature


RE: I must be doing something wrong!

2004-06-09 Thread Edd

Tryed this and it did not work :(

Thinking about it profiled libs are not even a part of a kernel.

/usr/src/sys/geom/geom_io.c: In function `g_io_request':
/usr/src/sys/geom/geom_io.c:283: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:285: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c: In function `g_io_deliver':
/usr/src/sys/geom/geom_io.c:330: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:331: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:354: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:355: structure has no member named `bt'
/usr/src/sys/geom/geom_io.c:356: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:359: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:360: structure has no member named `bt'
/usr/src/sys/geom/geom_io.c:361: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:363: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:364: structure has no member named `updating'
*** Error code 1

Stop in /usr/obj/usr/src/sys/HITBOX.
*** Error code 1

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

Stop in /usr/src.

Can you just catch the tree at a bad time when it will not compile?

On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

For things like disabling proflibs and other stuff like turning off
debigguing code (which you should do if you are not a developer) refer to
man make.conf and man malloc.conf. Although off topic, I would recommend you
to customize make.conf by introducing processor specific flags and disabling
stuff u don't want on your PC.

BSDBoy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edd
Sent: Wednesday, June 09, 2004 16:01
To: [EMAIL PROTECTED]
Subject: RE: I must be doing something wrong!


It is a well known bug to do with OSS in the base of the FreeBSD dist
that stops it compiling. There is a range of OSVERSIONS that the port
will not compile on listed in the Makefile. Therefore I have not got as
far as compiling , so i cannot show an error. Well apart from that the
port tells me 'it will not compile so dont even bother trying'.

Please explain proflibs. How might I disable them.

Thanks

On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

Edd,
I didn't use jack personally but it is very much unlikely that a port does
not compile on the RELEASE tree. It had never happened to me. Could you
precisely state the error if you try to compile that port on the RELEASE
tree? Secondly, you can disable proflibs during the compilation of the
world. Thirdly, did you update the port tree on the RELEASE tree before
trying to get that jack thing work?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edd
Sent: Wednesday, June 09, 2004 15:45
To: [EMAIL PROTECTED]
Subject: RE: I must be doing something wrong!


On 6/9/2004, BSDBoy [EMAIL PROTECTED] wrote:

First of all WHY do u want to runthe CURRENT code? Secondly can u paste
/etc/make.conf?

to run jack audio server which does not complile on 5.2.1

make.conf=

PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
cputype=?athlon-xp

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




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




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


RE: problems with LDAP TLS and nss_ldap on 5.2.1

2004-06-09 Thread David Daugherty
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 [EMAIL PROTECTED]
 Sent: Tuesday, June 08, 2004 6:27 AM
 ... running /etc/rc.d/slapd start doesn't  even start the 
 server but doesn't complain either. So I have no clue what's 
 going wrong and right now I have to run the server without TLS.
I had the same problem with slapd not reporting any errors on start. So I
added the line:
local4.*/var/log/ldap.log
To my /etc/syslog.conf to have it log out everything going on. This helped.

---
| /\ \/ @

[EMAIL PROTECTED]
DataSphere - Databases, back end web programming and networking
317.536.1858
ICQ: 21106703

The only thing necessary for evil to triumph is for good men to do
nothing.
- Edmund Burke 

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


VMWare 4 with FreeBSD host OS

2004-06-09 Thread Aniruddha Bohra
Hello,
Does the VMWare Workstation 4 work with
FreeBSD as the host OS? I have it running on
Windows with -current as the guest OS, but would
like to run it as a host.
Thanks
Aniruddha

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


Re: I must be doing something wrong!

2004-06-09 Thread Bill Moran
Edd [EMAIL PROTECTED] wrote:
 
 Tryed this and it did not work :(
 
 Thinking about it profiled libs are not even a part of a kernel.
 
 /usr/src/sys/geom/geom_io.c: In function `g_io_request':
 /usr/src/sys/geom/geom_io.c:283: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:285: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c: In function `g_io_deliver':
 /usr/src/sys/geom/geom_io.c:330: structure has no member named `updating'
 /usr/src/sys/geom/geom_io.c:331: structure has no member named `updating'
 /usr/src/sys/geom/geom_io.c:354: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:355: structure has no member named `bt'
 /usr/src/sys/geom/geom_io.c:356: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:359: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:360: structure has no member named `bt'
 /usr/src/sys/geom/geom_io.c:361: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:363: structure has no member named `updating'
 /usr/src/sys/geom/geom_io.c:364: structure has no member named `updating'
 *** Error code 1
 
 Stop in /usr/obj/usr/src/sys/HITBOX.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 Can you just catch the tree at a bad time when it will not compile?

Yes, it's not unusual at all with -CURRENT.

If you're going to run -CURRENT, you should subscribe to the -CURRENT mailing
list.  There's usually heads-ups called if someone expects to break the tree,
and usually a lot of discussion when the tree is broken.

If lurking on the -CURRENT list for a while doesn't reveal the nature of the
problem, post the errors you're getting to -CURRENT, and I'm sure someone will
have reasonable advice for you.  It also wouldn't be unusual if the breakage is
already fixed and you just need to cvsup again.

Good luck.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I must be doing something wrong!

2004-06-09 Thread Edd

Ok Ill try another cvsup. Thanks!

Another quick question. If I wanted to checkout 5.2 branch source. What
should my cvsup default tag be? RELENG_5_2 ? I have tried this and
nothing is downloaded!



On 6/9/2004, Bill Moran [EMAIL PROTECTED] wrote:

Edd [EMAIL PROTECTED] wrote:

 Tryed this and it did not work :(

 Thinking about it profiled libs are not even a part of a kernel.

 /usr/src/sys/geom/geom_io.c: In function `g_io_request':
 /usr/src/sys/geom/geom_io.c:283: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:285: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c: In function `g_io_deliver':
 /usr/src/sys/geom/geom_io.c:330: structure has no member named `updating'
 /usr/src/sys/geom/geom_io.c:331: structure has no member named `updating'
 /usr/src/sys/geom/geom_io.c:354: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:355: structure has no member named `bt'
 /usr/src/sys/geom/geom_io.c:356: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:359: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:360: structure has no member named `bt'
 /usr/src/sys/geom/geom_io.c:361: structure has no member named `wentbusy'
 /usr/src/sys/geom/geom_io.c:363: structure has no member named `updating'
 /usr/src/sys/geom/geom_io.c:364: structure has no member named `updating'
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/HITBOX.
 *** Error code 1

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

 Stop in /usr/src.

 Can you just catch the tree at a bad time when it will not compile?

Yes, it's not unusual at all with -CURRENT.

If you're going to run -CURRENT, you should subscribe to the -CURRENT mailing
list.  There's usually heads-ups called if someone expects to break the tree,
and usually a lot of discussion when the tree is broken.

If lurking on the -CURRENT list for a while doesn't reveal the nature of the
problem, post the errors you're getting to -CURRENT, and I'm sure someone will
have reasonable advice for you.  It also wouldn't be unusual if the breakage is
already fixed and you just need to cvsup again.

Good luck.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Process hangs in DL state, can't be killed - can't shutdown -p (tccat)

2004-06-09 Thread Joachim Dagerot
I used DVD::RIP to rip one of my DVD's when it suddenly stopped
responding (during rip phase).

I found that tccat was the offending task and tried to kill it with no
luck.

After a couple of hours reading I find my self standing with a process
in lockstate that doesn't listening to signals (no kill-9 is working).


ps -aux  gives:

PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED  TIME COMMAND
2188  0.0  0.4  6352 2272  p0  DL   12:08PM   0:02.01 tccat -t dvd -T
3,-1,1 -i /cdrom


I tried shutdown -r now and it sent the *** FINAL SHUTDWON message,
but nothing else is happening.

To be honest, I have actually got my rock-steady, super-duper, awsome
freeBSD system to hang. That's cool in some way (took 2,5 years
though).

The not so cool thing is that my hardware RAID5 system doesn't like
too much to be powered down in opposite to system down. So it would be
very very nice if someone could hint me in any steps that I can try to
get rid of the lock. 

( I did a powerdown earlier before I was so enlighted as I am now and
it gave me some headache carrying the 22Kg server to a monitor and
running fsck in init 3 mode on a 800GB file system Don't want to
go there again)

Btw, it's the DVD-rom device that's errenous.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


logo rip-off?

2004-06-09 Thread Mark Beattie
Hi,
Did you give permission to this site to use the Free BSD devil guy logo?
http://www.coverz.com/
cheers
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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


X Session Attach/Detach?

2004-06-09 Thread Andy Harrison
I was just wondering if there was any software to allow this?  I've
been googling around a bit, but not coming up with anything specific.
Sort of like the Sunrays where you can detach from your local machine
where you're working, go to another machine, then reattach to the same
X session.  Yes, I'm aware of tools like vnc and the like, but I was
wondering if there was anything more seamless.


-- 
Andy Harrison
(full headers for details)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apcupsd port not starting

2004-06-09 Thread Ed Budd
dave wrote:
Hello,
I've got the latest apcupsd port installed on my 5.2.1 machine. I've got
an APC xs1500va UPS which is supported. I'm going by the apcupsd user's
guide and have set both UPSTYPE and UPSCABLE to usb however when i start
apcupsd i keep getting the message:
apcupsd driver type usb not found
and it suggests i rerun configure with the --enable-usb option. I check the
port and one of the args passed to it's configure is --enable-usb.
Any help appreciated.
Thanks.
Dave.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Check the archives. I seem to recall others stating that support for usb
UPS in FBSD is minimal at best. Try serial or perhaps a usb-9-pin
converter (if such a thing exists (?))
EB


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


Trying to run OpenLDAP

2004-06-09 Thread Ronnie hash
Hello,
 
My friend and i are tyring to run OpenLDAP on FreeBSD v. 5 and we are getting this 
error. 
 

.so.1: U/libexec/ld-elfndefined symbol ber_pvt_opt_on referenced from COPY 
relocation in /usr/local/libexec/slapd

Can you please advise us on what this error might be and how we can fix it. We have 
searched the groups and seen similar errors but not using OpenLDAP. 

Thanks



-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Net::LibIDN

2004-06-09 Thread Odhiambo Washington

I hope there is a kind soul who could tell me what to do.
I have installed the libidn port (devel/libidn) because
it's required by Net::LibIDN perl module, but the module
still fails to install, thusly:


cpan install Net::LibIDN  
R
unning install for module Net::LibIDN
Running make for T/TH/THOR/Net-LibIDN-0.07.tar.gz
Checksum for /root/.cpan/sources/authors/id/T/TH/THOR/Net-LibIDN-0.07.tar.gz ok
Net-LibIDN-0.07/
Net-LibIDN-0.07/debian/
Net-LibIDN-0.07/debian/control
Net-LibIDN-0.07/debian/copyright
Net-LibIDN-0.07/debian/changelog
Net-LibIDN-0.07/debian/rules
Net-LibIDN-0.07/debian/compat
Net-LibIDN-0.07/META.yml
Net-LibIDN-0.07/_LibIDN.pm
Net-LibIDN-0.07/Changes
Net-LibIDN-0.07/Artistic
Net-LibIDN-0.07/LibIDN.xs
Net-LibIDN-0.07/MANIFEST
Net-LibIDN-0.07/_test.pl
Net-LibIDN-0.07/Makefile.PL
Net-LibIDN-0.07/README
Removing previously used /root/.cpan/build/Net-LibIDN-0.07

  CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz

/usr/bin/ld: cannot find -lidn
This module requires GNU Libidn, which could not be found.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
cpan



What am I gonna do? ;-))





-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
Marriage is the only adventure open to the cowardly.
-- Voltaire
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Net::LibIDN

2004-06-09 Thread Martin Hudec
Hello,
Odhiambo Washington wrote:
  CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz
/usr/bin/ld: cannot find -lidn
This module requires GNU Libidn, which could not be found.
What am I gonna do? ;-))
and did you try this one to install as prerequisite for Net-LibIDN?
amber# make search name=libidn
Port:   libidn-0.4.6
Path:   /usr/ports/devel/libidn
Info:   Internationalized Domain Names command line tool
Maint:  [EMAIL PROTECTED]
Index:  devel
B-deps: expat-1.95.7 gengetopt-2.11 gettext-0.13.1_1 libgnugetopt-1.2 
libiconv-1.9.1_3 libtool-1.3.5_2
R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3

And perhaps then try to install your wanted perl module from ports 
instead of CPAN:

Port:   p5-Net-LibIDN-0.07_1
Path:   /usr/ports/devel/p5-Net-LibIDN
Info:   This module provides access to the libidn library
Maint:  [EMAIL PROTECTED]
Index:  devel perl5
B-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 
libidn-0.4.6
R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 
libidn-0.4.6

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


Re: Net::LibIDN

2004-06-09 Thread Daniel Bye
On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote:
 
   CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz
 
 /usr/bin/ld: cannot find -lidn

This kind of suggests that libidn isn't yet in your ldconfig cache.  To
check, run 

# ldconfig -r | grep idn  

If it doesn't appear, run 

# ldconfig -R

Then try the cpan install again.

HTH

Dan

-- 
Daniel Bye
PSINet Europe Ltd
Brookmount Court
Cambridge
UK


pgpjDctTq3zIs.pgp
Description: PGP signature


Scanner HP 5200C: can someone please help me? I'm lost!

2004-06-09 Thread Rob Lahaye
Hi,
I have an HP 5200C scanner, attached over USB.
OS is FreeBSD 4-Stable.
In the kernel configuration file, I have this for usb support:
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  uhci# UHCI PCI-USB interface
device  usb # USB Bus (required)
device  umass   # Disks/Mass storage - Requires scbus and da
device  uscanner# Scanners
Recompiled everything etc. etc.
Now I'm trying to get through the information on this scanner  FreeBSD.
I'm quite familiar with managing FreeBSD, but here I'm totally lost.
I get this:
# sane-find-scanner
[...]
found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0
# xscanimage /dev/uscanner0
pops up a dialog that says
 Failed to open device '/dev/uscanner0'. Invalid argument.
# xscanimage
[xscanimage] No scanners were identified. If you were expecting something
  different, check that the scanner is plugged in, turned on and
  detected by sane-find-scanner (if appropriate). Please read
  the documentation which came with this software (README, FAQ,
  manpages).

In various manuals (too many talk about linux only) I learn that
I should configure/tell the kernel about the vendor and product.
I know how to (re)compile the kernel etc. but how do I tell the
kernel that I have an HP 5200C scanner?
Help is very much appreciated.
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Net::LibIDN

2004-06-09 Thread Odhiambo Washington
* Daniel Bye [EMAIL PROTECTED] [20040609 16:41]: wrote:
 On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote:
  
CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz
  
  /usr/bin/ld: cannot find -lidn
 
 This kind of suggests that libidn isn't yet in your ldconfig cache.  To
 check, run 
 
 # ldconfig -r | grep idn  


beastie# ldconfig -r | grep idn
514:-lidn.14 = /usr/local/lib/libidn.so.14
689:-lidn.13 = /usr/local/lib/compat/pkg/libidn.so.13

 

Best regards,
Odhiambo Washington
Wananchi Online Ltd.

Are you hosting your domain name with the leaders??: 
See http://webhosting.info/webhosts/tophosts/Country/KE


DISCLAIMER : http://ns2.wananchi.com/~wash/Email/disclaimer.txt
--+-
 Odhiambo W. wash(at)wananchi(dot)com   . WANANCHI ONLINE LTD (Nairobi, KE)
 http://www.wananchi.com/email/ . 1ere Etage, Loita Hse, Loita St.,
 Mobile: (+254) 722 743 223 . # 10286, 00100 NAIROBI
--+-
All of mankind has still a lot to learn. Me too... ;)


A man of many companions may come to ruin,
but there is a friend that sticks closer than a brother.
Proverbs 18:24
 

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


Re: logo rip-off?

2004-06-09 Thread George Keramidas
On 2004-06-09 22:05, Mark Beattie [EMAIL PROTECTED] wrote:
 Hi,
 
 Did you give permission to this site to use the Free BSD devil guy logo?
 http://www.coverz.com/

Actually, this is a picture copied from `slashdot.org' ;-)

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


BP

2004-06-09 Thread Edd

what is a RELENG_x_BP cvs tag? Just out of interest?

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


Re: Net::LibIDN

2004-06-09 Thread Odhiambo Washington
* Martin Hudec [EMAIL PROTECTED] [20040609 16:40]: wrote:
 Hello,
 
 Odhiambo Washington wrote:
 
   CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz
 
 /usr/bin/ld: cannot find -lidn
 This module requires GNU Libidn, which could not be found.
 
 What am I gonna do? ;-))
 
   and did you try this one to install as prerequisite for Net-LibIDN?
 
 amber# make search name=libidn
 Port:   libidn-0.4.6
 Path:   /usr/ports/devel/libidn
 Info:   Internationalized Domain Names command line tool
 Maint:  [EMAIL PROTECTED]
 Index:  devel
 B-deps: expat-1.95.7 gengetopt-2.11 gettext-0.13.1_1 libgnugetopt-1.2 
 libiconv-1.9.1_3 libtool-1.3.5_2
 R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3


I mentioned that I had installed devel/libidn. Didn't you see? ;-))


 And perhaps then try to install your wanted perl module from ports 
 instead of CPAN:
 
 Port:   p5-Net-LibIDN-0.07_1
 Path:   /usr/ports/devel/p5-Net-LibIDN
 Info:   This module provides access to the libidn library
 Maint:  [EMAIL PROTECTED]
 Index:  devel perl5
 B-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 
 libidn-0.4.6
 R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 
 libidn-0.4.6

Now this has worked for me. Thanks so much, although I don't like
installing Perl Modules using the ports, but since it works, I will
use this method in the future when I am btn a rock and a hard place.




Best regards,
Odhiambo Washington
Wananchi Online Ltd.


DISCLAIMER : http://ns2.wananchi.com/~wash/Email/disclaimer.txt
--+-
 Odhiambo W. wash(at)wananchi(dot)com   . WANANCHI ONLINE LTD (Nairobi, KE)
 http://www.wananchi.com/email/ . 1ere Etage, Loita Hse, Loita St.,
 Mobile: (+254) 722 743 223 . # 10286, 00100 NAIROBI
--+-
All of mankind has still a lot to learn. Me too... ;)


A man of many companions may come to ruin,
but there is a friend that sticks closer than a brother.
Proverbs 18:24
 

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


Re: logo rip-off?

2004-06-09 Thread Jerry McAllister
 
 Hi,
 
 Did you give permission to this site to use the Free BSD devil guy logo?
 http://www.coverz.com/

Permission requirements are pretty loose.
But, that site sure doesn't look relevant to FreeBSD in any way.
Maybe they use it on their server.   Maybe Kirk McKusick may want
to look at it.

jerry

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


Re: Net::LibIDN

2004-06-09 Thread Bill Moran
Odhiambo Washington [EMAIL PROTECTED] wrote:

 * Martin Hudec [EMAIL PROTECTED] [20040609 16:40]: wrote:
  Hello,
  
  Odhiambo Washington wrote:
  
CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz
  
  /usr/bin/ld: cannot find -lidn
  This module requires GNU Libidn, which could not be found.
  
  What am I gonna do? ;-))
  
  and did you try this one to install as prerequisite for Net-LibIDN?
  
  amber# make search name=libidn
  Port:   libidn-0.4.6
  Path:   /usr/ports/devel/libidn
  Info:   Internationalized Domain Names command line tool
  Maint:  [EMAIL PROTECTED]
  Index:  devel
  B-deps: expat-1.95.7 gengetopt-2.11 gettext-0.13.1_1 libgnugetopt-1.2 
  libiconv-1.9.1_3 libtool-1.3.5_2
  R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3
 
 I mentioned that I had installed devel/libidn. Didn't you see? ;-))
 
  And perhaps then try to install your wanted perl module from ports 
  instead of CPAN:
  
  Port:   p5-Net-LibIDN-0.07_1
  Path:   /usr/ports/devel/p5-Net-LibIDN
  Info:   This module provides access to the libidn library
  Maint:  [EMAIL PROTECTED]
  Index:  devel perl5
  B-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 
  libidn-0.4.6
  R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 
  libidn-0.4.6
 
 Now this has worked for me. Thanks so much, although I don't like
 installing Perl Modules using the ports, but since it works, I will
 use this method in the future when I am btn a rock and a hard place.

Probably what happened is that FreeBSD installs libidn in a different location
than Linux-centrix CPAN expects, thus installing the module from CPAN, it can't
find it.  When you install perl modules from ports, the FreeBSD ports magic
ensures that the proper (in the FreeBSD world) locations are checked.

The upshot being, if you don't install everything from ports, you need to learn
how to tell the installation program where to look for dependencies.  There's
probably some option you can pass to CPAN to tell it where to look.

On the flip side, I'm not 100% sure this was the problem, but it's the most
common reason I've seen for this kind of failure.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to turn off keyboard bell

2004-06-09 Thread Bob
Hi there,

I'm having a difficult time turning off the keyboard bell.  I have tried 
kbdcontrol -b off and setting keybell=NO in rc.conf, but this only shortens 
it down to a chirp.  If I set kbdcontrol -b visual, then the audible bell goes 
away completely and I get a flashing screen instead.  What am I missing here?  
How can I turn the bell off completely?  This is on a fresh install of 4.9.

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


apache segfault (11)

2004-06-09 Thread Antoine Jacoutot
Hi :)

I'm having a very big problem with latest apache from ports under 5.2.1.
First let me say that all my ports are up-to-date.
Now, I use Apache+php+mysql with Horde for webmail.

Since a couple of days, the webmail is almost impossible to use, login in 
takes forever and usually ends with an error page saying couldn't get 
http://www.domain.com/horde/blablabla.php

In the Apache logs (debug), I only get this:
[notice] child pid 68233 exit signal Segmentation fault (11)

I tried to look everywhere but couldn't find a answer for this problem.
The top command issue a regular line, no strange processes eating the CPU...

Any idea ?
Thanks in advance and let me know if you need more information.

apache+mod_ssl-1.3.31+2.8.18_3
php4-4.3.7_1

Regards,

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


Re: Net::LibIDN

2004-06-09 Thread Dan Nelson
In the last episode (Jun 09), Daniel Bye said:
 On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote:
  
CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz
  
  /usr/bin/ld: cannot find -lidn
 
 This kind of suggests that libidn isn't yet in your ldconfig cache.

No, it doesn't; ldconfig is used by the run-time linker (ld-elf.so.1),
not the compile-time linker (ld, usually via gcc).  What's missing is a
-L/usr/local/lib someplace, which is one reason that using ports is a
good idea: ports know where their dependencies live :)

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


Backup question

2004-06-09 Thread Karen Donathan
Hello.

 What is the best way to back up the html directory?  We do not have a
tape drive.  Is there a way to have an automated .tar file created and
sent as email so I could save it on another server?  Any help would be
great!

Thanks
Karen Donathan
George Washington High School
Charleston, WV
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Parallel Printer Problem

2004-06-09 Thread Ben Timby
My first thought is to check your BIOS, and try enabling/disabling any 
auto config features associated with this port. In my experience, ppc0 
*just works*. However, I did a google groups search, and I found some 
threads describing your problem, and providing solutions along these lines.

http://groups.google.com/groups?q=ppc0%3A%20cannot%20reserve%20I%2FO%20port%20rangehl=enlr=ie=UTF-8sa=Ntab=wg
Good luck!
Donald Szatkowski wrote:
Thank you for considering my question.
I am having trouble getting a direct parallel port printer to work. I have 
narrowed the problem down to the initial boot process, but am unable to 
resolve the problem of no printer port. The problem is that the parallel port 
fails to initialize at startup.

#uname -a 
	FreeBSD bsd4_10.maingear.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0:
	Tue May 25 22:47?12 GMT 2004
	[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386	

#dmesg:
	Copyright (c) 1979,1980,1983,1986,1988,1989,1991,1992,1993,1994
		The Regents of the University of California, All rights reserved.
	FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004
		[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
	Timecounter i8254 frequency 1193182 Hz
	CPU: Pentium/P54C (99.47-MHz 586-class CPU)
		Origin= GenuineIntel  Id = 0x525  Stepping = 5
		Features=0x1bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8
	real memory = 134217728  (131072K bytes)
	avail memory = 125169664  (122236K bytes)
	Intel Pentium detected, installing workaround for F00F bug
	md0: Malloc disk
	npx0: math processor on motherboard
	npx0: INT 16 interface
	pcib0: Host to PCI Bridge on motherboard
	pci0: PCI bus on pcib0
	isab0: Intel 82371FB PCI to ISA bridge at device 7.0 on pci0
	isa0: ISA bus on isab0
	atapci0: Intel PIIX ATA controller port 0xffa0-0xffaf at device 7.1 on pci0
	ata0: at 0x1f0 irq 14 on atapci0
	ata1: at 0x170 irq 15 on atapci0
	pci0: S3 Trio graphics accelerator at 14.0 irq 9
	dc0: AEMtek AN985 10/100BaseTX port 0xfc00-0xfcff mem 0xffbeec00-oxffbeefff 
		irq 10 at device 15.0 on pci0
	dc0: Ethernet address: 00:20:78:1e:be:f7
	miibus0: MII bus on dc0
	ukphy0: Generic IEEE 802.3u media interface on miibus0
	ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
	orm0: Option ROMs at iomem 0xc-0xed000, 0xed000-0xedfff on isa0
	pmtimer0 on isa0
	fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irrq 6 drq 2 on  isa0
	fdc0: FIFO enabled, 8 bytes threshold
	fd0: 1440-KB 3.5 drive on fdc0 drive 0
	atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
	atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
	kbd0 at atkbd0
	psm0: PS/2 Mouse irq 12 on atkbdc0
	psm0: model Generic PS/2 mouse, device ID 0
	vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
	sc0: System console at flags 0x100 on isa0
	sc0: VGA 16 virtual consoles, flags=0x300
	sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
	sio0: type 16550A
	sio1 at port 0x2f8-0x2ff issq 3 on isa0
	sio1: type 16550A
	ppc0: cannot reserve I/O port range
	ad0: 58644MB Maxtor 6Y060L0 [119150/16/63] at ata0-master WDMA2
	acd0: CDROM SAMSUNG CD-ROM SC-140 at ata1-master PIO4
	mounting root from ufs:ad0s1a
#

The following is info from Windows98 system report:
IRQ usage summary:
07 - Printer port (LPT1)
I/O port usage summary:
03BCh-03BFh - Printer port (LPT1)
The following was attempted:
# /dev/MAKEDEV lpt0
# dmesg | grep lpt0
no response, just returned to root cursor
#
ALSO:
#dmesg:Boot
ppc0: cannot reserve I/O port range
From the dmesg at boot, it is obvious that the ppc0 cannot reserve I/O range 
needed for the parallel port.  My problem is , I don't know what to do NOW
I can find no reference in the Handbook or in FAQ's that address my problem.
Can anyone assist in getting this printer to work?

by the way, printer works fine with 98.
Thanks in advance
Donald Szatkowski
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to turn off keyboard bell

2004-06-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Bob wrote:
Hi there,
I'm having a difficult time turning off the keyboard bell.  I have tried 
kbdcontrol -b off and setting keybell=NO in rc.conf, but this only shortens 
it down to a chirp.  If I set kbdcontrol -b visual, then the audible bell goes 
away completely and I get a flashing screen instead.  What am I missing here?  
How can I turn the bell off completely?  This is on a fresh install of 4.9.

-Bob
 

Using tcsh as shell:
$set nobeep
Don't know about sh/bash and friends...
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: logo rip-off?

2004-06-09 Thread Edd

Are they not just images that are supplied with that content management
system?

On 6/9/2004, Jerry McAllister [EMAIL PROTECTED] wrote:


 Hi,

 Did you give permission to this site to use the Free BSD devil guy logo?
 http://www.coverz.com/

Permission requirements are pretty loose.
But, that site sure doesn't look relevant to FreeBSD in any way.
Maybe they use it on their server.   Maybe Kirk McKusick may want
to look at it.

jerry


 cheers

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


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


Apache-MySQL-PHP from ports

2004-06-09 Thread Grant Peel
Hi all,

TO this point, I have been installing everything from source. Starting with
the new servers, which I am working on now, I would like to do as much as
possible from ports.

I have mysql installed correctly.

I need now to install PHP and Apache.

The source type install would require to run ./configure with a few options,
then back to the PHP source dir, run ./configure with a few options, make,
make install, then back to the apache dir, re ./configure, make, make
install, etc etc.

Since ports have patches and some Makefile options set, is it permissable to
go to the Apache or PHP port dir, run the make, then rerun ./configure so as
to emulate the steps above?

Eventually, When it becomes time to comile apache, I will need to add the
FrontPage patch as well. All this considered, woould I be better to keep
installing all from source, or still try to stick to the ports method?


-Grant


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


Re: Backup question

2004-06-09 Thread Michael Hollmann
hi
there ara many ways:
- tar to dvd +/- rw
- tar and scp to another unix server
- tar and smbclient to another windows server
- tar and mail
regards michael
Karen Donathan wrote:
Hello.
 What is the best way to back up the html directory?  We do not have a
tape drive.  Is there a way to have an automated .tar file created and
sent as email so I could save it on another server?  Any help would be
great!
Thanks
Karen Donathan
George Washington High School
Charleston, WV
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: apache segfault (11)

2004-06-09 Thread Antoine Jacoutot
Selon BSDBoy [EMAIL PROTECTED]:
 Did you use any nonstandard optimizations while compiling apache? Also let

Nope, nothing.

 us know if apache is running in chroot environment. Could u also paste about

No, it is a default install, no chroot.

 30 lines from the last of the apache log? Also did you portupgrade -a after
 u cvsuped the port tree? uname -a please.

Yes, of course I portugraded :)

uname -a:
FreeBSD mcp.lphp.local 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Tue Jun  8
11:30:17 CEST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MCP  i386

Apache logs:
[Wed Jun  9 16:02:26 2004] [info] mod_unique_id: using ip addr 192.168.0.1
Processing config directory: /usr/local/etc/horde
 Processing config file: /usr/local/etc/horde/httpd.conf.horde
 Processing config file: /usr/local/etc/horde/httpd.conf.imp
 Processing config file: /usr/local/etc/horde/httpd.conf.kronolith
 Processing config file: /usr/local/etc/horde/httpd.conf.mnemo
 Processing config file: /usr/local/etc/horde/httpd.conf.nag
 Processing config file: /usr/local/etc/horde/httpd.conf.turba
[Wed Jun  9 16:02:27 2004] [info] (2)No such file or directory: make_sock: for
port 443, setsockopt: (SO_ACCEPTFILTER)
[Wed Jun  9 16:02:27 2004] [info] (2)No such file or directory: make_sock: for
port 80, setsockopt: (SO_ACCEPTFILTER)
[Wed Jun  9 16:02:27 2004] [info] mod_unique_id: using ip addr 192.168.0.1
[Wed Jun  9 16:02:28 2004] [notice] Apache/1.3.31 (Unix) PHP/4.3.7
mod_ssl/2.8.18 OpenSSL/0.9.7c-p1 configured -- resuming normal operations
[Wed Jun  9 16:02:28 2004] [info] Server built: Jun  9 2004 10:41:36
[Wed Jun  9 16:02:28 2004] [notice] Accept mutex: flock (Default: flock)
[Wed Jun  9 16:07:58 2004] [error] [client 82.120.59.186] request failed: URI
too long
[Wed Jun  9 16:12:07 2004] [notice] child pid 68233 exit signal Segmentation
fault (11)
[Wed Jun  9 16:12:56 2004] [error] [client 192.168.0.2] File does not exist:
/usr/local/www/horde/favicon.ico
[Wed Jun  9 16:34:12 2004] [notice] child pid 68633 exit signal Segmentation
fault (11)
[Wed Jun  9 16:35:12 2004] [notice] child pid 68158 exit signal Segmentation
fault (11)

Thanks for helping.

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


Re: Apache-MySQL-PHP from ports

2004-06-09 Thread Edd

I sure that most of this can be done by setting environmental variables.
Also the PHP port presents you with a pretty screen allowing you to
choose waht to build in. Maybe apache does this too, but I havent
compiled it in a while and cant remember. Best thing you can do is
examine the Makefiles.

Good Luck!

On 6/9/2004, Grant Peel [EMAIL PROTECTED] wrote:

Hi all,

TO this point, I have been installing everything from source. Starting with
the new servers, which I am working on now, I would like to do as much as
possible from ports.

I have mysql installed correctly.

I need now to install PHP and Apache.

The source type install would require to run ./configure with a few options,
then back to the PHP source dir, run ./configure with a few options, make,
make install, then back to the apache dir, re ./configure, make, make
install, etc etc.

Since ports have patches and some Makefile options set, is it permissable to
go to the Apache or PHP port dir, run the make, then rerun ./configure so as
to emulate the steps above?

Eventually, When it becomes time to comile apache, I will need to add the
FrontPage patch as well. All this considered, woould I be better to keep
installing all from source, or still try to stick to the ports method?


-Grant


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


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


Re: Backup question

2004-06-09 Thread Micheal Patterson

- Original Message - 
From: Karen Donathan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 9:29 AM
Subject: Backup question


 Hello.

  What is the best way to back up the html directory?  We do not have a
 tape drive.  Is there a way to have an automated .tar file created and
 sent as email so I could save it on another server?  Any help would be
 great!

 Thanks
 Karen Donathan
 George Washington High School
 Charleston, WV
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


Sure, have a crontab do the tar daily and then use mutt to send it as an
attachment to the desired email address. Keep in mind, if you're not doing
the mail services yourself, some mail servers limit the file size of
attachments.

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.



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


Re: Apache-MySQL-PHP from ports

2004-06-09 Thread Bill Moran
Grant Peel [EMAIL PROTECTED] wrote:

 Hi all,
 
 TO this point, I have been installing everything from source. Starting with
 the new servers, which I am working on now, I would like to do as much as
 possible from ports.
 
 I have mysql installed correctly.
 
 I need now to install PHP and Apache.
 
 The source type install would require to run ./configure with a few options,
 then back to the PHP source dir, run ./configure with a few options, make,
 make install, then back to the apache dir, re ./configure, make, make
 install, etc etc.
 
 Since ports have patches and some Makefile options set, is it permissable to
 go to the Apache or PHP port dir, run the make, then rerun ./configure so as
 to emulate the steps above?
 
 Eventually, When it becomes time to comile apache, I will need to add the
 FrontPage patch as well. All this considered, woould I be better to keep
 installing all from source, or still try to stick to the ports method?

Hehe ...
You're underestimating the ports.

I would suggest you follow the following steps:
1) cd /usr/ports/www/mod_php4  make install
2) Wait a bit for the download
3) Be pleasantly surprised

p.s. I was going to just tell you what will happen, but I think it'll be more
fun if you're just pleasantly surprised :)

p.p.s. Yes, you could do what you suggest, and it would work, but I think you'll
be pleasantly surprised that you don't have to :)

p.p.p.s.  Once PHP is installed, just go to the mod_frontpage directly and
install it, it will add the module to Apache

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Up/downgrading stable and ports question

2004-06-09 Thread Lefteris Tsintjelis
Hi,

If I up/downgrade from 4.8 to 4.10 or the other way arround would it
be a good idea to also recompile all ports?

Please CC

TIA


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


Re: Backup question

2004-06-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Karen Donathan wrote:
Hello.
What is the best way to back up the html directory?  We do not have a
tape drive.  

There are many.  Keep watching the list and some might show up.

Is there a way to have an automated .tar file created and
sent as email so I could save it on another server?  Any help would be
great!
Thanks
Karen Donathan
George Washington High School
Charleston, WV
 

There are lots of ways, I'm sure, although, like I said, this strategy
might not be the best option --- I'm no expert.  OTOH, if it works ...
Hmm, something like this in cron?  You'd need to get acquainted
with shar(1), that old sneaky archiving process
tar -R mydir -cf mydir.tar  shar mydir.tar  mydir.tar.shar  mail 
[EMAIL PROTECTED]  mydir.tar.shar

HTH,
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fstab

2004-06-09 Thread Jerry McAllister
 
 
  It would be whatever you used in the disklabel run (or the one done
  for you if you use sysinstall).   'd' is unlikely and so is 'c'
 
 d is highly likely and is what you get if you use sysinstall in 5.x.  I 
 have about 25 drives with a d partition.
 d certainly is unlikely in 4.x
 c will appear in the list but shouldnt be used to mount

Well, another 5.x thing I guess.

If I could get all the 4.9 stuff out of the way, and free up a machine, I
might get started looking at 5.xxx.

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


Re: Backup question

2004-06-09 Thread Bill Moran
Karen Donathan [EMAIL PROTECTED] wrote:

 Hello.
 
  What is the best way to back up the html directory?  We do not have a
 tape drive.  Is there a way to have an automated .tar file created and
 sent as email so I could save it on another server?  Any help would be
 great!

Ah ... a neophyte unwittingly asking to be taught the magic of shell-scripting.

Yes, you can do everything you ask.  The trick is to write a shell script to
automate it for you, then add the shell script to cron to be automagically
executed on a schedule.

Here's my suggestion:
1) Study the attached shell script, it backs up to a seperate HDD, but it'll
   give you an idea of how things work
2) Read up on man mail to learn how to use the mail program from a shell
   script
3) Write your own and test it from the command line.
4) Add a cron entry to automate it.
5) Once you're getting good backups, look into using rsync to make the process
   even smoother.

begin simple backup shell script
#!/bin/sh
 
# Takes the files in /backup/source and bzips them into an
# archive in /backup/archive
# Also deletes archive files older than a certain amount
 
DATE=`/bin/date +%F`
MAXAGE=14
 
/usr/bin/tar cyf /backup/archive/backup-${DATE}.tbz /backup/source  /dev/null 21
/usr/bin/find /backup/archive -mtime ${MAXAGE} -delete
end simple backup shell script

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Backup question

2004-06-09 Thread Matthew Seaman
On Wed, Jun 09, 2004 at 10:29:27AM -0400, Karen Donathan wrote:

  What is the best way to back up the html directory?  We do not have a
 tape drive.  Is there a way to have an automated .tar file created and
 sent as email so I could save it on another server?  Any help would be
 great!

Yeah.  This sort of thing is easy to do with a very small shell
script.  From your specifications, something like this will do the
job:

#!/bin/sh

PATH=/bin:/usr/bin ; export PATH

htmldir=/usr/local/www/data
recipient=[EMAIL PROTECTED]
today=$(date +%Y%m%d)

tar -cvjf - ${htmldir} | uuencode backup-${today}.tar.bz2 | \
mail -s Backup of ${htmldir} on ${today} ${recipient} \
/var/log/backup.log 21

Save that to a file, make it executable and run it out of root's
crontab on a daily basis:

@daily /usr/local/bin/mybackupscript

(be sure you understand the difference between /etc/crontab and
/var/cron/tabs/root, and how to use crontab(1) correctly: do *not*
feed /etc/crontab into the crontab command.)

The recipient should use procmail or similar to feed the backup
messages into uudecode and so extract the compressed tar file.

Cheers,

Matthew

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


pgpXU3B2hUKU9.pgp
Description: PGP signature


Re: Apache-MySQL-PHP from ports

2004-06-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Grant Peel wrote:
Hi all,
TO this point, I have been installing everything from source. Starting with
the new servers, which I am working on now, I would like to do as much as
possible from ports.
I have mysql installed correctly.
I need now to install PHP and Apache.
The source type install would require to run ./configure with a few options,
then back to the PHP source dir, run ./configure with a few options, make,
make install, then back to the apache dir, re ./configure, make, make
install, etc etc.
Since ports have patches and some Makefile options set, is it permissable to
go to the Apache or PHP port dir, run the make, then rerun ./configure so as
to emulate the steps above?
 

Yes, but you'd defeat the point of it running all 3 steps automagically.
Eventually, When it becomes time to comile apache, I will need to add the
FrontPage patch as well. All this considered, woould I be better to keep
installing all from source, or still try to stick to the ports method?
 

I would think that defining the desired options in 
/usr/local/etc/php.conf would allow
you to get things configured as you like them with a one liner (make 
install clean);
I tend to just use the defaults, though.  See make(1), make.conf(5), 
/usr/ports/mk/bsd.php.mk,
and /usr/local/etc/php.conf (now, whether or not you have the last two 
if you've
never done it from ports, I dunno)

For FP, can't you just load the module?
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X Session Attach/Detach?

2004-06-09 Thread Vince Hoffman


On Wed, 9 Jun 2004, Andy Harrison wrote:

 I was just wondering if there was any software to allow this?  I've
 been googling around a bit, but not coming up with anything specific.
 Sort of like the Sunrays where you can detach from your local machine
 where you're working, go to another machine, then reattach to the same
 X session.  Yes, I'm aware of tools like vnc and the like, but I was
 wondering if there was anything more seamless.

Have a look at xmove

xmove is a pseudoserver (much like lbx) which allows you to move
X-Clients between different displays, or even suspend and resume them.

Its a prxy server a bit like the lbx proxy but not too hard to setup from
what i remember.

 --
 Andy Harrison
 (full headers for details)
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Up/downgrading stable and ports question

2004-06-09 Thread Matthew Seaman
On Wed, Jun 09, 2004 at 05:58:10PM +0300, Lefteris Tsintjelis wrote:

 If I up/downgrade from 4.8 to 4.10 or the other way arround would it
 be a good idea to also recompile all ports?

It shouldn't be necessary.  Wouldn't bother if I were you.

Cheers,

Matthew

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


pgpOjjZX9kPIq.pgp
Description: PGP signature


Re: setting up a system with no keyboard

2004-06-09 Thread doug
thanks - I would not have known to try that

On Sat, 5 Jun 2004, Dan Nelson wrote:

 In the last episode (Jun 05), [EMAIL PROTECTED] said:
  The question is: can I gain access without one?
 
  The system with no keyboard is 4.8, the rub is it is configured with
  an IP address not on the LAN. I have physical access to the system.
 
  I tried: route add 204.156.12.157 -interface ep0 and sorta got what
  I wanted.

 The best way would be to do something like

 ifconfig ep0 inet 204.156.12.156 netmask 255.255.255.0 alias

 , since you have no guarantees that the remote system has a route back
 to your real IP address.  With an aliased IP, the remote system should
 realize it's talking to a machine on the same subnet.

 Just make sure the ip address you pick isn't already in use.

 --
   Dan Nelson
   [EMAIL PROTECTED]


_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd- Newby question

2004-06-09 Thread arden

On Tue, 2004-06-08 at 23:09, Bill Moran wrote:
 LW Ellis [EMAIL PROTECTED] wrote:
 
  I am trying to learn unix. I need a recommendation for a good beginers book
  (eg: Unix for dummies)
  I install Freebsd on an old desktop, but I have never used unix, and need a
  starting point.
 
 _The_Comlete_FreeBSD_ by Greg Lehey has a lot of good chapters for beginners,
 and as you learn, it'll still have a lot to teach you.
 
 The online FreeBSD Handbook also has a chapter on basics:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics.html

im not a book sort of person I tend to find the best way to learn a new
os is to decide what i need it to do and research it on the web. When
you have a system you can use then start exploring what other cool
functions it has 

arden  
 
 HTH

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


Re: Problem: cannot install on Dell 400SC

2004-06-09 Thread Jerry McAllister
 
 Is the SCSI channel terminated properly? What is the LUN of the HDD?

The SCSI cable appears to be terminated.  It has a terminator block
on the end of the cable just past the hard drive.

As for the LUN, I think it would be '0' on channel 'B' if I am
making sense of the BIOS screen.   Once I get that close to the
hardware, I am getting out of my level.   It has a setting that
says scan LUNs greater than 0 and that is set to yes by default.
The SCSI itself appears to be set to LUN 7, by the way.

jerry

 
 BSDBoy
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jerry McAllister
 Sent: Wednesday, June 09, 2004 4:57
 To: [EMAIL PROTECTED]
 Cc: Jerry McAllister
 Subject: Problem: cannot install on Dell 400SC
 
 Hi,
 
 I am hoping someone can give us some clues about this problem.
 A couple of us have done some searching, but found nothing that
 bears directly on it.   Maybe some different search clues might
 also help.   I am hoping for more than just it won't work, because...
 but, even a conclusive one of those would get us off the point - which
 begins to dig in after a while...
 
 Sorry this is rather long, but I wanted to include anything that
 might possibly be relevant.   Here goes.
 
 One of our sites recently purchased a Dell Poweredge 400SC and
 wants to run our school district network server system on it.
 Our system is currently based on FreeBSD 4.9 with some modifications
 to control the initial installation and aid in system management.
 We have it running on a number of other Dell Poweredge machines but
 not this particular model and especially not the LSIL SCSI controller.
 
 It has a  2.4G Celeron CPU,
   1 GB Memory
   Planar PE400SC, A/N, 2 Motherboard
   LSI Logics 53C1030 SCSI controller
   Fujitsu 36GB MAP337NP SCSI U320, 10K, 68 Pin connector hard drive.
   + NIC, IDE controller, CDROM, Tape drive, etc.
 
 Although this model was not our recommendation, it would look like,
 on paper, that it should at least, function.   But,,,
 
 We cannot get any FreeBSD system to install on it, not ours or even
 a straight FreeBSD 4.9 or 5.2.1 system - and I just tried 4.10 too with
 the same result.
 
 It reads the CD, boots into the sysinstall or our install system just
 fine.   It appears to do the fdisk and disklabel just fine.   Then it
 hangs or appears to hang trying to do the newfs.   It puts out the message
 about writing superblocks and then nothing more comes out - no list
 of superblocks of any kind, not even the first.
 
 I have made up variations on our version of sysinstall with additional
 messages but have not gotten any information that means anything to me.
 
 After a wait of several minutes it writes stuff to the ALT console.
 
 If I let it set long enough (hours) it puts out a failed message.
 
 
 I didn't have any MS install media handy, But did have my Partition Magic
 emergency boot floppies around so I used them to take a look after
 having attempted to do first our install, then FreeBSD 4.9 and finally
 FreeBSD 5.2.1.
 
 PM quite happily looked at things and recognized the FreeBSD slice (which,
 of course it called a partition).  So, I deleted the slice and created
 two and used the FreeBSD install CD to attempt to install on the second
 slice (da0s2) which it seemed happy to do.After checking again with
 PM and seeing that the new slicing had the FreeBSD id one it I popped in
 another FreeBSD cd and sysinstall happily read up that label with all
 the FreeBSD partitions (a,b,e,f,g,h) that I had made.   So, FreeBSD can
 obviously write some part of the disk.   But, newfs still would get to
 writing superblocks and then nothing more happened.
 
 That is the thing that seems odd to me.  It does write to some part of
 the disk, enough to write label information.   But, it does not seem
 to be able to do any other type of write to the disk.   So, are the
 writes so different that a controller can handle one and not the other?
 There are several LSIL SCSI controllers listed in the hardware list and
 some in the 53C series, but not exactly 53C1030.   Can the write be
 enough similar to handle labels, but not other stuff?
 
 One of the other people in our group put Linux on it - Debian I believe
  - and it appeared to install and write the disk just fine.  So, I take
 that to mean that it isn't really just a flawed disk, though I suppose
 that is still possible.
 
 So, here is a blow-by-blow using any of the FreeBSD RELEASE cds I
 happen to have handy (4.9. 5.2.1 and 4.10).
 
 Basically, everything looks like it is going fine until after
 I select commit.
 It happily puts up a message on the curses screen saying
 
   Making a new root filesystem on /dev/da0s1a
 
 Then it stops and appears to do no more - at least for a long time.
 
 Here are the ALT-F2 console messages from when it starts to operate on
 the disk:
 
 |DEBUG: Scanning disk da0 for root filesystem
 |DEBUG: Scanning disk 

Re: Scanner HP 5200C: can someone please help me? I'm lost!

2004-06-09 Thread Joe Altman
On Wed, Jun 09, 2004 at 10:50:21PM +0900, Rob Lahaye wrote:
 
 Hi,
 
 I have an HP 5200C scanner, attached over USB.
 OS is FreeBSD 4-Stable.
 
 In the kernel configuration file, I have this for usb support:
 device  scbus   # SCSI bus (required)
 device  da  # Direct Access (disks)
 device  uhci# UHCI PCI-USB interface
 device  usb # USB Bus (required)
 device  umass   # Disks/Mass storage - Requires scbus and da
 device  uscanner# Scanners
 
 Recompiled everything etc. etc.
 
 Now I'm trying to get through the information on this scanner  FreeBSD.
 I'm quite familiar with managing FreeBSD, but here I'm totally lost.

Have you installed Xsane? If not, I recommend it. Of, if you prefer
some other GUI, there may be one bundled with Gnome or KDE. Then, you
should read the docs for Xsane or whatever GUI you choose. The docs
for Xsane will point you to Sane, and its docs, so follow those
pointers. I have one of these x200c thingies, and they do work with
Sane/Xsane.  Or at least, mine does.

You can check here for your scanner:

http://www.sane-project.org/sane-backends.html

 I get this:
 
 # sane-find-scanner
 [...]
 found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0
 
 # xscanimage /dev/uscanner0
 
 pops up a dialog that says
  Failed to open device '/dev/uscanner0'. Invalid argument.
 
 # xscanimage
 [xscanimage] No scanners were identified. If you were expecting something
   different, check that the scanner is plugged in, turned on and
   detected by sane-find-scanner (if appropriate). Please read
   the documentation which came with this software (README, FAQ,
   manpages).
 
 In various manuals (too many talk about linux only) I learn that
 I should configure/tell the kernel about the vendor and product.
 
 I know how to (re)compile the kernel etc. but how do I tell the
 kernel that I have an HP 5200C scanner?

If you read the documents, you will find that there is at least one
configuration file you will need to edit for your scanner. I don't
have access to my box right now, but IIRC the file is in
/usr/local/etc/ ?

-- 
Someone dial 911. My bling-bling was stolen and smuggled into Syria.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


64 bits PCI gigabit Network card

2004-06-09 Thread Peter Kok
Hi all
Does freebsd support 64 bits PCI gigabit Network card?
how about D Link DGE-550SX
Thank you
Peter
_
MSN Premium with Virus Guard and Firewall* from McAfee® Security : 2 months 
FREE*   
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines

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


java not running .jar files without absolute path. (take II)

2004-06-09 Thread epilogue
On Wed, 9 Jun 2004 11:52:11 +0100 (BST)
Jan Grant [EMAIL PROTECTED] wrote:

 On Wed, 9 Jun 2004 [EMAIL PROTECTED] wrote:
 
   which java
  /usr/local/jdk1.4.2/bin/java
 
   java -jar Jreepad-1.0.jar
  Error: could not find libjava.so
  Error: could not find Java 2 Runtime Environment.
 
  however, the program will run with an absolute path:
   /usr/local/jdk1.4.2/bin/java -jar Jreepad-1.0.jar
 
 
  i don't see any typos in my $PATH (witness 'which' result above).
 
  the same occurs with linux-sun-jdk (when i put it earlier in the $PATH)
 
  am i missing something?  is this standard behaviour for java?
 
 Works for me; is JAVA_HOME set to something broken in your environment?
 

hello jan,

 echo $JAVA_HOME
JAVA_HOME: Undefined variable.

hmmm.  i don't recall ever setting that variable.  yet, i do recall
this not being an issue with previous installs of java.

is JAVA_HOME a variable that is required? shouldn't the $PATH entry be
sufficient?

thanks.

 -- 
 jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
 Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
 ( echo ouroboros; cat )  /dev/fd/0 # it's like talking to yourself
 sometimes
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Improper shutdown of system / Fragmentation Problems / Boot logs

2004-06-09 Thread Randy Pratt
On Wed, 9 Jun 2004 07:05:43 +0800
Robert Storey [EMAIL PROTECTED] wrote:

 
  I am kinda new to FBSD, still kinda learning stuff. Anyway, when my
  system boots i see all kinda fragmentation information. How do I
  correct this? Any good reading material? 
 
 FreeBSD will defragment itself without any action from the user.
 However, defragmentation requires some blank space, and (ideally) you
 should not let any partition get more than 80% full. You can check on
 that with df -h:

I've been running partitions well over 90% for over six years on
FreeBSD and have not seen any problems with doing so.

Do you have a FreeBSD documentation reference for that 80% figure?

Thanks,

Randy

 [EMAIL PROTECTED]:~ df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/ad0s2a   248M68M   160M30%/
 devfs 1.0K   1.0K 0B   100%/dev
 /dev/ad0s2g   2.4G   281M   1.9G13%/home
 /dev/ad0s2e   248M   1.2M   227M 1%/tmp
 /dev/ad0s2f   8.7G   2.4G   5.6G30%/usr
 /dev/ad0s2d   248M17M   211M 8%/var
 
 The column labeled Capacity tells you the percentage of space being
 consumed - over 80% would be bad. Note that the devfs uses 100% (on
 FBSD 5.x, it doesn't exist on 4.x) - that's no problem, it's not a
 partition and it will always be 100%.
 
 regards,
 Robert
 
 


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


two tar issues: man page and --totals behaviour

2004-06-09 Thread Stefan A. Deutscher

Hi folks,

  just noticed two issues with tar on FreeBSD 5.1 (actually, it is
GNU tar 1.13.25):

(1) The man page is somewhat out of sync with what tar --help shows
in terms of options

Should I submit a PR for that one, or send a bug report to the gnu
tar maintainers, or both?


(2) The option --totals, according to the docs and --help, is supposed
to show the bytes _written_. It does not quite:

- When running plain 'tar c', it actually shows the bytes written.

- When running tar with any of the built-in compression flags, such
  as 'tar -c -{z,Z,y}', it shows the exact same number of bytes as
  when invoked without these flags.
  
While, technically, it might show the bytes written _to_ the
compression program, for all practical purposes it appears to show
what was _read_ from disk. The space used on tape may be
significantly smaller.

I understand that for backwards compatibility one cannot just change
the behaviour of this flag from one day to another. Fixing the docs
might be the easy way out, but I'd like to suggest the addition of
some flag that reports what was actually written _to_ the tape
device.

Even if the device-internal HW compression may change what actually
ends up on tape (i.e. compressing uncompressed stuff somewhat while
probably not gaining anything on gzip or bzip2), this would give a
better indicator of tape usage and space left on a tape.

I have no idea whether this  has been discussed here already, google
didn't like me enough to turn up relevant threads. Nor do I know how
the upcoming bsdtar handles that flag's behaviour.

Again, should I submit  a PR for that one, or send a bug report to
the gnu tar folks, or both?



Cheers,
  Stefan


-- 
this space intentionally left blank



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


Re: Improper shutdown of system / Fragmentation Problems / Boot logs

2004-06-09 Thread Bill Moran
Randy Pratt [EMAIL PROTECTED] wrote:

 On Wed, 9 Jun 2004 07:05:43 +0800
 Robert Storey [EMAIL PROTECTED] wrote:
 
  
   I am kinda new to FBSD, still kinda learning stuff. Anyway, when my
   system boots i see all kinda fragmentation information. How do I
   correct this? Any good reading material? 
  
  FreeBSD will defragment itself without any action from the user.
  However, defragmentation requires some blank space, and (ideally) you
  should not let any partition get more than 80% full. You can check on
  that with df -h:
 
 I've been running partitions well over 90% for over six years on
 FreeBSD and have not seen any problems with doing so.
 
 Do you have a FreeBSD documentation reference for that 80% figure?

man tunefs

See, in particular, the section on the -m option, which describes (in brief)
the known performance problems and how FreeBSD reacts.

Robert's numbers aren't quite right.  The point at which performance starts to
suck is 90% full.

You won't have any _problems_, it's just that performance will degrade,
according to the man page, up to 3x slower.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kernel compile make don't know how to make @/dev/fb/fbreg/h.

2004-06-09 Thread mark tracie
after config and make depend (which report no problems) make stops at the 
following point. i don't have any more ideas. i have compiled a kernel oon 
this system before ( i just want to have sound) and it worked fine.



=== syscons/daemon
=== syscons/dragon
=== syscons/fade
=== syscons/fire
=== syscons/green
=== syscons/logo
=== syscons/rain
=== syscons/snake
=== syscons/star
=== syscons/warp
=== syscons/apm
make: don't know how to make @/dev/fb/fbreg/h. Stop
*** Error code 2

Stop in /usr/src/sys/modules/syscons.
*** Error code 1

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

Stop in /usr/src/sys/compile/amd600.

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


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Jerry McAllister
 
 On Wed, 9 Jun 2004 07:05:43 +0800
 Robert Storey [EMAIL PROTECTED] wrote:
 
  
   I am kinda new to FBSD, still kinda learning stuff. Anyway, when my
   system boots i see all kinda fragmentation information. How do I
   correct this? Any good reading material? 
  
  FreeBSD will defragment itself without any action from the user.
  However, defragmentation requires some blank space, and (ideally) you
  should not let any partition get more than 80% full. You can check on
  that with df -h:
 
 I've been running partitions well over 90% for over six years on
 FreeBSD and have not seen any problems with doing so.
 
 Do you have a FreeBSD documentation reference for that 80% figure?

It is mentioned as a recommendation.  It is not an absolute.
Do a little searching and you will probably find some references.
We have some that run in to the 90-s most of the time too.  It
depends on what you are actually doing.   If it is a fairly stable
collection of data that doesn't get a lot written to it most of
the time, it shouldn't matter.   If it is very volatile - lots of
files come and go, then it could make a bigger difference.  Unless
it gets to the 100% mark (except for root) with that 100% being with
the set-aside already taken out, it shouldn't cause anything to crash.

jerry

 
 Thanks,
 
 Randy
 
  [EMAIL PROTECTED]:~ df -h
  FilesystemSize   Used  Avail Capacity  Mounted on
  /dev/ad0s2a   248M68M   160M30%/
  devfs 1.0K   1.0K 0B   100%/dev
  /dev/ad0s2g   2.4G   281M   1.9G13%/home
  /dev/ad0s2e   248M   1.2M   227M 1%/tmp
  /dev/ad0s2f   8.7G   2.4G   5.6G30%/usr
  /dev/ad0s2d   248M17M   211M 8%/var
  
  The column labeled Capacity tells you the percentage of space being
  consumed - over 80% would be bad. Note that the devfs uses 100% (on
  FBSD 5.x, it doesn't exist on 4.x) - that's no problem, it's not a
  partition and it will always be 100%.
  
  regards,
  Robert
  
  
 
 
 -- 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


adding another argumets to running process

2004-06-09 Thread Martin Vana
Hi,
I use mplayer to play mp3s on my computer, how can I add another files /arguments/ to 
already running instance of mplayer?

Thank you 

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


Re: How to turn off keyboard bell

2004-06-09 Thread Chris Pressey
On Wed, 09 Jun 2004 07:14:50 -0700
Bob [EMAIL PROTECTED] wrote:

 Hi there,
 
 I'm having a difficult time turning off the keyboard bell.  I have
 tried kbdcontrol -b off and setting keybell=NO in rc.conf, but this
 only shortens it down to a chirp.  If I set kbdcontrol -b visual, then
 the audible bell goes away completely and I get a flashing screen
 instead.  What am I missing here?  How can I turn the bell off
 completely?  This is on a fresh install of 4.9.
 
 -Bob

Hi Bob,

I think this bug has been fixed since 4.9 RELEASE.  You might want to
try updating your sources with cvsup, or simply applying the patch that
fixes the bug (below), and rebuilding your kernel.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/syscons/syscons.c.diff?r1=1.336.2.15r2=1.336.2.16

-Chris

P.S. please CC me in any replies as I am no longer subscribed to this
list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Improper shutdown of system / Fragmentation Problems / Boot logs

2004-06-09 Thread Randy Pratt
On Wed, 9 Jun 2004 14:36:52 -0400
Bill Moran [EMAIL PROTECTED] wrote:

 Randy Pratt [EMAIL PROTECTED] wrote:
 
  On Wed, 9 Jun 2004 07:05:43 +0800
  Robert Storey [EMAIL PROTECTED] wrote:
  
   
I am kinda new to FBSD, still kinda learning stuff. Anyway, when my
system boots i see all kinda fragmentation information. How do I
correct this? Any good reading material? 
   
   FreeBSD will defragment itself without any action from the user.
   However, defragmentation requires some blank space, and (ideally) you
   should not let any partition get more than 80% full. You can check on
   that with df -h:
  
  I've been running partitions well over 90% for over six years on
  FreeBSD and have not seen any problems with doing so.
  
  Do you have a FreeBSD documentation reference for that 80% figure?
 
 man tunefs
 
 See, in particular, the section on the -m option, which describes (in brief)
 the known performance problems and how FreeBSD reacts.

My minfree space is at the default of 8% and the man page says this
is space held back from normal users.  Is that 8% also held back
from the df output?  I'm thinking that it is since I've seen posts
where users have greater than 100% showing in their df output.

I was interpreting the 80% number being applied to the numbers
shown by df.  If its 98% as shown by df 
(8% minfree + 2% more = 10% of total disk capacity), then that isn't
too bad.  I think I'm under that most of the time.

Would the total disk size start to come into play at some point?
10% of an 8G disk is a whole lot smaller than 10% of a 200G disk.

Thanks for the pointer too!

Best regards,

Randy

 Robert's numbers aren't quite right.  The point at which performance starts to
 suck is 90% full.
 
 You won't have any _problems_, it's just that performance will degrade,
 according to the man page, up to 3x slower.
 
 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com


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


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Randy Pratt
On Wed, 9 Jun 2004 14:45:06 -0400 (EDT)
Jerry McAllister [EMAIL PROTECTED] wrote:

  
  On Wed, 9 Jun 2004 07:05:43 +0800
  Robert Storey [EMAIL PROTECTED] wrote:
  
   
I am kinda new to FBSD, still kinda learning stuff. Anyway, when my
system boots i see all kinda fragmentation information. How do I
correct this? Any good reading material? 
   
   FreeBSD will defragment itself without any action from the user.
   However, defragmentation requires some blank space, and (ideally) you
   should not let any partition get more than 80% full. You can check on
   that with df -h:
  
  I've been running partitions well over 90% for over six years on
  FreeBSD and have not seen any problems with doing so.
  
  Do you have a FreeBSD documentation reference for that 80% figure?
 
 It is mentioned as a recommendation.  It is not an absolute.
 Do a little searching and you will probably find some references.
 We have some that run in to the 90-s most of the time too.  It
 depends on what you are actually doing.   If it is a fairly stable
 collection of data that doesn't get a lot written to it most of
 the time, it shouldn't matter.   If it is very volatile - lots of
 files come and go, then it could make a bigger difference.  Unless
 it gets to the 100% mark (except for root) with that 100% being with
 the set-aside already taken out, it shouldn't cause anything to crash.

While most of the data/files are stable, there's probably a few
Gigs that come and go with fair regularity.  I update the box
very frequently (ports, docs and sources) so that adds to the
churning I'm sure.

I'll start watching for any performance hits the next time it gets
over 95% full.  I'm just a bit surprised that I've not noticed
anything.

Thanks for the response.  Much appreciated.

Best regards,

Randy

 jerry
 
  
  Thanks,
  
  Randy
  
   [EMAIL PROTECTED]:~ df -h
   FilesystemSize   Used  Avail Capacity  Mounted on
   /dev/ad0s2a   248M68M   160M30%/
   devfs 1.0K   1.0K 0B   100%/dev
   /dev/ad0s2g   2.4G   281M   1.9G13%/home
   /dev/ad0s2e   248M   1.2M   227M 1%/tmp
   /dev/ad0s2f   8.7G   2.4G   5.6G30%/usr
   /dev/ad0s2d   248M17M   211M 8%/var
   
   The column labeled Capacity tells you the percentage of space being
   consumed - over 80% would be bad. Note that the devfs uses 100% (on
   FBSD 5.x, it doesn't exist on 4.x) - that's no problem, it's not a
   partition and it will always be 100%.
   
   regards,
   Robert
   
   
  
  
  -- 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
  
 


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


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Scott
Hi,

As a newbie to FreeBSD, I may be way off base, but it seems
very logical to me that the size of your drive or partition
would make a difference on at what percentage full one would
start to notice problems.

In terms of megs/gigs 80% of 120 gigs still has a lot of
work space left. 80% of 4 gigs is not much. I would think
with a larger drive/partition, one could run at a higher
percentage before trouble started.

It makes sense to me anyway :)
Scott

 | It is mentioned as a recommendation.  It
 | is not an absolute. Do a little searching
 | and you will probably find some
 | references. We have some that run in to
 | the 90-s most of the time too.  It depends
 | on what you are actually doing.   If it is
 | a fairly stable collection of data that
 | doesn't get a lot written to it most of
 | the time, it shouldn't matter.   If it is
 | very volatile - lots of files come and go,
 | then it could make a bigger difference.
 | Unless it gets to the 100% mark (except
 | for root) with that 100% being with the
 | set-aside already taken out, it shouldn't
 | cause anything to crash.


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


perl 5.8, Apache, Tomcat mod_webapp

2004-06-09 Thread Jason Suplizio
Does the subject line give it all away? Let me elaborate: I'm running 
FreeBSD 5.2 with the latest port of Tomcat and Perl 5.6.1. So, this is 
what I'd like to do:

1- Install Apache (latest port) with mod_webapp to forward my port 8080 
requests to the appropriate container

2- Upgrade Perl to 5.8.x (to run CGI web apps)
Please, I would love your feedback before I proceed to hose my current 
configuration. If you know of any issues that I must be aware of, please 
give me your feedback.

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


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Bill Moran
Scott [EMAIL PROTECTED] wrote:
 Hi,
 
 As a newbie to FreeBSD, I may be way off base, but it seems 
 very logical to me that the size of your drive or partition 
 would make a difference on at what percentage full one would 
 start to notice problems.
 
 In terms of megs/gigs 80% of 120 gigs still has a lot of 
 work space left. 80% of 4 gigs is not much. I would think 
 with a larger drive/partition, one could run at a higher 
 percentage before trouble started.

Logical or not, you're wrong.

The point is how hard the FFS algorithms have to search to find
a spot on the disk to put things, and how accessible that spot
is the next time that data is needed to be read.  While 10% of
120G seems like a lot of space, it's still only 10%.  Imagine a
parking lot with only 10% free spots.  If the lot has 1000 spots,
how long do you drive around before you find a _good_ spot?  If
it has a total of 100 spots, how long does it take to find a
_good_ spot?  The analogy isn't perfect, but the point is the
perceived improvement at having a higher number of free spaces
is offset by other factors, and the rule of 90% free stands
no matter what size the drive.

Newer drives with bigger caches, higher rotational speeds and
lower seek times are much more likely to change this percentage
than the physical size of the drive.

 It makes sense to me anyway :)
 Scott
 
  | It is mentioned as a recommendation.  It
  | is not an absolute. Do a little searching
  | and you will probably find some
  | references. We have some that run in to
  | the 90-s most of the time too.  It depends
  | on what you are actually doing.   If it is
  | a fairly stable collection of data that
  | doesn't get a lot written to it most of
  | the time, it shouldn't matter.   If it is
  | very volatile - lots of files come and go,
  | then it could make a bigger difference.
  | Unless it gets to the 100% mark (except
  | for root) with that 100% being with the
  | set-aside already taken out, it shouldn't
  | cause anything to crash.
  
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache segfault (11)

2004-06-09 Thread Antoine Jacoutot
On Wednesday 09 June 2004 21:32, BSDBoy wrote:
 Looks rather strange to me because I can't find anything offending which
 may cause the child processes to segfault. Could u make deinstall
 apache+plugins, make clean, cvsup the port tree and remake it? Did it
 help???

That was the first thing I did actually...
I even rebuilt the world/kernel.

No change whatsoever :(

I'm really concern about this problem.
Basically what it does is:
- I go on horde/imp login page
- I enter user/pass then click on login
- the browser  does not move for about 30 seconds (until the apache segfault)
- I get the cannot load blablabla.php error
- if I then try again to login, sometimes it works right away, sometimes, I 
get the same problem.

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


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Stijn Hoop
On Wed, Jun 09, 2004 at 02:21:40PM -0500, Scott wrote:
 As a newbie to FreeBSD, I may be way off base, but it seems 
 very logical to me that the size of your drive or partition 
 would make a difference on at what percentage full one would 
 start to notice problems.
 
 In terms of megs/gigs 80% of 120 gigs still has a lot of 
 work space left. 80% of 4 gigs is not much. I would think 
 with a larger drive/partition, one could run at a higher 
 percentage before trouble started.
 
 It makes sense to me anyway :)

That's what one would like, but UFS doesn't work that way.  It's allocation
algorithm assumes 10% of the disk is free -- regardless of actual size. Or so
I've been told (multiple times).

IMHO this is a bit ridiculous -- I mean, given 1 TB of space (nearly feasible
for a home server right now), why would an FS allocator need 10% of that if
the files on the volume are averaging 10 MB?

But then again, and this is worth noting -- I'm certainly nowhere near as
clueful as others on how to design a stable  fast file system.  Seeing as
UFS1 is still in use, and has been for the last 20 years (think about it!), I
think maybe the tradeoff might make sense to an expert...

BTW, note that you really need to consider the perfomance drop for yourself
-- like others said, if the files on the volume change infrequently,
performance matters little, and space more so.

--Stijn

-- 
This sentence contradicts itself -- no actually it doesn't.
-- Hofstadter


pgpQOKPgJOqnR.pgp
Description: PGP signature


Re: Problem with Xfree86 resolution

2004-06-09 Thread Nathan Kinkade
On Tue, Jun 08, 2004 at 09:37:23PM -0400, Dragoncrest wrote:
   Not sure if this is something I did, or it's a limit of the driver
   or the card.  But I have a Nvidia FX 5200 I'm running and I tried
   bumping it to 1400x1050 resolution with no luck.  Same with
   1600x1200.  It seems stuck at 1280x1024 resolution and I can't get
   it to go any higher.  Do I need to bump my monitor refresh or sync
   or anything like that?  I'm kinda stumped on this.  Any pointers
   would be welcome.  Thanks.

It could be a limitation of your monitor.  Pretty much every monitor
these days supports EDID (Extended Display Information Data??), which
means that the video drive or card card probe the monitor for it's
specs.  With this info in hand, X probably won't allow a setting that
would exceed the maximum specifications of the monitor.  You should take
a look at the X log - probably at /var/log/XFree86.0.log and you'll
messages from X about why it didn't choose a specific resolution.  Even
though it's not fully relevant these days, there is a HOWTO about 'X
Video Timings' that makes for a very interesting read over at tldp.org:

http://en.tldp.org/HOWTO/XFree86-Video-Timings-HOWTO/index.html

Nathan


pgpndXvLCnlet.pgp
Description: PGP signature


Re: kernel compile make don't know how to make @/dev/fb/fbreg/h.

2004-06-09 Thread Giorgos Keramidas
On 2004-06-09 13:41, mark  tracie [EMAIL PROTECTED] wrote:
 after config and make depend (which report no problems) make stops at
 the following point. i don't have any more ideas. i have compiled a
 kernel oon this system before ( i just want to have sound) and it
 worked fine.

 === syscons/apm
 make: don't know how to make @/dev/fb/fbreg/h. Stop
 *** Error code 2

 Stop in /usr/src/sys/modules/syscons.
 *** Error code 1

Try using the recommended procedure for building a kernel *and* matching
userland.  See /usr/src/UPDATING and the Handbook for details.  The
archives of this list have many posts that describe how make
buildworld and the rest of the commands have to run.

- Giorgos

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


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Bill Moran
Stijn Hoop [EMAIL PROTECTED] wrote:

 On Wed, Jun 09, 2004 at 02:21:40PM -0500, Scott wrote:
  As a newbie to FreeBSD, I may be way off base, but it seems 
  very logical to me that the size of your drive or partition 
  would make a difference on at what percentage full one would 
  start to notice problems.
  
  In terms of megs/gigs 80% of 120 gigs still has a lot of 
  work space left. 80% of 4 gigs is not much. I would think 
  with a larger drive/partition, one could run at a higher 
  percentage before trouble started.
  
  It makes sense to me anyway :)
 
 That's what one would like, but UFS doesn't work that way.  It's allocation
 algorithm assumes 10% of the disk is free -- regardless of actual size. Or so
 I've been told (multiple times).
 
 IMHO this is a bit ridiculous -- I mean, given 1 TB of space (nearly feasible
 for a home server right now), why would an FS allocator need 10% of that if
 the files on the volume are averaging 10 MB?
 
 But then again, and this is worth noting -- I'm certainly nowhere near as
 clueful as others on how to design a stable  fast file system.  Seeing as
 UFS1 is still in use, and has been for the last 20 years (think about it!), I
 think maybe the tradeoff might make sense to an expert...
 
 BTW, note that you really need to consider the perfomance drop for yourself
 -- like others said, if the files on the volume change infrequently,
 performance matters little, and space more so.

I think you've missed the point.

The designers of UFS/FFS did not design the filesystem to require 10% free space
in order to perform well.

They developed the best, fastest (thus the name fast file system) filesystem
algorithms they could come up with.

Then, during testing, they found that these algorithms started to perform really
poorly when the filesystem got really full.  Thinking this might be important,
they tested further until they knew exactly what point the performance started
to drop off at.  They then went one step further and developed another
algorithm in an attempt to maintain as much performance as possible even when
the filesystem got very full.  This is why you'll occasionally see the
switching from time to space message when your filesystem starts to fill up.
The filesystem drivers are doing their best to degrade gracefully.

Now, I'm not going to say that there is no more that can be done.  I think the
fact is that the two algorithms work well enough that nobody has bothered to
invest the research into improving them.  (That combined with the fact that
disk space keeps getting cheaper and cheaper, makes it unlikely that anyone will
invest much $$$ into researching how to use that last 10% while still
maintaining top performance).

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Stijn Hoop
On Wed, Jun 09, 2004 at 03:59:00PM -0400, Bill Moran wrote:
 Stijn Hoop [EMAIL PROTECTED] wrote:
  On Wed, Jun 09, 2004 at 02:21:40PM -0500, Scott wrote:
   As a newbie to FreeBSD, I may be way off base, but it seems 
   very logical to me that the size of your drive or partition 
   would make a difference on at what percentage full one would 
   start to notice problems.
   
   In terms of megs/gigs 80% of 120 gigs still has a lot of 
   work space left. 80% of 4 gigs is not much. I would think 
   with a larger drive/partition, one could run at a higher 
   percentage before trouble started.
   
   It makes sense to me anyway :)
  
  That's what one would like, but UFS doesn't work that way.  It's
  allocation algorithm assumes 10% of the disk is free -- regardless
  of actual size. Or so I've been told (multiple times).
  
  IMHO this is a bit ridiculous -- I mean, given 1 TB of space (nearly
  feasible for a home server right now), why would an FS allocator need
  10% of that if the files on the volume are averaging 10 MB?
  
  But then again, and this is worth noting -- I'm certainly nowhere near as
  clueful as others on how to design a stable  fast file system.  Seeing as
  UFS1 is still in use, and has been for the last 20 years (think about
  it!), I think maybe the tradeoff might make sense to an expert...
  
  BTW, note that you really need to consider the perfomance drop for yourself
  -- like others said, if the files on the volume change infrequently,
  performance matters little, and space more so.
 
 I think you've missed the point.

I most certainly do that a lot of the time :)

 The designers of UFS/FFS did not design the filesystem to require 10% free
 space in order to perform well.

OK, I did not know that.

 They developed the best, fastest (thus the name fast file system) filesystem
 algorithms they could come up with.

That I knew, and still experience every day :)

 Then, during testing, they found that these algorithms started to perform
 really poorly when the filesystem got really full.  Thinking this might be
 important, they tested further until they knew exactly what point the
 performance started to drop off at.  They then went one step further and
 developed another algorithm in an attempt to maintain as much performance
 as possible even when the filesystem got very full.  This is why you'll
 occasionally see the switching from time to space message when your
 filesystem starts to fill up. The filesystem drivers are doing their best
 to degrade gracefully.

I understand.

 Now, I'm not going to say that there is no more that can be done.  I think the
 fact is that the two algorithms work well enough that nobody has bothered to
 invest the research into improving them.  (That combined with the fact that
 disk space keeps getting cheaper and cheaper, makes it unlikely that anyone
 will invest much $$$ into researching how to use that last 10% while still
 maintaining top performance).

Well, although disk is cheap, seen absolutely it's still a lot of space that's
wasted. I do understand the issues, and your posts, this and the previous
reply, have made things clearer -- thanks. 

--Stijn

-- 
I'm not under the alkafluence of inkahol that some thinkle peep I am.  It's
just the drunker I sit here the longer I get.


pgphV1jJcP3xU.pgp
Description: PGP signature


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 12:59 pm, Bill Moran wrote:
 Stijn Hoop [EMAIL PROTECTED] wrote:
  On Wed, Jun 09, 2004 at 02:21:40PM -0500, Scott wrote:
   As a newbie to FreeBSD, I may be way off base, but it seems
   very logical to me that the size of your drive or partition
   would make a difference on at what percentage full one would
   start to notice problems.
  
   In terms of megs/gigs 80% of 120 gigs still has a lot of
   work space left. 80% of 4 gigs is not much. I would think
   with a larger drive/partition, one could run at a higher
   percentage before trouble started.
  
   It makes sense to me anyway :)
 
  That's what one would like, but UFS doesn't work that way.  It's
  allocation algorithm assumes 10% of the disk is free -- regardless
  of actual size. Or so I've been told (multiple times).
 
  IMHO this is a bit ridiculous -- I mean, given 1 TB of space
  (nearly feasible for a home server right now), why would an FS
  allocator need 10% of that if the files on the volume are averaging
  10 MB?
 
  But then again, and this is worth noting -- I'm certainly nowhere
  near as clueful as others on how to design a stable  fast file
  system.  Seeing as UFS1 is still in use, and has been for the last
  20 years (think about it!), I think maybe the tradeoff might make
  sense to an expert...
 
  BTW, note that you really need to consider the perfomance drop for
  yourself -- like others said, if the files on the volume change
  infrequently, performance matters little, and space more so.

 I think you've missed the point.

 The designers of UFS/FFS did not design the filesystem to require 10%
 free space in order to perform well.

 They developed the best, fastest (thus the name fast file system)
 filesystem algorithms they could come up with.

 Then, during testing, they found that these algorithms started to
 perform really poorly when the filesystem got really full.  Thinking
 this might be important, they tested further until they knew exactly
 what point the performance started to drop off at.  They then went
 one step further and developed another algorithm in an attempt to
 maintain as much performance as possible even when the filesystem got
 very full.  This is why you'll occasionally see the switching from
 time to space message when your filesystem starts to fill up. The
 filesystem drivers are doing their best to degrade gracefully.

 Now, I'm not going to say that there is no more that can be done.  I
 think the fact is that the two algorithms work well enough that
 nobody has bothered to invest the research into improving them. 
 (That combined with the fact that disk space keeps getting cheaper
 and cheaper, makes it unlikely that anyone will invest much $$$ into
 researching how to use that last 10% while still maintaining top
 performance).

I really agree with what you said here. With what they paid me an hour 
before I retired, I could buy a large HD. Now 2 hours would buy a 
REALLY large HD. People seem to have the tendancy to bleed the last few 
drops of perfomance or space and, I think that they don't understand 
basic economics. I think this is similar to expecting to do a 
portupgrade -fa on a P-200 in a reasonable amount of time. I saw a 
t-shirt one time about soaring with eagles when you worked with 
turkeys I laughed at the time..Now I think that soaring with eagles 
has a price and you just can't do it when your system is on the low end 
performance wise.

My basic system has 3x30GB HDs. Why 30GB? Well, they were the smallest 
ata-133 HDs that I could buy locally. Why 3 HDs?. Processes such as 
buildworld work faster when your locale is spread across 3 HDs.

Kent

-- 
Kent Stewart
Richland, WA

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


Lilliput 7 Touch screen

2004-06-09 Thread Nick Rogness

Does anyone have a FreeBSD driver for the the Lilliput 7 touch screen 
that works or in development?  I know the Linux folks have one out there.  

It has a USB output jack that I'm assuming works like a USB mouse.

Any advice?

-- 
Nick Rogness [EMAIL PROTECTED]
-
  How many people here have telekenetic powers? Raise my hand.
-Emo Philips
 


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


Re: AWSTATS Error Resolution

2004-06-09 Thread Drew Tomlinson
On 6/9/2004 3:55 AM Matthew Seaman wrote:
On Tue, Jun 08, 2004 at 03:35:36PM -0700, Drew Tomlinson wrote:
 

After upgrading perl from 5.8.2 to 5.8.4, following the instructions in 
/usr/ports/UPDATING, I found awstats-6.0_1 no longer worked.  I ran 
awstats.pl interactively and received the following error:

Bizarre copy of ARRAY in aassign at /path/to/awstats.pl line 8707
After some checking, I found this issue was fixed in awstats.pl revision 
1.747.  I downloaded the most current revision (1.755) and replaced the 
revision that's included with the port.  This seems to solve the 
problem.  YMMV.

Is it appropriate to send a problem report about this?  I've never sent 
one so I want to be sure before bugging someone.

Hopefully this post will save others from having to research and resolve 
this issue.
   

You aren't the only one to notice this: it's being discussed over on
[EMAIL PROTECTED] at the moment.  See the thread that starts with:
   http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013104.html
which generally means a fix will soon be forthcoming.
Generally in these sort of cases your first point of contact should be
the port's maintainer.  Find that by:
   % cd /usr/ports/www/awstats
   % make -V MAINTAINER
Now just sending an e-mail to the maintainer usually suffices, and
most maintainers will be happy to fix things and help you out
generally.
However, if the maintainer has an @FreeBSD.org address (including
various mailing list addresses like [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]) then you can use send-pr(1) to send in a bug report
- preferably including a fix. If the port is unmaintained
(ie. maintainer is [EMAIL PROTECTED]) then you may well get asked to
become the maintainer...  Also use send-pr(1) if e-mail to the
maintainer bounces or you get no reply after a reasonable time
(ie. two weeks) -- mention the problem in the PR you send.  See
   
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-maintainer.html
Cheers,
	Matthew
 

Thanks for your reply.  Oh there is so much to learn... :)
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!
http://www.alchemistswarehouse.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 trouble!

2004-06-09 Thread Ty Hoeffer
On Tuesday 18 May 2004 08:40, Maxim Hitrov wrote:
 Hello
 I have  Asus PC-DL DEluxe motherboard with
 em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 mem
 0xe500-0xe501 at device 12.0 on pci0 On my box is installed
 FreeBSD 5.2.1
 I can't setup my network

 em0: watchdog timeout -- resetting
 em0: watchdog timeout -- resetting
 em0: Link is Down
 em0: Link is up 1000 Mbps Full Duplex
 em0: watchdog timeout -- resetting
 em0: Link is Down
 .
 What to do?

Anybody found a solution for this?


I have the same motherboard, 2GB RAM  2 2.4 Ghz Xeons. I have the same 
problem. The only way around the em0: issue is to DISABLE APIC in the 
POWER, BIOS menu. Unfortunately this disables the 2nd Xeon processor. But 
it enables the em0:  I guess we can't have everything. :(

A sample DMESG WITH  WITHOUT APIC ENABLED is attached.

Ty Hoeffer


 -
 Do you Yahoo!?
 SBC Yahoo! - Internet access at a great low price.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin
***
+---+
|   APIC = ENABLED  |
+---+

kernel: Copyright (c) 1992-2004 The FreeBSD Project.
kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
kernel: The Regents of the University of California. All rights reserved.
kernel: FreeBSD 5.2.1-RELEASE-p8 #5: Wed Jun  9 15:25:53 EDT 2004
kernel: [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
kernel: Preloaded elf kernel /boot/kernel/kernel at 0xc0a5a000.
kernel: Preloaded elf module /boot/kernel/acpi.ko at 0xc0a5a1f4.
kernel: ACPI APIC Table: IntelR AWRDACPI
kernel: Timecounter i8254 frequency 1193182 Hz quality 0
kernel: CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2405.47-MHz 686-class CPU)
kernel: Origin = GenuineIntel  Id = 0xf25  Stepping = 5
kernel: 
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
kernel: Hyperthreading: 2 logical CPUs
kernel: real memory  = 2147418112 (2047 MB)
kernel: avail memory = 2080624640 (1984 MB)
kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
kernel: cpu0 (BSP): APIC ID:  0
kernel: cpu1 (AP): APIC ID:  1
kernel: cpu2 (AP): APIC ID:  6
kernel: cpu3 (AP): APIC ID:  7
kernel: ioapic0: Changing APIC ID to 4
kernel: ioapic0 Version 2.0 irqs 0-23 on motherboard
kernel: Pentium Pro MTRR support enabled
kernel: npx0: [FAST]
kernel: npx0: math processor on motherboard
kernel: npx0: INT 16 interface
kernel: acpi0: IntelR AWRDACPI on motherboard
kernel: pcibios: BIOS version 2.10
kernel: Using $PIR table, 13 entries at 0xc00fde60
kernel: acpi0: Power Button (fixed)
kernel: Timecounter ACPI-fast frequency 3579545 Hz quality 1000
kernel: acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
kernel: acpi_cpu0: CPU on acpi0
kernel: acpi_cpu1: CPU on acpi0
kernel: acpi_cpu2: CPU on acpi0
kernel: acpi_cpu3: CPU on acpi0
kernel: acpi_tz0: Thermal Zone on acpi0
kernel: acpi_button0: Power Button on acpi0
kernel: acpi_button1: Sleep Button on acpi0
kernel: pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
kernel: pci0: ACPI PCI bus on pcib0
kernel: agp0: Intel 82875P host to AGP bridge mem 0xf000-0xf7ff at device 
0.0 on pci0
kernel: pcib1: PCI-PCI bridge at device 1.0 on pci0
kernel: pci1: PCI bus on pcib1
kernel: pcib1: slot 0 INTA is routed to irq 16
kernel: pci1: display, VGA at device 0.0 (no driver attached)
kernel: pcib2: ACPI PCI-PCI bridge at device 3.0 on pci0
kernel: pcib2: could not get PCI interrupt routing table for \_SB_.PCI0.CSAB - 
AE_NOT_FOUND
kernel: pci2: ACPI PCI bus on pcib2
kernel: em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.19 port 
0x9000-0x901f mem 0xfa00-0xfa01 irq 7 at device 1.0 on pci2
kernel: em0:  Speed:N/A  Duplex:N/A
kernel: uhci0: Intel 82801EB (ICH5) USB controller USB-A port 0xbc00-0xbc1f irq 16 
at device 29.0 on pci0
kernel: usb0: Intel 82801EB (ICH5) USB controller USB-A on uhci0
kernel: usb0: USB revision 1.0
kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
kernel: uhub0: 2 ports with 2 removable, self powered
kernel: uhci1: Intel 82801EB (ICH5) USB controller USB-B port 0xb000-0xb01f irq 19 
at device 29.1 on pci0
kernel: usb1: Intel 82801EB (ICH5) USB controller USB-B on uhci1
kernel: usb1: USB revision 1.0
kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
kernel: 

RE: em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16trouble!

2004-06-09 Thread Foster, ThomasX
Have you tried 1.7.34 available from the Intel website?

http://downloadfinder.intel.com/scripts-df/Product_Filter.asp?ProductID=
990


I don't know if this resolves your issue, but its worth a shot

Thomas Foster


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ty Hoeffer
Sent: Wednesday, June 09, 2004 2:03 PM
To: Maxim Hitrov
Cc: [EMAIL PROTECTED]
Subject: Re: em0: Intel(R) PRO/1000 Network Connection, Version -
1.7.16trouble!

On Tuesday 18 May 2004 08:40, Maxim Hitrov wrote:
 Hello
 I have  Asus PC-DL DEluxe motherboard with
 em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 mem
 0xe500-0xe501 at device 12.0 on pci0 On my box is installed
 FreeBSD 5.2.1
 I can't setup my network

 em0: watchdog timeout -- resetting
 em0: watchdog timeout -- resetting
 em0: Link is Down
 em0: Link is up 1000 Mbps Full Duplex
 em0: watchdog timeout -- resetting
 em0: Link is Down
 .
 What to do?

Anybody found a solution for this?


I have the same motherboard, 2GB RAM  2 2.4 Ghz Xeons. I have the same 
problem. The only way around the em0: issue is to DISABLE APIC in the 
POWER, BIOS menu. Unfortunately this disables the 2nd Xeon processor.
But 
it enables the em0:  I guess we can't have everything. :(

A sample DMESG WITH  WITHOUT APIC ENABLED is attached.

Ty Hoeffer


 -
 Do you Yahoo!?
 SBC Yahoo! - Internet access at a great low price.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin

***

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


texmacs and maxima

2004-06-09 Thread Peter Ulrich Kruppa
Hi!
Could anybody tell me how I can make Texmacs recognize maxima?
I installed both from ports.
Thanks,
Uli.
+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Murray Taylor
On Wed, 2004-06-09 at 18:14, Kent Stewart wrote:
 On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
  When attempting to rebuild kdebase I got the following error...
 
  checking for mcopidl... not found
  configure: error: The important program mcopidl was not found!
  Please check whether you installed aRts correctly or use
  --without-arts to compile without aRts support (this will remove
  functionality).
 
  Where should I find this to fix/install this program?
 
  Also where is the kdebase 'saved configuration' file ? I think
  that a setup value has got itself bent.
 
  mjt
 
 Are you attempting to upgrade kde or what? 
 
 As far as arts is concerned, did you try doing
 portupgrade -f arts
 
 Kent

Was doing portupgrade -R kdebase when it bit the first time

Dug into the script log and found that it seemed to be 
related to arts so have done (successfully) portupgrade -Rf arts
yet a subsequent portupgrade kdebase still bombs out.

I do notice that it is finding some previous config file for kde
and I am wondering if that has got bent. 

any other suggestions?

mjt

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems  Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

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


Re: adding another argumets to running process

2004-06-09 Thread Kris Kennaway
Martin Vana wrote:
Hi,
I use mplayer to play mp3s on my computer, how can I add another files /arguments/ to 
already running instance of mplayer?
You cannot.  However, mplayer lets you load new files using the GUI 
interface.

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


  1   2   >