Re: Kernel Variables Sanity Check

2008-12-24 Thread Gonzalo Nemmi
On Wednesday 24 December 2008 2:13:10 am Jason C. Wells wrote:
 Based on someone elses historical message I tried changing the time
 counter from TSC to i8254

 # sysctl kern.timecounter.hardware=i8254

 and after doing some manual calculations I tweaked

 # sysctl machdep.i8254_freq=1187216
 # machdep.i8254_freq: 1193182 - 1187216

 Is doing this safe?  I'm concerned that there are unforeseen
 consequences to messing with these kernel variables.  Ntpd seems to like
 this setup.  Anything to make ntpd happy.

 And if I may, why can't ntpd do this? (Don't answer that.) I use the
 FINE software to set my clock so I don't have to.  It's supposed to make
 my life easier.

 Thanks,
 Jason

Hi Jason, and sorry to pop in, but now you got me guessing if I should follow 
your lead too ...

This is what I get in here:

[gonz...@inferna ~]% grep Time /var/run/dmesg.boot
Timecounter i8254 frequency 1193182 Hz quality 0
Timecounter ACPI-safe frequency 3579545 Hz quality 850
acpi_hpet0: High Precision Event Timer iomem 0xfed0-0xfed003ff on acpi0
Timecounter HPET frequency 14318180 Hz quality 900
Timecounters tick every 1.000 msec

Should I change kern.timecounter.hardware to i8254 too??

Thanks
-- 
Blessings
Gonzalo Nemmi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ports-mgmt/portmaster question

2008-12-24 Thread B. Cook

Is there a way to pass make args (other than -m) for each port?

For example if I use -m BUILD_STATIC=YES and -m BUILD_OPTIMIZED=YES for 
mysql50-server.. other than remembering that I did that.. is there 
someway to have portmaster read its portmaster.rc and get that information?


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


Re: ports-mgmt/portmaster question

2008-12-24 Thread Matthew Seaman

B. Cook wrote:

Is there a way to pass make args (other than -m) for each port?

For example if I use -m BUILD_STATIC=YES and -m BUILD_OPTIMIZED=YES for 
mysql50-server.. other than remembering that I did that.. is there 
someway to have portmaster read its portmaster.rc and get that information?


Yes.  Actually, it's not portmaster specific -- it works for any method of
using ports.  Just edit /etc/make.conf to include the options you want.

eg.

WITH_OPENSSL_PORT=  yes
WITH_BDB_VER=   46
WITH_MYSQL_VER= 50
WITH_OPENLDAP_VER=  24
WANT_OPENLDAP_SASL= yes
WITH_APACHE2=   yes
APACHE_PORT=www/apache22
WITH_MODPERL2=  yes

If you want options that only apply to specific ports, then you can use
a construct like this:

.if ${.CURDIR:M*/databases/mysql*}
WITH_CHARSET=utf8
WITH_XCHARSET=none
WITH_COLLATION=utf8_unicode_ci
WITH_OPENSSL=yes
BUILD_OPTIMIZED=yes
WITH_INNODB=yes
WITH_ARCHIVE=yes
WITH_FEDERATED=yes
WITH_NDB=yes
WITH_CSV=yes
WITH_SPHINXSE=yes
.endif 


If editing /etc/make.conf gives you too much grief, then look at the
ports-mgmt/portconf tool -- it works the same way (ie. by setting
variables in the make system) but has a user interface that attempts
to be a bit more friendly.

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


mfi raid tool for freebsd?

2008-12-24 Thread Omer Faruk SEN

I have a server with LSI MegaSAS 1064R RAID controller which is recognized as 
mfid0 . Is there a tool that i can query the status of the raid also the status 
of disks? I have tried smartmontools but it didn't work at all..

Regards
  

-- 
Best regards,
 Omer  mailto:o...@faruk.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [solved] Re: usb-stick accessible, but doesn't boot

2008-12-24 Thread clemens fischer
On Tue, 23 Dec 2008 21:10:23 +0100 clemens fischer wrote:

 Hans Petter Selasky:
 
 Try the attached patch to sys/kern/vfs_mount.c

 Thanks for reporting. I have been aware about this issue for some time
 now, but the patch has not been committed to current yet.
 
 Sorry, currently I get build errors, possibly unrelated:
 
  === zyd (depend)
  @ - /usr/src-main/sys
  machine - /usr/src-main/sys/i386/include
  ln -sf /usr/local/obj/usr/src-main/sys/usb2_fbsd8_i386/opt_usb.h opt_usb.h
  awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
  awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
  awk -f @/tools/usbdevs2h.awk @/dev/usb/usbdevs -h
  rm -f .depend
  mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE 
 -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq 
 -I/usr/local/obj/usr/src-main/sys/usb2_fbsd8_i386 
 /usr/src-main/sys/modules/zyd/../../dev/usb/if_zyd.c
  1 error
  *** Error code 2
  1 error
  *** Error code 2
  1 error
 
 I'll svn the repo (to HEAD of CURRENT) and try again.

