Re: Apache, php?

2007-06-21 Thread Jack Barnett
Eric Crist wrote:
 On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:

 Ivan Carey wrote:

 I don't have libphp5.so anywhere in /usr/local (did a find for it).
 the php5 port is broken? Or do I have to reinstall apache after php5?


 You need to enable build of the php5 apache extension when you build
 the port - it's not enabled by default.

 HTH

 Eric Crist

thanks.

do you know how to do that off hand? :) :)


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


Re: Apache, php?

2007-06-21 Thread Jack Barnett

Jack Barnett wrote:

Eric Crist wrote:
  

On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:



Ivan Carey wrote:
  
I don't have libphp5.so anywhere in /usr/local (did a find for it).

the php5 port is broken? Or do I have to reinstall apache after php5?

  

You need to enable build of the php5 apache extension when you build
the port - it's not enabled by default.

HTH

Eric Crist



thanks.

do you know how to do that off hand? :) :)



  


disregarding... rebuilding now, I edited the Makefile

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


Re: Apache, php?

2007-06-21 Thread [LoN]Kamikaze
Jack Barnett wrote:
 Jack Barnett wrote:
 Eric Crist wrote:
  
 On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:


 Ivan Carey wrote:
   I don't have libphp5.so anywhere in /usr/local (did a find for
 it).
 the php5 port is broken? Or do I have to reinstall apache after php5?

   
 You need to enable build of the php5 apache extension when you build
 the port - it's not enabled by default.

 HTH

 Eric Crist
 

 thanks.

 do you know how to do that off hand? :) :)



   
 
 disregarding... rebuilding now, I edited the Makefile

Ouch.

Just for the record:
# cd /usr/ports/lang/php5
# make config
Select the APACHE option.
# make build deinstall reinstall clean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[OT] Curious: what's up with bsdnews.com?

2007-06-21 Thread FreeBSD-Questions
Hello list,

Just curious: for me from the Netherlands bsdnews.com has not been
accessible for a few days already. Does anybody know what is wrong? It
seems that the domainname is still there and an A record as well.

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


tar dsmc loop on 6.2

2007-06-21 Thread Konrad Heuer


Hello,

after upgrading from 6.1 to 6.2 I've a serious problem with backing up 
data on at less two servers with at least two UFS2-filesystems.


The Linux version of tsm as well as the own tar of FreeBSD loop when 
backing up data from these filesystems. fsck does not show any problem, 
and with 6.1 everything worked well.


Any ideas? Thanks for any reply!

Best regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [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: Apache, php?

2007-06-21 Thread Ivan Carey

Jack Barnett wrote:

Ivan Carey wrote:

Jack Barnett wrote:

FreeBSD 6.2
Apache 1.3.37 (from ports)
php 5.2.3 (from ports)

on the command line doing `php index.php` works.
But if I use it though a web browser it just displays the php code.

I installed it like this (extensions to)
http://www.mydigitallife.info/2006/04/14/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-5/ 



The only difference is that I'm using 1.3 and not 2.x of Apache.

Apache config below
Installing 2.x isn't an option yet (test server, still need 1.3)

   fire2# grep -i php *
   httpd.conf:AddType application/x-httpd-php .php
   httpd.conf:AddType application/x-httpd-php-source .phps
   httpd.conf:IfModule mod_php3.c
   httpd.conf:IfModule mod_php4.c
   httpd.conf:DirectoryIndex index.php index.php3 
index.html

   httpd.conf:IfModule !mod_php4.c
   httpd.conf:DirectoryIndex index.php3 index.html
   httpd.conf:IfModule !mod_php3.c
   httpd.conf:IfModule mod_php4.c
   httpd.conf:DirectoryIndex index.php index.html
   httpd.conf:IfModule !mod_php4.c
   httpd.conf:IfModule mod_php3.c
   httpd.conf: AddType application/x-httpd-php3 .php3
   httpd.conf: AddType application/x-httpd-php3-source .php3s
   httpd.conf:IfModule mod_php4.c
   httpd.conf: AddType application/x-httpd-php .php
   httpd.conf: AddType application/x-httpd-php-source .phps
   httpd.conf: AddType application/x-httpd-php .php
   httpd.conf: AddType application/x-httpd-php-source .phps






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


.


Hello Jack,
I have 2 servers running one with php4 and one with php5

In the php4 httpd.conf I have:
LoadModule php4_modulelibexec/apache/libphp4.so
AddModule mod_php4.c

# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index.  Separate multiple entries with spaces.
#
IfModule mod_dir.c
   IfModule mod_php3.c
   IfModule mod_php4.c
   DirectoryIndex index.php index.php3 index.html
   /IfModule
   IfModule !mod_php4.c
   DirectoryIndex index.php3 index.html
   /IfModule
   /IfModule
   IfModule !mod_php3.c
   IfModule mod_php4.c
   DirectoryIndex index.php index.html
   /IfModule
   IfModule !mod_php4.c
   DirectoryIndex index.html
   /IfModule
   /IfModule
/IfModule

# LanguagePriority allows you to give precedence to some languages
   # in case of a tie during content negotiation.
   #
   # Just list the languages in decreasing order of preference. We have
   # more or less alphabetized them here. You probably want to change 
this.

   #
   IfModule mod_negotiation.c
   LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br 
ru ltz ca es sv tw

   /IfModule

   IfModule mod_php3.c
   AddType application/x-httpd-php3 .php3
   AddType application/x-httpd-php3-source .php3s
   /IfModule
   IfModule mod_php4.c
   AddType application/x-httpd-php .php
   AddType application/x-httpd-php-source .phps
   /IfModule


In the Apache2 using php5 I have in the httpd.conf
LoadModule php5_module libexec/apache2/libphp5.so

# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

I hope this helps you with your configuration,
Regards,
Ivan


I don't have libphp5.so anywhere in /usr/local (did a find for it).
the php5 port is broken?  Or do I have to reinstall apache after php5?



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


.


Jack,
When I want a system with Apache PHP and MySQL.
I install them in the following order.

1. Install Apache
2. Install PHP via /usr/lang/php5-extensions (select the extensions you 
want, this will install php5 and add the required lines to the httpd.conf)

3. Install MySQL

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


Re: Missing /dev/agpgart

2007-06-21 Thread Norberto Meijome
On Wed, 20 Jun 2007 22:34:08 +0200
Roland Smith [EMAIL PROTECTED] wrote:

 This might be slow as well.
 
  Section Extensions
  Option  Composite Enable
  EndSection  

yes, this will DEFINITELY kill your performance. even with 3D accel enabled on 
my Radeon M24 X600 composite is quite slow (not as much as with 3d..but still).



_
{Beto|Norberto|Numard} Meijome

He has Van Gogh's ear for music.
  Billy Wilder

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache, php?

2007-06-21 Thread Jack Barnett

[LoN]Kamikaze wrote:

Jack Barnett wrote:
  

Jack Barnett wrote:


Eric Crist wrote:
 
  

On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:

   


Ivan Carey wrote:
  I don't have libphp5.so anywhere in /usr/local (did a find for
it).
the php5 port is broken? Or do I have to reinstall apache after php5?

  
  

You need to enable build of the php5 apache extension when you build
the port - it's not enabled by default.

HTH

Eric Crist



thanks.

do you know how to do that off hand? :) :)



  
  

disregarding... rebuilding now, I edited the Makefile



Ouch.

Just for the record:
# cd /usr/ports/lang/php5
# make config
Select the APACHE option.
# make build deinstall reinstall clean
  


Yea, for some reason it's not giving me that menu... to configure it.

Most ports used to have any option... to configure stuff... in that nice 
text based interface.


I got BATCH=YES in make.conf so that's probably why!

Anyways, I manually edited the Makefile and recompiled.  That is WORKING :)

