configuring nis

2006-11-06 Thread Tyler Spivey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I realize there is a nis section in the handbook, and I've read that. I
was wondering how you configured the nis master.passwd maps, after you
add a user with:
pw useradd something
- - the something user isn't automatically propegated to the
  /var/yp/master.passwd file.
How can this be solved? This isn't explained in the handbook, and I was
wondering if I should file it as a bug?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFTu5STsjaYASMWKQRAhG8AJ4vaXQLnvy8gS+mD9IRjAqi1YSbvACfewlf
/vq8vJAORr4tZkUinvp+wEA=
=RbRi
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fetchmail: Error message in maillog

2006-11-06 Thread Gerard Seibert
On Monday November 06, 2006 at 02:01:55 (AM) Jonathan McKeown wrote:


 Possibly silly question: it's failing to connect to the IPv6 loopback. Is it 
 possible that something changed as regards IPv6/IPv4 as part of the update?

I have been in touch with a few individuals on the Fetchmail forum. It
appears, at least according to the change log, that IPv6 has been
improved on the latest version of Fetchmail. I am not sure if this is a
good thing or not. In any case, I disabled IPv6 on this PC and the
problem went away. I think this problem needs more investigations though.

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


Making a PF Rule that i can process with a graphing application

2006-11-06 Thread David Schulz

Hello,