In the meantime the repo is updated to r186477.  An old-school USB
kernel compiles, but USB2 does not:

=== zyd (depend)
@ - /usr/src-main/sys
machine - /usr/src-main/sys/i386/include
ln -sf /usr/local/obj/usr/src-main/sys/usb2_fbsd8_i386/opt_usb.h opt_usb.h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/usbdevs2h.awk @/dev/usb/usbdevs -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE 
-DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq 
-I/usr/local/obj/usr/src-main/sys/usb2_fbsd8_i386 
/usr/src-main/sys/modules/zyd/../../dev/usb/if_zyd.c
machine - /usr/src-main/sys/i386/include
awk -f /usr/src-main/sys/tools/vnode_if.awk /usr/src-main/sys/kern/vnode_if.src 
-c
...
/usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP=cc -E 
CC=cc xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing 
-march=athlon-mp -std=c99  -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  -I. 
-I/usr/src-main/sys -I/usr/src-main/sys/contrib/altq 
-I/usr/src-main/sys/contrib/ipfilter -I/usr/src-main/sys/contrib/pf 
-I/usr/src-main/sys/dev/ath -I/usr/src-main/sys/dev/ath/ath_hal 
-I/usr/src-main/sys/contrib/ngatm -I/usr/src-main/sys/dev/twa 
-I/usr/src-main/sys/gnu/fs/xfs/FreeBSD 
-I/usr/src-main/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src-main/sys/gnu/fs/xfs 
-I/usr/src-main/sys/contrib/opensolaris/compat -I/usr/src-main/sys/dev/cxgb 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000  -mno-align-long-strings -mpreferred-stac
 k-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding 
-fstack-protector
/usr/src-main/sys/dev/usb/ucom.c:92:21: error: usbdevs.h: No such file or 
directory
mkdep: compile failed
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error

The manual page to zyd(4) indicates that it wants device usb, so it
may be an error in zyd, not USB2.

A few questions question though: do I need to specify nodevice usb
in an USB2 kernel config as well?  In the comments, it says: USB Bus
(required), and the compile error says: error: usbdevs.h: No such file
or directory.

Next, I'll try to exclude the zyd module from building.  The kernel
doesn't contain it, anyway.

-c

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


Re: [solved] Re: usb-stick accessible, but doesn't boot

2008-12-24 Thread clemens fischer
 Hans Petter Selasky:

 Try the attached patch to sys/kern/vfs_mount.c

 Thanks for reporting. I have been aware about this issue for some time
 now, but the patch has not been committed to current yet.

 I have FreeSBIE reliably up and running with USB2.

Can you tell me what to do to the kernel configuration?  Maybe I don't
have to compile any USB functions into the kernel and can put them into
loader.conf?  I always get these dependency problems.


regards, clemens

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


Re[2]: mfi raid tool for freebsd?

2008-12-24 Thread Omer Faruk SEN
Which is broken: 
 
Unfetchable - mark as BROKEN

But thanks again.