Manually fooling around with that file will probably bust something up 
down the road if I have to reinstall, but for now I'm happy.  It's all 
working.


Thanks everyone for your help.







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


Re: Missing /dev/agpgart

2007-06-21 Thread Alberto Rizzi
Norberto Meijome ha scritto:
 On Wed, 20 Jun 2007 22:34:08 +0200
 Roland Smith [EMAIL PROTECTED] wrote:
 
 This might be slow as well.

 Section Extensions
 Option  Composite Enable
 EndSection  
 
 yes, this will DEFINITELY kill your performance. even with 3D accel enabled 
 on my Radeon M24 X600 composite is quite slow (not as much as with 3d..but 
 still).
 

Sorry for the noise. I solved the problem

XAA is enabled, so 2D acceleration is enabled.

My system isn't slow, but only Thunderbird and Acroread are slow. Other
programs like opera, pidgin, inkscape, abiword, gnumeric, . work
without problems at normal speed.

TB and Acroread are the programs (with gui) I use the most under
FreeBSD. TB is not so slow under XP

I will look for alternatives to Thunderbird and Acrobat Reader

The composite extension is enabled in xorg but unused in XFCE, so I will
disable it in my xorg.conf

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


Re: Apache, php?

2007-06-21 Thread Ivan Carey

Jack Barnett wrote:

[LoN]Kamikaze wrote:

Jack Barnett wrote:
 

Jack Barnett wrote:
   

Eric Crist wrote:
 
 

On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:

  

Ivan Carey wrote:
  I don't have libphp5.so anywhere in /usr/local (did a find for
it).
the php5 port is broken? Or do I have to reinstall apache after 
php5?




You need to enable build of the php5 apache extension when you build
the port - it's not enabled by default.

HTH

Eric Crist


thanks.

do you know how to do that off hand? :) :)





disregarding... rebuilding now, I edited the Makefile



Ouch.

Just for the record:
# cd /usr/ports/lang/php5
# make config
Select the APACHE option.
# make build deinstall reinstall clean
  


Yea, for some reason it's not giving me that menu... to configure it.

Most ports used to have any option... to configure stuff... in that 
nice text based interface.


I got BATCH=YES in make.conf so that's probably why!

Anyways, I manually edited the Makefile and recompiled.  That is 
WORKING :)


Manually fooling around with that file will probably bust something up 
down the road if I have to reinstall, but for now I'm happy.  It's all 
working.


Thanks everyone for your help.







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


.


Jack,
When I want a system with Apache PHP and MySQL.
I install them in the following order.

1. Install Apache
2. Install PHP via /usr/lang/php5-extensions (select the extensions you 
want, this will install php5 and add the required lines to the httpd.conf)

3. Install MySQL

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


Re: sftp and tab completion

2007-06-21 Thread n j

On 6/18/07, Lowell Gilbert [EMAIL PROTECTED] wrote:

I've got a simple question. Does sftp, the one that comes with
 FreeBSD 6.2's openssh, do tab completion? I've read that it could, but


Use lftp (/usr/ports/ftp/lftp).

Lftp supports sftp protocol and does tab completion.

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


device polling

2007-06-21 Thread J.D. Bronson

I added these to my kernel:

options HZ=1000
options DEVICE_POLLING

and then added this to /etc/sysctl.conf:
kern.polling.enable=1

I rebooted and sysctl does show polling enabled
and the nic's report it as well (bge):


bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=5bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,POLLING
media: Ethernet autoselect (100baseTX full-duplex)
status: active

bge1: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
options=5bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,POLLING
media: Ethernet autoselect (100baseTX full-duplex)
status: active

Does this show its 'working'?
Is there any way to test or verify this?

Thanks :)

-JD

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


Pressing CTRL-ALT-SPACE on usb keyboard freezes FreeBSD

2007-06-21 Thread Manolis Kiagias
Hi all,

This is a very weird symptom, noticed today for the first time. I have a
cheap Microsoft wireless keybaord with USB connection, on one FreeBSD
6.2 release machine that acts as a lightweight server / occasional
desktop. While in the console (no X running) I accidentally pressed
CTRL-ALT-SPACE, received a message about USB controller error (sadly
cannot remember exactly) and the machine froze completely. Tried from
another machine but to no avail, it was completely frozen. After restart
I tried it a second time, again same results.
Changed some bios settings (disabled legacy USB support, that was
actually the only option for USB besides disabling it completely) and
checked a third time, still the same.
Now I know this has something to do with the USB but the motherboard is
not faulty. I don't know if it has to do with the particular keyboard (A
Microsoft conspiracy to bring the CTRL-ALT-DEL equivalent to FreeBSD ?
:) ) but was wondering if anyone else has had a similar problem (or is
brave enough to try...). I should also note that after pressing
CTRL-ALT-SPACE the green power led of the machine started blinking (like
sometimes motherboards do when entering standby or something, only there
is no option for this in BIOS). Motherboard is a cheap but brand new
ASROCK 478-based P4 motherboard.


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


FIX: Re: X fails after upgrade to xorg-7.2; FreeBSD AMD64 w/ Radeon 9600 Pro

2007-06-21 Thread Spencer PriceNash
On Tue, Jun 19, 2007 at 08:48:53PM -0400, Byron Campbell wrote:

 On Monday 18 June 2007 7:52:55 pm Mark Kirkwood wrote:
  Byron Campbell wrote:
   On Sunday 17 June 2007 10:23:19 pm Mark Kirkwood wrote:
  [...]
 
 Thanks for the input Mark. I did a make deinstall / reinstall 
 of both xorg-7.2 and xorg-drivers-7.2. 

I managed to get things working again after several days of trying
a number of things including portupgrade -f -a (which I needed to
do anyway...).

I'm not sure this is a real fix, but X now works after I used
xorgconfig to generat an /etc/X11/xorg.conf.

startx works like a charm.  The startup was perhaps five seconds
slower than I'm accustomed.  Otherwise, ctl-alt-F1 gets me to a
console and ctl-alf-F9 takes me back to X.

Back to normal.

Before using xorgconfig, X -configure generated an xorg.conf that
gave me a black screen from which only a reboot could recover.


 [...]
 Xorg -configure no longer reports the undefind symbol 
 but I still get a black screen when testing the config, 
 with out of range OSD when using a VGA to monitor cable, and 
 just a black screen (no OSD message) with the DVI cable. 
 Tried a second monitor also, same results. And under these 
 conditions I can't Alt F2 etc. to console, but must hit 
 the reset for a dirty reboot.

Same black screen happened here.  Load increases until the box
either hangs completely or reboots, or I quickly log in remotely
and reboot.


 Xorg -configure now reports:
 
 (++) Using config file: /root/xorg.conf.new
 (WW) RADEON: No matching Device section for instance (BusID 
 PCI:1:0:1) found
 (**) RADEON(0): RADEONPreInit

Same thing happened to me.


 [...]
 Thanks Andy, Mark for your help. But it looks like it is time 
 for plan #2; Reinstall from scratch but no X, cvsup ports to 
 latest and then do a fresh install of xorg-7.2. Maybe this 
 weekend's project...

Try using xorgconfig's result.

There are some niceties about the video that I'm lacking, but I
don't do those anyway.
-- 
Spencer PriceNash  [EMAIL PROTECTED]many other addresses
http://www.io.com/~spencer   many other sites
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] Curious: what's up with bsdnews.com?

2007-06-21 Thread Mikel King

On Jun 21, 2007, at 2:54 AM, FreeBSD-Questions wrote:


Hello list,

Just curious: for me from the Netherlands bsdnews.com has not been
accessible for a few days already. Does anybody know what is wrong? It
seems that the domainname is still there and an A record as well.

Regards,
Lars.



Lars et al.

	The DN/BSDNews server is temporarily offline, as a result of a  