i would like to monitor my Network Card`s load using Zabbix (like  
nagios, but cooler IMO) , and someone has suggested to make a Rule in  
ipfw like ipfw count in me out !me via re0 , which he then can  
process with zabbix agent. The problem is, i dont use ipfw, but pf,  
and i dont know how a rule like that could look like using pf. Can  
anyone help me out?


Thanks a lot for any suggestion,
David

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


Re: DVB card suggestion

2006-11-06 Thread Alin-Adrian Anton

Greg 'groggy' Lehey wrote:


To the best of my knowledge no DVB cards are supported under FreeBSD.
I'm toying with the idea of porting the driver for the DVICO DVB-T
card, but don't hold your breath.


Not even those based on bktr or other chipset drivers?




Can I guess you're talking about DVB-S?



Yes, sorry, DVB-S indeed.

--
Alin-Adrian Anton

It is dangerous to be right when the government is wrong. - Voltaire
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Issue with fonts in firefox following gnome upgrade...

2006-11-06 Thread Harrison Peter CSA BIRKENHEAD
Hello list,

I'm having some issues with font handling in Firefox following the 2.16 
gnome/gtk+ upgrade.

The issue is the same with the following set ups:

Desktop - Firefox 1.5.0.7 on 6.1-RELEASE p10 with xfce-4.2.3.2
Laptop - Firefox 2.0 on 6.2-PRERELEASE with xfce-4.2.3.2

On each machine I have the MS core fonts installed via the x11-fonts/webfonts 
port. Before the gnome upgrade, firefox made use of these font afterwards it 
doesn't seem to. This is most visible in the tabbed titlebar where it's now 
using an ugly (although anti-aliased) bold font - but it's also noticeable in 
the fonts used to render web pages.

These fonts are still available to X (I can see them in other apps - eg. gVIM 
or Abiword, and can see no errors in /var/log/Xorg.0.log).

I followed the procedure in /usr/ports/UPDATING to upgrade (ie. portupgrade -rf 
pkg-config\*).

If I start firefox from the command line, it starts OK but spits out this 
message:

GConf Error: Failed to launch configuration server: Failed to execute child
process /usr/local/libexec/gconfd-2 (Invalid argument)

What was in the upgrade of gnome/gtk+ that might change the fonts used 
by/available to Firefox? And how can I reverse it?

Thanks for any thoughts.


Peter Harrison 




**
This document is strictly confidential and is intended only for use by the 
addressee. 
If you are not the intended recipient, any disclosure, copying, distribution or 
other 
action taken in reliance of the information contained in this e-mail is 
strictly prohibited.
Any views expressed by the sender of this message are not necessarily those of 
the Department 
for Work and Pensions.
If you have received this transmission in error, please use the reply function 
to tell us 
and then permanently delete what you have received.
Please note: Incoming and outgoing e-mail messages are routinely monitored for 
compliance 
with our policy on the use of electronic communications.
**


The original of this email was scanned for viruses by Government Secure 
Intranet (GSi)  virus scanning service supplied exclusively by Cable  Wireless 
in partnership with MessageLabs.
On leaving the GSI this email was certified virus free.
The MessageLabs Anti Virus Service is the first managed service to achieve the 
CSIA Claims Tested Mark (CCTM Certificate Number 2006/04/0007), the UK 
Government quality mark initiative for information security products and 
services.  For more information about this please visit www.cctmark.gov.uk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPv6/IPv4 problems?

2006-11-06 Thread Rob Berens
I have some problems that seem to be related to the interoperation of ipv4 
client programs and ipv6 servers or the other way round.


I'm running FreeBSD 6.1 RELEASE.

I have the following problems:

MySQL and JDBC client
--

I run MySQL 5.1 server at the FreeBSD machine.
The msyql jconnecter version is 5.0.4.

Via netstat I can see MySQL run as a tcp4 server only.
When connecting to mysql from the server running mysql via the mysql client 
program everything works as expected.
When connecting from a remote machine running ipv4 via both the mysql clent 
program and via JDBC again everything works as expected.

When connecting from the server running mysql via JDBC I get the exception:
com.mysql.jdbc.CommunicationsException: Communications link failure due 
to underlying exception:
java.net.SocketException: java.netConnectionException: Connection 
refused


Jetty (org.mortbay.org)
---

When running jetty as a servelet engine/web server at the FreeBSD machine. I 
cannot connect to the server from a remote machine running IPv4. Via netstat 
I can see that jetty runs as a tcp6 server only.


SVN (subversion.tigirs.org)
---

Originally I had a simular problem connecting to svn from a ipv4 machine, 
when svn was running as a tcp6 server.
Via a strange startup option (--listen-host=0.0.0.0) I could force svn to 
run as tcp4. And connection from the remote host worked fine.


Tomcat

I installed tomcat 5.5.20 from the BSD port. Tomcat does not start. The log 
files shows the following:


Nov 6, 2006 8:22:39 AM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in 
production environments was not found on the java.library.path: 
/usr/local/jdk1.5.0/jre/lib/i386/client:/usr/local/jdk1.5.0/jre/lib/i386:/usr/local/jdk1.5.0/jre/../lib/i386:/usr/lib:/usr/local/lib

Nov 6, 2006 8:22:40 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Nov 6, 2006 8:22:40 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1303 ms
Nov 6, 2006 8:22:40 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 6, 2006 8:22:40 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
Nov 6, 2006 8:22:40 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 6, 2006 8:22:41 AM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: 
[org.apache.webapp.balancer.RuleChain: 
[org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / 
Redirect URL: http://www.cnn.com], 
[org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: 
paramName / Target param value: paramValue / Redirect URL: 
http://www.yahoo.com], 
[org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: 
http://jakarta.apache.org]]

Nov 6, 2006 8:22:41 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Nov 6, 2006 8:22:41 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Nov 6, 2006 8:22:41 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Nov 6, 2006 8:22:41 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Nov 6, 2006 8:22:42 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Nov 6, 2006 8:22:42 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Nov 6, 2006 8:22:42 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/33  config=null
Nov 6, 2006 8:22:42 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Nov 6, 2006 8:22:42 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2196 ms
Nov 6, 2006 8:22:42 AM org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[8005]:
java.net.BindException: Can't assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.init(ServerSocket.java:185)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:372)
at org.apache.catalina.startup.Catalina.await(Catalina.java:615)
at org.apache.catalina.startup.Catalina.start(Catalina.java:575)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)
at 

Re: Acer Aspire 5601 AWLMi corrupted acpi bytecode

2006-11-06 Thread Alexandre Vieira

On 11/6/06, Andrew [EMAIL PROTECTED] wrote:


On Thu, 2 Nov 2006 23:03:09 +, Alexandre Vieira [EMAIL PROTECTED]
wrote:

 I'm getting loads of ACPI trash in my newest laptop (ACER Aspire 5601
 AWLMi).

 # acpidump -t -d  Acer5601AWLMi.asl
 # iasl Acer5601AWLMi.asl

 It shows 12 Errors, 4 Warnings and 1 Remark.

 Can anyone help out and post a diff to fix this asl?


Hi Alexandre,

I've got exactly the same model (since 5 days ago). On mine, it shows 7
warnings but no errors. Nevertheless, it cannot reboot or shutdown under
FreeBSD (which sadly means I'll have to switch to Linux, unless I find
out that FreeBSD 6.2-BETA3 makes things work).

I can send you acpidump's output from my machine if you wish.

Later,
Andrew

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



Andrew,

AFAIK the AML can be manually fixed. Please submit the info specified in the
handbook (
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html#ACPI-SUBMITDEBUG)
to add some more weight to this thread :)

Thanks

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


Re: MAC OS X connection to FreeBSD?

2006-11-06 Thread Lonnie Cumberland
Thanks everyone for the replay to my post as it did finally occur to me 
that perhaps this question had been asked on the mailing list, but 
unfortunately it occurred to me after I sent it.


So, basically the Apple team took FreeBSD and the CM micro-kernel, 
combined them, made some improvements and added some additional code and 
then used it all as the MAC OS X core (without the GUI of course)?


With this being said, then does anyone have any experience with the 
stability and performance?


My guess is that if it is really based upon FreeBSD then the performance 
should be pretty good from my readings about FreeBSD compared to other 
operating systems.


Thanks again to everyone,
Cheers,
Lonnie

Garrett Cooper wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lorin Lund wrote:
  

Lonnie Cumberland wrote:


Greetings All,

Being a long time Linux user and now looking into moving over to
FreeBSD, I decided to so some research on the web to try and get a
better idea as to the strengths and weaknesses as compared to other
operating systems like Linux (Fedora, Gentoo, etc..), OpenBSD, NetBSD,
and Opensolaris.

From what I have found, FreeBSD seems to be at the very top in almost
every way.

In my Internet travels, I came across a site that has this MAC OS X (
which I guess is called Darwin?) at:

http://developer.apple.com/opensource/index.html

and have noticed that they seem to have built the MAC OS X from a core
of FreeBSD 5.x.
Do I read this correctly?
Also, what are the differences between MAC OS X and Darwin?
  

I'm pretty sure that Darwin does not include the MAC gui.  I believe
that the guis
used on Darwin are basically the same as found on *BSD and Linux - KDE,
Gnome, ...



Darwin is the core to the OS; it doesn't contain a GUI, unless installed
from ports. Quartz is the GUI platform for OSX.
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFTr7s6CkrZkzMC68RAhAmAJ97ceqgoCvP8vZAh1IFq1qQyt7trgCfXe+w
8SWtLI36Fbx7mFyMGbbs7W8=
=EgRZ
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


--
Thanks and have a good day,
Lonnie T. Cumberland
OutStep Technologies Incorporated
Tel: 866-425-7010

Email: [EMAIL PROTECTED]
 [EMAIL PROTECTED]

Recommended sites:

  http://www.peoplesquest.com

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


Re: Making a PF Rule that i can process with a graphing application

2006-11-06 Thread Peter N. M. Hansteen
David Schulz [EMAIL PROTECTED] writes:

 process with zabbix agent. The problem is, i dont use ipfw, but pf,  
 and i dont know how a rule like that could look like using pf. 

Maybe pfstat (/usr/ports/sysutils/pfstat) is worth looking into?

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
First, we kill all the spammers The Usenet Bard, Twice-forwarded tales
20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after 36099 seconds
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Some php files in same directory of working files with same permissions won't process

2006-11-06 Thread John Vaughan



Yes,
I know that you said that permissions are the same on both files, what
about ownership?  Any difference between the new ones you create and
the existing ones?

-Jeff




Nope, they're the same.  Both john:webmaster with 644 permissions (the
original permissions set by the phpmyadmin package).

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


RE: Ralink wireless driver help

2006-11-06 Thread Simon Gray
FREEBSD 6.1 RELEASE

I just bought a wireless pci card, CNet CWP-854, and according to the
ral 
 man page this card is supported.  I compiled a new kernel with 'device

 wlan' and 'device ral' as per the ral man page, it compile without any
 errors, but I can't get it to work.

If I run: 'ifconfig ral0 inet 192.168.1.42 netmask 0xff00 ssid
 04Z412560727' 
I get this: 'ifconfig: interface ral0 does not exist'
I run this: 'kldload if_ral'
I get this: 'kldload: can't load if_ral: File exists'

Hi,

I'm using an identical card under 6.0-stable without any problems. 

Within my kernel I have:

device  wlan
device  an
device  awi
device  ral
device  wi

It might be a silly question - but have you installed the new kernel?


If you have compiled and installed the kernel with support for the
device
you shouldn't need to load any modules for it.

My kldstat shows:

Id Refs AddressSize Name
 1   13 0xc040 55e1d8   kernel
 21 0xc095f000 91f0 bridge.ko
 31 0xc0969000 2d90 wlan_wep.ko
 41 0xc096c000 41c4 wlan_tkip.ko
 51 0xc0971000 6fe4 wlan_ccmp.ko
 61 0xc0978000 1bac wlan_xauth.ko
 71 0xc097a000 2ef4 wlan_acl.ko
 81 0xc2655000 b000 ntfs.ko

Although I've never got it working properly with wpa/tkip and have
recently 
replaced it with a linksys wrt54g. Worked fine for ages with
unencrypted/wep.

I run this: 'pciconf -lv'
I get this: [EMAIL PROTECTED]:2:0: class=0x028000 card=0x25611814
chip=0x03011814
 rev=0x00 hdr=0x00
   vendor   = 'Ralink Technology, Corp'

I get:

[EMAIL PROTECTED]:14:0: class=0x028000 card=0x00201371 chip=0x02011814 rev=0x01
hdr=0x00
vendor   = 'Ralink Technology, Corp'
device   = 'Ralink RT2500 802.11 CardBus Reference Card'
class= network


HTH,

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


IBM x346 ?

2006-11-06 Thread Frank Bonnet

Hello

Anyone has installed and run FreeBSD 6.xx on a x346 series from IBM ?
( intel Xeon based )

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


Re: tools for network traffic accounting

2006-11-06 Thread Niek

Thanks, also to all others who answered this question.
I found out that setting 'set loginterface if' in pf.conf makes it 
possible to get transfer statistics from pfctl -si. Maybe it is of 
interest for other beginners like me.


regds,
Niek



Philip Hallstrom wrote:

I would like to configure a monthly report of the incoming and
outgoing amount of traffic on the network interface of my server, for
instance in the monthly run output.

Can I do this with a built in program of FreeBSD 6.0 or do I need a 
port?


If you just wanted a total count and run ipfw (or any firewall i 
imagine) you could simply add a rule to count all inbound and outbound 
packets then at the end of the month look at them, then zero them.


It could be automated...

Otherwise, there's mrtg, cacti, and tons of others :)


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


Re: MAC OS X connection to FreeBSD?

2006-11-06 Thread David Kelly
On Mon, Nov 06, 2006 at 06:48:28AM -0500, Lonnie Cumberland wrote:
 Thanks everyone for the replay to my post as it did finally occur to
 me that perhaps this question had been asked on the mailing list, but
 unfortunately it occurred to me after I sent it.
 
 So, basically the Apple team took FreeBSD and the CM micro-kernel,
 combined them, made some improvements and added some additional code
 and then used it all as the MAC OS X core (without the GUI of course)?

Yes, basically. FreeBSD is free for the taking, so Apple took. Steve
Jobs' NeXT team had a lot of familiarity with Mach, so they took from
there also too. A good number of well known FreeBSD people now work for
Apple, there are a number of FreeBSD device drivers shipping with MacOS
X. On a lark I put an Intel Etherexpress Pro 10/100B in my G4 Mac and
everything simply magically worked. No driver install, nothing.

 With this being said, then does anyone have any experience with the 
 stability and performance?

Millions of MacOS X users.

 My guess is that if it is really based upon FreeBSD then the
 performance should be pretty good from my readings about FreeBSD
 compared to other operating systems.

Having both I'd say not. FreeBSD performs better at most server-oriented
tasks than the non-server tuned MacOS X. Have not used MacOS X Server.
Am not familiar with the tuning tweaks in plain old Darwin. Remember the
MacOS/Darwin kernel is greatly different from FreeBSD. Believe it was
McKusik who said to the effect, The differnce between Linuxes is they
all have the same kernel, everything else is different. The difference
between BSDs is that they all have different kernels, everything else is
the same. Is not exactly true but contains a lot of truth. MacOS
X/Darwin is a recognized BSD variant.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Making a PF Rule that i can process with a graphing application

2006-11-06 Thread David Schulz
hmm those graphs are nice, thanks. my target though is to get all my  
graphing done under one software: zabbix . maybe pfstat can be made  
helping to do that, ill check it out.

On Nov 6, 2006, at 8:43 PM, Peter N. M. Hansteen wrote:


David Schulz [EMAIL PROTECTED] writes:


process with zabbix agent. The problem is, i dont use ipfw, but pf,
and i dont know how a rule like that could look like using pf.


Maybe pfstat (/usr/ports/sysutils/pfstat) is worth looking into?

--
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http:// 
www.nuug.no/
First, we kill all the spammers The Usenet Bard, Twice-forwarded  
tales
20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after  
36099 seconds

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


!DSPAM:1084,454f2edd6571496257422!





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


Re: tools for network traffic accounting

2006-11-06 Thread Giorgos Keramidas
On 2006-11-06 15:51, Niek [EMAIL PROTECTED] wrote:
 Thanks, also to all others who answered this question.
 I found out that setting 'set loginterface if' in pf.conf makes it 
 possible to get transfer statistics from pfctl -si. Maybe it is of 
 interest for other beginners like me.

There is also `pfctl -vv -s Interface -i ifname', which may be of
interest in gathering per-interface statistics with PF:

