Wireless Mouse?

2004-02-28 Thread Mark Weisman
I'll start this post by saying THANKS to all involved who have provided
me with the answers to my last two posts (as frustrating as I'm sure
they were). So far my FBSD box is living up to its reputation as being a
windows replacement. Now I would like to configure a Logitech wireless
mouse and keyboard. I've got the keyboard all hooked up and working,
however, in version 5.1-Release of FBSD I only see either a sysmouse or
serial, of which I've tried with no success. Is there a modification or
port I need to add for a wireless mouse? Anyone?

Res Ipsa Loquitor,
Mark-Nathaniel Weisman
Site Master
Mystic1.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Kernel modules question.

2004-02-28 Thread Ruslan N. Gogunsci
Just add to /boot/loader.conf:
module-name_load=YES

On Fri, Feb 27, 2004 at 03:08:07PM -0500, Shaun T. Erickson wrote:
 In linux, I'd use /etc/modules.conf to list and configure any kernel 
 modules I want loaded at boot time. How is that done in FreeBSD?
 
 I see that there are a *lot* of kernel modules in /boot/kernel. How do I 
 find out what each one is for and what their configuration options are?
 
 Sorry for newbie questions. I'm trying to learn FreeBSD as fast as I can. :)
 
   -ste
 
 ___
 [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: Anti-Virus?

2004-02-28 Thread albi
On Sat, 28 Feb 2004 04:14:55 +
Andrew Boothman [EMAIL PROTECTED] wrote:

 Mark Weisman wrote:
 
  Anyone know of a good Anti-virus software that works on FBSD?
 
 If you're looking for something to scan email I constantly hear good 
 things about Vexira MailArmor 
 http://www.centralcommand.com/mailserver_products.html, thet also do
 a normal file scanner too.

if you prefer an open-source solution : clamav + amavis-new for
email-scanning

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


Re: USB Wireless card -

2004-02-28 Thread Daan Vreeken [PA4DAN]
On Thursday 26 February 2004 19:53, Derrick wrote:
 I picked up one of these :
 http://www.pcchipsusa.com/prod-usbwirelesslanadaptor.asp

 (nice deal, buy for 29.95, and get a 29.95 rebate.)
 i know the Intersil Prism 3.0 is supported, on some wi - but is this
 device supported? I don't think it is, but am just wanting to confirm
Nope. At this moment there's no driver for USB WLAN devices based on the Prism 
chipset. I have one of those laying around here and when I have the time I 
might try to write a driver for it, but for now I think you're out of luck.

For the Atmel USB WLAN chipsets there is a driver though :
http://vitsch.net/bsd/atuwi

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


Re[2]: 5.2(x)-RELEASE panic booting

2004-02-28 Thread Gabriel Ambuehl
Hi Guy Harrison,
you wrote.
 Do you get the same result if booting without ACPI?

GH Yes. I'm assuming here that the [default] boot option does not have ACPI
GH enabled (if so, how to disable it?). The boot results are identical to
GH when I select option 2 to boot with ACPI enabled.

I too get a page fault when trying to boot from that ISO on a P3 1GHZ
with SiS 630 chipset. I think my memory is fine as it ran through 10 memtest runs
without a single problem (my original motivation was to install 5.2.1
on that box to check whether the weird MySQL issue really doesn't
exist on Intel CPUs).


It is fine on an Athlon XP2400 using VIA KT400 based mainboard though.





Regards,
Gabriel

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


Using Automount to mount Windows Shares

2004-02-28 Thread Graeme Smith
Out of curiosity does anyone have this combination working?

I managed to get it automounting NFS no problem, but would like to 
know if it's worth spending another few hours trying to get 
mount_smbfs to cooperate with it or if it's just a lost cause. 

Thanks,

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


pkgdb problem

2004-02-28 Thread DanGer
i have just upgraded ruby 1.8 and i wanted to run pkgdb and i get this:

===   Registering installation for ruby-1.8.1_2
=== SECURITY REPORT:
  This port has installed the following files which may act as network
  servers and may therefore pose a remote security risk to the system.
/usr/local/lib/ruby/1.8/i386-freebsd5/socket.so

  This port has installed the following world-writable files/directories.
/usr/local/lib/libruby18.so

  If there are vulnerabilities in these programs there may be a security
  risk to the system. FreeBSD makes no guarantee about the security of
  ports included in the Ports Collection. Please type 'make deinstall'
  to deinstall the port if this is a concern.

  For more information, and contact details about the security
  status of this software, see the following webpage:
http://www.ruby-lang.org/en/
danger# rehash
danger# pkgdb -F
/usr/local/sbin/pkgdb:35:in `require': No such file to load -- pkgtools 
(LoadError)
from /usr/local/sbin/pkgdb:35
danger#

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


rejoin mailing list

2004-02-28 Thread Rod Brookes
Please will you re-admit me to the mailing list
rod brookes
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using Automount to mount Windows Shares

2004-02-28 Thread Graeme Smith
On Saturday 28 Feb 2004 10:40 am, albi wrote:
 i've got autofs + samba working on Linux (from Linux to Linux
 actually), haven't tried on FreeBSD (yet)

 documentation on the internet was not very much at all, but still
 managed to make it work :)

 i can make a small howto (later) for you if you like

I managed to get autofs successfully working on a Linux server to a 
windows machine.  Now that server is running FreeBSD and I attempted 
to get automount to do the same as I had with autofs.  I figured I 
should be able to use 'command' with mount_smbfs but neither 
Automount or mount_smbfs seems happy with that arrangement.  I can 
manually mount the Windows shares no problem.

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


Disallowed attachment type found in sent message how?

2004-02-28 Thread System Anti-Virus Administrator

Attention: [EMAIL PROTECTED]

A Disallowed attachment type was found in an e-mail message sent by you.If you still 
wish to send this file, please rename it first to be .TXT (e.g. 
rename the file software.exe to be software.txt - right-click on the 
filename and select Rename). When the recipient has received it, they can 
then rename it back to .EXE. This policy is in place to protect your 
computer from executable files in our clients' email.

Our e-mail scanner intercepted it and stopped the entire message 
before reaching its destination. No further action is required on your 
part, unless you need to re-send it (see comments above).

The Disallowed attachment type was reported to be EXE: 

EXE files are frequently found to contain hidden viruses


Our Virus  Spam Filtering system protects you and your computer

from email viruses and spam.


The message you sent had the following envelope:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO:   [EMAIL PROTECTED] 

... and with the following headers:

---
MAILFROM: [EMAIL PROTECTED]
Received: from unknown (HELO umail5.superb.net) (10.10.10.105)
  by 0 with SMTP; 28 Feb 2004 12:05:56 -
Received: (qmail 29831 invoked by uid 503); 28 Feb 2004 12:06:03 -
Received: from unknown (HELO wrif.com) (66.73.37.3)
  by umail5.superb.net with SMTP; 28 Feb 2004 12:06:03 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: how?
Date: Sat, 28 Feb 2004 07:06:30 -0500
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0014_4D7D.032C
X-Priority: 3
X-MSMail-Priority: Normal


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


Re: Anti-Virus?

2004-02-28 Thread zam4ever
- Original Message 
From: albi [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Re: Anti-Virus?
Date: 28/02/04 17:26

 if you prefer an open-source solution : clamav + amavis-new for
 email-scanning

Fairly-Secure Anti-SPAM Gateway Using OpenBSD, Postfix, Amavisd-new,
SpamAssassin, Razor and DCC
http://www.flakshack.com/anti-spam/

You can switch the environment from obsd to fbsd.

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


Re: setting up a printer - best method?

2004-02-28 Thread zam4ever
- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: setting up a printer - best method?
Date: 28/02/04 13:51

 I've read the handbook on setting up bsd style printers, and i've used
 cups some before i started using freebsd.  the bsd style printing
 mechanism looks complicated to me, i didn't have consistent success with
 cups.  i'm interested in what method is generally the easiest and what
 method is the best. the two printers i will deal with most are a parallel
 port panasonic laser printer i have at home that i would like to set up as
 a shared network printer (shared through my bsd box with other bsd boxes
 and a windows XP laptop) so all my home computers can use it, and a big
 lexmark laser printer at work that is networked (has an ethernet card in
 the printer).  would somebody with experience setting up printing for bsd
 machines give me some direction, suggestions, or pointers? (links to
 useful articles-howtos are always welcome)  and perhaps, what is outlined
 in the handbook is the best way to go.  i just wanted to ask.
 
 aaron


Just weblinks:

Chapter 11 Printing
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html

Printing Clients and Servers
http://www.onlamp.com/pub/a/bsd/2004/02/05/Big_Scary_Daemons.html

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


Courier-Imap authentication

2004-02-28 Thread gareth bailey
I recently installed Postfix MTA and Courier-Imap. Postfix
is working correctly. I configured Courier-Imap, all seems
well except i get a message when trying to connect from
client saying Fatal error: /home/barry/Maildir: Permission
denied 

I have created /usr/local/etcuserdb and run pw2userdb.
I chmod 700 /usr/local/etc/userdb
I created /home/barry/Maildir
I ran userdb [EMAIL PROTECTED] set home=/home/barry
mail=/home/barry/Maildir uid=x gid=x
Then i ran userdbpw | userdb [EMAIL PROTECTED] set
systempw
.. and finally ran makeuserdb

I think maybe i got the uid and gid incorrect. I thought
that these were the values are stated in /etc/passwd (but
maybe not?). What else could it be?

Thank you 
Gareth
__
http://www.webmail.co.za/dialup Webmail ISP - Cool Connection, Cool Price
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Courier-Imap authentication

2004-02-28 Thread Remko Lodder
Hi,

The courier imap program has to be able to reach the location,
it might be that the location you defined, is not reachable
by the user under which imapd runs, (for example imapd runs under
barry-mailserver, and the permissions for /home/barry/Maildir is
700, he is never ever going to access it...)

Hope this helps you a bit,

cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] gareth bailey
Verzonden: zaterdag 28 februari 2004 13:37
Aan: [EMAIL PROTECTED]
Onderwerp: Courier-Imap authentication


I recently installed Postfix MTA and Courier-Imap. Postfix
is working correctly. I configured Courier-Imap, all seems
well except i get a message when trying to connect from
client saying Fatal error: /home/barry/Maildir: Permission
denied

I have created /usr/local/etcuserdb and run pw2userdb.
I chmod 700 /usr/local/etc/userdb
I created /home/barry/Maildir
I ran userdb [EMAIL PROTECTED] set home=/home/barry
mail=/home/barry/Maildir uid=x gid=x
Then i ran userdbpw | userdb [EMAIL PROTECTED] set
systempw
.. and finally ran makeuserdb

I think maybe i got the uid and gid incorrect. I thought
that these were the values are stated in /etc/passwd (but
maybe not?). What else could it be?

Thank you
Gareth
__
http://www.webmail.co.za/dialup Webmail ISP - Cool Connection, Cool Price
___
[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]


Properly Configuring For Internet Access

2004-02-28 Thread Gerard Seibert

I am running FreeBSD 5.2.1

I am forever having problems getting my computer to connect with the
internet and each other correctly.

I have three computers - two running WinXP Pro and one running FreeBSD
5.2.1. They are connected to a Netgear Hub, onto a Netgear Router and then
to my cable modem. The two Win XP machines have no problems networking
with each other or connecting to the internet through this configuration.
It seems that my FreeBSD machine does suffer problems from time to time
however with this setup.

In my resolv.conf file, I have the following:

domain  rcn.com
nameserver  207.172.3.8
nameserver  207.172.3.9

My rc.conf file has the following pertinent entries:

Ifconfig_rl0=DHCP
rpcbind_enableYES

The FreeBSD installation program inserted those entries.

I have the following in my dhclient.conf file:

interface rl0 {
prepend domain-name-servers 207.172.3.8;
prepend domain-name-servers 207.172.3.9;
request subnet-mask, broadcast-address, routers, domain-name-servers;
require subnet-mask, broadcast-address, routers;
}

What I am interested in knowing, is if this is the most efficient way of
setting up my connecting to the internet on this machine. Once I get that
cleared up, I will proceed to try to get the other two machines to
recognize this one and vice-versa.

Thanks for any assistance offered.

Gerard Seibert
[EMAIL PROTECTED]

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


run perl scrip with post form from apache

2004-02-28 Thread fbsd_user
I keep getting this error message when I try to run an perl script 
from an apache web page that is trying to post an form.
 
I have mod_perl-1.28 and p5-WWW-Mechanize
 
Method Not Allowed,
The requested method POST is not allowed for the URL /sim.pl.
 
Any ideas on how to get this to work?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: run perl scrip with post form from apache

2004-02-28 Thread Marty Landman
At 09:29 AM 2/28/2004, fbsd_user wrote:
The requested method POST is not allowed for the URL /sim.pl.

Any ideas on how to get this to work?
Do you have

AddHandler cgi-script .cgi .pl

specified in your httpd.conf file?

Marty Landman   Face 2 Interface Inc.   845-679-9387
FormATable  DB: http://face2interface.com/Products/FormATable.shtml
Make a Website: http://face2interface.com/Home/Demo.shtml
Free Formmailer: http://face2interface.com/Products/Formal.shtml  

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


Re: run perl scrip with post form from apache

2004-02-28 Thread Matthew Seaman
On Sat, Feb 28, 2004 at 09:29:56AM -0500, fbsd_user wrote:
 I keep getting this error message when I try to run an perl script 
 from an apache web page that is trying to post an form.
  
 I have mod_perl-1.28 and p5-WWW-Mechanize
  
 Method Not Allowed,
 The requested method POST is not allowed for the URL /sim.pl.
  
 Any ideas on how to get this to work?

Check your apache configuration -- perhaps you have a Limit/Limit
block that forbids POST to that URL.  You should see a bit more detail
in the httpd-error.log

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: pkgdb problem

2004-02-28 Thread Kent Stewart
On Saturday 28 February 2004 02:27 am, DanGer wrote:
 i have just upgraded ruby 1.8 and i wanted to run pkgdb and i get
 this:

 ===   Registering installation for ruby-1.8.1_2
 === SECURITY REPORT:
   This port has installed the following files which may act as
 network servers and may therefore pose a remote security risk to the
 system. /usr/local/lib/ruby/1.8/i386-freebsd5/socket.so

   This port has installed the following world-writable
 files/directories. /usr/local/lib/libruby18.so

   If there are vulnerabilities in these programs there may be a
 security risk to the system. FreeBSD makes no guarantee about the
 security of ports included in the Ports Collection. Please type 'make
 deinstall' to deinstall the port if this is a concern.

   For more information, and contact details about the security
   status of this software, see the following webpage:
 http://www.ruby-lang.org/en/
 danger# rehash
 danger# pkgdb -F
 /usr/local/sbin/pkgdb:35:in `require': No such file to load --
 pkgtools (LoadError)
 from /usr/local/sbin/pkgdb:35

You have to rebuild portupgrade and all of its new dependancies. It is 
easier to start by deleting portupgrade and ruby* and then, rebuild 
portupgrade.

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]