system failure. We hope to have everything back online as quickly as  
possible.


	On behalf of the entire DN/BSDNews staff I would like to thank  
everyone for your patience and understanding in this matter.



Cheers,
Mikel King
CITO, Tech Alliance, INC
Senior Editor, Daemon News
39 West Fourteenth Street
Second Floor
New York, NY 10011
http://www.techally.com
http://www.daemonnews.org
t: 212.727.2100x132
+--+
How do you spell cooperation? Pessimists use
each other, but optimists help each other.
Collaboration feeds your spirit, while
competition only stokes your ego. You'll
find the best way to get along.
+--+

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


Network Problem in FreeBSD 6.2-RELEASE-p5

2007-06-21 Thread ExTaZyTi

Hi,

I have a serious problem with my network.
I have connected 2 PC's, 1 - FreeBSD, 2 - Windows XP.

The problem is follow - My FreeBSD limmiting connections , I cannot open
more 224 TCP4-Sockets in my Windows Box.
When I downloading torrent file, I cannot create more connections to the
web, and while this time I can't open for example - web sites.

Tow problem who worry myself is when I scan a my freebsd box or other
server for open ports its FAKE show me: 81 82 ,83 ,465,463 and other ports
open.. but It's FAKE .. it's not really open..

I Cleared my sysctl, and test, cleared my firewall and test, re-build my
kernel with any options changed and test again.. Just don't Work :((

I have use PF firewall and FreeBSD 6.2-RELEASE-p5.

I Think this problem is from net.inet.tcp.blackhole=2 in my sysctl because
it's work before i do sysctl -w net.inet.tcp.blackhole=2..
but when back this option to value = 0 this problem is stay there.. and no
restarts or re-build my kernel can fix this..or maybe be wrong to
this supposition. Sorry for my english.

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


Hardware monitor needed

2007-06-21 Thread Laszlo Nagy


 Hi,

My FreeBSD 6.2 server restarts suddenly once or twice a day. I believe 
it is because the processor is overheated, but I'm not sure. Is there a 
way to check this from software? I would like to install a hardware 
monitor program that can log out processor temperature in every minute. 
The mainboard is ASUS P5LD2, if that matters. Is there a software out 
there that can do this for me?


Of course I could buy a new processor fan (or a water cooling system) 
but I do not want to spend money before I make sure that is the root of 
the problem.


Thanks,

  Laszlo

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


To install xorg meta port in preparation for xorg upgrade

2007-06-21 Thread Andrew Falanga

Hi,

How can one install the xorg meta port for version 6.9 before
beginning the upgrade to 7.2?  I have already updated my ports tree,
and I don't think I do one of these numbers any longer:

cd /usr/ports/x11/xorg  make install clean

I then thought about downloading the 6.9 xorg package, but all I found
on the freebsd  ftp servers was a package for 7.2.  I see in the
UPDATING file for ports that if one doesn't have the meta port
installed, they will missout on several sub ports for xorg 7.2.

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


Re: Hardware monitor needed

2007-06-21 Thread Alex Zbyslaw

Laszlo Nagy wrote:



 Hi,

My FreeBSD 6.2 server restarts suddenly once or twice a day. I believe 
it is because the processor is overheated, but I'm not sure. Is there 
a way to check this from software? I would like to install a hardware 
monitor program that can log out processor temperature in every 
minute. The mainboard is ASUS P5LD2, if that matters. Is there a 
software out there that can do this for me?


Check out healthd or mbmon.  One or other has worked OK for me on other 
Asus boards, and both are in ports (sysutils/ I think).


If you have ACPI and your board supports thermal zones, then you can 
check those. 


   sysctl -a | egrep 'acpi.*therm'
or
   sysctl -a | egrep 'acpi.*tz'

one or other should be a good enough incantation.  None of my ASUS mobos 
do have thermal zones so I can't be sure -- it's much more commonly 
supported in laptops.


Or just

   sysctl -a | egrep acpi

and eyeball for anything that looks like temp information.


Also beware of constant monitoring.  Every now and again (once a day on 
average), I find mbmon sits chewing CPU and pushing the temperature up 
itself.  So I run in with


 (ulimit -t 1; /usr/local/bin/mbmon -p winbond -c 1)

which means that the parent shell kills it if it uses more than 1 second 
of CPU, which is far more than it needs.


--Alex

PS Many disks which support SMART can display their apparent temp as one 
of the SMART parameters (see sysutils/smartmontools).  Not 100% 
trustworthy, but better than nowt.  I'd rather fry the processor than a 
disk :-)


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


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-21 Thread Brian A. Seklecki
not sure about fbsd but nbsd tries to resolve the BIOS drive ID (hex
0x80?) that the 1st stage boot loader loaded off of into a candidate to
initialize the file system mount from.

Then it goes after /etc/fstab, which has to agree .

~BAS

On Wed, 2007-06-20 at 21:25 -0700, Mark Stout wrote:
 Well I got the server up and running on the old kernel.  I redid the
 buildworld and buildkernel.  I've held off for now on doing installworld and
 installkernel until I get a better understanding of what caused me to go
 into mountroot.  I use the Escape to loader prompt prompt to load the old
 kernel.
 
 Does anyone know what causes one to load into a mountroot prompt?
 
 
 
  -Original Message-
  From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 13, 2007 8:52 AM
  To: Mark Stout
  Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
  freebsd-questions@freebsd.org
  Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE
 
 
  entering:
 
  mountroot ufs:da0s1a
 
  ...doesn't work
 
  What does ? command list.
 
  ~BAS
 
  On Tue, 2007-06-12 at 19:37 -0700, Mark Stout wrote:
   I couldn't load da0s1a even though /dev/da0s1a is my root
  drive.  Manually load my old kernel from the prompt worked.
  
   I believe the mountroot is during the boot load.  I'm not
  anywhere near being able to do anything.
  
   I have no idea what the problem is.
  
[EMAIL PROTECTED] wrote:
  
   no idea, but maybe:
   boot /boot/kernel/kernel
   or
   boot /boot/kernel.old/kernel
  
   What is 'mountroot' - is that the boot loader or the kernel/system
   giving you that?
  
   try mounting your root drive!
  
   do a `df -k`, anything already mounted?
  
   oh!  or try:
   fsck
  
   did it ask you to login?
  
  
   Mark Stout wrote:
I followed all the steps in the handbook as well as UPDATED
  and after a installworld and mergemaster its booting into
  'mountroot' and nothing I type mounts.  This is a production
  machine so I'm in dire need of assistence.
   
 [EMAIL PROTECTED] wrote:
On 11/06/07, Mark Stout [EMAIL PROTECTED] wrote:
   
   
Following the tasks in Rebuilding world in the handbook
   
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworl
  d.html I removed the
/usr/obj directory and did a buildworld.  When tryinmg to
  compile the kernel its failing on
unknown option MD5.  Commenting that out it fails on the
  line above MD5,  options LKM.
 What's happening here?  These two options papear in the
  LINT file.  I can't find anything
that explains why this would happen.
   
A follow-up to my last email.  I copied GENERIC to RADIUS2 and
symlinked to /root/kernel.  Then added the various LINT options.
   
I started commenting out what is failing when I try to compile a new
kernel.  All are from the LINT file.  Is MD5 a default that does not
need to be specifically added?  What about ICMP_BANDLIM?  And
support for IDE drives. Are these already handed elsewhere
  in GENERIC?
   
# These all failed as unknown options:
unknown option MD5
unknown option LKM
unknown option CD9660_ROOTDELAY
unknown option NSWAPDEV
unknown option TCP_COMPAT_42
unknown option ICMP_BANDLIM  (found in Handbook in Chapter
  14 Securing FreeBSD)
   
   