% # pfctl -vv -s Interface -i ath0
% Password: 
% No ALTQ support in kernel
% ALTQ related functions disabled
% ath0(instance, attached)
% Cleared: Mon Nov  6 15:51:45 2006
% References:  [ States:  0  Rules: 0  ]
% In4/Pass:[ Packets: 48403  Bytes: 39977970   ]
% In4/Block:   [ Packets: 8600   Bytes: 1280772]
% Out4/Pass:   [ Packets: 44268  Bytes: 3636974]
% Out4/Block:  [ Packets: 0  Bytes: 0  ]
% In6/Pass:[ Packets: 0  Bytes: 0  ]
% In6/Block:   [ Packets: 46 Bytes: 3152   ]
% Out6/Pass:   [ Packets: 0  Bytes: 0  ]
% Out6/Block:  [ Packets: 0  Bytes: 0  ]
% #
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MAC OS X connection to FreeBSD?

2006-11-06 Thread Robert Huff

David Kelly writes:

  Yes, basically. FreeBSD is free for the taking, so Apple
  took. Steve Jobs' NeXT team had a lot of familiarity with Mach,
  so they took from there also too. A good number of well known
  FreeBSD people now work for Apple, there are a number of FreeBSD
  device drivers shipping with MacOS X.

In the interest of perspective, it's worth noting this has not
be a one-sided arrangement.  Apple has contributed substantial
debugging info and even blocks of code - often for the kind of
boring/unglamorous stuff which doesn't get a lot of attention in
mostly volunteer project.


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


RE: accessing BIOS and RAID info on old Compaqs

2006-11-06 Thread Brown, Steve
dn,

1. You probably already know this but technically, you should have started with 
the Compaq Smart Start CDs.  There's a Unix option on there too but I've never 
used it so I'm not sure what the difference is specifically (never loaded BSD 
or Linux on those).  This would have taken you through the process of setting 
the system clock, configuring the RAID array(s), etc.

2. If there are BSD/Linux tools available, you should be able to d/l them from 
HP or they may be on the Compaq CDs.

BTW, you say you don't have the CDs for *all* the machines in question.  In my 
experience with our since retired ProLiant 5500s, 1850s, ML330s, and ML350s, 
I've found that they can all use (and work the best with) the newer CD I have 
which is Compaq SmartStart for Servers - Release 5.0.  These systems are a 
couple years different in age and I think the older ones shipped with Compaq 
SmartStart for Servers - Release 4.60 at the earliest.

If you want to try the CD and need one, I can ftp the .iso to you.

Steve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David Newman
Sent: Sunday, October 29, 2006 11:56 PM
To: freebsd-questions@freebsd.org
Subject: accessing BIOS and RAID info on old Compaqs


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greetings. For FBSD 6.1 on old Compaq DL320 and 1850R machines:

1. Is there a way to access the system BIOS, either at boot time or
(preferably) from within FBSD? I'm specifically interested in seeing
what the system's hardware clock is set to.

2. Is there a way to monitor the Compaq Smart Array RAID controllers and
disks attached to them from within FBSD?

Smartmontools is great for monitoring disk health, but no good with
RAID. I don't have Compaq RAID CDs for all the machines in question, and
in any event would prefer to monitor disks from within FBSD if possible.

thanks

dn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFRYXZyPxGVjntI4IRAj/rAKDIL+4dEO5boLCyyaSVRjrjiTaHlgCgxz5V
3Tdj/TWe0id1B0MLwwUEITI=
=2zec
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


upgrading from apache port 2.0.59 to 2.2.3

2006-11-06 Thread Jonathan Horne
the actual switch from 2.0 to 2.2 should be rather self explanitory, but what 
i really want to know, is what about things like php5 and extensions?  will 
those have to all be rebuilt before 2.2 will work as 2.0 did?

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


REPOST: Howto use a *local* groff font?

2006-11-06 Thread Gary Kline
Guys, 

This roff script is in a directory with ye-olden-English font,
BlackChancery.  Last Sept, I ran a simple groff script against
this:

\f[HR]
This is a test line using Helvetica Roman
.br
\f[BlackChancery]
.br
This is another line of text in BlackChancery.
.br

It should output the first line in Helv; the second in BlackChancery.
Now, whatever I do, the entire postscript file is in Helvetica.
gross prints the stderr message: Can't find 'BlackChancery'. Is
there a way of fixing this locally?  If not, what exactly  do I
need to move to the /usr/share/groff_font/devps directory?

Anybody?

thanks,

gary



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

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


free memory keeps going down on 5.4-release

2006-11-06 Thread Roselyn Lee

Hi,

We're running freebsd 5-4 release and notice that an idle system's free memroy 
keeps decreasing.  The system has 1 GB memory and the free mem starts at ~700M 
and goes down steadily until it hits 2M and stays there.  After that bringing 
up more apps on the system doesn't seem to make the free memory any smaller.  I 
checked top and vmstat -m, vmstat -z and can't see where all that memory is 
going.  Does freebsd use memory for disk caching that is not accounted for in 
these stats?

Thanks in advance for any help.

Roselyn

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


Re: pcre vs pcre-utf8

2006-11-06 Thread P.U.Kruppa

On Sun, 5 Nov 2006, Eric Schuele wrote:


On 11/05/2006 04:46, dick hoogendijk wrote:

kde3 packages have a lib depends = pcre and bluefish has a lib
depends = pcre-utf8

These two pcre packages mutually exclude each other. How can I install
both kde3 and bluefish?



I'm no authority on this but I was in the same position (with different 
apps).  Looking in the make file of pcre-utf8, it appears as though it IS 
pcre, with a knob specified (WITH_UTF8 I believe).  So, I used pkgdb to 
simply fix the pcre ref to point to pcre-utf8, and things appear to be 
working fine.


Again, I'm no authority on it, so you might wait for others to weigh in.  But 
it's working for me.
Also no authority: but this should work: Probably you will have 
to set the dependency to pcre-utf8 when running

# pkgdb -F

Greetings,

Uli.





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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: free memory keeps going down on 5.4-release

2006-11-06 Thread Jonathan Horne
On Monday 06 November 2006 11:08, Roselyn Lee wrote:
 Hi,

 We're running freebsd 5-4 release and notice that an idle system's free
 memroy keeps decreasing.  The system has 1 GB memory and the free mem
 starts at ~700M and goes down steadily until it hits 2M and stays there. 
 After that bringing up more apps on the system doesn't seem to make the
 free memory any smaller.  I checked top and vmstat -m, vmstat -z and can't
 see where all that memory is going.  Does freebsd use memory for disk
 caching that is not accounted for in these stats?

 Thanks in advance for any help.

 Roselyn


not to worry, the less free memory, the better.  the memory that you cannot 
see where it goes, is likely cached for application, and would be freed if 
something else really needed it.  the less free memory you see, the quicker 
your server can react to a request.

unless your server is getting into significant swap usage, i would consider 
little to no free memory available a good thing.

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


Re: free memory keeps going down on 5.4-release

2006-11-06 Thread Dan Nelson
In the last episode (Nov 06), Roselyn Lee said:
 We're running freebsd 5-4 release and notice that an idle system's
 free memroy keeps decreasing.  The system has 1 GB memory and the
 free mem starts at ~700M and goes down steadily until it hits 2M and
 stays there.  After that bringing up more apps on the system doesn't
 seem to make the free memory any smaller.  I checked top and vmstat
 -m, vmstat -z and can't see where all that memory is going.  Does
 freebsd use memory for disk caching that is not accounted for in
 these stats?