Help with multi linking 2 mode,s

2004-02-28 Thread harry
Hello Good Day list, i am not on the list so please CC me. [EMAIL PROTECTED], [EMAIL 
PROTECTED]/
I am looking for a solution, i am trying to multi link 2 modems. Can anyone Refer me 
somewhere? i have tryed a program in theports, called mtp, the configuration from the 
example is giving me errors, so no luck,
Much appreciated
Stephan Weaver!

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


RE: run perl scrip with post form from apache

2004-02-28 Thread JJB
Thanks for you pointers, they helped me to move further
on into different problem.

I added the addhandler statement and  ExecCGI

There are no Limit/Limit at all

The httpd-error.log has these messages now

(2)No such file or directory: exec of /usr/local/www/data/sim.pl
failed
[client ] Premature end of script headers:
/usr/local/www/data/sim.pl

The sim.pl file is in that directory and it was given to me as am
working script.

Any idea what is wrong now



-Original Message-
From: Marty Landman [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 9:48 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: Re: run perl scrip with post form from apache

At 09:29 AM 2/28/2004, fbsd_user wrote:

The requested method POST is not allowed for the URL /sim.pl.

Any ideas on how to get this to work?

Do you have

AddHandler cgi-script .cgi .pl

specified in your httpd.conf file?


Marty Landman   Face 2 Interface Inc.   845-679-9387
FormATable  DB: http://face2interface.com/Products/FormATable.shtml
Make a Website: http://face2interface.com/Home/Demo.shtml
Free Formmailer: http://face2interface.com/Products/Formal.shtml

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


[Freenet6] Have been assigned a /128 IP range

2004-02-28 Thread Robert Huff

Dave Watkins writes:

  I've just setup my first IPv6 router following the documentation
  here
  
  http://justjohnnyweb.net/~cruisefx/Documents/IPv6/HOWTO_Debian_Masq_IPV6.html
  
  and rather than having a 3ffe:::::/64 number
  assigned I have a 3ffe:::::/128 whichs seems
  to break things further down the chain as radvd then complains in
  the logs that prefix length should be 64 for eth0.
  
  Is this something I have done wrong somewhere or is this
  something happening further up the chain?

For what it's worth:

gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1280
tunnel inet 209.6.197.67 -- 206.123.31.115
inet6 3ffe:bc0:8000::2b31 -- 3ffe:bc0:8000::2b30 prefixlen 128 
inet6 fe80::2c0:95ff:fef8:17af%gif0 prefixlen 64 scopeid 0x5

Everything works; nothing complains.  It ain't broke..
Have you asked [EMAIL PROTECTED]


Robert Huff


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


sched_get_priority_max

2004-02-28 Thread Robert Huff

I have (at least) three programs - mozilla, OpenOffice, and
javaldx - that occasionally drop something like this:

Feb 27 22:43:29 jerusalem kernel: cmd soffice.bin pid 13002 tried to use non-present 
sched_get_priority_max

in the system log.
Now it doesn't seem to be hurting anything, but I'd like to
clean in out if possible.  I've looked for this on the Web and
searched the archives and found nothing.
Where do I start?
(System:

FreeBSD jerusalem.litteratus.org 5.2-CURRENT FreeBSD 5.2-CURRENT #1:
Wed Feb 25 20:15:34 EST 2004
ULE scheduler
libmap contains the suggested mappings for libc_r/libpthread
)


Robert Huff


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


apache suexec, php cgi and mod php

2004-02-28 Thread Peter Risdon
Quick version - is there any way to compile the php port to get both the 
cgi version of the php executable and mod_php, as well as PEAR?



Long version - mod_php is not affected by apache suexec - instead, php 
files in the normal document root of the webserver are executed as the 
global apache user, www by default. suexec only affects cgi scripts.

But I have a php script that has to run on a multi-homed machine where 
some users already use mod_php. The script needs to be able to create, 
delete and modify files. Rather than give the www user permission to do 
this, so every virtual host on the machine could run scripts to edit and 
delete the files in question, I want to run the script suexec from the 
cgi-bin.

I can run php scripts suexec as cgi by prefacing them with 
#!/usr/local/bin/php and making them executable. But I need the cgi 
version of the php executable for this to work. Http headers get 
mishandled otherwise and it can be all very irritating.

make options in the /lang/php4 port include:

WITHOUT_APACHE
(not mod_php - defaults to cli(command line))
or
WITHOUT_CLI 
(defaults to mod_php (equivalent to installing the www/mod_php port))

only with both options do you get the cgi version of php - but no PEAR 
and of course no mod_php.

So how do you compile with both mod_php and cgi php? They do seem 
capable of working together. I made but didn't install www/mod_php4, 
then made and installed /lang/php4 with the above two options, getting 
the cgi executable at /usr/local/bin/php, then I copied libphp.so from 
the work directories of www/mod_php4 to /usr/local/libexec/apache/ and 
made sure the correct lines were in httpd.conf and they both seem to 
work fine.

Another alternative would be to copy the cgi version of 
/usr/local/bin/php off to one side, install /lang/php4 as normal, then 
copy back the cgi pgp executable. That way, I'd have PEAR. If I also 
want the cli version available, I assume I could rename it php-cli or 
something before copying back the cgi version.

I am a bit unhappy at this being outwith the normal package/port 
management system, though. I'm also concerned there might be issues I am 
unaware of that affect the wisdom of this type of activity.

Does anyone have a more elegant solution to this problem? I considered 
mod_suphp (http://www.suphp.org) but feel reluctant to put it on a 
production machine.

PWR.

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


Re: run perl scrip with post form from apache

2004-02-28 Thread Matthew Seaman
On Sat, Feb 28, 2004 at 11:11:19AM -0500, JJB wrote:

 The httpd-error.log has these messages now
 
 (2)No such file or directory: exec of /usr/local/www/data/sim.pl
 failed
 [client ] Premature end of script headers:
 /usr/local/www/data/sim.pl
 
 The sim.pl file is in that directory and it was given to me as am
 working script.

Check the ownership/permissions on the sim.pl file -- sounds like the
apache process doesn't have permission to read and/or execute the
file.  You probably want it to be mode 555 or 550 with the group set
to the same as the apache process.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


jikes from ports

2004-02-28 Thread Wayne Pascoe
Hi all,

I'm running FreeBSD 4.9-STABLE and I've got the following installed from
ports:

jdk-1.4.2p5
jdk-doc-1.4.2
linux-sun-jdk-1.4.2.02 
jikes-1.19_1

which java shows that I am using the native JDK: 
$ which java
/usr/local/jdk1.4.2/bin//java

When I do javac test.java, the file compiles fine and I am able to run
it by doing java test. When I try and use jikes, I get the following :

$ jikes test.java

Found 1 system error:

*** Semantic Error: You need to modify your classpath, sourcepath,
bootclasspath, and/or extdirs setup. Package java/lang could not be
found in: 
.

I tried setting my CLASSPATH to /usr/local/jdk1.4.2/jre/lib/ but it
continued to do the same. When I set my CLASSPATH to 
export CLASSPATH=/usr/local/jdk1.4.2/jre/lib/rt.jar then things compile,
with warnings and a .class file is output into the local directory, but
nothing runs any more.

Can anyone advise me what I should do to get jikes to work right, with
the native JDK ? 

-- 
Wayne Pascoe
WINDOWS: Where do you want to go today?
LINUX: Where do you want to go tomorrow?
FreeBSD: Are you guys coming or what?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


checking printer memory

2004-02-28 Thread Marco Beishuizen

Hi,

I recently bought a PS DIMM and memory DIMM's for my HP LaserJet 2100, and
it works fine. But I wonder if it is possible to check the new memory.
I would like to know if I installed all DIMM's correctly and that all
memory is present and usable for FreeBSD.

thanks,

Marco

-- 
Not Hercules could have knock'd out his brains, for he had none.
-- Shakespeare
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: run perl scrip with post form from apache

2004-02-28 Thread fbsd_user
All ready had sim.pl set as 770 and owner as www and group as wheel

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matthew
Seaman
Sent: Saturday, February 28, 2004 11:36 AM
To: JJB
Cc: Marty Landman; [EMAIL PROTECTED] ORG
Subject: Re: run perl scrip with post form from apache

On Sat, Feb 28, 2004 at 11:11:19AM -0500, JJB wrote:

 The httpd-error.log has these messages now

 (2)No such file or directory: exec of /usr/local/www/data/sim.pl
 failed
 [client ] Premature end of script headers:
 /usr/local/www/data/sim.pl

 The sim.pl file is in that directory and it was given to me as am
 working script.

Check the ownership/permissions on the sim.pl file -- sounds like
the
apache process doesn't have permission to read and/or execute the
file.  You probably want it to be mode 555 or 550 with the group set
to the same as the apache process.

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

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


Re: run perl scrip with post form from apache

2004-02-28 Thread Peter Risdon
fbsd_user wrote:

All ready had sim.pl set as 770 and owner as www and group as wheel

 

The httpd-error.log has these messages now

(2)No such file or directory: exec of /usr/local/www/data/sim.pl
   

Just a thought - where does your ScriptAlias line in httpd.conf point? 
The default is:

  ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/

and your script needs to be in there to execute as cgi. Your script is 
in the document root /usr/local/www/data

PWR.



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


Re: run perl scrip with post form from apache

2004-02-28 Thread Matthew Seaman
On Sat, Feb 28, 2004 at 12:17:34PM -0500, fbsd_user wrote:
 All ready had sim.pl set as 770 and owner as www and group as wheel

Ah.  Then check the #! line at the top of the script -- it should read:

#!/usr/bin/perl

(possibly with a few flags appended).  Make sure you can run sim.pl
from the command line -- it will probably just sit there waiting for
input, but if you hit Ctrl-D it should print something out.  Running
'perl -cw' on the script might be a good idea as well.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Kernel modules question.

2004-02-28 Thread Warren Block
On Fri, 27 Feb 2004, Shaun T. Erickson wrote:

 Warren Block wrote:
 
  It's /boot/loader.conf.  See 'man 5 loader.conf'.

 Ah. Thank you. :) Where do I find documentation for the 341 or so modules?

Man pages should cover most of them, although you may have to do a
slight variation on the name.  For example, if_gx.ko would be found
at 'man gx', while 'man uhid' will tell you about what's in uhid.ko.

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


Re: Firewall enabling confusion.

2004-02-28 Thread Warren Block
On Fri, 27 Feb 2004, Shaun T. Erickson wrote:

 I looked at that. That's not what I mean. :) I mean, if I do not have to
 build a new kernel to enable firewalling, logging and divert,

I've always done this with a kernel build.  There may be a way to do the
latter two through loadable modules, but I don't know it.

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


Re: Search Path in bash2

2004-02-28 Thread Scott W
Peter Risdon wrote:

Martin McCormick wrote:

I am trying to modify the execution path on a FreeBSD system
for all the bash2 users on that system.  The man page says that
 

  default path is system-dependent, and is set by the
  administrator who installs bash.A common value is
  ``/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:.''.
  


How do I set, or in this case, reset it?  

The man page also says:

When  bash is invoked as an interactive login shell, or as a non-inter-
  active shell with the --login option, it first reads and 
executes  com-
  mands  from  the file /etc/profile, if that file exists.  After 
reading
  that file, it looks for ~/.bash_profile, ~/.bash_login, and 
~/.profile,
  in  that order, and reads and executes commands from the first 
one that
  exists and is readable.  The --noprofile option may be  used  
when  the
  shell is started to inhibit this behavior.

But so far as I have seen, at least on FreeBSD, /etc/profile does not 
generally contain path info. This is normally set in ~/.profile and 
the default contains something like this:

# remove /usr/games and /usr/X11R6/bin if you want
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/ 

bin:$HOME/bin; export PATH

So my guess is that to conform closely to this way of doing things, 
add the path to each user's ~/.profile and also to 
/usr/share/skel/dot.profile so it is there immediately for new users.

Alternatively, unless someone contradicts this, the man page seems to 
suggest you could add a path to /etc/profile and it would then be 
system-wide. I have never done this myself, though, so can't vouch for 
it whereas I have edited ~/.profile frequently.

HTH.

PWR.



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

You can add any environment vars you'd like to /etc/profile- this is 
still the preferred method for some cases...for example, if you're the 
sysadmin for a project group that all needs additional software that may 
have been installed in the /usr/local/somewhere/bin tree, instead of 
binaries in /usr/local/bin.  So if it's assumed that all users will need 
a given PATH, add it to /etc/profile.  If it's a per user addition, add 
it in ~/.bash_profile..

There are a mixture of other ways to do this, with the 'new thing' being 
application dependent env vars (LD_LIBRARY_PATH, PATH, etc)- in Linux, 
this is generally done via /etc/profile.d/appname.sh, but is not 
generally used for correcting user-owned variables.  So in other words, 
/etc/profile is fine ;-)