# Do not understand why these are fialing
config: Error: device acd0 is unknown
config: Error: device wfd0 is unknown
config: Error: device wst0 is unknown
   
# This failed as a syntax error
controller  wdc0at isa? port IO_WD1 bio irq 14
   
   
   
Most of the above looks like old, deprecated
stuff from 5.x and earlier (the controller wdc0
line reminds me of 3.x or maybe NetBSD).
   
IDE drive support is all handled by ata(4), all
you should need for those in your kernel config
is:
device  ata
device  atadisk
device  atapicd
(and obviously:)
device eisa
device pci
Which are already part of GENERIC.
   
/usr/src/sys/arch/conf/LINT doesn't exist in 6.x.
Try looking at /usr/src/sys/arch/conf/NOTES
and /usr/src/sys/conf/NOTES for knobs to twist
and buttons to push.
   
   
  
  
  
  
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  --
  Brian A. Seklecki [EMAIL PROTECTED]
  Collaborative Fusion, Inc.
 
 
 
 
  IMPORTANT: This message contains confidential information and is
  intended only for the individual named. If the reader of this
  message is not an intended recipient (or the individual
  responsible for the delivery of this message to an intended
  recipient), please be advised that any re-use, dissemination,
  distribution or copying of this message is prohibited.  Please
  notify the sender immediately by e-mail if you have received this
  e-mail by 

Issue portupgrade of SA 3.2.1

2007-06-21 Thread Robert Fitzpatrick
Tried doing a portupgrade of p5-Mail-SpamAssassin on one of our test
postfix+amavisd+SA+ClamAV 6.2 servers and it failed due to some
dependency version missing I can't remember now. I portupgrade'd the
dependency and afterward discovered SA had been uninstalled before it
failed, no longer on the system. Trying to portinstall the same package,
I find it wanting to install openldap-sasl-client-2.3.36 when
openldap-sasl-client-2.3.35 was already there...fine, I did a
portupgrade myself of openldap-sasl-client to 2.3.36. Still, when trying
to portinstall SA, it wants to install openldap-sasl-client-2.3.36. I
tried running pkgdb -F to find it trying to link ldap dependencies like
nagios to openldap-server-2.3.35_1? Of course, the amavisd package is
looking for SA as well. Can't quite understand what it is looking for or
if the failure after uninstalling SA broke something.

mx1# ls /var/db/pkg/ | grep ldap
openldap-sasl-client-2.3.36
openldap-server-2.3.35_1
snip
mx1# portinstall p5-Mail-SpamAssassin
[Gathering depends for mail/p5-Mail-SpamAssassin 
...
 done]
---  Installing 'openldap-sasl-client-2.3.36' from a port 
(net/openldap23-client)
snip -- killed

How can I fix this? Or should I just let it do the install?

-- 
Robert

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


Re: To install xorg meta port in preparation for xorg upgrade

2007-06-21 Thread Jonathan Horne
On Thursday 21 June 2007 09:32:31 Andrew Falanga wrote:
 Hi,

 How can one install the xorg meta port for version 6.9 before
 beginning the upgrade to 7.2?  I have already updated my ports tree,
 and I don't think I do one of these numbers any longer:

 cd /usr/ports/x11/xorg  make install clean

 I then thought about downloading the 6.9 xorg package, but all I found
 on the freebsd  ftp servers was a package for 7.2.  I see in the
 UPDATING file for ports that if one doesn't have the meta port
 installed, they will missout on several sub ports for xorg 7.2.

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

i think the easiest way will be to set the variable PACKAGESITE to 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/All/

(or that of your other favorite mirror)

for bash-like shells, 
export 
PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/All/

or csh-like shells,
setenv PACKAGESITE 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/All/

then 'pkg_add -r xorg' and it should grab it.  if not, try naming it by full 
package name, 'pkg_add -r xorg-6.9.0'.

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


xterm functionality

2007-06-21 Thread David Coder

i'm used to being able to use ctrl-right mouse key to enlarge my xterms
but since (i think) an upgrade to the 7.2 xorg libraries that combination
gives me a choice between fonts  font modalities  i can't figure out how to
get the old functionality back.  clues?

thx.

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


Re: To install xorg meta port in preparation for xorg upgrade

2007-06-21 Thread Andrew Falanga

On 6/21/07, Jonathan Horne [EMAIL PROTECTED] wrote:

On Thursday 21 June 2007 09:32:31 Andrew Falanga wrote:
 Hi,

 How can one install the xorg meta port for version 6.9 before
 beginning the upgrade to 7.2?  I have already updated my ports tree,
 and I don't think I do one of these numbers any longer:

 cd /usr/ports/x11/xorg  make install clean

 I then thought about downloading the 6.9 xorg package, but all I found
 on the freebsd  ftp servers was a package for 7.2.  I see in the
 UPDATING file for ports that if one doesn't have the meta port
 installed, they will missout on several sub ports for xorg 7.2.

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

i think the easiest way will be to set the variable PACKAGESITE to
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/All/

(or that of your other favorite mirror)

for bash-like shells,
export
PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/All/

or csh-like shells,
setenv PACKAGESITE
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/All/

then 'pkg_add -r xorg' and it should grab it.  if not, try naming it by full
package name, 'pkg_add -r xorg-6.9.0'.

good luck,


Thanks for the instructions.  This would have been easier than the
method I was working to use.  I managed to find xorg-6.9.0 under the
directory you mention above .../ports/i386/packages-6.2-release/...
and downloaded it.  But, when I did the package add, it wouldn't go
for me because the package dri was missing.  Well, I probably
overlooked it somehow, but I couldn't find the dri package on the
ftp server.  Thankfully, a thought dawned on me that perhaps these
packages would exist in the cd's I burned of 6.2-RELEASE.  I was able
to find both packages on that CD (disk 1) and although there was a
slight warning when I did the pkg_add for the dri package (some other
package it requires was of a higher version than it was looking for),
all installed ok and I'm now working through the install to xorg 7.2.

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


Doubt on the information provided in freebsd.org website.

2007-06-21 Thread V . SriSaiGanesh

Hi All,

I was going through the Architecture Handbook(Link:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/boot-bios.html).
In this page they have mentioned following phrase The very last thing in
the POST is the INT 0x19 instruction. That instruction reads 512 bytes from
the first sector of boot device into the memory at address 0x7c00. AFAIK
INT0x19 is a reboot service. So I got confused. Can somebody clarify my
doubt on INT0x19 (reboot or bootstraping)

Thanks and Regards,
SaiGanesh

--
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it. - Brian W. Kernighan
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hardware monitor needed

2007-06-21 Thread Laszlo Nagy


Check out healthd or mbmon.  One or other has worked OK for me on 
other Asus boards, and both are in ports (sysutils/ I think).


If you have ACPI and your board supports thermal zones, then you can 
check those.

   sysctl -a | egrep 'acpi.*therm'
or
   sysctl -a | egrep 'acpi.*tz'

one or other should be a good enough incantation.  None of my ASUS 
mobos do have thermal zones so I can't be sure -- it's much more 
commonly supported in laptops.


Or just

   sysctl -a | egrep acpi
I do not have anything that looks like temperature. Is it still possible 
to use healthd or mbmon?


By the way,  I'm 100% sure that the problem is with the CPU load. Here 
is the output of top:



 PID USERNAMETHR PRI NICE   SIZERES STATE  C   TIME   WCPU COMMAND
2266 monica1 1100 16268K 11088K RUN1  17:22 22.85% 
gnome-volume-manage
1258 edit  1 1100 16268K 11000K RUN1  19:08 22.75% 
gnome-volume-manage
1658 mariann   1 1090 16320K 11260K RUN1  18:30 22.56% 
gnome-volume-manage
1528 mtamas1 1090 16268K 11068K RUN1  18:49 22.41% 
gnome-volume-manage
1244 timea 1 1100 16268K 11000K CPU1   1  19:07 22.36% 
gnome-volume-manage
1251 monica1 1100 16268K 11000K RUN1  18:44 22.07% 
gnome-volume-manage
1268 zoltan1 1090 16268K 11000K RUN1  18:52 21.78% 
gnome-volume-manage