Yes, free memory is used as cache.  As Free decreases, you will see
Inact, Cache and Buf increase.  

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


FreeBSD 6.1 Installation problem

2006-11-06 Thread Mark Maddox
I have an onboard Intel ICH7-M SATA controller with an SATA hard drive
and cdrom connected to it.  I am unable to install FreeBSD onto the
harddrive.  

 

According to the FreeBSD website ICH7 has been supported since version
6.0

I have tried putting the controller in Legacy Mode and tried turning
turned DMA off in on boot.  I have tested both of my SATA ports on the
motherboard to make sure they both work with an alternate operating
system (Windows) and they both worked.  

 

I have also installed the harddrive in another computer and installed
FreeBSD on it successfully and then (after testing it and booting
successfully on that computer) put it in the machine I am having the
problems with only to have it start booting and then error out with
harddrive errors.

 

During boot I get this error:

 ad0: FAILURE -READ_DMA48 status=ffBUSY,
READY,DMA_READY,DSC,DRQ,CORRECTABLE,INDEX,ERROR error=0 LBA=390721967

 

 

During install the error I get is Error mounting /mnt/dev/ad0s1e on
/mnt/tmp : Input/output error

 

ad0: FAILURE - READ_DMA status=ffBUSY,READY,
DMA_READY,DSC,DRQ,CORRECTABLE,INDEX,ERROR error=0 LBA=9303631

 

Anyone have any ideas?   

 

Thanks,

Mark

 

 

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


php5 issue

2006-11-06 Thread Michael S
Good day all.

I am trying to install PHP5. For some reason it would
install the php interpreter, but not the Apache
module, and as a result Apache complains when I
restart it, about not being able to load libphp5.so. I
tried to make install (no clean) and find the module
in the work directory of the port, but no luck so far.
Any ideas?

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


Re: free memory keeps going down on 5.4-release

2006-11-06 Thread Charles Swiger

On Nov 6, 2006, at 12:22 PM, Dan Nelson wrote:

In the last episode (Nov 06), Roselyn Lee said:

Does freebsd use memory for disk caching that is not accounted for in
these stats?


Yes, free memory is used as cache.  As Free decreases, you will see
Inact, Cache and Buf increase.


Yep.  What many people are looking for when they ask how much memory  
is available to run new programs is actually not just the Free  
memory, but something closer to Free + Inactive.  However, stuff  
that is in Inactive which has been modified will need to be written  
out to the swapfile before being evicted to make room for another  
program...


--
-Chuck

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


Re: MAC OS X connection to FreeBSD?

2006-11-06 Thread David Kelly
On Mon, Nov 06, 2006 at 10:41:28AM -0500, Robert Huff wrote:
 
 David Kelly writes:
 
   Yes, basically. FreeBSD is free for the taking, so Apple
   took. Steve Jobs' NeXT team had a lot of familiarity with Mach,
   so they took from there also too. A good number of well known
   FreeBSD people now work for Apple, there are a number of FreeBSD
   device drivers shipping with MacOS X.
 
   In the interest of perspective, it's worth noting this has not
 be a one-sided arrangement.  Apple has contributed substantial
 debugging info and even blocks of code - often for the kind of
 boring/unglamorous stuff which doesn't get a lot of attention in
 mostly volunteer project.

Yes! Thanks for bringing that up. I particularly remember Apple's work
on NFS.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php5 issue

2006-11-06 Thread Jonathan Horne
On Monday 06 November 2006 11:56, Michael S wrote:
 Good day all.

 I am trying to install PHP5. For some reason it would
 install the php interpreter, but not the Apache
 module, and as a result Apache complains when I
 restart it, about not being able to load libphp5.so. I
 tried to make install (no clean) and find the module
 in the work directory of the port, but no luck so far.
 Any ideas?

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

take a look at the make config in lang/php5 before you begin, and you will see 
how to get the apache module.

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


Re: php5 issue

2006-11-06 Thread Matthew Seaman
Michael S wrote:
 Good day all.
 
 I am trying to install PHP5. For some reason it would
 install the php interpreter, but not the Apache
 module, and as a result Apache complains when I
 restart it, about not being able to load libphp5.so. I
 tried to make install (no clean) and find the module
 in the work directory of the port, but no luck so far.
 Any ideas?

That is something that has been covered ad-nauseam in this and other
FreeBSD mailing lists over the last several months.

cd /usr/ports/lang/php5
make config
ensure that the Apache entry is checked
make
make deinstall
make install

Cheers

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Installing DHCP server in a jail

2006-11-06 Thread freebsd
Hi,

I would like to install a DHCP server in a jail. Is this possible? I am not
sure as the DHCP server should be listening to broadcasts on the network
with a certain content (DHCP_DISCOVER if I am not mistaken). I am currently
running 5.4 but will be upgrading to 6.2 if released.

Furthermore which DHCP server should I use? Is there one in the ports?

Thanks

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


Installing DHCP server in a jail

2006-11-06 Thread freebsd
Hi,

I would like to install a DHCP server in a jail. Is this possible? I am not
sure as the DHCP server should be listening to broadcasts on the network
with a certain content (DHCP_DISCOVER if I am not mistaken). I am currently
running 5.4 but will be upgrading to 6.2 if released.

Furthermore which DHCP server should I use? Is there one in the ports?

Thanks

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


Re: Installing FreeBSD

2006-11-06 Thread Peo Nilsson
On Sun, 2006-11-05 at 08:56 -0600, Chris wrote:
 At this point - I feel you have a failed install and or broken FBSD. The
 WD 80 gig drive should be of zero issue. I use 2 WD SATA 80 gigger w/out
 issues.
 If your drive is partitioned correctly - GAG will and does boot it well.
I downloaded FreeBSD 6.2 BETA-3 and installed it. It works!!!
Now I only wonder what was wrong with the 6.1 Release I couldn´t get to
boot.
There was nothing wrong with disk/partitioning, GRUB boot loader or
anything else with my dual boot setup. I already knew that because I´ve
been dual booting before (last FreeBSD was 5.2).
AnywayI´m smiling again...:-)

 As mentioned many times in this list, seek the handbook for dual booting.
I did that, but there was nothing I didn´t already know.


Next I will download FreeBSD 6.1 Release again, this time from another
mirror than the first time. This to find out if there´s something wrong
with
the one I first downloaded from ftp.sunet,se.

Thanks for the help!
 
-- 
/Cheers Peo

--
Registered Linux User #432116, get counted at
http://counter.li.org
www.whylinuxisbetter.net


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


Re: REPOST: Howto use a *local* groff font?

2006-11-06 Thread Giorgos Keramidas
On 2006-11-06 09:07, Gary Kline [EMAIL PROTECTED] wrote:
 Guys, 
 
 This roff script is in a directory with ye-olden-English font,
 BlackChancery.  Last Sept, I ran a simple groff script against
 this:
 
 \f[HR]
 This is a test line using Helvetica Roman
 .br
 \f[BlackChancery]
 .br
 This is another line of text in BlackChancery.
 .br
 
 It should output the first line in Helv; the second in BlackChancery.
 Now, whatever I do, the entire postscript file is in Helvetica.
 gross prints the stderr message: Can't find 'BlackChancery'. Is
 there a way of fixing this locally?  If not, what exactly  do I
 need to move to the /usr/share/groff_font/devps directory?
 
 Anybody?

I have successfully used AvantGarde-Demi from the enscript font
collection in groff with the following procedure:

[1] Create a new project directory in `~/tmp/gf':

% mkdir ~/tmp/gf

[2] Copy the agd.afm file in `~/tmp/gf/afm/agd.afm'