Scott

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


docbook xml dtd check ?

2004-02-28 Thread beni brinckman
I'm trying to portugrade my system but it fails allways on the same
point : the check for DocBook XML. I did a make deinstall followed by
a make reinstall of that docbook-xml and did the same with docbook-xsl
but nothing seems to get beyond that docbook dtd check... Here is the
output of the Scrollkeeper portupgrade, but it is the same with all
other Gnome-related stuff. 

Version : 5.1-Release-p14

-- Upgrading 'scrollkeeper-0.3.12_1,1' to 'scrollkeeper-0.3.14_1,1'
(textproc/scrollkeeper)
...
checking libxml2 version... 2.6.6
checking for xslt-config... /usr/local/bin/xslt-config
checking which XML catalog to use... /usr/local/share/xml/catalog
checking for DocBook XML DTD... configure: error: not found. Make sure
you have the DocBook DTD installed and ensure that it is registered in
/usr/local/share/xml/catalog.
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
the
/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14/config.log
including the output of the failure of your make command. Also, it might
be
a good idea to provide an overview of all packages installed on your
system
(e.g. an `ls /var/db/pkg`).
*** Error code 1
 
Stop in /usr/ports/textproc/scrollkeeper.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade756.4 make
** Fix the problem and try again.
---  Skipping 'misc/gnomeuserdocs2' (gnomeuserdocs2-2.4.1) because
'textproc/scrollkeeper' (scrollkeeper-0.3.12_1,1) failed
---  Skipping 'x11/gnomelibs' (gnomelibs-1.4.2_1) because
'textproc/scrollkeeper' (scrollkeeper-0.3.12_1,1) failed
---  Skipping 'ftp/gftp' (gftp-gnome-2.0.16) because
'textproc/scrollkeeper' (scrollkeeper-0.3.12_1,1) failed
---  Skipping 'x11/libcapple...




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


Re: NFS server usage

2004-02-28 Thread Scott W
Charles Swiger wrote:

On Feb 26, 2004, at 4:57 PM, Michael Conlen wrote:

[ ... ]
The production system will use dual channel U320 RAID controllers 
with 12 disks per channel, so disk shouldn't be an issue, and it will 
connect with GigE, so network is plenty fine, now I'm on to CPU.


Sounds like you've gotten nice hardware.  Four or so years ago, I 
built out a roughly comparible fileserver [modulo the progess in 
technology since then] on a Sun E450, which housed 10 SCA-form-factor 
disks over 5 UW SCSI channels (using 64-bit PCI and backplane, 
though), and could have held a total of 20 disks if I'd filled it.  I 
mention this because...

Low volume tests with live data indicate low CPU  usage however when 
I best fit the graph it's dificult to tell how linear (or non linear) 
the data is. [ ... ] Does that kind of curve look accurate to you 
(anyone)?


...even under stress testing on the faster four-disk RAID-10 volume 
using SEAGATE-ST336752LC drives (15K RPM, 8MB cache), each on a 
seperate channel, with ~35 client machines bashing away, the 
fileserver would bottleneck on disk I/O without more than maybe 10% or 
15% CPU load, and that was using a 400MHz CPU.

The notion that an NFS fileserver is going to end up CPU-bound simply 
doesn't match my experience or my expectations.  If you have 
single-threaded sequential I/O patterns (like running dd, or maybe a 
database), you'll bottleneck on the interface or maximum disk 
throughput, otherwise even with ~3.5 ms seek times, multi-threaded I/O 
from a buncha clients will require the disk heads to move around so 
much that you bottleneck at a certain number of I/O operations per 
second per disk, rather than a given bandwidth per disk.

Just to add a few .02 cents.  Experience has shown pretty much the same 
as mentioned.  I've done some fileserving performance benchmarks (more 
than I want to count) a while back for a company that was working on a 
new fileserver 'appliance' system like a lower end to midrange NetApp.  
Once your network bandwidth was taken care of (meaning enough bandwidth 
to handle incoming requests), the bottlenecks inevitably were disk I/O- 
note that this was not always nescessarily indicating adding more disks- 
if you have a few dozen disks hanging off a dual channel SCSI or RAID 
card, the actual bottleneck could be the bus the card is plugged into, 
or the bus speed/bandwidth, so splitting the load across multiple cards 
(and buses if possible) can be the culprit instead of adding more disk.

Other things worth looking at are buffer sizes, both for system and 
TCP/IP, as well as mount options for NFS shares- if your NFS server is 
using battery batcked up cache, and is also on a UPS, you definately 
want to use async in your mount options from clients to speed things up 
significantly.  read and write buffer sizes seem to do best nowadays 
(huge generalization, but seems to be true for different systems and 
*NIX OSes I have currently) is somewhere in the 32k-64k range 
(rsize/wsize client options).

One thing that may be worth something as well is the disk throughput 
itself- on an U320 interface, if you're loaded with 15 disks per 
channel, it _may_ be bottlenecking the U320 bus at that point.  I don't 
have currently valid numbers on what realistic sustained output is for 
U320, but I'm sure it can be googled easily enough- I'd expect sustained 
transfer to be on the order of ~160MB/sec, which is fairly likely to be 
saturated with 10 or fewer disks.

Lastly, you're almost always better, if you can afford the hardware, to 
handle different types of access via different controllers- in other 
words, if you are going to be handling mail, web, user home, and a 
database over NFS or SMB, break them up into individual filesystems, 
preferably on their own channel and disks, opposed to combining.  (This 
is ignoring the fact that mail, apache, and DBs should really be served 
by local disk, but as an obvious example.)  This is actually just a 
re-statement of the previous posters comment about disk I/O from many 
clients moving the heads around, but is certainly true..

Scott

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


Re: Problem: postfix 2.0.18 and mysql 4.0.18 on 5.2.1

2004-02-28 Thread Martin Hudec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I would take a look onto SSL stuff, having that viossl.o and various SSL and 
X509 errors in mind..

But that is maybe a loong shot.. I am going to install 5.2.1-RELEASE today, 
maybe I will find something out.. right now all I can offer you is hint I 
wrote above..