This server is an X terminal server and the users connect to it with 'X 
-query ip'. Can I do something to reduce the load on the CPU? 
gnome-volume-manage uses 99% of the CPU, constantly -  why?

--Alex

PS Many disks which support SMART can display their apparent temp as 
one of the SMART parameters (see sysutils/smartmontools).  Not 100% 
trustworthy, but better than nowt.  I'd rather fry the processor than 
a disk :-)
I'm not affraid of that. I have gmirror-ed disks and they are much 
cheaper than the processor ( E6320 ).


Thank you!

 Laszlo

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


Re: Apache, php?

2007-06-21 Thread doug

On Wed, 20 Jun 2007, Jack Barnett wrote:


doug wrote:

On Tue, 19 Jun 2007, Jack Barnett wrote:


FreeBSD 6.2
Apache 1.3.37 (from ports)
php 5.2.3 (from ports)

on the command line doing `php index.php` works.
But if I use it though a web browser it just displays the php code.

I installed it like this (extensions to)
http://www.mydigitallife.info/2006/04/14/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-5/ 


The only difference is that I'm using 1.3 and not 2.x of Apache.

Apache config below
Installing 2.x isn't an option yet (test server, still need 1.3)

  fire2# grep -i php *
  httpd.conf:AddType application/x-httpd-php .php
  httpd.conf:AddType application/x-httpd-php-source .phps
  httpd.conf:IfModule mod_php3.c
  httpd.conf:IfModule mod_php4.c
  httpd.conf:DirectoryIndex index.php index.php3 index.html
  httpd.conf:IfModule !mod_php4.c
  httpd.conf:DirectoryIndex index.php3 index.html
  httpd.conf:IfModule !mod_php3.c
  httpd.conf:IfModule mod_php4.c
  httpd.conf:DirectoryIndex index.php index.html
  httpd.conf:IfModule !mod_php4.c
  httpd.conf:IfModule mod_php3.c
  httpd.conf: AddType application/x-httpd-php3 .php3
  httpd.conf: AddType application/x-httpd-php3-source .php3s
  httpd.conf:IfModule mod_php4.c
  httpd.conf: AddType application/x-httpd-php .php
  httpd.conf: AddType application/x-httpd-php-source .phps
  httpd.conf: AddType application/x-httpd-php .php
  httpd.conf: AddType application/x-httpd-php-source .phps

I just installed this combination, among the changes to httpd.conf I change 
pph4--php5 (see below). You are not getting an index file. If you have 
'Options +Indexes' browsing will get you an index listing but will not run 
index.php.



 #
 # This may also be None, All, or any combination of Indexes,
@@ -452,18 +454,18 @@
 #
 IfModule mod_dir.c
 IfModule mod_php3.c
-IfModule mod_php4.c
+IfModule mod_php5.c
 DirectoryIndex index.php index.php3 index.html
 /IfModule
-IfModule !mod_php4.c
+IfModule !mod_php5.c
 DirectoryIndex index.php3 index.html
 /IfModule
 /IfModule
 IfModule !mod_php3.c
-IfModule mod_php4.c
+IfModule mod_php5.c
 DirectoryIndex index.php index.html
 /IfModule
-IfModule !mod_php4.c
+IfModule !mod_php5.c
 DirectoryIndex index.html
 /IfModule
 /IfModule



hrm... no I don't think that's it.
I put this in:
  DirectoryIndex index.php index.html

I have php5 install

I created this file:
test.php
  ?php print (Hello WorldBR\n); ?
But that doesn't work either.

Is mod_layout screwing it up?

I don't understand what is wrong with it?
`php test.php` works fine.

Also there is no Module Load/Add in the httpd.conf for php.  I can't even 
find the libraries!


But /usr/local/bin/ has php and php-cgi (both executables).

Do I need to tell apache how to execute .php files?

Not sure you may also be missing the additions to the load and add modules 
sections.


This setup was specifically to run SquirrelMail. I had a working test install 
and I wanted to add SSL. My first shot was to just reinstall apache-modssl. This 
required recompiling a single php module. I never got that done so I removed 
apache, php and squirrel mail and installed (order is important):


apache-modssl
squirrelmail

and let the build for squirrelmail pull in php. In this order I got all the 
necessary mods to httpd.conf and the php module I needed was rebuilt. If you are 
facile with make all this can be skipped but I found it quicker to do it this 
way.



Here are the php relate directive in my httpd.conf:

:
LoadModule php5_modulelibexec/apache/libphp5.so
:
AddModule mod_php5.c
:
IfModule mod_php3.c
IfModule mod_php5.c
DirectoryIndex index.php index.php3 index.html
/IfModule
IfModule !mod_php5.c
DirectoryIndex index.php3 index.html
/IfModule
/IfModule
IfModule !mod_php3.c
IfModule mod_php5.c
DirectoryIndex index.php index.html
/IfModule
IfModule !mod_php5.c
DirectoryIndex index.html
/IfModule
/IfModule
/IfModule
:
IfModule mod_php5.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
/IfModule
:
#SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire
Files ~ \.(cgi|shtml|phtml|php3?)$
SSLOptions +StdEnvVars
/Files

This last one only if you have SSL (of course).

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


Re: Doubt on the information provided in freebsd.org website.

2007-06-21 Thread Tom Marchand
Acoording to this:

http://en.wikipedia.org/wiki/BIOS_Interrupt_Calls

Int 19h is used to load the OS.

 -- Original message --
From: V.SriSaiGanesh [EMAIL PROTECTED]
 Hi All,
 
 I was going through the Architecture Handbook(Link:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/boot-bios.html).
 In this page they have mentioned following phrase The very last thing in
 the POST is the INT 0x19 instruction. That instruction reads 512 bytes from
 the first sector of boot device into the memory at address 0x7c00. AFAIK
 INT0x19 is a reboot service. So I got confused. Can somebody clarify my
 doubt on INT0x19 (reboot or bootstraping)
 
 Thanks and Regards,
 SaiGanesh
 
 -- 
 --
 Debugging is twice as hard as writing the code in the first place.
 Therefore, if you write the code as cleverly as possible, you are,
 by definition, not smart enough to debug it. - Brian W. Kernighan
 --
 ___
 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: Hardware monitor needed

2007-06-21 Thread Eduardo Viruena Silva

On Thu, 21 Jun 2007, Laszlo Nagy wrote:



Hi,

My FreeBSD 6.2 server restarts suddenly once or twice a day. I believe it is 
because the processor is overheated, but I'm not sure. Is there a way to 
check this from software? I would like to install a hardware monitor program 
that can log out processor temperature in every minute. The mainboard is ASUS 
P5LD2, if that matters. Is there a software out there that can do this for 
me?


Of course I could buy a new processor fan (or a water cooling system) but I 
do not want to spend money before I make sure that is the root of the 
problem.


Thanks,

 Laszlo



Believe it or not, my computer had the same behavoir because
it was very dirty.  It took 3 cans of compressed air
to clean it.   Once clean, it worked perfectly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hardware monitor needed

2007-06-21 Thread Alex Zbyslaw

Laszlo Nagy wrote:



Check out healthd or mbmon.  One or other has worked OK for me on 
other Asus boards, and both are in ports (sysutils/ I think).


If you have ACPI and your board supports thermal zones, then you can 
check those.

   sysctl -a | egrep 'acpi.*therm'
or
   sysctl -a | egrep 'acpi.*tz'

one or other should be a good enough incantation.  None of my ASUS 
mobos do have thermal zones so I can't be sure -- it's much more 
commonly supported in laptops.