Wednesday, December 24, 2008, 4:10:17 PM, you wrote:

 Hello Omer,

 Wednesday, December 24, 2008, 1:32:05 PM, you wrote:

 I have a server with LSI MegaSAS 1064R RAID controller which is
 recognized as mfid0 . Is there a tool that i can query the status of
 the raid also the status of disks? I have tried smartmontools but it didn't 
 work at all..

 Port:   linux-megacli-1.01.40_2
 Path:   /usr/ports/sysutils/linux-megacli
 Info:   LSI MegaRAID SAS controller management utility

 Unfortunately, we do not have native tool yet :-(
 It would be nice to ask LSI to port it to FreeBSD.




-- 
Best regards,
 Omermailto:o...@faruk.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Big Problem booting the freebsd7 AMD64 !! I can't boot the cd! It frozes

2008-12-24 Thread Xrhstaras
The booting process  stops at the line mounting root ufs /dev/md0 

(Starting with the option for no acpi )

 

 

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


Re: mfi raid tool for freebsd?

2008-12-24 Thread Daniel Gerzo
Hello Omer,

Wednesday, December 24, 2008, 1:32:05 PM, you wrote:

 I have a server with LSI MegaSAS 1064R RAID controller which is
 recognized as mfid0 . Is there a tool that i can query the status of
 the raid also the status of disks? I have tried smartmontools but it didn't 
 work at all..

Port:   linux-megacli-1.01.40_2
Path:   /usr/ports/sysutils/linux-megacli
Info:   LSI MegaRAID SAS controller management utility

Unfortunately, we do not have native tool yet :-(
It would be nice to ask LSI to port it to FreeBSD.

-- 
Best regards,
 Danielmailto:dan...@freebsd.org

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


Re: Kernel Variables Sanity Check

2008-12-24 Thread Jason C. Wells

Gonzalo Nemmi wrote:
Hi Jason, and sorry to pop in, but now you got me guessing if I should follow 
your lead too ...


This is what I get in here:

[gonz...@inferna ~]% grep Time /var/run/dmesg.boot
Timecounter i8254 frequency 1193182 Hz quality 0
Timecounter ACPI-safe frequency 3579545 Hz quality 850
acpi_hpet0: High Precision Event Timer iomem 0xfed0-0xfed003ff on acpi0
Timecounter HPET frequency 14318180 Hz quality 900
Timecounters tick every 1.000 msec

Should I change kern.timecounter.hardware to i8254 too??
  
I did this because NTP wouldn't synch.  My clock was so much faster than 
actual time that the time between running ntpdate and running ntpd would 
cause to much error (jitter?, offset?) for ntpd to synch.  So if you're 
not having a problem, you don't need to do anything.


Later,
Jason
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [solved] Re: usb-stick accessible, but doesn't boot

2008-12-24 Thread clemens fischer
On Wed, 24 Dec 2008 15:05:32 +0100 clemens fischer wrote:

 Hans Petter Selasky:
 
 Try the attached patch to sys/kern/vfs_mount.c

 Thanks for reporting. I have been aware about this issue for some time
 now, but the patch has not been committed to current yet.

 I have FreeSBIE reliably up and running with USB2.
 
 Can you tell me what to do to the kernel configuration?  Maybe I don't
 have to compile any USB functions into the kernel and can put them into
 loader.conf?  I always get these dependency problems.

I think I've found my problem.  The kernel configuration really needs
the line marked required, which builds support for the USB bus:
device usb.  Except this line, every usb related item is a nodevice
now.  The USB2 modules needed are kldload'ed in boot/loader.conf from
the USB-stick, and this really works.

Hans Petter:  although I am not sure if my USB-stick needs it, the
kernel was built using your patch.  So the least I can say about it:  It
doesn't hurt, and it might sure help with more restive devices.

-c

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


Re: Problems installing FreeBSD 7.0

2008-12-24 Thread Jack Raats

From: SDH Admin ad...@stardothosting.com


How can I do this if the systeem freezes???


Good old fashioned pen + paper (as long as it's not too long). Never 
fails.


Main problem is:
ad0: FreeBSD check1 failed

I googled but didn't find any solution.
Does anyone have a clue where to find the solution?

Jack 


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


Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Aryeh M. Friedman
I have a HP Pavilion dv5000 and any standard xorg app like xterm or
anything else that comes with xorg seems to work fine but every other X
application has either HUGE (one character fills the whole screen) fonts
and/or other weirdness (it could be fonts but who knows) I just did
a complete reinstall from sources (portmaster) the FB version is
8-CURRENT (current as of last night) and the ports tree from the same time

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


Re: Problems installing FreeBSD 7.0

2008-12-24 Thread Lowell Gilbert
Jack Raats j...@jarasoft.net writes:

 From: SDH Admin ad...@stardothosting.com

 How can I do this if the systeem freezes???

 Good old fashioned pen + paper (as long as it's not too long). Never
 fails.

 Main problem is:
 ad0: FreeBSD check1 failed

 I googled but didn't find any solution.
 Does anyone have a clue where to find the solution?

According to my quick look at the code, that message isn't necessarily a
hint to the problem.  Do you have a RAID array in the machine?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Greetings from Sourceforge and Slashdot

2008-12-24 Thread Sheila Dy

May I inquire as to who I should discuss media online partnerships with?

Thank you for your time.
Sheila
(510) 520-0490
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


empty root password

2008-12-24 Thread Franck Royer
Hi,

It's not a how can I recover my root password but something more weird.

I copied my root filesystem from a partition to another with rsync -Pia.
But since that moment, I don't need any password to log myself as root
or to do a su from a user who is in the wheel group.

I did some passwd on root, but that changes nothing. And my normal user
password wasn't affected.

What can I do ?

Thank you

Franck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


install/upgrade FREEBSD on a remote server

2008-12-24 Thread Tom Worster
what ways exist to upgrade a remote server (to which you have no terminal
server attached) if the currently installed FREEBSD is too old for
freebsd-update? besides asking someone local to the server to help, i mean.


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


Re: empty root password

2008-12-24 Thread Wojciech Puchar

But since that moment, I don't need any password to log myself as root
or to do a su from a user who is in the wheel group.

I did some passwd on root, but that changes nothing. And my normal user
password wasn't affected.

What can I do ?


set a password?

looks like some files was not copied!



Thank you

Franck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



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


Re: empty root password

2008-12-24 Thread Lowell Gilbert
Franck Royer royer.fra...@gmail.com writes:

 It's not a how can I recover my root password but something more weird.

 I copied my root filesystem from a partition to another with rsync -Pia.
 But since that moment, I don't need any password to log myself as root
 or to do a su from a user who is in the wheel group.

 I did some passwd on root, but that changes nothing. And my normal user
 password wasn't affected.

 What can I do ?

Run pkd_mkdb(8) by hand first, to make sure your password files are updated.
[And see if that fixes your problem by itself.]  Once you have done that:

Running chpass(1) *should* work.
Since it didn't, I suggest looking at the password file.
Use vipw(8) for that, and see if there is anything in the password field
for the root password.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Greetings from Sourceforge and Slashdot

2008-12-24 Thread Giorgos Keramidas
On Wed, 24 Dec 2008 08:27:28 -0800, Sheila Dy s...@corp.sourceforge.com wrote:
 May I inquire as to who I should discuss media online partnerships with?

Greetings from FreeBSD too,

We hold discussions about FreeBSD publicity over at the freebsd-advocacy
mailing list.

For anything that is not directly covered by the advocacy team or
anything that needs some sort of official partnership, it may also be a
good idea to contact the FreeBSD Core team.  You can reach the Core Team
through email, at c...@freebsd.org.

We will then make sure that you are in touch with all the right people
or that any mutual questions about how things can work out are resolved.

Happy holidays :)

For the FreeBSD Core Team,
Giorgos Keramidas


pgp03bhkCJXl8.pgp
Description: PGP signature


Re: install/upgrade FREEBSD on a remote server

2008-12-24 Thread Kevin Kinsey

Tom Worster wrote:

what ways exist to upgrade a remote server (to which you have no terminal
server attached) if the currently installed FREEBSD is too old for
freebsd-update? besides asking someone local to the server to help, i mean.


The Canonical Way of Auld(tm)* is detailed in the handbook.
It involves fetching the source code via cvsup/csup, and
rebuilding the kernel and world(userland), etc.

The entire process is covered in Chapter 24 of the handbook;
see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html
for the beginning of the old way part.

HTH,

Kevin Kinsey
--
Neurotics build castles in the sky,
Psychotics live in them,
And psychiatrists collect the rent.

* Hee hee.  For many of us, it's the Only Way ;-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Greetings from Sourceforge and Slashdot

2008-12-24 Thread Sheila Dy

Hello Giorgos. Thank you for your reply.

I am reaching out to talk to someone from your group who would be 
interested in advertising with Sourceforge and/or Slashdot.
If talks about this topic would be something that you would wish to 
pursue, please do let me know so that we can set up a time and day to 
conference call. To help us as well, we'd like to know if your 
headquarters is located outside of the US or if you have a branch here. 
Our headquarters is based in Mountain view, California.


Looking forward to hearing from you.


Sincerely,
Sheila Dy
Account Executive
Sourceforge.net / Slashdot.org
Voice: (510) 520-0490


Giorgos Keramidas wrote:

On Wed, 24 Dec 2008 08:27:28 -0800, Sheila Dy s...@corp.sourceforge.com wrote:
  

May I inquire as to who I should discuss media online partnerships with?



Greetings from FreeBSD too,

We hold discussions about FreeBSD publicity over at the freebsd-advocacy
mailing list.

For anything that is not directly covered by the advocacy team or
anything that needs some sort of official partnership, it may also be a
good idea to contact the FreeBSD Core team.  You can reach the Core Team
through email, at c...@freebsd.org.

We will then make sure that you are in touch with all the right people
or that any mutual questions about how things can work out are resolved.

Happy holidays :)

For the FreeBSD Core Team,
Giorgos Keramidas
  

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


Default list of exported variables in sh(1) - $HOSTNAME

2008-12-24 Thread Brian A. Seklecki
All:

I've got a fun problem ...

I'm having trouble tracking down where the default list of exported
variables is set for sh(1).

I've got a piece of PHP code that runs on GNU/Linux but not FreeBSD
because (I think) $HOSTNAME is exported by default.  

The PHP CLI calls $_ENV[HOSTNAME], which under GNU/Linux returns:

$ php -r 'print gethostbyaddr(gethostbyname($_ENV[HOSTNAME]))'
soundwave.wscollaborativefusion.com

In HTTP/CGI mode, I can call $_SERVER[]. But $_ENV[] should work in both
CLI and HTTP mode. 

However, because Apache is spawned from sh(1) from rc(8) and in FreeBSD
6.x, $HOSTNAME is not exported by default, which is what $_ENV[] uses
(getenv()):

$ uname -a
FreeBSD bdb00 6.3-RELEASE-p2
$ export
SSH_CLIENT
USER
MAIL
HOME
SSH_TTY
PAGER
ENV
LOGNAME
BLOCKSIZE
TERM
PATH
SHELL
SSH_CONNECTION
FTP_PASSIVE_MODE
EDITOR

---
Compare to:

linux$ uname -a
Linux soundwave 2.6.25.14-108.fc9.x86_64 
linux$ bash --version
GNU bash, version 3.2.33(1)-release (x86_64-redhat-linux-gnu)
linux$ export|wc -l
52
linux$ export|grep -i host
declare -x HOSTNAME=soundwave



It could be set in the sources for sh(1) or shells/bash, login(1),
possibly somehow related to PAM.
 
src/usr.bin/login/login.c has :

static int export(const char *s) {

 * - Do not export certain variables.  This list was taken from the
 *   Solaris pam_putenv(3) man page.
 * Then export it.
static const char *noexport[] = {
  SHELL, HOME, LOGNAME, MAIL, CDPATH,
  IFS, PATH, NULL

}..

$HOSTNAME not listed here

---

src/bin/sh/var.c has environment(){} and at least one other call to
getnamebyaddr()



Bash has set_machine_vars() in variables.c:
  temp_var = set_if_not (HOSTNAME, current_host_name);

-

There are also about 500 calls to getenv() in the PHP source code under
main/, however none explicitly for $HOSTNAME.  

This is similar to bash, so unless the Redhat people are maintaining
lots of SRPM patches to Bash _and_ PHP, I'm prepared to isolate the
problem to FreeBSD and sh(1)/login(1)

Thoughts?  (Happy holidays all!)

~BAS

-- 
Brian A. Seklecki bsekle...@collaborativefusion.com
Collaborative Fusion, Inc.


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


Re: Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Polytropon
On Wed, 24 Dec 2008 11:16:49 -0500, Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:
 I have a HP Pavilion dv5000 and any standard xorg app like xterm or
 anything else that comes with xorg seems to work fine but every other X
 application has either HUGE (one character fills the whole screen) fonts
 and/or other weirdness (it could be fonts but who knows) I just did
 a complete reinstall from sources (portmaster) the FB version is
 8-CURRENT (current as of last night) and the ports tree from the same time

Check the DPI settings from your monitor and if they match the
settings in xorg.conf. Some programs calculate font sizes
according to these values.



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: empty root password

2008-12-24 Thread Polytropon
On Wed, 24 Dec 2008 13:18:49 -0500, Lowell Gilbert 
freebsd-questions-lo...@be-well.ilk.org wrote:
 Franck Royer royer.fra...@gmail.com writes:
 
  It's not a how can I recover my root password but something more weird.
 
  I copied my root filesystem from a partition to another with rsync -Pia.
  But since that moment, I don't need any password to log myself as root
  or to do a su from a user who is in the wheel group.
 
  I did some passwd on root, but that changes nothing. And my normal user
  password wasn't affected.
 
  What can I do ?
 
 Run pkd_mkdb(8) by hand first, to make sure your password files are updated.
   ^
I think its pwd_mkdb /etc/master.passwd. Check the presence of the
files /etc/passwd, /etc/master.passwd and /etc/group to be really
sure, check their content.


Don't forget, as mentioned:

 [And see if that fixes your problem by itself.]  Once you have done that:
 
 Running chpass(1) *should* work.
 Since it didn't, I suggest looking at the password file.
 Use vipw(8) for that, and see if there is anything in the password field
 for the root password.


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems installing FreeBSD 7.0

2008-12-24 Thread Peter Jeremy
On 2008-Dec-24 17:29:05 +0100, Jack Raats j...@jarasoft.net wrote:
Main problem is:
ad0: FreeBSD check1 failed

This is produced when the ATA subsystem is trying to read RAID
metadata off the disk and just means it failed to find any.  It's
not an error.  Can you post more context please.

-- 
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.


pgpTdruFiT2UV.pgp
Description: PGP signature


Re: Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Aryeh M. Friedman
Polytropon wrote:
 On Wed, 24 Dec 2008 11:16:49 -0500, Aryeh M. Friedman 
 aryeh.fried...@gmail.com wrote:
   
 I have a HP Pavilion dv5000 and any standard xorg app like xterm or
 anything else that comes with xorg seems to work fine but every other X
 application has either HUGE (one character fills the whole screen) fonts
 and/or other weirdness (it could be fonts but who knows) I just did
 a complete reinstall from sources (portmaster) the FB version is
 8-CURRENT (current as of last night) and the ports tree from the same time
 

 Check the DPI settings from your monitor and if they match the
 settings in xorg.conf. Some programs calculate font sizes
 according to these values.



   
How do I check that... btw your name seems familar ever use a public
access freebsd machine called m-net?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Out of Office AutoReply: [SPAM:##] Greater tool is easy to get AGJ81

2008-12-24 Thread Jason Irwin
In accordance with the University Winter Closure schedule, I will be out of the 
office Friday, December 19th - Monday January 5th.  I will check voice mail and 
email upon my return in January.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Out of Office AutoReply: Greater tool is easy to get CD

2008-12-24 Thread Kevin Raleigh
Kevin Raleigh is out of the office until Monday,January 4, 2009





CONFIDENTIALITY NOTICE:

The information contained in this electronic message is intended only for the 
addressee(s) named above. The contents of this electronic message are 
confidential and may be privileged. If the reader of this message is not the 
intended recipient, you are hereby notified that any use, dissemination, 
distribution or reproduction of this communication is strictly prohibited.  If 
you have received this communication in error, please immediately notify the 
sender by reply to this message. After replying, please erase all copies of 
this message from your computer system(s).

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


Re: Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Polytropon
On Wed, 24 Dec 2008 16:22:40 -0500, Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:
 Polytropon wrote:
  Check the DPI settings from your monitor and if they match the
  settings in xorg.conf. Some programs calculate font sizes
  according to these values.

 How do I check that...

Eventually there's a setting in /etc/X11/xorg.conf called
DisplaySize that does not match the display size of the
monitor. Take a ruler and check. Then, calculate the dpi
resolution from what the manufacturer says about the amount
of pixels in X and Y (e. g. 1200x800).

   physical pixels x
dpi(x) = -
 display width in inch

and

   physical pixels y
dpi(y) = --
 display height in inch

The dpi resolution chosen by the X server can be determined
by

% grep DPI /var/log/Xorg.0.log

This should match the reality.



 btw your name seems familar ever use a public
 access freebsd machine called m-net?

No, must be somebody else. Name is from Homer's Illias. And,
no, it's not Homer Simpson. :-)



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


The booting process stops at the line mounting root ufs /dev/md0

2008-12-24 Thread Xrhstaras
The booting process  stops at the line mounting root ufs /dev/md0 

(Starting with the option for no acpi )

 

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


PoolHost.com Support: Greater tool is easy to get 8BMF2

2008-12-24 Thread Support
Automated Support Response

This is an Automated Support Response.  Please do no reply to this message.

IF YOU'RE A REGISTERED USER, YOU MUST INCLUDE YOUR USERNAME!  Without it, we 
may not be able to help and you might not get a response.

Your inquiry has been received and will be responded to as soon as possible 
unless your issue
is one of the following: 

1. My Username/Password you sent me doesn't work - There are two main reasons 
for this, either
you've typed your password incorrectly or you've tried to register two accounts 
with the same 
e-mail address.  Your password is CASE sensitive which means your must type it 
exactly as you 
see it in the password e-mail.  If you copy and paste, make sure you don't have 
an extra 
'space' character at the end.  After you login, you'll be forced to change your 
password
immediately to something more memorable.  If you tried to create two accounts 
with the
same e-mail address, that is not allowed.  You can read more about this below.

2. Didn't receive your password email - Please check your SPAM/Junk Mail folder 
and settings
before inquiring about where your password e-mail is.  99% of all problems with 
receiving 
password e-mail from us have to do with SPAM/Junk Mail folders and their 
settings.  
You can have your info RESENT to you by using the forgotten password link on 
our home page and
entering the e-mail address you used to register with.  If you've done all of 
this, send
another e-mail to supp...@poolhost.com with the subject Missing PW Email and 
include the
details along with the following info you entered on the Registration Page:
Username, First Name, Last Name, City, Zip, Email

3. Forgot your password - You can use our forgotten password link available on 
the home page
to retrieve forgotten passwords.  We cannot do this for you manually.  If we 
did this for
every user, we'd never have time to run our site.  If you don't have access to 
your old e-mail
address from last season, then simply re-register.  If you don't have access to 
your work 
e-mail address from home, then send your picks to the pool admin.  The admin 
can enter you 
picks at any time, even if the deadline has passed.  MAKE SURE YOU CHANGE YOUR 
PASSWORD
AFTER YOU LOGIN BY GOING TO EDIT USER INFO.

4. Registering more than one account with the same email address - You CANNOT 
do this.  We
use e-mail addresses to uniquely identify each account.  That is how we can 
implement the
automated password retrieval system mentioned above.  You can enter more than 
one set of 
picks with the same account however by going to Add a Pick Sheet under Pool 
Options in your 
Pro Football, College Bowl, or March Madness Pool.  Your Admin must have this 
feature 
enabled however.

5. Didn't get your picks in before the deadline - We can't put them in for you. 
 We host
pools, we don't run them.  You need to request this to your pool admin, the 
person who created
and invited you to join their pool.  They have the ability to put picks in for 
you if they 
choose to allow this.

6. Change your username/team name - We don't have team name, your username is 
what will 
show up on your pool standings pages and it's also the name you use to login.  
You can 
go to Edit User Info which will change your username.  It changes immediately 
for the purpose
of logging into PoolHost.com.  It may NOT change immediately on your pool 
standings pages 
until the pools standings start to update again.

We're constantly looking to improve our site and we will definitely listen to 
your feedback.
We can't always implement changes you suggest immediately but we will do our 
best!

Thanks,
PoolHost.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


NorthEast Underwriters requests that you verify your email address: please REPLY to this email. -- 17:44 December 24 2008

2008-12-24 Thread Tony Frese
__

Message from Tony Frese
__

I recognize from your email address that this is the first message I have 
received from you since NorthEast Underwriters began using Sender Address 
Verification (SAV).

Your message is very important to me.  Like you, we are very concerned with 
stopping the proliferation of spam.  We have implemented Sender Address 
Verification (SAV) to ensure that we do not receive unwanted email and to give 
you the assurance that your messages to me have no chance of being filtered 
into a bulk mail folder.

By pressing REPLY and SEND to this message your original message will be 
delivered to the top of my Inbox.  You need only do this once and all future 
emails will be recognized and delivered directly to me.

When replying to this email, please make sure that the following email address 
appears in the To: field of the reply:

tfrese-verify-1230158682.3466.1.1.8fc76...@neu-ins.com

If you are unable to respond to this authentication request within 1 week, or 
if your reply is not sent to the correct email address (as indicated above), 
your message may not be delivered.

Thank you!

Tony Frese

___
100% spam-free email provided by Sendio (http://www.sendio.org/v/c1lxVXRAf1Nldw)
---BeginMessage---
[Message body removed.]---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

NorthEast Underwriters requests that you verify your email address: please REPLY to this email. -- 17:44 December 24 2008

2008-12-24 Thread Trudy Godden
__

Message from Trudy Godden
__

I recognize from your email address that this is the first message I have 
received from you since NorthEast Underwriters began using Sender Address 
Verification (SAV).

Your message is very important to me.  Like you, we are very concerned with 
stopping the proliferation of spam.  We have implemented Sender Address 
Verification (SAV) to ensure that we do not receive unwanted email and to give 
you the assurance that your messages to me have no chance of being filtered 
into a bulk mail folder.

By pressing REPLY and SEND to this message your original message will be 
delivered to the top of my Inbox.  You need only do this once and all future 
emails will be recognized and delivered directly to me.

When replying to this email, please make sure that the following email address 
appears in the To: field of the reply:

tgodden-verify-1230158682.3466.1.0.81df6...@neu-ins.com

If you are unable to respond to this authentication request within 1 week, or 
if your reply is not sent to the correct email address (as indicated above), 
your message may not be delivered.

Thank you!

Trudy Godden

___
100% spam-free email provided by Sendio 
(http://www.sendio.info/v/c1lxVXRAf1Nldw)
---BeginMessage---
[Message body removed.]---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: The booting process stops at the line mounting root ufs /dev/md0

2008-12-24 Thread Manolis Kiagias
Xrhstaras wrote:
 The booting process  stops at the line mounting root ufs /dev/md0 

 (Starting with the option for no acpi )

  
   
We really need more info to be able to help you...
Is this booting off from the CD? What version of FreeBSD?
Any specific reason you are booting without ACPI? What is the make/model
of your motherboard?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Out of Office AutoReply: Greater tool is easy to get 6

2008-12-24 Thread Trudy Godden
Our office will be closed from 12:30 December 24th for the Holidays until 
Monday the 29th Have A Blessed Holiday!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems installing FreeBSD 7.0

2008-12-24 Thread Peter Jeremy
On 2008-Dec-23 20:32:38 +0100, Jack Raats j...@jarasoft.net wrote:
 Can you try to paste exactly what was on the screen before the freeze 
 for
 both 6.4 and 7.0?

How can I do this if the systeem freezes???

Take a photo and put it up somewhere (http://imagebin.ca/ if nowhere else).
If scroll lock still works, you can take pictures of earlier output (and
if caps/scroll/num lock don't work, that is a useful piece of information).

-- 
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.


pgp7MuaXmUzVi.pgp
Description: PGP signature


The results of your email commands

2008-12-24 Thread express-bounces
The results of your email command are provided below. Attached is your
original message.

- Results:
questi...@freebsd.org is not a member of the Express mailing list

- Unprocessed:
Greater tool is easy to get  T42
Make your love locomotive enter her tunnel on a full speed.
http://docs.google.com/View?id=dgrdn7xj_1g97vjxfk
AWDJBW3LLL
Y9J7AS

- Done.

---BeginMessage---


Make your love locomotive enter her tunnel on a full speed.



http://docs.google.com/View?id=dgrdn7xj_1g97vjxfk


AWDJBW3LLL
Y9J7AS




---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

The results of your email commands

2008-12-24 Thread express-bounces
The results of your email command are provided below. Attached is your
original message.


- Unprocessed:
http://docs.google.com/View?id=dgrdn7xj_1g97vjxfk
AWDJBW3LLL
Y9J7AS

- Done.

---BeginMessage---


Make your love locomotive enter her tunnel on a full speed.



http://docs.google.com/View?id=dgrdn7xj_1g97vjxfk


AWDJBW3LLL
Y9J7AS




---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: FreeBSD update warns about 7.0 end of life

2008-12-24 Thread Tait
   When running freebsd-update on FreeBSD 7.0, I noticed this message:
 
   WARNING: FreeBSD 7.0-RELEASE is approaching its End-of-Life date.

   Key concept: RELEASE.

   Robert Huff

I'm not trying to be dense, but what is that supposed to mean?

I see this on http://www.freebsd.org/releases/7.0R/announce.html:
  The FreeBSD Security Team currently plans to support FreeBSD 7.0 until
  February 28th, 2009.

As far as I can tell, 7.1 hasn't even undergone RC2 build yet, much yet
the actual -RELEASE build.

So what am I supposed to do about this warning and the impending cessation
of security support? Will the Security Team actually support 7.0R longer
than originally expected? If so, can freebsd-update be made to understand
that and stop issuing worrisome warnings? If the Security Team will stop
supporting 7.0R, what _will_ they be supporting come Feb? Assuming 7.1R
makes it out the door soon, will I really only have seven or so weeks
to upgrade? The Security Team is apparently supporting 6.4R well into 2010;
should I downgrade to keep receiving security updates?

Thanks,
Tait

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


Diwata Hunziker est absent(e).

2008-12-24 Thread Diwata . Hunziker

Je serai absent(e) du  19.12.2008 au 12.01.2009.


Je serai de retour le 12 janvier 2009 et ne manquerai pas de vous répondre.

Dans l'intervalle, je vous souhaite de très belles fêtes de Noël et de fin
d'année.

**

I will back on Monday, 12th January 2009.

Merry Christmas and best wishes for 2009!

Diwata Hunziker
Service des relations extérieures
Ville de Genève


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


Maria-Giuseppina Scirocco est absent(e).

2008-12-24 Thread Maria-Giuseppina . Scirocco

Je serai absent(e) du  22.12.2008 au 05.01.2009.

En cas de besoin, veuillez vous adresser à Mme Anne-Marie Page tél. 022 418
42 24, le matin, ou envoyer un courriel à : v...@ville-ge.ch

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


Re: starting Tomcat6

2008-12-24 Thread Tim Judd
On Tue, Dec 23, 2008 at 12:23 PM, matt donovan kitchet...@gmail.com wrote:

 On Tue, Dec 23, 2008 at 2:15 PM, Joseph Simmons josephdsimm...@gmail.com
 wrote:

  It is now :), but that should only effect things when the computer
  starts up. I'm still not able to start tomcat from it's rc.d script.
 
  On Tue, Dec 23, 2008 at 1:03 PM, Matthew Seaman
  m.sea...@infracaninophile.co.uk wrote:
   Joseph Simmons wrote:
  
   uname -a gives:
   7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
   r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
  
   I installed Apache Tomcat from the ports collection
   (/usr/ports/www/tomcat6) without error. From the documentation that
   I've seen, starting tomcat is done with the following command
  
   /usr/local/etc/rc.d/tomcat6 start
  
   But when I do this (as root or otherwise), the tomcat process doesn't
   seem to start. Should there be some other way of starting the process?
  
   Did you put:
  
tomcat6_enable=YES
  
   into /etc/rc.conf ?
  
  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 
  freebsd-questions-unsubscr...@freebsd.org
 

 no you must have tomcat_enable=yes  in your rc.conf to even run the
 script
 unless you forcestart it. so ps aux does not show tomcat as running?


Forcestart isn't a good idea.  To bypass the rc.conf setting, use the one
prefix (onestart, onestop, onerestart)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD update warns about 7.0 end of life

2008-12-24 Thread David Horn
On Wed, Dec 24, 2008 at 9:18 PM, Tait free...@t41t.com wrote:
   When running freebsd-update on FreeBSD 7.0, I noticed this message:
 
   WARNING: FreeBSD 7.0-RELEASE is approaching its End-of-Life date.

   Key concept: RELEASE.

   Robert Huff

 I'm not trying to be dense, but what is that supposed to mean?

 I see this on http://www.freebsd.org/releases/7.0R/announce.html:
  The FreeBSD Security Team currently plans to support FreeBSD 7.0 until
  February 28th, 2009.

 As far as I can tell, 7.1 hasn't even undergone RC2 build yet, much yet
 the actual -RELEASE build.

 So what am I supposed to do about this warning and the impending cessation
 of security support? Will the Security Team actually support 7.0R longer
 than originally expected? If so, can freebsd-update be made to understand
 that and stop issuing worrisome warnings?

I have only ever personally seen the 7.0-RELEASE  EoL warning when
running an non updated kernel.  I can not speak for the security team
support horizon, but 7.1 RC is working very well on my test machine,
so I personally will be updating my production box to 7.1-RELEASE
shortly after the bits are frozen solid.

What is the output of:

uname -a

Are you running -p7 already or not ?

If not, then run:

freebsd-update fetch install

And do not forget to reboot your system to actually use the latest
kernel after install succeeds.  On my 7.0-RELEASE machine (that is
already updated to -p7) I do not see EoL warnings.  YMMV.

Good Luck.

--_Dave

Non quia difficilia sunt non audemus, sed quia non audemus, difficilia sunt.

 If the Security Team will stop
 supporting 7.0R, what _will_ they be supporting come Feb? Assuming 7.1R
 makes it out the door soon, will I really only have seven or so weeks
 to upgrade? The Security Team is apparently supporting 6.4R well into 2010;
 should I downgrade to keep receiving security updates?

 Thanks,
 Tait

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

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