cheers,
Martin

On Fri February 27 2004 14:40, Morten Buhl wrote:
 Hi,
 I have run into some problems during compilation of
 postfix. It only occures when I try to compile in
 mysql support.

 snip
 [src/error]
 cc -DHAS_MYSQL -I/usr/local/include/mysql -DNO_PCRE
 -O -pipe -mcpu=pentiumpro -I. -I../../include
 -DFREEBSD5 -c error.c
 cc -DHAS_MYSQL -I/usr/local/include/mysql -DNO_PCRE
 -O -pipe -mcpu=pentiumpro -I. -I../../include
 -DFREEBSD5 -o error error.o ../../lib/libmaster.a
 ../../lib/libglobal.a ../../lib/libutil.a
 /usr/local/lib/mysql/libmysqlclient.a -lm -lz
 /usr/local/lib/mysql/libmysqlclient.a(viossl.o): In
 function `report_errors':
 viossl.o(.text+0x3c): undefined reference to
 `ERR_get_error_line_data'
 /usr/local/lib/mysql/libmysqlclient.a(viossl.o): In
 function `vio_ssl_read':
 viossl.o(.text+0xc7): undefined reference to
 `SSL_read'
 viossl.o(.text+0xdf): undefined reference to
 `SSL_get_error'
 /usr/local/lib/mysql/libmysqlclient.a(viossl.o): In
 function `vio_ssl_write':
 viossl.o(.text+0x124): undefined reference to
 `SSL_write'
 /usr/local/lib/mysql/libmysqlclient.a(viossl.o): In
 function `vio_ssl_close':
 viossl.o(.text+0x2a7): undefined reference to
 `SSL_shutdown'
 viossl.o(.text+0x2b7): undefined reference to
 `SSL_free'
 /usr/local/lib/mysql/libmysqlclient.a(viossl.o): In
 function `sslaccept':
 viossl.o(.text+0x472): undefined reference to
 `SSL_new'
 viossl.o(.text+0x49a): undefined reference to
 `SSL_clear'
 viossl.o(.text+0x4a8): undefined reference to
 `SSL_get_session'
 viossl.o(.text+0x4b7): undefined reference to
 `SSL_SESSION_set_timeout'
 viossl.o(.text+0x4cb): undefined reference to
 `SSL_set_fd'
 viossl.o(.text+0x4d9): undefined reference to
 `SSL_set_accept_state'
 viossl.o(.text+0x4e7): undefined reference to
 `SSL_do_handshake'
 viossl.o(.text+0x4fe): undefined reference to
 `SSL_free'
 viossl.o(.text+0x56a): undefined reference to
 `SSL_get_peer_certificate'
 viossl.o(.text+0x578): undefined reference to
 `X509_get_subject_name'
 viossl.o(.text+0x590): undefined reference to
 `X509_NAME_oneline'
 viossl.o(.text+0x5a0): undefined reference to
 `X509_get_issuer_name'
 viossl.o(.text+0x5b8): undefined reference to
 `X509_NAME_oneline'
 viossl.o(.text+0x5c8): undefined reference to
 `X509_free'
 viossl.o(.text+0x5e8): undefined reference to
 `SSL_get_shared_ciphers'
 /usr/local/lib/mysql/libmysqlclient.a(viossl.o): In
 function `sslconnect':
 viossl.o(.text+0x669): undefined reference to
 `SSL_new'
 viossl.o(.text+0x68b): undefined reference to
 `SSL_clear'
 viossl.o(.text+0x699): undefined reference to
 `SSL_get_session'
 viossl.o(.text+0x6a8): undefined reference to
 `SSL_SESSION_set_timeout'
 viossl.o(.text+0x6bc): undefined reference to
 `SSL_set_fd'
 viossl.o(.text+0x6ca): undefined reference to
 `SSL_set_connect_state'
 viossl.o(.text+0x6d8): undefined reference to
 `SSL_do_handshake'
 viossl.o(.text+0x6f4): undefined reference to
 `SSL_free'
 /usr/local/lib/mysql/libmysqlclient.a(viosslfactories.o):
 In function `get_dh512':
 viosslfactories.o(.text+0xa): undefined reference to
 `DH_new'
 viosslfactories.o(.text+0x2c): undefined reference to
 `BN_bin2bn'
 viosslfactories.o(.text+0x4b): undefined reference to
 `BN_bin2bn'
 viosslfactories.o(.text+0x60): undefined reference to
 `DH_free'
 /usr/local/lib/mysql/libmysqlclient.a(viosslfactories.o):
 In function `report_errors':
 viosslfactories.o(.text+0xa6): undefined reference to
 `ERR_get_error_line_data'
 /usr/local/lib/mysql/libmysqlclient.a(viosslfactories.o):
 In function `vio_set_cert_stuff':
 viosslfactories.o(.text+0xf0): undefined reference to
 `SSL_CTX_use_certificate_file'
 viosslfactories.o(.text+0x126): undefined reference to
 `ERR_print_errors_fp'
 viosslfactories.o(.text+0x150): undefined reference to
 `SSL_CTX_use_PrivateKey_file'
 viosslfactories.o(.text+0x186): undefined reference to
 `ERR_print_errors_fp'
 viosslfactories.o(.text+0x1bb): undefined reference to
 `SSL_CTX_check_private_key'
 /usr/local/lib/mysql/libmysqlclient.a(viosslfactories.o):
 In function `vio_verify_callback':
 viosslfactories.o(.text+0x1fc): undefined reference to
 `X509_STORE_CTX_get_current_cert'
 viosslfactories.o(.text+0x206): undefined reference to
 `X509_STORE_CTX_get_error'
 viosslfactories.o(.text+0x20e): undefined reference to
 `X509_STORE_CTX_get_error_depth'
 viosslfactories.o(.text+0x21c): undefined reference to
 `X509_get_subject_name'
 viosslfactories.o(.text+0x236): undefined reference to
 `X509_NAME_oneline'
 viosslfactories.o(.text+0x287): undefined reference to
 `X509_get_issuer_name'
 viosslfactories.o(.text+0x2a1): undefined reference to
 `X509_NAME_oneline'
 

Darkstat

2004-02-28 Thread Peter Rosa
Hi all,

please, tell me about security of Darkstat. Is it good idea to install it on
firewall/gateway ?

I'd like to measure our company traffic, but I do not have Apache running on
the gateway. How could I redirect Darkstat's output to web-server inside
company ?
Or is there some other tool, which can measure in/out traffic and send
output to another machine ? I know MRTG, but it uses SNMP I do not know to
work with.

Best regards,

Peter Rosa

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


Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Bob Perry
Hello,

I run FreeBSD 4.9 and just ran my weekly CVSup followed by portsdb -uU and
portupgrade -arR.  I came across the following message which looks similar
to one previously posted today.  I'm relatively new at this and just 
question
whether or not the previous response is the same for my situation (e.g., 
delete
portupgrade and ruby* and then rebuild portupgrade).  BTW, what happens 
to the
ruby files that are removed?

Thanks,
Bob Perry
/usr/local/sbin/pkgdb:35:in `require': No such file to load -- pkgtools 
(LoadError)
   from /usr/local/sbin/pkgdb:35
---  Backing up the old version
---  Uninstalling the old version
/usr/local/sbin/pkg_deinstall:35:in `require': No such file to load -- 
pkgtools (LoadError)
   from /usr/local/sbin/pkg_deinstall:35
** The following packages were not installed or upgraded (*:skipped / 
!:failed)
   ! accessibility/gnomemag (gnomemag-0.10.6)  (uninstall error)
   ! databases/ruby-bdb1 (ruby-bdb1-0.2.1) (uninstall error)
   ! math/gcalctool (gcalctool-4.3.46) (uninstall error)
   ! editors/AbiWord2 (AbiWord2-gnome-2.0.3_1) (uninstall error)

--
I've learned that whatever hits the fan will not be evenly
distributed.
FreeBSD 4.9-RELEASE-p2 #0

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


Re: Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Kent Stewart
On Saturday 28 February 2004 11:53 am, Bob Perry wrote:
 Hello,

 I run FreeBSD 4.9 and just ran my weekly CVSup followed by portsdb
 -uU and portupgrade -arR.  I came across the following message which
 looks similar to one previously posted today.  I'm relatively new at
 this and just question
 whether or not the previous response is the same for my situation
 (e.g., delete
 portupgrade and ruby* and then rebuild portupgrade).  BTW, what
 happens to the
 ruby files that are removed?

Ruby has been updated to version 1.8. Delete portupgrade and ruby*, 
which will delete all of the ruby-1.6 stuff. This will also delete 1.8. 
You can manually delete all of the ruby-1.6 or relax and let the 
portsytem rebuild it. At an rate, after you have deleted portupgrade 
and the ruby-1.6 ports, you can rebuild portupgrade, which will link to 
ruby-1.8.

Kent


 Thanks,
 Bob Perry

 /usr/local/sbin/pkgdb:35:in `require': No such file to load --
 pkgtools (LoadError)
 from /usr/local/sbin/pkgdb:35
 ---  Backing up the old version
 ---  Uninstalling the old version
 /usr/local/sbin/pkg_deinstall:35:in `require': No such file to load
 -- pkgtools (LoadError)
 from /usr/local/sbin/pkg_deinstall:35
 ** The following packages were not installed or upgraded (*:skipped /
 !:failed)
 ! accessibility/gnomemag (gnomemag-0.10.6)  (uninstall
 error) ! databases/ruby-bdb1 (ruby-bdb1-0.2.1) (uninstall error) !
 math/gcalctool (gcalctool-4.3.46) (uninstall error) !
 editors/AbiWord2 (AbiWord2-gnome-2.0.3_1) (uninstall error)

-- 
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: Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Rilindo Foster
I had that a similiar problem - it broken portversion. I went and
reinstalled it from the ports and everything is well again - you might
need to do the same as well.

-- 
-
Rilindo Foster
http://monzell.com
AIM: rilindo

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


Re: run perl scrip with post form from apache

2004-02-28 Thread Marty Landman
At 12:43 PM 2/28/2004, Matthew Seaman wrote:

Make sure you can run sim.pl from the command line [snip[  Running
'perl -cw' on the script might be a good idea as well.
I'll second that and add that if you can run fine from the CLI then try 
running it as standalone from your browser. If that works as well then you 
may be right about having a problem with your Apache config. Let us know 
and post back with the output including httpd-error log if it gets that far.

Marty Landman   Face 2 Interface Inc.   845-679-9387
FormATable  DB: http://face2interface.com/Products/FormATable.shtml
Make a Website: http://face2interface.com/Home/Demo.shtml
Free Formmailer: http://face2interface.com/Products/Formal.shtml  

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


Flayers among us

2004-02-28 Thread security-officer

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


Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

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


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the mhash.

After installing mhash you need to configure mod_php to use it, checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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: Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Bob Perry
Kent Stewart wrote:

On Saturday 28 February 2004 11:53 am, Bob Perry wrote:
 

Hello,

I run FreeBSD 4.9 and just ran my weekly CVSup followed by portsdb
-uU and portupgrade -arR.  I came across the following message which
looks similar to one previously posted today.  I'm relatively new at
this and just question
whether or not the previous response is the same for my situation
(e.g., delete
portupgrade and ruby* and then rebuild portupgrade).  BTW, what
happens to the
ruby files that are removed?
   

Ruby has been updated to version 1.8. Delete portupgrade and ruby*, 
which will delete all of the ruby-1.6 stuff. This will also delete 1.8. 
You can manually delete all of the ruby-1.6 or relax and let the 
portsytem rebuild it. At an rate, after you have deleted portupgrade 
and the ruby-1.6 ports, you can rebuild portupgrade, which will link to 
ruby-1.8.

Kent

 

Thanks,
Bob Perry
/usr/local/sbin/pkgdb:35:in `require': No such file to load --
pkgtools (LoadError)
   from /usr/local/sbin/pkgdb:35
---  Backing up the old version
---  Uninstalling the old version
/usr/local/sbin/pkg_deinstall:35:in `require': No such file to load
-- pkgtools (LoadError)
   from /usr/local/sbin/pkg_deinstall:35
** The following packages were not installed or upgraded (*:skipped /
!:failed)
   ! accessibility/gnomemag (gnomemag-0.10.6)  (uninstall
error) ! databases/ruby-bdb1 (ruby-bdb1-0.2.1) (uninstall error) !
math/gcalctool (gcalctool-4.3.46) (uninstall error) !
editors/AbiWord2 (AbiWord2-gnome-2.0.3_1) (uninstall error)
   

 

Sorry for being so thick, but I get more than just nervous when using 
the delete
command.  Do I understand you correctly in that I delete, as in rm, the 
portupgrade
files in /usr/ports/sysutils/ directory and also all of the ruby files 
in the /usr/ports/
lang/ directory?

Bob

--
I've learned that whatever hits the fan will not be evenly
distributed.
FreeBSD 4.9-RELEASE-p2 #0

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


Re: Where to find apache PHP script mhash function

2004-02-28 Thread zam4ever
- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED]
Subject: Where to find apache  PHP script  mhash function
Date: 29/02/04 04:28

 Have mod_php installed on apache but it does not have the mhash
 extension function.
 
 Where can I find it?
 
 Thanks


You can find the mhash from here:

BSD port : /usr/ports/security/mhash

More info:
http://www.freshports.org/security/mhash/
http://schumann.cx/mhash/

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


hauppauge wintv_usb_fm vs wintv_usb (not fm)

2004-02-28 Thread Andrew L. Gould
I am running FreeBSD 4.9.  The hauppauge wintv_usb_fm is listed in /usr/src/
sys/dev/usb/usbdevs as being supported; but hauppauge wintv_usb (without the 
fm) is not listed.  So, it would be my luck to find the latter, but not the 
former, in a local store.

Does anyone know if hauppauge wintv_usb is also supported in FreeBSD 4.9?

Also, has anyone used a wintv_usb and camcorder with gnomemeeting?

Thanks,

Andrew Gould

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


RE: Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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: Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Kent Stewart
On Saturday 28 February 2004 12:54 pm, Bob Perry wrote:
 Kent Stewart wrote:
 On Saturday 28 February 2004 11:53 am, Bob Perry wrote:
 Hello,
 
 I run FreeBSD 4.9 and just ran my weekly CVSup followed by portsdb
 -uU and portupgrade -arR.  I came across the following message
  which looks similar to one previously posted today.  I'm
  relatively new at this and just question
 whether or not the previous response is the same for my situation
 (e.g., delete
 portupgrade and ruby* and then rebuild portupgrade).  BTW, what
 happens to the
 ruby files that are removed?
 
 Ruby has been updated to version 1.8. Delete portupgrade and ruby*,
 which will delete all of the ruby-1.6 stuff. This will also delete
  1.8. You can manually delete all of the ruby-1.6 or relax and let
  the portsytem rebuild it. At an rate, after you have deleted
  portupgrade and the ruby-1.6 ports, you can rebuild portupgrade,
  which will link to ruby-1.8.
 
 Kent
 
 Thanks,
 Bob Perry
 
 /usr/local/sbin/pkgdb:35:in `require': No such file to load --
 pkgtools (LoadError)
 from /usr/local/sbin/pkgdb:35
 ---  Backing up the old version
 ---  Uninstalling the old version
 /usr/local/sbin/pkg_deinstall:35:in `require': No such file to load
 -- pkgtools (LoadError)
 from /usr/local/sbin/pkg_deinstall:35
 ** The following packages were not installed or upgraded (*:skipped
  / !:failed)
 ! accessibility/gnomemag (gnomemag-0.10.6)  (uninstall
 error) ! databases/ruby-bdb1 (ruby-bdb1-0.2.1) (uninstall error) !
 math/gcalctool (gcalctool-4.3.46) (uninstall error) !
 editors/AbiWord2 (AbiWord2-gnome-2.0.3_1) (uninstall error)

 Sorry for being so thick, but I get more than just nervous when using
 the delete
 command.  Do I understand you correctly in that I delete, as in rm,
 the portupgrade
 files in /usr/ports/sysutils/ directory and also all of the ruby
 files in the /usr/ports/
 lang/ directory?

No, you can 

pkg_delete portupgrade
pkg_delete 'ruby*'
cd /usr/ports/sysutils/portupgrade
make install

You can see options in the commit message at 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ruby18/Makefile

The pkg_delete of ruby* and portupgrade was the only thing that worked 
for me. There is a now ruby16 and a ruby18. Portupgrade now uses 
ruby18.

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: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
I mean this Makefile

# Instructions on how to enable preferred extensions can be found in the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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: Where to find apache PHP script mhash function

2004-02-28 Thread JJB
Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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]


Dlink DWL520 and wi driver

2004-02-28 Thread freebsduser
Hey there all.

I was looking over the man page for 'wi' and saw that it had the Dlink DWL520 PCI card 
listed so I checked local computer parts stores in the area and found a DWL-G520 card. 
Are these cards the same as far as being compatible with the 'wi' driver?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
Well,

Actually i do, i pasted this from the Makefile,
If i state it correctly, it says that you need to use php4 in
/usr/ports/lang/php4,
if you want to use other extentions, indeed implying that you need to use
that instead
of mod_php for things you want to do,

But i am not sure if there are other options are available :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: JJB [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:26
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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: Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Matthew Seaman
On Sat, Feb 28, 2004 at 03:54:09PM -0500, Bob Perry wrote:
 Sorry for being so thick, but I get more than just nervous when using 
 the delete
 command.  Do I understand you correctly in that I delete, as in rm, the 
 portupgrade
 files in /usr/ports/sysutils/ directory and also all of the ruby files 
 in the /usr/ports/
 lang/ directory?

You can follow the instructions at

http://www.freebsd.org/cgi/getmsg.cgi?fetch=1562140+0+current/cvs-ports

from the original commit message.  There's probably a more streamlined
way of doing the upgrade, but this procedure works pretty smoothly.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


RE: Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
SO you are saying that this /usr/ports/lang/php4  is an replacement
for mod_php?
That it does everything mod_php does plus the extensions can be
added.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:30 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

Well,

Actually i do, i pasted this from the Makefile,
If i state it correctly, it says that you need to use php4 in
/usr/ports/lang/php4,
if you want to use other extentions, indeed implying that you need
to use
that instead
of mod_php for things you want to do,

But i am not sure if there are other options are available :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: JJB [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:26
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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]

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


help making mozilla 1.6x work on Freebsd

2004-02-28 Thread [EMAIL PROTECTED]
Hello, fellow FreeBSD users.

My system is so outdated that I can not do a /stand/sysintall anymore. 
Not even using 'any'.  (Does a work-around exist?  That would be a big
help, too.)

I am trying to make Mozilla run with X, which is installed and working.

This machine is kept fairly busy and I won't be able to do a reboot or a
shutdown for at least two weeks, but -- if anyone can provide instructions
to help me install Mozilla, to be used remotely, using xterm, I'd
appreciate some help.

This is what I see when I do a uname -a

FreeBSD PR7.ne.mediaone.net 
4.5-RELEASE FreeBSD
4.5-RELEASE #2: 
Tue Aug 20 19:01:59 EDT 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/PRDI1  i386

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


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
In my opinion yes,

i use the lang/php4 version myself and i have well configured php settings
into my webserver.

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 22:41
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


SO you are saying that this /usr/ports/lang/php4  is an replacement
for mod_php?
That it does everything mod_php does plus the extensions can be
added.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:30 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

Well,

Actually i do, i pasted this from the Makefile,
If i state it correctly, it says that you need to use php4 in
/usr/ports/lang/php4,
if you want to use other extentions, indeed implying that you need
to use
that instead
of mod_php for things you want to do,

But i am not sure if there are other options are available :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: JJB [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:26
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

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]

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

___
[EMAIL 

Antivir/avmilter and Sendmail - stdin trouble

2004-02-28 Thread Michel Schwab
Hi

After installing the Antivirus Ports that work good for me, but now i have
one trouble in the Maillog Files from Sendmail, see here (only when the
scanner find a Virus):

Feb 28 22:35:57 mail avmilter[4937]: open(outgoing/df-03109-6647D356) to
stdin failed (Bad file descriptor)
Feb 28 22:35:57 mail avmilter[4936]: temporary MTA failure, error=71 - mails
stay queued
Feb 28 22:35:57 mail avmilter[4936]: Message 'outgoing/qf-03109-6647D356'
could not be forwarded now. We'll retry later.

Does someone have a solution for this problem?

very thanx, Michel

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


cannot open /dev/cuaa1: Device not configured

2004-02-28 Thread Jason
BSDheads,

Im using the first com port (/dev/cuaa0) on my computer with no problems, Im trying to 
use the 
second com port (/dev/cuaa1) and having problems. 
running  FreeBSD 4.9-STABLE #0: Mon Feb  9 22:03:10 EST 2004

when I run minicom, I get
[EMAIL PROTECTED] minicom 
minicom: cannot open /dev/cuaa1: Device not configured

looking at dmesg, I see 
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0

so, FreeBSD cant see com2 on irq3, so Ive googled and saw someone that said
com2 isnt enabled by default in your kernel, enable it and recompile/reboot.

I look in my kernel config file and I see the following:

device  sio0at isa? port IO_COM1 flags 0x10 irq 4
device  sio1at isa? port IO_COM2 irq 3

does that look right?

the other thing im thinking is that com2 might be disabled in the bios, but I havent 
rebooted yet 
to take a look.

thoughts?

Jason

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


Re: Where to find apache PHP script mhash function

2004-02-28 Thread Mike Maltese
 SO you are saying that this /usr/ports/lang/php4  is an replacement
 for mod_php?
 That it does everything mod_php does plus the extensions can be
 added.

lang/php4 is a master port. You can read lang/php4/Makefile to see what make
definitions that are available (like -DWITH_MHASH). I wouldn't recommend
trying to build mod_php4 in lang/php4 because it sounds like you're confused
already. Just go to www/mod_php4 and do a make -DWITH_MHASH (+ whatever
other features you want) install. Really though, I don't see why you don't
just use the ncurses menu.

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


slice X?

2004-02-28 Thread Aaron Walker
I have installed FreeBSD before, but it has been a while since I've
messed around with it.  I am attempting to install on my secondary
desktop machine which also runs Linux.

ad0s1-ad0s3 are linux partitions as well as ad0s4 which is an extended
partition (containing more linux partitions).

When I try to create a new slice, it gives it the name 'X' which causes
a problem when I try to create new partitions on that slice:

Unable to create partitons on device: /dev/X


I didn't see anything about this in the FAQ.
Anyone have any ideas?

Thanks,
Aaron

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


firefox: Where'd my scrollbars go?

2004-02-28 Thread David Fleck
Just upgraded to firefox-0.8_4 from firebird.  Everything seems fine, but
I can't get horizontal or vertical scrollbars to show up... I can use the
arrow keys to page downwards, but I'd kind of like to have my scrollbars
back.  Anyone else seen a problem like this?

--
David Fleck
[EMAIL PROTECTED]

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


Processors

2004-02-28 Thread Brach Janney
I might have missed it in the long amount of FAQ pages.
Is FreeBSD only for 64bit processors. If so can we set up a Donations to 
Brach Janney so that he may use our operating system page.
=)
Thankyou for your time.

And here is a place to send any info you might have that is not posted on 
the web page.
Brach Janney
Age 16
5367 Cherokee Dr nw
North Canton, Ohio 44720



-until we meet again, ado-
Brach Janney
_
Dream of owning a home? Find out how in the First-time Home Buying Guide. 
http://special.msn.com/home/firsthome.armx

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


Re: Processors

2004-02-28 Thread Kris Kennaway
On Sat, Feb 28, 2004 at 05:56:38PM -0500, Brach Janney wrote:
 I might have missed it in the long amount of FAQ pages.
 Is FreeBSD only for 64bit processors. If so can we set up a Donations to 
 Brach Janney so that he may use our operating system page.
 =)
 Thankyou for your time.