Or just

   sysctl -a | egrep acpi


I do not have anything that looks like temperature. Is it still 
possible to use healthd or mbmon?


Yes.  healthd and mbmon try to talk to the monitoring chip directly, so 
they can work with or without thermal zones.  The only way to know *if* 
they work on your particular board is to try them :-(  They don't take 
long to compile.


PS Many disks which support SMART can display their apparent temp as 
one of the SMART parameters (see sysutils/smartmontools).  Not 100% 
trustworthy, but better than nowt.  I'd rather fry the processor than 
a disk :-) 



I'm not affraid of that. I have gmirror-ed disks and they are much 
cheaper than the processor ( E6320 ).


It's not the cost of the disks that worries me, it's the cost of the 
data!  Yes, I mirror, and yes I back up to another server.  But if one 
disk in a server overheats, likelihood is that the others will too :-(  
I just like low temperatures all round.


No idea re gnome-volume-manage; don't even know what it is.  Sorry.

--Alex


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


Re: evolution question

2007-06-21 Thread Gary Kline
On Tue, Jun 19, 2007 at 12:08:18AM -0700, Gary Kline wrote:
 
This is one that evolution users ought to be able to
answer without too much trouble.   How can I Save 
mail from a user named smith in ~/Mail, and  save other
mail from smith without overwriting the first message.

mutt automatically appends email messages; evolution doesn't.
Why?  (Andor what have I been missing all these years!)

-- 
  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]


DELL Blade and Storage Solutions

2007-06-21 Thread 20411041
Hi,

I am thinking on using dell blade and storage solutions for web hosting
business.

I am interested in installing FreeBSD in blade servers and storage solutions.
I am thinking on using blade system for load balancing and storage
solution for information security/base.

Is it possible to use FreeBSD in blade servers.
My second question would be, is it possible to connect storage solution to
freebsd setups as a hdd.

I want to use blade servers as a computing power and storage solution as hdd.

With this way, i believe it will be possible to extend storage and servers
easly.

Any input on this ?

Thanks



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


Re: Pressing CTRL-ALT-SPACE on usb keyboard freezes FreeBSD

2007-06-21 Thread Modulok

On 6/21/07, Manolis Kiagias [EMAIL PROTECTED] wrote:

Hi all,

This is a very weird symptom, noticed today for the first time. I have a
cheap Microsoft wireless keybaord with USB connection, on one FreeBSD
6.2 release machine that acts as a lightweight server / occasional
desktop. While in the console (no X running) I accidentally pressed
CTRL-ALT-SPACE, received a message about USB controller error (sadly
cannot remember exactly) and the machine froze completely. Tried from
another machine but to no avail, it was completely frozen. After restart
I tried it a second time, again same results.
Changed some bios settings (disabled legacy USB support, that was
actually the only option for USB besides disabling it completely) and
checked a third time, still the same.
Now I know this has something to do with the USB but the motherboard is
not faulty. I don't know if it has to do with the particular keyboard (A
Microsoft conspiracy to bring the CTRL-ALT-DEL equivalent to FreeBSD ?
:) ) but was wondering if anyone else has had a similar problem (or is
brave enough to try...). I should also note that after pressing
CTRL-ALT-SPACE the green power led of the machine started blinking (like
sometimes motherboards do when entering standby or something, only there
is no option for this in BIOS). Motherboard is a cheap but brand new
ASROCK 478-based P4 motherboard.


Thanks
Manolis


It's a BIOS feature known by man names including: Sleep state S3,
Standby or Suspend to RAM. It is not a flaw, (arguably), and it's not
specific to any particular kind of keyboard interface. You should be
able to disable it in your BIOS's setup program. For example under my
BIOS I would go:

APCI  ACPI Suspend Type  (set from 's1s3' to 's1')

Now when I press ctrl+alt+space I get the following message:
acpi0: Sleep state S3 is not supported by BIOS.

There are probably other was of disabling it as well.
-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OpenOffice.org on 7-CURRENT

2007-06-21 Thread Vlad GURDIGA

Hello,

I have recently tried packaged version 2.2, 2.1 and 2.0 (from
ftp://ooopackages.good-day.net) and the editors/openoffice.org-2-devel
port but none of them worked. The packaged versions core dump with
many error mesages like these:

kpax# openoffice.org-SRC680_m200-swriter
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 0)
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 701599904)
.
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 701599904)

FSegmentation fault (core dumped)
kpax#


kpax# openoffice.org-2.1.0-swriter
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 697517616)
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 697517616)
..
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 642)
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 642)
Fatal error 'Exceeded maximum lock level' Segmentation fault (core dumped)
kpax#


kpax# openoffice.org-2.2.0-swriter
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 701428164)
...
Fatal error 'Exceeded maximum lock level' at line 201 in file
/usr/src/lib/libpthread/thread/thr_rtld.c (errno = 701428164)
Segmentation fault (core dumped)
kpax#


and the version built from port core dumped with no error messages.
The kernel is built from 7-CURRENT updated src and ports are up to date too.

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


remounting a drive

2007-06-21 Thread Steel City Phantom

ok, i had a working bsd system.

i shut it down, and removed a drive from it to use in another computer

i turn it on and i get mounting errors, nothing unsual, can't find drives

from the manualroot prompt i put in the path to the root partition to 
the drive that is still in the machine


i boot to single user mode

im now trying to edit my fstab so i can boot normally (the drive numbers 
moved from ad1 to ad0 because i removed a hardrive)


i can see all the files, i mounted my /usr partition, but for some 
reason i can't remount the / parition to edit the fstab.  when i enter 
the command mount -o rw / i get operation not permitted.  i tried mount 
-o rw /dev/ad1s1 /  and mount -o rw /dev/ad0s1 /and got the same thing.  
ive used this in the past and it works, i don't know why its not working 
now.  any ideas?


bsd 6.2 if it matters

when i do mount
/dev/ad1s1 on / (ufs, local, read-only)
devfs on /dev (devfs, local)
/dev/ad1s1f on /usr/ (ufs, local, soft-updates)

thanks
willie

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


Upgrade from 5.5 to 5.5

2007-06-21 Thread Jean-Paul Natola
Hi all,

I just finished ( what I thought was an upgrade) to 6.0

Only to find after I rebooted that I was still at 5.5

I did it via sysinstall- it said upgrade successful reboot -

And when I did I was back at 5.5

Obviously , I missed something just not sure what/where

Any help would be greatly appreciated










Jean-Paul 

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


Re: Upgrade from 5.5 to 5.5

2007-06-21 Thread John Nielsen
On Thursday 21 June 2007 03:18:32 pm Jean-Paul Natola wrote:
 I just finished ( what I thought was an upgrade) to 6.0

 Only to find after I rebooted that I was still at 5.5

 I did it via sysinstall- it said upgrade successful reboot -

 And when I did I was back at 5.5

 Obviously , I missed something just not sure what/where

 Any help would be greatly appreciated

Since you mention sysinstall I'm assuming you were attempting a binary 
upgrade. Please provide more details, including (but not limited to):

Did you boot from an install CD (or other media) or did you run sysinstall 
directly from the running system?

What media did you select from sysinstall? (FTP, CDROM, etc)

Did you go in to the sysinstall options screen and change the version string 
(or notice what it was)?

If you did use a CD, where did it come from and what version is it? (followup: 
are you sure?)

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


RE: Upgrade from 5.5 to 5.5

2007-06-21 Thread Jean-Paul Natola

On Thursday 21 June 2007 03:18:32 pm Jean-Paul Natola wrote:
 I just finished ( what I thought was an upgrade) to 6.0

 Only to find after I rebooted that I was still at 5.5

 I did it via sysinstall- it said upgrade successful reboot -

 And when I did I was back at 5.5

 Obviously , I missed something just not sure what/where

 Any help would be greatly appreciated