% cd ~/tmp/gf
% mkdir afm/
% cp /usr/local/share/enscript/afm/agd.afm afm/
% chmod 0644 afm/*

[3] Create a devps/ subdirectory for the conversion of the AFM font
to groff format.

% mkdir ~/tmp/gf/devps

[4] Copied the file `textmap' from the groff source distribution,
to `~/tmp/gf/devps/textmap':

% cp /usr/src/contrib/groff/fontdevps/generate/textmap \
 ~/tmp/gf/devps/textmap

[5] Converted the AvantGarde-Demi font from AFM to groff's font
format, with afmtodit(1):

% afmtodit afm/agd.afm devps/textmap devps/AvantGarde-Demi

[6] Started groff with the parameter -Fdir with dir set to the
parent of the devps directory (in my case `~/tmp/gf'):

% groff -F~/tmp/gf gary.groff

The output correctly includes a `downloaded' version of AvantGarde-Demi,
and displays correctly.  the `gary.groff' input file I used contained:

\f[HR]
This is a test line using Helvetica Roman
.br
\f[AvantGarde-Demi]
.br
This is another line of text in BlackChancery.
.br

Hopefully, by following a similar process, you can repeat the same with
your own fonts :)

Regards,
Giorgos

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


Installing DHCP server in a jail

2006-11-06 Thread Gelsema, P \(Patrick\) - FreeBSD
Hi,

I would like to install a DHCP server in a jail. Is this possible? I am
not sure as the DHCP server should be listening to broadcasts on the
network with a certain content (DHCP_DISCOVER if I am not mistaken). I am
currently running 5.4 but will be upgrading to 6.2 if released.

Furthermore which DHCP server should I use? Is there one in the ports?

Thanks

Patrick


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


Re: php5 issue

2006-11-06 Thread Michael S
Thanks Mathew,

I realized that, after having posted the question. I
find it kind of weird that the default was not to
install the module.

Thanks a lot.

--- Matthew Seaman [EMAIL PROTECTED]
wrote:

 Michael S wrote:
  Good day all.
  
  I am trying to install PHP5. For some reason it
 would
  install the php interpreter, but not the Apache
  module, and as a result Apache complains when I
  restart it, about not being able to load
 libphp5.so. I
  tried to make install (no clean) and find the
 module
  in the work directory of the port, but no luck so
 far.
  Any ideas?
 
 That is something that has been covered ad-nauseam
 in this and other
 FreeBSD mailing lists over the last several months.
 
 cd /usr/ports/lang/php5
 make config
 ensure that the Apache entry is checked
 make
 make deinstall
 make install
 
   Cheers
 
   Matthew
 
 -- 
 Dr Matthew J Seaman MA, D.Phil. 
  7 Priory Courtyard
 
  Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey   
  Ramsgate
 
  Kent, CT11 9PW
 
 

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


pf working but no log

2006-11-06 Thread Zbigniew Szalbot

Hello,

I configured the pf utility on FBSD 6.1 stable.

I put in a very simple rule to test:

block in log on $ext_if proto tcp from 218.83.108.230 to any port 25

Now, my conf file specifies that logging should be done to 
/var/log/ipfilter.log


But it is not happening although I tested it by changing the IP to one 
remote machine that I have access to and then tried to telnet to see what 
would happen. I was not able to start mail session on port 25 (good) but 
nothing was saved in the log (bad). Of course I reloaded the conf file 
with rules before I did the test. I even restarted pf completely but no 
logging.


Any hints what I should change to get the logging process to work?

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


Re: Installing FreeBSD

2006-11-06 Thread Nathan Vidican

Peo Nilsson wrote:

On Sun, 2006-11-05 at 08:56 -0600, Chris wrote:
  

At this point - I feel you have a failed install and or broken FBSD. The
WD 80 gig drive should be of zero issue. I use 2 WD SATA 80 gigger w/out
issues.
If your drive is partitioned correctly - GAG will and does boot it well.


I downloaded FreeBSD 6.2 BETA-3 and installed it. It works!!!
Now I only wonder what was wrong with the 6.1 Release I couldn´t get to
boot.
There was nothing wrong with disk/partitioning, GRUB boot loader or
anything else with my dual boot setup. I already knew that because I´ve
been dual booting before (last FreeBSD was 5.2).
AnywayI´m smiling again...:-)

  

As mentioned many times in this list, seek the handbook for dual booting.


I did that, but there was nothing I didn´t already know.


Next I will download FreeBSD 6.1 Release again, this time from another
mirror than the first time. This to find out if there´s something wrong
with
the one I first downloaded from ftp.sunet,se.

Thanks for the help!
 
  

man md5 

All mirrors contain the same files. Errors do however occur, and the 
possibility of a bad download does exist (hey - it's not a perfect 
world). That's what MD5 checksums are for; to verify that the file you 
downloaded matches that you were expecting to... all the ISO images 
afaik have MD5 checksums (see: 
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.2/CHECKSUM.MD5 
or mirror). Simply check the file for consistency before you use it - 
really, this is a habit you should get used to.



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


Re: php5 issue

2006-11-06 Thread cpghost

Michael S wrote:

Thanks Mathew,

I realized that, after having posted the question. I
find it kind of weird that the default was not to
install the module.
  


Perhaps to reduce build dependencies? Not everyone has Apache
installed and php-[f]cgi is also useful quite useful with lighttpd.

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

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


Extra line from quoting

2006-11-06 Thread Tuc at T-B-O-H.NET
Hi,

I run a cvsup and if there is any output, I send an email to myself.
For some reason, in recent weeks I'm getting an email with just a blank
line.

The command is :

/usr/local/bin/cvsup -g -L 2 -h $(/usr/local/bin/fastest_cvsup -c us -Q) 
/usr/local/etc/ports-supfile  /usr/local/machine/logs/updateports.log 21

I can do it with backticks too, and that too does it. If I do each
command on its own, I don't get it. 

Any idea what/where this is happening?

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


Re: php5 issue

2006-11-06 Thread Joerg Pernfuss
On Mon, 06 Nov 2006 11:59:21 -0700
cpghost [EMAIL PROTECTED] wrote:

 Michael S wrote:
  Thanks Mathew,
 
  I realized that, after having posted the question. I
  find it kind of weird that the default was not to
  install the module.

I find it kind of weird that people click right through
`make config' without reading it. 

 Perhaps to reduce build dependencies? Not everyone has Apache
 installed and php-[f]cgi is also useful quite useful with lighttpd.

It probably makes the dynamic dependency on the installed apache
version easier, don't know. php-fcgi works ;)

Joerg
-- 
| /\   ASCII ribbon   |  GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against |0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
|  XHTML in email  |.the next sentence is true.   |
| / \ and news | .the previous sentence was a lie.|


signature.asc
Description: PGP signature


6.2 beta 3 debug?

2006-11-06 Thread ke han
I recall that when either 6.0 or 6.1 was in beta that the iso was  
delivered with debugging on which made it a bit slower.

Is 6.2 beta 3 delivered with debugging or production compile options?
thanks, ke han
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing FreeBSD

2006-11-06 Thread Peo Nilsson
On Mon, 2006-11-06 at 13:42 -0500, Nathan Vidican wrote:
 man md5 
 
 All mirrors contain the same files. Errors do however occur, and the 
 possibility of a bad download does exist (hey - it's not a perfect 
 world). That's what MD5 checksums are for; to verify that the file you 
 downloaded matches that you were expecting to... all the ISO images 
 afaik have MD5 checksums (see: 
 ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.2/CHECKSUM.MD5 
 or mirror). Simply check the file for consistency before you use it - 
 really, this is a habit you should get used to.

I burnt the 6.1 Release iso´s with k3b in Suse linux. K3b checks the
md5 first
before it burns the cd´s. The reason for downloading it again is because
I can´t
think of another solution right now (not to start with atleast...).

Thanks for the tip though!

-- 
/Cheers Peo

--
Registered Linux User #432116, get counted at
http://counter.li.org
www.whylinuxisbetter.net


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


Re: free memory keeps going down on 5.4-release

2006-11-06 Thread Jerry McAllister
On Mon, Nov 06, 2006 at 09:08:04AM -0800, Roselyn Lee wrote:

 
 Hi,
 
 We're running freebsd 5-4 release and notice that an idle system's free 
 memroy keeps decreasing.  The system has 1 GB memory and the free mem 
 starts at ~700M and goes down steadily until it hits 2M and stays there.  
 After that bringing up more apps on the system doesn't seem to make the 
 free memory any smaller.  I checked top and vmstat -m, vmstat -z and 
 can't see where all that memory is going.  Does freebsd use memory for 
 disk caching that is not accounted for in these stats?

I believe this is normal.   There have been many similar posts and 
explanatory replies about this sort of thing.   There may even be
a FAQ on it (but I haven't checked).   It is an artifact of how 
memory allocation works and improved efficiency of memory algoritms.

So, do a little archive and FAQ searching.   There may also be articles
in online publications such as Onlamp or others.

jerry

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


portupgrade forget package options

2006-11-06 Thread John Rogers

Hi,

I run /usr/local/sbin/portupgrade -arR in cron job to update
packages.  Today I found the CPU is drained up by 5 instances of
script and dialog, because everyday when portupgrade updates
python, it tried to display a menu in text mode and ask for a few
options (such as whether python should support IPv6 etc), which of
course hangs in cron job.

Isn't it nice for portupgrade to have an option to remember the
previous installation options of each package installed?  It is an
upgrade of port anyway.  Or did I miss something?

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


Re: Installing DHCP server in a jail

2006-11-06 Thread Anders Troback
On Mon, 6 Nov 2006 19:24:48 +0100 (CET)
Gelsema, P \(Patrick\) - FreeBSD [EMAIL PROTECTED] wrote:

 Hi,
 
 I would like to install a DHCP server in a jail. Is this possible? I
 am not sure as the DHCP server should be listening to broadcasts on
 the network with a certain content (DHCP_DISCOVER if I am not
 mistaken). I am currently running 5.4 but will be upgrading to 6.2 if
 released.
 
 Furthermore which DHCP server should I use? Is there one in the ports?
 
 Thanks
 
 Patrick
 

I don't know about the jail but I do know if there is a server in the
ports:-)

I have been using net/isc-dhcp3-server for years and is working great!


\\troback

-- 


How many Microsoft employees does it take to screw in a light bulb?
None, they declare darkness a new standard.

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php5 issue

2006-11-06 Thread Michael S
Actually, I was installing SugarCRM, and php is one of
it's dependencies and I wasn't presented with a config
screen.

--- Joerg Pernfuss [EMAIL PROTECTED] wrote:

 On Mon, 06 Nov 2006 11:59:21 -0700
 cpghost [EMAIL PROTECTED] wrote:
 
  Michael S wrote:
   Thanks Mathew,
  
   I realized that, after having posted the
 question. I
   find it kind of weird that the default was not
 to
   install the module.
 
 I find it kind of weird that people click right
 through
 `make config' without reading it. 
 
  Perhaps to reduce build dependencies? Not everyone
 has Apache
  installed and php-[f]cgi is also useful quite
 useful with lighttpd.
 
 It probably makes the dynamic dependency on the
 installed apache
 version easier, don't know. php-fcgi works ;)
 
   Joerg
 -- 
 | /\   ASCII ribbon   |  GnuPG Key ID | e86d b753
 3deb e749 6c3a |
 | \ / campaign against |0xbbcaad24 | 5706 1f7d
 6cfd bbca ad24 |
 |  XHTML in email  |.the next sentence
 is true.   |
 | / \ and news | .the previous sentence
 was a lie.|
 

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


Re: pf working but no log

2006-11-06 Thread Giorgos Keramidas
On 2006-11-06 19:40, Zbigniew Szalbot [EMAIL PROTECTED] wrote:
 Hello,

 I configured the pf utility on FBSD 6.1 stable.

 I put in a very simple rule to test:

 block in log on $ext_if proto tcp from 218.83.108.230 to any port 25

 Now, my conf file specifies that logging should be done to
 /var/log/ipfilter.log

I think there's a slight misunderstanding here.  PF is *not* ipfilter,
so unless you've done something special it doesn't log to ipfilter.log.

Can you show us the exact rc.conf settings you used for PF?

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


Re: pf working but no log

2006-11-06 Thread Zbigniew Szalbot

Hello,

On Mon, 6 Nov 2006, Giorgos Keramidas wrote:


I think there's a slight misunderstanding here.  PF is *not* ipfilter,
so unless you've done something special it doesn't log to ipfilter.log.

Can you show us the exact rc.conf settings you used for PF?


Acutally I made a typo when writting the email. I just called the log 
pflog (which I forgot and thought I had called it ipfileter.log). Here's 
the snippet:


#pf-related conf
pf_enable=YES # Enable PF (load module if required)
pf_rules=/etc/pf.conf # rules definition file for PF
pflog_enable=YES # start pflogd(8)
pflog_logfile=/var/log/pflog # where pflogd should store the logfile

Sorry for the confusion and thanks for being willing to help! I appreciate 
that very much!



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


Re: Freebsd 6-Stable lockups

2006-11-06 Thread Kris Kennaway
On Wed, Nov 01, 2006 at 10:02:14PM -, chris scott wrote:
 well theseare the only additional lines ive added to my kernel
 I pretty sure i added crypto support after the problems started
 i have  disabled geli support for encrytped swap partitions as i thought 
 that may bethe cause

 #options WITNESS
 #options WITNESS_SKIPSPIN
 
#options DEBUG_LOCKS
 #options DEBUG_VFS_LOCKS
 #options DDB
 #options WITNESS_KDB
 #options KDB

You're clearly aware of these debugging options (also you want options
INVARIANTS and INVARIANT_SUPPORT), so why not use them?  When the
system hangs, follow the directions in the kernel debugging chapter of
the developers handbook.

Kris


pgpkMMwIfB0zg.pgp
Description: PGP signature


Re: Console Redirection After Boot

2006-11-06 Thread Brian A. Seklecki
On Wed, 2006-11-01 at 09:08 -0600, Matt Domsch wrote:
 On Wed, Nov 01, 2006 at 10:37:01AM -0400, eclark wrote:
  there any way to force serial console redirection in the kernel, so I can 
  log 
  boot sequences? It gets a bit old having to continuously reboot to stare at 
  scrolling messages when you are trying to do kernel testing.
 

Just for the record, I just tested:

- An Intel Server Motherboard SE7520*
- A Dell PE2950
- An Axiomtek SBC83672

All have Phoenix BIOS.  All exhibit the same behavior.  I/O to the
console does not get redirected to serial _unless_ it was sent there via
a BIOS call.  Ah la, DOS.

The only options are:

- Write a framebuffer driver for the kernel that uses BIOS calls (_not
  likely_, and for which there would most presumably be no terminal
  disciplines capable of running sysint/sysinstall)

- Convince hardware vendors like Dell/Intel to implement a more Real
  Weasel-like console redirection system (not likely)

- Convince Dell not to re-write the ActiveX applet that is the DRAC5
  interface in something slight more portable, such as...oh, Java.

- During emergency scenarios like DRP deployment, have a Windows system
  around.

- Buy an OpenBoot enabled platform. =p J/K

#3 seems most logical.  Well at least now I understand the problem in
its entirely.  Thanks all.

~BAS

 That's easy.
 
 1) Disable (or really, don't enable) console redirection in BIOS SETUP.
 2) Put on the kernel command line:  console=ttyS0,115200 console=tty0
 
 We do 99% of our kernel debugging this way.
 
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.

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


hotspot package ?

2006-11-06 Thread Marwan Sultan

hello All,

 Anyone knows any free or cheap software/package that acts as a hotspot 
softwar?

 also that manage accounts and connects to radius?

 Im already running chillispot, but I want to try something diffrent than
 chillispot or coova-chilli,

 Thanks for any suggestions.
 Marwan.

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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


Re: pf working but no log

2006-11-06 Thread Giorgos Keramidas
On 2006-11-06 22:57, Zbigniew Szalbot [EMAIL PROTECTED] wrote:
 On Mon, 6 Nov 2006, Giorgos Keramidas wrote:
 I think there's a slight misunderstanding here.  PF is *not*
 ipfilter, so unless you've done something special it doesn't log to
 ipfilter.log.

 Can you show us the exact rc.conf settings you used for PF?
 
 Acutally I made a typo when writting the email. I just called the log
 pflog (which I forgot and thought I had called it
 ipfileter.log).

That's alright.

 Here's the snippet:
 
 #pf-related conf
 pf_enable=YES # Enable PF (load module if required)
 pf_rules=/etc/pf.conf # rules definition file for PF
 pflog_enable=YES # start pflogd(8)
 pflog_logfile=/var/log/pflog # where pflogd should store the logfile
 
 Sorry for the confusion and thanks for being willing to help! I
 appreciate that very much!

Cool.  The pf should be logging.

  * Have you restarted it at all, after the configuration options
were set?

  * Does the file '/var/log/pflog' exist?  If yes, who is its
owner and what are its permissions?  Is it empty?

# /bin/ls -olbF /var/log/pflog

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


Re: portupgrade forget package options

2006-11-06 Thread Josh Carroll

Today I found the CPU is drained up by 5 instances of
script and dialog, because everyday when portupgrade updates
python, it tried to display a menu in text mode and ask for a few
options (such as whether python should support IPv6 etc), which of
course hangs in cron job.


Some ports have a config make target which will save options. For
ports that do not, you can use pkgtools.conf and set MAKE_ARGS for
that port.

It may be that a port was modified to support the config target, but
you have not yet run make config for it. It should remember the
options after you make config and select the options you want
included/excluded.

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


Re: hotspot package ?

2006-11-06 Thread Garrett Cooper

On Nov 5, 2006, at 6:30 PM, Marwan Sultan wrote:


hello All,

 Anyone knows any free or cheap software/package that acts as a  
hotspot softwar?

 also that manage accounts and connects to radius?

 Im already running chillispot, but I want to try something  
diffrent than

 chillispot or coova-chilli,

 Thanks for any suggestions.
 Marwan.


Marwan,
I would research pfSense http://pfsense.com.
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pf working but no log

2006-11-06 Thread Zbigniew Szalbot

Hello again,

On Tue, 7 Nov 2006, Giorgos Keramidas wrote:


 * Have you restarted it at all, after the configuration options
   were set?
I believe I did by running /etc/rc.d/pf stop/start. Starting/stopping has 
no efect on pflog file in terms of changing its modification time time.




 * Does the file '/var/log/pflog' exist?  If yes, who is its
   owner and what are its permissions?  Is it empty?


-rw-r--r--  1 root  wheel  - 0 Nov  6 19:24 /var/log/pflog

I created the file by using touch command. Thanks!

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


Re: MAC OS X connection to FreeBSD?

2006-11-06 Thread Garrett Cooper

On Nov 6, 2006, at 3:48 AM, Lonnie Cumberland wrote:

Thanks everyone for the replay to my post as it did finally occur  
to me that perhaps this question had been asked on the mailing  
list, but unfortunately it occurred to me after I sent it.


So, basically the Apple team took FreeBSD and the CM micro-kernel,  
combined them, made some improvements and added some additional  
code and then used it all as the MAC OS X core (without the GUI of  
course)?


As others have discussed, the Apple devs took the FreeBSD userland  
and CM micro-kernel, combined them, provided quite a few bug fixes  
via debugging, and have continued to work with the BSD community in  
an effort to better support many things in BSD, some being Apple  
hardwire, others being Apple endorsed technologies (firewire,  
bluetooth, USB, etc).


With this being said, then does anyone have any experience with the  
stability and performance?


Yes, millions of users as David Kelley said, and I personally must  
say that OSX is a solid OS for user applications. That is based not  
only on the fact that Apple develops alongside the opensource/BSD  
community and that the majority of their applications are developed  
in-house, but it is also because Apple works with limited vendors and  
hardware, and tests the heck out of their systems before releasing  
them onto market. So, they control the ubiquity of their products in  
a sense and can guarantee a higher level of service in most cases.


My guess is that if it is really based upon FreeBSD then the  
performance should be pretty good from my readings about FreeBSD  
compared to other operating systems.


Again though, FreeBSD is a solid platform and it is well developed,  
based upon its completeness and design, user community, and developer  
community, when compared to many other OSes.



Thanks again to everyone,
Cheers,
Lonnie


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


Re: hotspot package ?

2006-11-06 Thread jan gestre

On 11/6/06, Marwan Sultan [EMAIL PROTECTED] wrote:


hello All,

  Anyone knows any free or cheap software/package that acts as a hotspot
softwar?
  also that manage accounts and connects to radius?



try out pfsense, it's a FreeBSD based firewall that has captive portal and
freeradius to suit your needs.

 Im already running chillispot, but I want to try something diffrent than

  chillispot or coova-chilli,

  Thanks for any suggestions.
  Marwan.

_
Don't just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


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


Resetting disabled USB port

2006-11-06 Thread Brent Casavant
Hello,

I've been attempting to get the moto4lin utility (moto4lin.sourceforge.net)
working under FreeBSD (6.0-RELEASE, if it matters).  It compiles no
problem, and running seems to be fine, other than not yet being able
to communicate with my Motorola PEBL U6 cell phone.  The ucom (and umodem?)
interfaces are used to establish connectivity.

I want to attempt debugging the problem communicating with the phone,
however the kernel shuts down the USB port on me whenver I unplug the
phone:

Nov  1 21:17:18 abigail kernel: ucom0: Motorola Inc. Motorola Phone (PEBL U6), 
rev 1.10/0.01, addr 2, iclass 2/2
Nov  1 21:17:18 abigail kernel: ucom0: data interface 1, has CM over data, has 
no break
Nov  1 21:17:18 abigail kernel: ucom0: status change notification available
Nov  1 22:07:07 abigail kernel: ucom0: ucomreadcb: IOERROR
Nov  1 22:07:07 abigail kernel: ucom0: abnormal status: IOERROR
Nov  1 22:07:07 abigail last message repeated 3 times
Nov  1 22:07:07 abigail kernel: ucom0: at uhub2 port 2 (addr 2) disconnected
Nov  1 22:07:08 abigail kernel: All threads purged from cuaU0
Nov  1 22:07:08 abigail kernel: All threads purged from ttyU0
Nov  1 22:07:08 abigail kernel: ucom0: detached
Nov  1 22:07:11 abigail kernel: uhub2: port 2, set config at addr 2 failed
Nov  1 22:07:11 abigail kernel: uhub2: device problem (IOERROR), disabling port 
2

My question is whether there is a method to re-enable the port
short of a full reboot?  Requiring a reboot makes the debugging
cycle significantly long enough to be painful.

Thanks,
Brent

-- 
Brent Casavant  Dance like everybody should be watching.
www.angeltread.org
KD5EMB, EN34lv
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pf working but no log

2006-11-06 Thread Juha Saarinen

On 11/7/06, Zbigniew Szalbot [EMAIL PROTECTED] wrote:

-rw-r--r--  1 root  wheel  - 0 Nov  6 19:24 /var/log/pflog

I created the file by using touch command. Thanks!


That file should be a pcap file:

$ sudo file /var/log/pflog
/var/log/pflog: tcpdump capture file (little-endian) - version 2.4
(OpenBSD PFLOG, capture length 116)

What do you see if you do:

$sudo /etc/rc.d/pf status



--
Juha
http://www.geekzone.co.nz/juha
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install error - MOD_LOAD (amr_linux, 0xffffffff806205d0, 0) error 6

2006-11-06 Thread tecol
I tried to install the AMD64 build of FreeBSD 6.1.  Very early in the 
installation right after the Timecounter messages, I get this MOD_LOAD 
error 6 and the system hangs:


Timecounter TSC frequency 2011163535 Hz quality 800
2 Timecounters tick every 1.000 msec
module_register_init:  MOD_LOAD (amr_linux, 0x806205d0, 0) error 6

The system at that point is frozen.  No matter which of the install 
CDROM boot options I pick, it always ends up with this error and then 
the system freezes.


I tried the 6.2 beta 2 and got the same thing.

I tried installing FreeBSD 6.0 and got almost the same thing.  The last 
message is the one about Timecounter ticks, and it hangs too but without 
issuing the MOD_LOAD error 6.


Any ideas for getting past this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install error - MOD_LOAD (amr_linux, 0xffffffff806205d0, 0) error 6

2006-11-06 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tecol wrote:
 I tried to install the AMD64 build of FreeBSD 6.1.  Very early in the
 installation right after the Timecounter messages, I get this MOD_LOAD
 error 6 and the system hangs:
 
 Timecounter TSC frequency 2011163535 Hz quality 800
 2 Timecounters tick every 1.000 msec
 module_register_init:  MOD_LOAD (amr_linux, 0x806205d0, 0) error 6
 
 The system at that point is frozen.  No matter which of the install
 CDROM boot options I pick, it always ends up with this error and then
 the system freezes.
 
 I tried the 6.2 beta 2 and got the same thing.
 
 I tried installing FreeBSD 6.0 and got almost the same thing.  The last
 message is the one about Timecounter ticks, and it hangs too but without
 issuing the MOD_LOAD error 6.
 
 Any ideas for getting past this?

Read this forum thread:
http://www.linuxquestions.org/questions/showthread.php?t=476069.
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFUAL86CkrZkzMC68RAldKAJ0RL73nujk+oXNrlhwbJTicFc7lRACggPPQ
il+kCP0rkS+UQe30Wzi+L40=
=Q9jS
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(no subject)

2006-11-06 Thread Bob Schwartz
Hi,
 
First, I want to join the lists that you think are best for a highly
knowledgable and experienced PC/Windows user who knows little about unix.
Would you be so kind as to guide me, please?
 
I've selected freebsd for a number of reasons and purchased the power pack
that contains 6.1.
 
The install moves flawlessly to fdisk, but I don't understand the screen
print and options that the installation files offer when time to select
where to install bsd.
 
this workstation has two intallations of XP and a windows boot manager for
selecting them. Under no circumstances can we afford for this to be
disturbed (at least until we can finally get rid of windows forever!g).
 
The box drives are three 73 gig SAS' in a raid configuration. We also don't
want to disturb this.
 
I've put in an adaptec 2940 and a 146 gig SCSI drive...and this is the drive
I want to install bsd on and play with it to learn, but the installation
process does not appear to tell me how to install on this drive only..and
whether or not if I also install BSD's boot manager, I may disturb the one
windows is offering already.
 
How may I quickly get some help to understand the screen prints about the
drives (they do not appear in the install function in any form resembling
the numbers or sizes of drives this box actually has) and learn how to
install this and get a boot option but without effecting the windows boot
manager already there, please?
 
I really appreciate your time..
 
thank you.
 
Bob 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install error - MOD_LOAD (amr_linux, 0xffffffff806205d0, 0) error 6

2006-11-06 Thread tecol


Yes Garrett, that thread on linuxquestions.org is mine.  I'm the one who 
started it.   I started an almost exact duplicate thread on 
bsdforums.org that no one ever responded to. 

As you can see in that thread on linuxquestions, there is no answer 
there.   That is why I'm posting here. 


Thanks!


Yes Garrett, that thread on linuxquestions.org is mine.  I'm the one who 
started it.   I started an almost exact duplicate thread on 
bsdforums.org that no one ever responded to. 

As you can see in that thread on linuxquestions.org, there is no 
solution there.   That is why I'm asking here.  


Thanks!




Garrett Cooper wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tecol wrote:
  

I tried to install the AMD64 build of FreeBSD 6.1.  Very early in the
installation right after the Timecounter messages, I get this MOD_LOAD
error 6 and the system hangs:

Timecounter TSC frequency 2011163535 Hz quality 800
2 Timecounters tick every 1.000 msec
module_register_init:  MOD_LOAD (amr_linux, 0x806205d0, 0) error 6

The system at that point is frozen.  No matter which of the install
CDROM boot options I pick, it always ends up with this error and then
the system freezes.

I tried the 6.2 beta 2 and got the same thing.

I tried installing FreeBSD 6.0 and got almost the same thing.  The last
message is the one about Timecounter ticks, and it hangs too but without
issuing the MOD_LOAD error 6.

Any ideas for getting past this?



Read this forum thread:
http://www.linuxquestions.org/questions/showthread.php?t=476069.
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFUAL86CkrZkzMC68RAldKAJ0RL73nujk+oXNrlhwbJTicFc7lRACggPPQ
il+kCP0rkS+UQe30Wzi+L40=
=Q9jS
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  

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


Re: php5 issue

2006-11-06 Thread Jeff Hinrichs - DMT


I find it kind of weird that people click right through
`make config' without reading it.


Actually, the apache module was the default until recently.  I
normally set any non-defaut options in pkgtools.conf and keep things
upgraded with portinstall/upgrade.  The change caught me as well.
(BATCH=YES)

Granted the fix was in 20060506 UPDATING, which should be the first
place to go if something goes amiss during an upgrade.  However, there
have been a number of changes to the php family of ports that impacted
people who already had the port installed.  I only wish that when
these types of changes are made to a popular port that the maintainer
would explain the reason for the pain -- due to the quality of the
work done by the port maintainers (excellent, in my opinion) I assume
it was for a good reason -- I just wish I was smart enough to figure
out why or that they would note it, so I could read it and be smarter
for it. g

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


Re: portupgrade forget package options

2006-11-06 Thread Jeff Hinrichs - DMT

On 11/6/06, Josh Carroll [EMAIL PROTECTED] wrote:

 Today I found the CPU is drained up by 5 instances of
 script and dialog, because everyday when portupgrade updates
 python, it tried to display a menu in text mode and ask for a few
 options (such as whether python should support IPv6 etc), which of
 course hangs in cron job.

Some ports have a config make target which will save options. For
ports that do not, you can use pkgtools.conf and set MAKE_ARGS for
that port.

It may be that a port was modified to support the config target, but
you have not yet run make config for it. It should remember the
options after you make config and select the options you want
included/excluded.

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


also,

settting
BATCH=YES
in /etc/make.conf

helps in getting around these dialogs -- however, UPDATING is your
friend when something goes amiss.

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


Re: pf working but no log

2006-11-06 Thread Zbigniew Szalbot

Hello,

On Tue, 7 Nov 2006, Juha Saarinen wrote:


That file should be a pcap file:


Maybe that's the problem then - that I created it using touch?


$ sudo file /var/log/pflog


I only get:

/var/log/pflog: empty



What do you see if you do:

$sudo /etc/rc.d/pf status


No ALTQ support in kernel
ALTQ related functions disabled
Status: Enabled for 0 days 07:25:33   Debug: Urgent

Hostid: 0x605bc923

State Table  Total Rate
  current entries0
  searches 1229576   46.0/s
  inserts00.0/s
  removals   00.0/s
Counters
  match1229576   46.0/s
  bad-offset 00.0/s
  fragment   00.0/s
  short  00.0/s
  normalize  00.0/s
  memory 00.0/s
  bad-timestamp  00.0/s
  congestion 00.0/s
  ip-option  00.0/s
  proto-cksum00.0/s
  state-mismatch 00.0/s
  state-insert   00.0/s
  state-limit00.0/s
  src-limit  00.0/s
  synproxy   00.0/s


How do I create the pflog file then? Thank you!

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


FreeBSD users in Singapore?

2006-11-06 Thread Foo JH
Out of curiosity, are there any FreeBSD fans from Singapore reading this 
mailing list?

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


portupgrade wishlist (was Re: portupgrade forget package options)

2006-11-06 Thread Jonathan McKeown
On Tuesday 07 November 2006 01:26, Josh Carroll wrote:
 [snip: portupgrade waiting in config dialogs]

 Some ports have a config make target which will save options. For
 ports that do not, you can use pkgtools.conf and set MAKE_ARGS for
 that port.

I know the answer is probably going to be one of:
a) you have the source;
b) it's too hard;
c) you can already do it by ;

but I would very much like to see an option added to portupgrade like the
-F/--fetch-only option for fetching distfiles, which would run any config
target (recursing to required/dependent packages according to flags), and
then stop. It could be called something like --configure, and abbreviated
-j (mnemonic jumpstart: I'm reaching, since portupgrade is running out of
meaningful single-letter options), and used like:

portupgrade -Nj # jumpstart config dialogs for port and requirements
portupgrade -F  # fetch distfile(s)
portupgrade -NR # install/upgrade ports and requirements, unattended

This would allow ports and their requirements/dependents to be configured
interactively at the first step, and compiled/installed unattended at the
last step.

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


Re: pf working but no log

2006-11-06 Thread Giorgos Keramidas
On 2006-11-07 07:57, Zbigniew Szalbot [EMAIL PROTECTED] wrote:
On Tue, 7 Nov 2006, Juha Saarinen wrote:
 That file should be a pcap file:

 Maybe that's the problem then - that I created it using touch?

No, that should be ok.  Can you see pflogd running when you run:

# pgrep pflogd | xargs ps -xau -p

After you created that file, did you restart pflogd?

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


Cacti -vs- mrtg

2006-11-06 Thread Jeff Mohler

I can use MRTG, and have MRTG do what I want it to do.

Id like to try cacti, but..am I alone in finding that it's a PITA?

Im not trying to be negative, just looking for a reality check.


I like the simplicity of mrtg, but I like the go back in time of
cacti to view performance data.


If its just a matter of a package that's not ready for Joe Public
(thats me)..Id accept that.  :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pf working but no log

2006-11-06 Thread Zbigniew Szalbot

Hello again,

On Tue, 7 Nov 2006, Giorgos Keramidas wrote:


No, that should be ok.  Can you see pflogd running when you run:

   # pgrep pflogd | xargs ps -xau -p


No, and now when I think about it the main problem is that it has never 
been started (maybe). I tried to follow the manual and issued 
/etc/rc.d/pflogd start but I have no such file in that directory. Then I 
tried /sbin/pflogd start but it did not seem to make any diference.


When I run whereis I get:

pflogd: /sbin/pflogd /usr/share/man/man8/pflogd.8.gz /usr/src/sbin/pflogd

Awfully sorry then but how do I start pflogd under FBSD? I read the man 
for pflogd but it does not say how to start/stop it.


Thanks!

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