No, it runs on 32-bit Intel i386 machines (regular PCs) also.

Kris


pgp0.pgp
Description: PGP signature


RE: Processors

2004-02-28 Thread Remko Lodder
Hi dude,

FreeBSD is ALSO available for 64bit systems, like AMD64 etc,
but also for normal personal computers. Like the ones i am using
i386 architecture.

So i am sorry but you are not going to have donations to brach janney
:):)

Cheers :)

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Brach Janney
Verzonden: zaterdag 28 februari 2004 23:57
Aan: [EMAIL PROTECTED]
Onderwerp: Processors


I might have missed it in the long amount of FAQ pages.
Is FreeBSD only for 64bit processors. If so can we set up a Donations to
Brach Janney so that he may use our operating system page.
=)
Thankyou for your time.

And here is a place to send any info you might have that is not posted on
the web page.
Brach Janney
Age 16
5367 Cherokee Dr nw
North Canton, Ohio 44720



-until we meet again, ado-
Brach Janney

_
Dream of owning a home? Find out how in the First-time Home Buying Guide.
http://special.msn.com/home/firsthome.armx

___
[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: firefox: Where'd my scrollbars go?

2004-02-28 Thread Kris Kennaway
On Sat, Feb 28, 2004 at 04:48:04PM -0600, David Fleck wrote:
 Just upgraded to firefox-0.8_4 from firebird.  Everything seems fine, but
 I can't get horizontal or vertical scrollbars to show up... I can use the
 arrow keys to page downwards, but I'd kind of like to have my scrollbars
 back.  Anyone else seen a problem like this?

Try removing and recreating your ~/.phoenix directory (or just move it
elsewhere and copy out the bookmarks if you want to keep them).
mozilla^Wphoenix^Wfirebird^Wfirefox has broken compatibility of this
directory a number of times, so you will run into weird problems if
you have an old enough installation.

Kris


pgp0.pgp
Description: PGP signature


Re: firefox: Where'd my scrollbars go?

2004-02-28 Thread David Fleck
On Sat, 28 Feb 2004, Kris Kennaway wrote:
 On Sat, Feb 28, 2004 at 04:48:04PM -0600, David Fleck wrote:
  Just upgraded to firefox-0.8_4 from firebird.  Everything seems fine, but
  I can't get horizontal or vertical scrollbars to show up... I can use the
  arrow keys to page downwards, but I'd kind of like to have my scrollbars
  back.  Anyone else seen a problem like this?

 Try removing and recreating your ~/.phoenix directory (or just move it
 elsewhere and copy out the bookmarks if you want to keep them).
 mozilla^Wphoenix^Wfirebird^Wfirefox has broken compatibility of this
 directory a number of times, so you will run into weird problems if
 you have an old enough installation.


That fixed it. Thanks very much.

--
David Fleck
[EMAIL PROTECTED]

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


Re: Pkgdb Problem -- /usr/local/sbin/pkgdb:35:in

2004-02-28 Thread Bob Perry

Sorry for being so thick, but I get more than just nervous when using
the delete
command.  Do I understand you correctly in that I delete, as in rm,
the portupgrade
files in /usr/ports/sysutils/ directory and also all of the ruby
files in the /usr/ports/
lang/ directory?
   

No, you can 

pkg_delete portupgrade
pkg_delete 'ruby*'
cd /usr/ports/sysutils/portupgrade
make install
You can see options in the commit message at 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ruby18/Makefile

The pkg_delete of ruby* and portupgrade was the only thing that worked 
for me. There is a now ruby16 and a ruby18. Portupgrade now uses 
ruby18.

Kent

 

First, I deleted portupgrade.  Ran into what seemed like a syntax 
error,  but
eventually deleted the port.  Note the following:

==[EMAIL PROTECTED]:/usr/ports pkg_delete portupgrade
pkg_delete: no such package 'portupgrade' installed
==[EMAIL PROTECTED]:/usr/ports pkg_delete portupgrade-\*
Next, I deleted all ruby files, with some familiar messages following.

==[EMAIL PROTECTED]:/usr/ports pkg_delete 'ruby*'
pkg_delete: unable to completely remove directory 
'/usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4'
pkg_delete: unable to completely remove directory 
'/usr/local/lib/ruby/site_ruby/1.6'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
pkg_delete: file '/usr/local/bin/erb' doesn't really exist
pkg_delete: file '/usr/local/bin/h2rb' doesn't really exist
pkg_delete: file '/usr/local/bin/rdoc' doesn't really exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

Reinstalled portupgrade.

==[EMAIL PROTECTED]:/usr/ports cd sysutils/portupgrade/
==[EMAIL PROTECTED]:/usr/ports/sysutils/portupgrade make install
snip
Warning: Object directory not changed from original 
/usr/ports/sysutils/portupgrade/work/pkgtools-20040208/bin
/usr/local/bin/ruby18 -wc pkg_fetch
/usr/local/bin/ruby18:No such file or directory
*** Error code 1

Stop in /usr/ports/sysutils/portupgrade/work/pkgtools-20040208/bin.
*** Error code 1
Had to run make clean before it would run successfully.

Didn't run steps 2-4 of the options in the commit segment since I 
deleted all
of the ruby files at the beginning.  Hope no problems result.

Just ran portupgrade again to complete what I had started this morning
and it ran successfully.
I was aware of similar problems others had encountered due to the change in
the default version of ruby and read the commit in Fresh Ports.  It just 
didn't
register.  I saw the phrase, If you are a ruby developer..., and 
ignored the rest.
My bad.

Thanks so much for your time and assistance.

Bob Perry

--
I've learned that whatever hits the fan will not be evenly
distributed.
FreeBSD 4.9-RELEASE-p2 #0

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


/usr/ports/graphics/tiff build failure

2004-02-28 Thread John Wilson

Hello folks,

I am attempting to build the tiff library, but am continually running into
a problem.  After executing `make install` from /usr/ports/graphics/tiff,
the build fails.  Included is the exact output of the process, as well as
the 'config.log' as requested.

This is a cleanly installed system of 5.2.1-RELEASE, and immediately
upgraded to -CURRENT as of about one hour ago.  The ports were also
cvsup'd and are current as of about 10 minutes ago.

[begin output]

===  Vulnerability check disabled
===  Extracting for tiff-3.6.1_1
 Checksum OK for tiff-v3.6.1.tar.gz.
===  Patching for tiff-3.6.1_1
===  Applying FreeBSD patches for tiff-3.6.1_1
===   tiff-3.6.1_1 depends on shared library: jpeg.9 - found
===  Configuring for tiff-3.6.1_1

Configuring TIFF Software v3.6.1

If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.

Reading site-wide parameters from ./config.site.
Oh no, not another i386-unknown-freebsd5.2 system...
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/graphics/tiff/work/tiff-v3.6.1/config.log including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).

[end output]

[begin config.log]

Sat Feb 28 19:04:12 EST 2004
Running ./configure with arguments: --with-ZIP --with-JPEG 
--with-DIR_BIN=/usr/local/bin --with-DIR_LIB=/usr/local/lib 
--with-DIR_INC=/usr/local/include --with-DIR_MAN=/usr/local/man --with-CC=cc 
--with-GCOPTS=-O -pipe  --with-OPTIMIZER= --with-DIRS_LIBINC=/usr/local/include 
--with-DIR_GZLIB=/usr/lib --with-DIR_JPEGLIB=/usr/local/lib --with-LIBGL=no 
--with-LIBIMAGE=no --with-INSTALL=/bin/sh 
/usr/ports/graphics/tiff/work/tiff-v3.6.1/port/install.sh --noninteractive --with-HTML 
--with-DIR_HTML=/usr/local/share/doc/tiff

This file contains information that is captured from running the configure
script.  Lines that begin with a + are command lines echoed by the
shell.  Other lines are the output of commands; usually the contents of
test case files or the output from compilers.  If configure does the
wrong thing, you can use the information captured here to aid in debugging.

+ . ./config.site
+ cat dummy.c
main(int argc, char* argv) { exit(0); }
+ cat xgnu.c
#ifdef __GNUC__
yes;
#endif
+ cc -E xgnu.c
+ egrep yes
yes;
+ cc -o dummy dummy.c

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


kernel compile error

2004-02-28 Thread rfa
Im kinda new at this and

I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
RELEASE when I just remembered[after taking a nap] that I did

#make buildkernel KERNCONF=GENERIC

and I forgot to edit the /usr/src/sys/i386/conf/GENERIC file before
running the process.

anyway, the #make buildkernel completed and i wanted to change the GENERIC
file so i went aroung and commented out all the stuff that i didnt have on
my system and did a #make buildkernel KERNCONF=GENERIC again only to have
errors after about a minute into the process.

My Questions Are:
Is it wrong to do this process again after a successful #make buildkernel?
If so, what should I do to do it successfully? [should i rm -rf /usr/src
 cvsup -g -L 2 /etc/standard-supfile  make world again?]

Or is it possible that my GENERIC file is wrong?

Here is the GENERIC file[The error output will follow]:

machine i386
#cpuI486_CPU
#cpuI586_CPU
cpu I686_CPU
ident   GENERIC

# To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints # Default places to look for devices.

makeoptions DEBUG=-g# Build kernel with gdb(1) debug
symbols

options SCHED_ULE   # ULE scheduler
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big
directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires
PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options COMPAT_43   # Compatible with BSD 4.3 [KEEP
THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options PFIL_HOOKS  # pfil(9) framework

# Debugging for use in -current
options DDB # Enable the kernel debugger
options INVARIANTS  # Enable calls of extra sanity
checking
options INVARIANT_SUPPORT   # Extra sanity checks of internal
structures, required by INVARIANTS
options WITNESS # Enable checks to detect
deadlocks and cycles
options WITNESS_SKIPSPIN# Don't run witness on spinlocks
for speed

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
device  apic# I/O APIC

device  isa
#device eisa
device  pci