Since you mention sysinstall I'm assuming you were attempting a binary 
upgrade. Please provide more details, including (but not limited to):

Did you boot from an install CD (or other media) or did you run sysinstall 
directly from the running system?

What media did you select from sysinstall? (FTP, CDROM, etc)

Did you go in to the sysinstall options screen and change the version string 
(or notice what it was)?

If you did use a CD, where did it come from and what version is it?
(followup: 
are you sure?)

JN

I upgraded from the running system,  I used passive ftp , I selected minimal
install, and just chose a an ftp server to download from

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


Re: Upgrade from 5.5 to 5.5

2007-06-21 Thread Steve Bertrand
Jean-Paul Natola wrote:
 On Thursday 21 June 2007 03:18:32 pm Jean-Paul Natola wrote:
 I just finished ( what I thought was an upgrade) to 6.0

 Only to find after I rebooted that I was still at 5.5

 I did it via sysinstall- it said upgrade successful reboot -

 And when I did I was back at 5.5

 Obviously , I missed something just not sure what/where

 Any help would be greatly appreciated
 
 Since you mention sysinstall I'm assuming you were attempting a binary 
 upgrade. Please provide more details, including (but not limited to):
 
 Did you boot from an install CD (or other media) or did you run sysinstall 
 directly from the running system?
 
 What media did you select from sysinstall? (FTP, CDROM, etc)
 
 Did you go in to the sysinstall options screen and change the version string 
 (or notice what it was)?
 
 If you did use a CD, where did it come from and what version is it?
 (followup: 
 are you sure?)
 
 JN
 
 I upgraded from the running system,  I used passive ftp , I selected minimal
 install, and just chose a an ftp server to download from

I just did this last week, and instead of selecting minimal install, I
had to actually do 'custom', and then selected base and kernel.

After that, and a reboot, I'm 6.2.

Note: I used a 6.2 CD to do it.

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


Re: Upgrade from 5.5 to 5.5

2007-06-21 Thread John Nielsen
On Thursday 21 June 2007 03:44:48 pm Jean-Paul Natola wrote:
 On Thursday 21 June 2007 03:18:32 pm Jean-Paul Natola wrote:
  I just finished ( what I thought was an upgrade) to 6.0
 
  Only to find after I rebooted that I was still at 5.5
 
  I did it via sysinstall- it said upgrade successful reboot -
 
  And when I did I was back at 5.5
 
  Obviously , I missed something just not sure what/where
 
  Any help would be greatly appreciated

 Since you mention sysinstall I'm assuming you were attempting a binary
 upgrade. Please provide more details, including (but not limited to):

 Did you boot from an install CD (or other media) or did you run sysinstall
 directly from the running system?

 What media did you select from sysinstall? (FTP, CDROM, etc)

 Did you go in to the sysinstall options screen and change the version
 string (or notice what it was)?

 If you did use a CD, where did it come from and what version is it?
 (followup:
 are you sure?)

# I upgraded from the running system,  I used passive ftp , I selected
# minimal install, and just chose a an ftp server to download from

In that case sysinstall got its version string from the running system (5.5), 
so that's what it downloaded and installed.

Try it again, but this time go to the Options menu (from the main Sysinstall 
menu) and change the release name to what you really want. I would suggest 
6.2-RELEASE unless you have a reason for wanting 6.0.

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


Re: DELL Blade and Storage Solutions

2007-06-21 Thread Andy Harrison

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFGetNxNTm8fWdRgmIRAvtxAKCHgl8K2NnIDb2QbmYB9EMZVlEKhACgkXaz
i2CLtvGs+u0fUpdM+4xg7s8=
=rdvq
-END PGP SIGNATURE-

On 6/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi,

I am thinking on using dell blade and storage solutions for web hosting
business.

I am interested in installing FreeBSD in blade servers and storage solutions.
I am thinking on using blade system for load balancing and storage
solution for information security/base.

Is it possible to use FreeBSD in blade servers.
My second question would be, is it possible to connect storage solution to
freebsd setups as a hdd.

I want to use blade servers as a computing power and storage solution as hdd.

With this way, i believe it will be possible to extend storage and servers
easly.

Any input on this ?


I can probably give you some input on this next week.  We're actually
buying Sun Blade 8000 and 6000 models, but mainly to be able to say we
actually looked at something else, Dell is coming onsite here to give
us a presentation of their blades.  Since they're just individual pc's
loaded in a chassis, I'd expect it to work fine, but I can ask.

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


Re: Pressing CTRL-ALT-SPACE on usb keyboard freezes FreeBSD

2007-06-21 Thread Manolis Kiagias
Modulok wrote:
 On 6/21/07, Manolis Kiagias [EMAIL PROTECTED] wrote:
 Hi all,

 This is a very weird symptom, noticed today for the first time. I have a
 cheap Microsoft wireless keybaord with USB connection, on one FreeBSD
 6.2 release machine that acts as a lightweight server / occasional
 desktop. While in the console (no X running) I accidentally pressed
 CTRL-ALT-SPACE, received a message about USB controller error (sadly
 cannot remember exactly) and the machine froze completely. Tried from
 another machine but to no avail, it was completely frozen. After restart
 I tried it a second time, again same results.
 Changed some bios settings (disabled legacy USB support, that was
 actually the only option for USB besides disabling it completely) and
 checked a third time, still the same.
 Now I know this has something to do with the USB but the motherboard is
 not faulty. I don't know if it has to do with the particular keyboard (A
 Microsoft conspiracy to bring the CTRL-ALT-DEL equivalent to FreeBSD ?
 :) ) but was wondering if anyone else has had a similar problem (or is
 brave enough to try...). I should also note that after pressing
 CTRL-ALT-SPACE the green power led of the machine started blinking (like
 sometimes motherboards do when entering standby or something, only there
 is no option for this in BIOS). Motherboard is a cheap but brand new
 ASROCK 478-based P4 motherboard.


 Thanks
 Manolis

 It's a BIOS feature known by man names including: Sleep state S3,
 Standby or Suspend to RAM. It is not a flaw, (arguably), and it's not
 specific to any particular kind of keyboard interface. You should be
 able to disable it in your BIOS's setup program. For example under my
 BIOS I would go:

 APCI  ACPI Suspend Type  (set from 's1s3' to 's1')
 
 Now when I press ctrl+alt+space I get the following message:
 acpi0: Sleep state S3 is not supported by BIOS.

 There are probably other was of disabling it as well.
 -Modulok-
 __
Thanks for the suggestion, I thought it would be something like this, I
don't think I have STR enabled in the BIOS but will have a second look
tomorrow, I may have missed it. 

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


still generating sendmail.st log using postfix

2007-06-21 Thread Bob
I am using postfix and have sendmail_enable=NONE and I 
see sendmail.st log file filling up and being rotated.

Why is the sendmail.st  file still be used with postfix?

Is there some thing else I have to do to stop sendmail.st file?

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


Re: still generating sendmail.st log using postfix

2007-06-21 Thread Schiz0

On 6/21/07, Bob [EMAIL PROTECTED] wrote:

I am using postfix and have sendmail_enable=NONE and I
see sendmail.st log file filling up and being rotated.

Why is the sendmail.st  file still be used with postfix?

Is there some thing else I have to do to stop sendmail.st file?

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




Check /etc/newsyslog.conf

Newsyslog rotates the log files. Comment the /var/log/sendmail.st line
out of that file and it'll stop rotating it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remounting a drive