# Floppy drives
#device fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
#device ataraid # ATA RAID drives
device  atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID   # Static device numbering

# SCSI Controllers
#device ahb # EISA AHA1742 family
#device ahc # AHA2940 and onboard AIC7xxx devices
#device ahd # AHA39320/29320 and onboard AIC79xx devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
device  mpt # LSI-Logic MPT-Fusion
#device ncr # NCR/Symbios Logic
#device sym # NCR/Symbios Logic (newer chipsets +
those of `ncr')
#device trm # Tekram DC395U/UW/F DC315U adapters

#device adv # Advansys SCSI 

RE: kernel compile error

2004-02-28 Thread Remko Lodder
Hi dude,

It's not harmfull to replay the whole process,
The way i do it is go to the dir

cd /usr/src/sys/i386/conf/
edit the GENERIC file,
cd ../compile/GENERIC
make clean  make depend  make  make install
the  makes sure the next command only get's runned when
the previous command complete succesfully or returned status 0 (success in
almost every case :))
Perhaps it gives a better output then,

I am too tired to spit in your error at this time, so if no one replied
tomorrow, i will
have a look at it, and give it a toss.

Cheers :)

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
Verzonden: zondag 29 februari 2004 1:53
Aan: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Onderwerp: kernel compile error


Im kinda new at this and

I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
RELEASE when I just remembered[after taking a nap] that I did

#make buildkernel KERNCONF=GENERIC

and I forgot to edit the /usr/src/sys/i386/conf/GENERIC file before
running the process.

anyway, the #make buildkernel completed and i wanted to change the GENERIC
file so i went aroung and commented out all the stuff that i didnt have on
my system and did a #make buildkernel KERNCONF=GENERIC again only to have
errors after about a minute into the process.

My Questions Are:
Is it wrong to do this process again after a successful #make buildkernel?
If so, what should I do to do it successfully? [should i rm -rf /usr/src
 cvsup -g -L 2 /etc/standard-supfile  make world again?]

Or is it possible that my GENERIC file is wrong?

Here is the GENERIC file[The error output will follow]:

machine i386
#cpuI486_CPU
#cpuI586_CPU
cpu I686_CPU
ident   GENERIC

# To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints # Default places to look for
devices.

makeoptions DEBUG=-g# Build kernel with gdb(1) debug
symbols

options SCHED_ULE   # ULE scheduler
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big
directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires
NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires
PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options COMPAT_43   # Compatible with BSD 4.3 [KEEP
THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options PFIL_HOOKS  # pfil(9) framework

# Debugging for use in -current
options DDB # Enable the kernel debugger
options INVARIANTS  # Enable calls of extra sanity
checking
options INVARIANT_SUPPORT   # Extra sanity checks of internal
structures, required by INVARIANTS
options WITNESS # Enable checks to detect
deadlocks and cycles
options WITNESS_SKIPSPIN# Don't run witness on spinlocks
for speed

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
device  apic# I/O APIC

device  isa
#device eisa
device  pci

# Floppy drives
#device fdc

# ATA and ATAPI devices
device  ata
device  

RE: kernel compile error

2004-02-28 Thread rfa
the only problem though with doing it all again is it takes so many hours!!
especialy downloading and make world

is there something i should do before the process to make a backup before
starting?  so instead of downloading from the

should i tar the whole /usr/src?

what do you think about this?

TIA


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


RE: kernel compile error

2004-02-28 Thread Remko Lodder
i did not mention that you needed to redownload the source
and that you recompile everything
you can just recompile the kernel, in the directories i mentioned
takes some time, but NOT that many time :)

Cheers :)

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Verzonden: zondag 29 februari 2004 2:16
Aan: Remko Lodder
CC: [EMAIL PROTECTED]
Onderwerp: RE: kernel compile error


the only problem though with doing it all again is it takes so many hours!!
especialy downloading and make world

is there something i should do before the process to make a backup before
starting?  so instead of downloading from the

should i tar the whole /usr/src?

what do you think about this?

TIA



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


Re: BSD Website

2004-02-28 Thread Alex de Kruijff
On Fri, Feb 27, 2004 at 04:11:31AM +0800, zam4ever wrote:
 - Original Message 
 From: Alex de Kruijff 
 To: zam4ever 
 Cc: . [EMAIL PROTECTED]
 Subject: Re: BSD Website
 Date: 27/02/04 00:51
 
  Do you have these two?:
  http://www.oreilly.com/catalog/opensources/book/kirkmck.html
  http://www.levenez.com/unix/
  
  Alex
 
 Okay, I just updated these 2 links with the other suitable articles.

I have a OS website for you:

http://www.sysctl.org/touptibsd/

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


VPN via ssh ?

2004-02-28 Thread stan
I can connect to my home machines from work using runsocks ssh. Now it
seems to me that I ought to be able to build a full blown VPN tunnel using
this, right?

A little Googling suggest that one approach might be to use ppp over the
tunnel. Given that the 2 machines involved are both FreeBSD STABLE machines,
can anyone point me to some docs as to how to do this?

What I want to accomplish is full biderctional connectivity. That is I want to
be able to connect to my machines at home from work, and from home to the
machines at work.

Thanks for any help on this.
-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kernel compile error

2004-02-28 Thread Danny Pansters
On Sunday 29 February 2004 01:52, [EMAIL PROTECTED] wrote:
 Im kinda new at this and

 I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
 RELEASE when I just remembered[after taking a nap] that I did

 #make buildkernel KERNCONF=GENERIC

If you build your own kernel, you should give it another name than GENERIC 
(and change ident in your config file). 


 and I forgot to edit the /usr/src/sys/i386/conf/GENERIC file before
 running the process.

 anyway, the #make buildkernel completed and i wanted to change the GENERIC
 file so i went aroung and commented out all the stuff that i didnt have on
 my system and did a #make buildkernel KERNCONF=GENERIC again only to have
 errors after about a minute into the process.

 My Questions Are:
 Is it wrong to do this process again after a successful #make buildkernel?
 If so, what should I do to do it successfully? [should i rm -rf /usr/src
  cvsup -g -L 2 /etc/standard-supfile  make world again?]

Never run make world literally. Run make buildworld, make kernel, make 
installworld, mergemaster.


 Or is it possible that my GENERIC file is wrong?

Yes, you edited too much out. This is a FAQ:

 #device scbus   # SCSI bus (required for SCSI)
 device  umass   # Disks/Mass storage - Requires scbus and

HTH,

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


Re: docbook xml dtd check ?

2004-02-28 Thread Joe Marcus Clarke
On Sat, 2004-02-28 at 13:38, beni brinckman wrote:
 I'm trying to portugrade my system but it fails allways on the same
 point : the check for DocBook XML. I did a make deinstall followed by
 a make reinstall of that docbook-xml and did the same with docbook-xsl
 but nothing seems to get beyond that docbook dtd check... Here is the
 output of the Scrollkeeper portupgrade, but it is the same with all
 other Gnome-related stuff. 

Make sure you have the latest version of docbook-sk installed.  Previous
versions have been known to exhibit this problem.

Joe

 
 Version : 5.1-Release-p14
 
 -- Upgrading 'scrollkeeper-0.3.12_1,1' to 'scrollkeeper-0.3.14_1,1'
 (textproc/scrollkeeper)
 ...
 checking libxml2 version... 2.6.6
 checking for xslt-config... /usr/local/bin/xslt-config
 checking which XML catalog to use... /usr/local/share/xml/catalog
 checking for DocBook XML DTD... configure: error: not found. Make sure
 you have the DocBook DTD installed and ensure that it is registered in
 /usr/local/share/xml/catalog.
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
 the
 /usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14/config.log
 including the output of the failure of your make command. Also, it might
 be
 a good idea to provide an overview of all packages installed on your
 system
 (e.g. an `ls /var/db/pkg`).
 *** Error code 1
  
 Stop in /usr/ports/textproc/scrollkeeper.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade756.4 make
 ** Fix the problem and try again.
 ---  Skipping 'misc/gnomeuserdocs2' (gnomeuserdocs2-2.4.1) because
 'textproc/scrollkeeper' (scrollkeeper-0.3.12_1,1) failed
 ---  Skipping 'x11/gnomelibs' (gnomelibs-1.4.2_1) because
 'textproc/scrollkeeper' (scrollkeeper-0.3.12_1,1) failed
 ---  Skipping 'ftp/gftp' (gftp-gnome-2.0.16) because
 'textproc/scrollkeeper' (scrollkeeper-0.3.12_1,1) failed
 ---  Skipping 'x11/libcapple...
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: kernel compile error

2004-02-28 Thread Danny Pansters
On Sunday 29 February 2004 01:39, Remko Lodder wrote:
 Hi dude,

 It's not harmfull to replay the whole process,
 The way i do it is go to the dir

 cd /usr/src/sys/i386/conf/
 edit the GENERIC file,
 cd ../compile/GENERIC
 make clean  make depend  make  make install
 the  makes sure the next command only get's runned when
 the previous command complete succesfully or returned status 0 (success in
 almost every case :))

You shouldn't do this while in a 'make world' cycle. (or if you insist do it 
from /usr/obj instead)


HTH,

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


Re: Problem: postfix 2.0.18 and mysql 4.0.18 on 5.2.1

2004-02-28 Thread Morten Grunnet Buhl
On Sat, 28 Feb 2004, Martin Hudec wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 I would take a look onto SSL stuff, having that viossl.o and various SSL and
 X509 errors in mind..

 But that is maybe a loong shot.. I am going to install 5.2.1-RELEASE today,
 maybe I will find something out.. right now all I can offer you is hint I
 wrote above..
- Thanks, it must have been one of those moments. I recompiled mysql
leavign out -DWITH_XCHAR=all and it worked fine. Dont know if that was the
actualy fix of if something had gone wrong the first time I compiled. but
anyway it works now :)

/Morten.

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


state of nforce support for agpgart

2004-02-28 Thread Jason
I have looked at the web cvs sources as well as my own form this weeks 
current and I would like to know if someone smarter than me could import 
the new drivers for agpgart support.  I have been running in pci mode 
since I bought my board and would like to do some gaming without 
windows.  I have looked at the source code and I could rewrite the 
driver myself, but I know it would not run for some time because I would 
screw it up with my lack of experence.  If anyone else is intrested you 
can download the source code for linux from www.nvidia.com for both 386 
and AMD64 platforms.  As far as I can tell the people at nvidia have not 
have not yet split the video card and chipset drivers apart for freebsd, 
so people like me with ati video cards on a nforce board have no 3d 
without porting the linux stuff.  There is also code for audio and lan 
drivers in the source also if anyone is interested.

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


Re: Where to find apache PHP script mhash function {RTFM answer}

2004-02-28 Thread Kevin D. Kinsey, DaleCo, S.P.
fbsd_user wrote:

Have mod_php installed on apache but it does not have the mhash
extension function.
Where can I find it?

Thanks
 

www.php.net/mhash

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

2004-02-28 Thread Kevin D. Kinsey, DaleCo, S.P.
Brach Janney wrote:

I might have missed it in the long amount of FAQ pages.
Is FreeBSD only for 64bit processors. If so can we set up a
Donations to Brach Janney so that he may use our operating system page.
=)
Thank you for your time.
And here is a place to send any info you might have that is not posted 
on the web page.
Brach Janney
Age 16
5367 Cherokee Dr nw
North Canton, Ohio 44720



-until we meet again, ado-
Brach Janney
;-)

If you:

   Use FreeBSD to set up a hosting service,
   charge your customers, and save your
   profits
OR:

   Package your own distribution of
   FreeBSD and provide technical support
   for your money-paying clientele at $X.00
   per call and save your profits 
OR: 

   {insert $strategy here}

You might be able to afford that 64-bit
box a bit sooner.  Good luck! :-D
More seriously, you might want to
read the FreeBSD handbook:
http://www.freebsd.org/handbook

--- it will tell you a lot about FreeBSD;
it includes the following statement:
FreeBSD is a 4.4BSD-Lite based
operating system for the Intel
architecture (x86) and DEC Alpha
based systems. Ports to other
architectures are also underway.
My first FreeBSD machine was a
233MHz Pentium with an ancient
hard drive.  You can learn a lot,
that is, tons from involvement
with this OS.  Maybe you're up to
it?  If so, welcome to FBSD-land!
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]


FreeBSD nat machine semi-crashing? with lots of connections going through it and a change of IP address

2004-02-28 Thread Markie
Hi all

I am having a few problems with a FreeBSD gateway machine, as you may have
guessed. A little bit of background info:

I was running 4.8-R-pcan't remember for a long while, all running smooth.
Whilst it was up I had cvsupped to 4.8-R-p18 was it? I think... anyhow, my
brother tripped over the adsl line and it got unplugged so I took that
oppertunity to installworld and installkernel and reboot. This is where my
troubles seemed to have begun...

Everything seemed normal until out of the blue the box appeared to have
locked up on me and it was pretty close to a point where for whatever reason
I got disconnected. It was a rather old 133MHz and I had a 350MHz machine
laying around which I was going to swap over with it. I did that, just stuck
the two network cards and hard disk into that PC booted up and it worked
first go (I'm impressed :)) left it for a while, turned the modem off and
back on and it locked up again very shortly after s I updated to
4.9-R-p2 to see if that would fix it, nope!

Next up I tried swapping the outside ethernet card attached to the modem
with a nicer fxp card, it was using an old 3com etherlink III card before
that, but I had the same problem still! So i've come to believe it's got
nothing to do with the hardware at all now? Anyway, I kept messing about and
stuck a graphics card in and plugged a monitor in and noticed that just
before it locked up I got flooded with icmp redirect messages
lotsand it then occured to me that all this time I had overnet running
on my windows machine which makes alot of connections, 30 to server things
and then 1 for each download source person I think? So I closed that and
repeated the tests and it didn't do it! As soon as I ran it again though,
boom!

I know it's a bit sad like, perhaps I shouldn't be bothered about it.
but it's annoying me since I figured out what it is! Anyway, after fiddling
and making it 'crash' (it never panics, just seemed to lockup) I starting
hitting the keyboard ... mainly out of stress :) and hit the scroll lock key
and noticed the cursor disappeared as if it was going to let me scroll on
the console, pressed the up arrow or page up and it just went into a long
continous beep. The next time I tried ctrl + break and it said something
along the lines of 'no debugger in kernel'. So I went on to compile this
kernel debugger... although I am not sure how useful it's going to be. I
managed to force it to panic when it apparently freezes up and got a umm
backtrace? from the core dump too:

panic messages:
---
panic: from debugger

syncing disks...

Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x10
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc02313e1
stack pointer   = 0x10:0xc02a275c
frame pointer   = 0x10:0xc02a27b4
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = Idle
interrupt mask  = tty
panic: from debugger
Uptime: 12m1s

dumping to dev #ad/0x20001, offset 65664


kgdb) bt
#0  0xc015f5f2 in dumpsys ()
#1  0xc015f3bc in boot ()
#2  0xc015f809 in panic ()
#3  0xc011fa89 in db_panic ()
#4  0xc011fa27 in db_command ()
#5  0xc011faee in db_command_loop ()
#6  0xc0121cc7 in db_trap ()
#7  0xc024b312 in kdb_trap ()
#8  0xc025af4c in trap ()
#9  0xc024b561 in Debugger ()
#10 0xc02464a6 in scgetc ()
#11 0xc0242b65 in sckbdevent ()
#12 0xc023a217 in atkbd_intr ()
#13 0xc0267458 in atkbd_isa_intr ()
#14 0xc01c0b27 in ipfw_chk ()
#15 0xc01c3316 in ip_input ()
#16 0xc01c3997 in ipintr ()
#17 0xc024d679 in swi_net_next ()


I'm not to sure what else to say but I sure hope someone can help me out
here, please? :o) Any more info needed just ask!

Thanks!

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


Re: backup

2004-02-28 Thread anubis
On Tue, 24 Feb 2004 9:32 am, Richard Beyer wrote:
 We're currently doing a back up of a FreeBSD 4.9 (2) server by
 plugging a USB external drive in and then doing



 cp /dev/ad0 /dev/da0



 This takes about 30 hours, (USB 1).



 Is this the best way to do it, or can someone suggest a better way.
  We'd rather not have the server offline while we do it.



 Cheers,

 Richard


Why not use removeable drive trays with straight pata drives?  You 
could then use rsync to only update the changes since the last 
backup.  This would solve the time problem.  

We use rsync to hourly backup about 100GB of data used by about 50 
people.  It only takes about 10-20 minutes to update all the changes.  
Of course time depends on the amount of data changed.  For the os it 
shouldnt be much at all.


With removeable drives you just need to unmount the drive then 
atacontrol detatch and you can pull it out while the machine is 
going.


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


Re: Firewall blocking natd redirect

2004-02-28 Thread anubis
On Sat, 28 Feb 2004 3:47 am, Derrick Ryalls wrote:
 I have a port redirect, public port 5001 to an internal machine
 port 3389, for Remote Desktop that works well in natd as long as I
 don't fire up my custom firewall:

 0005023427286 divert 8668 ip from any to any via sis0
 00100 24 6080 allow ip from any to any via lo0
 00200  00 deny ip from any to 127.0.0.0/8
 00300  00 deny ip from 127.0.0.0/8 to any
 00400  00 check-state
 00500  2  186 allow ip from 192.168.1.1 to 192.168.1.0/24
 00600  4  266 allow ip from 192.168.1.0/24 to 192.168.1.1
 00700 34 3399 allow ip from any to any keep-state in recv
 dc0 00800 18 2093 allow ip from any to any keep-state out
 xmit sis0 00900  00 allow ip from any to any keep-state
 out xmit dc0 01000  00 allow ip from any to
 0.0.0.255:0.0.0.255 in recv dc0 01100  00 allow ip from
 192.168.1.1 to any keep-state 01200  00 allow udp from
 any to any 53 keep-state 01300  00 allow tcp from any
 to any 53 keep-state 01400  00 allow udp from any to
 any 25 keep-state 01500  00 allow tcp from any to any
 25 keep-state 01600  00 allow tcp from any to any 993
 keep-state 0170018818936 allow tcp from any to any 22
 keep-state 01800  00 allow tcp from any to any 80
 keep-state 01900  00 allow tcp from any to any 5001
 keep-state 65535 173082 56255563 deny ip from any to any


 sis0 is the public interface and dc0 is the internal.

 Right now I don't might so much having reduntant rules, but I would
 like my functionality back without doing an allow from any to any. 
 Any ideas on what I am missing?

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


I have similar problem.  I came accross this thread that may be of 
assistance in understanding  your problem.

http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/032694.html

It appears there may be a problem with stateful rules and port 
forwarding.

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


question on cut/paste in Gnome.

2004-02-28 Thread Gary Kline
I've got Gnome set up as my default GUI on my new DNS 
server.  (Seems much improved over the older RH8 version.)
But how do I paste things?  Clicking with first/third mouse
buttons designate the string or area I want; it should be in
the buffer.  But the middle button (oR firstthird) buttons
don't paste.  

The right mouse button pops up small rectange with a Paste
area, but this doesn't work.

Thanks for some clues!

gary

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

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


NFS sharing /usr/ports and /usr/src

2004-02-28 Thread Tom Munro Glass
I want to NFS share /usr/ports and /usr/src from a master machine for use by 
other machines. If I specify -network and -mask options for each share, I get 
the error:

mountd[101]: can't change attributes for /usr/src
mountd[101]: bad exports list line /usr/src

but if I don't have any options, the share works OK?

What am I doing wrong?

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


MySQL and FreeBSD 4.x.. problems, problems with server

2004-02-28 Thread dap
This has happened with enough servers at different locations that I have to
believe there is a relationship here. I have servers running the latest
release of MySQL. I've run the servers on FreeBSD 4.4., 4.7, and 4.8. I am
not using the threaded version. On all three versions, on different servers
at different sites, I have seen MySQL just go wacky after a while.

Two types of symptoms:

1. mysqld just decides to consume as much of the CPU as possible.
2. new connections to mysql fail

It will usually take 1-3 weeks between occurances.

I have seen posts relating to this off and on. Is there a known problem with
running mysqld on FreeBSD 4.x? What about 5.x? Is it better? I was talking
to another FreeBSD admin the other day and he commented on the same thing:
mysqld on our FreeBSD 4.7 boxes just lose it sometimes.

Honestly, I am thinking of converting out MySQL db servers from FreeBSD to
Linux for this reason, and only this reason. Otherwise, I love FreeBSD, but
this is just no good. I would blame myself, but I can't when I get wind that
others are having the same problem.

Yes, this is a mysql problem probably, and not a FreeBSD problem. However,
I'm hoping to get some help or hope here as well as with the mysql people.
:)


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


Re: NFS sharing /usr/ports and /usr/src

2004-02-28 Thread Rob
Tom Munro Glass wrote:
I want to NFS share /usr/ports and /usr/src from a master machine for use by 
other machines. If I specify -network and -mask options for each share, I get 
the error:

mountd[101]: can't change attributes for /usr/src
mountd[101]: bad exports list line /usr/src
but if I don't have any options, the share works OK?

What am I doing wrong?
I'm doing this, but use in exports:

	/usr   -ro -maproot=root -alldirs   ip-addresses

which allows to mount any subdir of /usr, which on the /usr partition.
This way I can mount /usr/doc and /usr/src, readonly. Since I have
/usr/ports on a separate partition, I also have to add a line like:
	/usr/ports   -maproot=root  ip-addresses

Take care of what is exported and mounted readonly and not readonly.
Hope that helps.
Cheers,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Limiting connections to CVS

2004-02-28 Thread Gerard Samuel
I read somewhere that they were able to limit CVS pserver connections
to 4 a minute.
I would like to do something similar.
I currently have a firewall/nat box running 4.9-RELEASE-p1, using ipf.
The CVS server is behind the firewall/nat box running on 4.9-RELEASE-p1.

Thanks for any insight you may provide...

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


Re: FreeBSD what is stable version now? nn7j

2004-02-28 Thread Dan
What is the latest  version of stable? What is  the best OSPF and BGP
software. Is Zebra the best. I have been using Gated..

Thanks Dan

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


Re: slice X?

2004-02-28 Thread Cordula's Web
 When I try to create a new slice, it gives it the name 'X' which causes
 a problem when I try to create new partitions on that slice:
 
 Unable to create partitons on device: /dev/X

This happens when sysinstall runs out of valid slice names.
Try using less file systems per partition...

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

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