2007-06-21 Thread Lowell Gilbert
Steel City Phantom [EMAIL PROTECTED] writes:

 ok, i had a working bsd system.

 i shut it down, and removed a drive from it to use in another computer

 i turn it on and i get mounting errors, nothing unsual, can't find drives

 from the manualroot prompt i put in the path to the root partition to
 the drive that is still in the machine

 i boot to single user mode

 im now trying to edit my fstab so i can boot normally (the drive
 numbers moved from ad1 to ad0 because i removed a hardrive)

 i can see all the files, i mounted my /usr partition, but for some
 reason i can't remount the / parition to edit the fstab.  when i enter
 the command mount -o rw / i get operation not permitted.  i tried
 mount -o rw /dev/ad1s1 /  and mount -o rw /dev/ad0s1 /and got the same
 thing.  ive used this in the past and it works, i don't know why its
 not working now.  any ideas?

 bsd 6.2 if it matters

 when i do mount
 /dev/ad1s1 on / (ufs, local, read-only)
 devfs on /dev (devfs, local)
 /dev/ad1s1f on /usr/ (ufs, local, soft-updates)

Try the -u (update) option. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: still generating sendmail.st log using postfix

2007-06-21 Thread John Webster

--On Thursday, June 21, 2007 16:26:58 -0400 Bob [EMAIL PROTECTED] wrote:

 I am using postfix and have sendmail_enable=NONE and I 
 see sendmail.st log file filling up and being rotated.
 
 Why is the sendmail.st  file still be used with postfix?
 
 Is there some thing else I have to do to stop sendmail.st file?
 


By the way, shouldn't that be sendmail_enable=NO?


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


Re: remounting a drive

2007-06-21 Thread Steel City Phantom

   tried
   mount -u rw /
   and
   mount -u rw /dev/ad1s1 /
   with the same result, no permission error
   next idea or did i get the command wrong
   Lowell Gilbert wrote:

Steel City Phantom [1][EMAIL PROTECTED] writes:



ok, i had a working bsd system.

i shut it down, and removed a drive from it to use in another computer

i turn it on and i get mounting errors, nothing unsual, can't find drives

from the manualroot prompt i put in the path to the root partition to
the drive that is still in the machine

i boot to single user mode

im now trying to edit my fstab so i can boot normally (the drive
numbers moved from ad1 to ad0 because i removed a hardrive)

i can see all the files, i mounted my /usr partition, but for some
reason i can't remount the / parition to edit the fstab.  when i enter
the command mount -o rw / i get operation not permitted.  i tried
mount -o rw /dev/ad1s1 /  and mount -o rw /dev/ad0s1 /and got the same
thing.  ive used this in the past and it works, i don't know why its
not working now.  any ideas?

bsd 6.2 if it matters

when i do mount
/dev/ad1s1 on / (ufs, local, read-only)
devfs on /dev (devfs, local)
/dev/ad1s1f on /usr/ (ufs, local, soft-updates)


Try the -u (update) option.
___
[EMAIL PROTECTED] mailing list
[3]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [4][EMAIL PROTECTED]

References

   1. mailto:[EMAIL PROTECTED]
   2. mailto:freebsd-questions@freebsd.org
   3. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   4. mailto:[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: still generating sendmail.st log using postfix

2007-06-21 Thread Schiz0

On 6/21/07, John Webster [EMAIL PROTECTED] wrote:


--On Thursday, June 21, 2007 16:26:58 -0400 Bob [EMAIL PROTECTED] wrote:

 I am using postfix and have sendmail_enable=NONE and I
 see sendmail.st log file filling up and being rotated.

 Why is the sendmail.st  file still be used with postfix?

 Is there some thing else I have to do to stop sendmail.st file?



By the way, shouldn't that be sendmail_enable=NO?


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




It doesn't matter which one it is. If you look at /etc/rc.sendmail, it
checks for no and none:

start_mta()
{
case ${sendmail_enable} in
[Nn][Oo][Nn][Ee])
 ;;
[Yy][Ee][Ss])
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remounting a drive

2007-06-21 Thread Jonathan Horne
On Thursday 21 June 2007 16:30:11 Steel City Phantom wrote:
tried
mount -u rw /
and
mount -u rw /dev/ad1s1 /
with the same result, no permission error
next idea or did i get the command wrong
Lowell Gilbert wrote:

 Steel City Phantom [1][EMAIL PROTECTED] writes:



 ok, i had a working bsd system.

 i shut it down, and removed a drive from it to use in another computer

 i turn it on and i get mounting errors, nothing unsual, can't find drives

 from the manualroot prompt i put in the path to the root partition to
 the drive that is still in the machine

 i boot to single user mode

 im now trying to edit my fstab so i can boot normally (the drive
 numbers moved from ad1 to ad0 because i removed a hardrive)

 i can see all the files, i mounted my /usr partition, but for some
 reason i can't remount the / parition to edit the fstab.  when i enter
 the command mount -o rw / i get operation not permitted.  i tried
 mount -o rw /dev/ad1s1 /  and mount -o rw /dev/ad0s1 /and got the same
 thing.  ive used this in the past and it works, i don't know why its
 not working now.  any ideas?

 bsd 6.2 if it matters

 when i do mount
 /dev/ad1s1 on / (ufs, local, read-only)
 devfs on /dev (devfs, local)
 /dev/ad1s1f on /usr/ (ufs, local, soft-updates)


 Try the -u (update) option.
 ___
 [EMAIL PROTECTED] mailing list
 [3]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [4][EMAIL PROTECTED]

 References

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

might try a freesbie live cd or freebsd install cd,  to find your partition 
and make your edits to the fstab there. 

good luck,
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
[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: Hardware monitor needed

2007-06-21 Thread Martin Hudec

Hello,

Laszlo Nagy wrote:
This server is an X terminal server and the users connect to it with 'X 
-query ip'. Can I do something to reduce the load on the CPU? 
gnome-volume-manage uses 99% of the CPU, constantly -  why?

--Alex


You can try to trace them, what they are doing, what functions are 
called, etc. See man ktrace for details. Unfortunately I am unable to 
provide more help, as I do not know at this time, what is 
gnome-volume-manage..


kind regards,
Martin Hudec

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


Re: fs cache

2007-06-21 Thread Norberto Meijome
On Thu, 21 Jun 2007 22:50:25 +0300
Vlad GURDIGA [EMAIL PROTECTED] wrote:

 On 18/06/07, Norberto Meijome [EMAIL PROTECTED] wrote:
  On Sun, 17 Jun 2007 10:24:21 +0300
  Vlad GURDIGA [EMAIL PROTECTED] wrote:
 
   I have FreeBSD 7-CURRENT and Ubuntu on the same computer but Firefox
   takes twice as long to start on a fresh boot.
 
  If you are using the default CURRENT kernel config, it has several options 
  enabled to debug kernel and trace issues. This will slow down your system, 
  although I am not sure whether this is actually your problem. You should 
  try -STABLE.
 
  you may want to compare the output of strace or similar to see where the 
  time is spent.
 
 It looks like strace does not run on 7-CURRENT:
 kpax# strace firefox
 strace: open(/proc/..., ...): No such file or directory

(please keep the list in CC)

mount /proc maybe?

you can always use ktrace 

 trouble opening proc file
 kpax# strace-graph  firefox
 Can't open firefox: No such file or directory at
 /usr/local/bin/strace-graph line 43.
  (anon)
 kpax#


_
{Beto|Norberto|Numard} Meijome

Egotism is the anesthetic that dulls the pain of stupidity.
  Frank Leahy

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: device polling

2007-06-21 Thread Mike Tancsa
On Thu, 21 Jun 2007 06:20:30 -0500, in sentex.lists.freebsd.questions
you wrote:



bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=5bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,POLLING
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active

Does this show its 'working'?
Is there any way to test or verify this?


Try
ifconfig bge0 polling
ifconfig bge0 -polling

You should be able to see the difference in the interrupt rate in
vmstat -i 1
when transferring many packets across the NICs

---Mike

Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]