Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread David Demelier
Is the SVN revision gonna disappear from the uname -a output ? I hope.

cheers,


2012/12/12 Mark Linimon 

> On Tue, Dec 11, 2012 at 11:18:44AM -0500, Mark Saad wrote:
> > the ISO are on the master server
>
> The release is official when, and only when, a signed email from the
> release engineering team says that it is.
>
> In a past release cycle there was indeed a last-minute fix that had
> to be made after the ISO had already started propogating.
>
> mcl
> ___
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
>



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


captive Portal Pfsense + FreeRadius + MySQL DBMS

2012-12-12 Thread Shiv. Nath

Dear Friends Greetings,

i have a question for you, i am sure someone can help. The pfsense captive
portal is up and running. Time countdown vouchers are working without
issue, such as 30m, 45m, 1h & so on.

However, I'd like to set up a download quota of 200MB per voucher. but
then you need to login with a username and password, instead of vouchers.
but I haven't found a way to generate username & password when generating
vouchers. is there someone who managed to get this working? At the moment
vouchers are only for time based login.

any clue, little information or document reference would be greatly
appreciated.

Thanks / Prabhpal S.

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


Re: captive Portal Pfsense + FreeRadius + MySQL DBMS

2012-12-12 Thread Amitabh Kant
On Wed, Dec 12, 2012 at 3:14 PM, Shiv. Nath
wrote:

>
> Dear Friends Greetings,
>
> i have a question for you, i am sure someone can help. The pfsense captive
> portal is up and running. Time countdown vouchers are working without
> issue, such as 30m, 45m, 1h & so on.
>
> However, I'd like to set up a download quota of 200MB per voucher. but
> then you need to login with a username and password, instead of vouchers.
> but I haven't found a way to generate username & password when generating
> vouchers. is there someone who managed to get this working? At the moment
> vouchers are only for time based login.
>
> any clue, little information or document reference would be greatly
> appreciated.
>
> Thanks / Prabhpal S.
>
>
This is a question that will best answered on either pfSense mailing list
or their online forums.  If you need to ask freebsd, use freebsd-general
mailing list where someone might have an idea.

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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Pete French
> Is the SVN revision gonna disappear from the uname -a output ? I hope.

This comment surprises me - having the svn revision there is one of the
best thigns about moving to svn from csup for me. I can look at a running
machine, and know how to chekcout precisely the code is was built from. Very
useful.

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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread David Demelier
You're right, but one who install a 9.1-RELEASE from iso will obviously
still have the same SVN revision, of course it is still great when
following -STABLE.


2012/12/12 Pete French 

> > Is the SVN revision gonna disappear from the uname -a output ? I hope.
>
> This comment surprises me - having the svn revision there is one of the
> best thigns about moving to svn from csup for me. I can look at a running
> machine, and know how to chekcout precisely the code is was built from.
> Very
> useful.
>
> -pete.
>



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


How to create Jail in FreeBSD

2012-12-12 Thread Andriy Kornatskyy

Operating system virtualization is the most effective way to utilize your 
system resources, jails let you setup isolated mini-systems. Jails are explains 
well in handbook however, from practical standpoint of view, the presented 
material is incomplete.

The post below setup few scrips that follow handbook's 'Application of Jails' 
article and enhance with few missing features (networking related).

http://mindref.blogspot.com/2012/12/freebsd-jail.html

Comments or suggestions are welcome.

Thanks.

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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Franci Nabalanci
Problem is not release, problem are ports:
second day and I am still running update for cyrus-sasl and pcre new
because there are so many errors. Today I check /usr/ports/UPDATE and I saw
another week for update: ImageMagick -r...
And than after March we will gt GIMP 2.8, KDE whatever version...and New
year will be here...

And the same story repeat again...


On Sun, Dec 9, 2012 at 5:26 AM, ajtiM  wrote:

> On Saturday 08 December 2012 22:26:30 Chris Petrik wrote:
> > It will be released when it is ready.
> >
>
> Perfect answer... And one hour after release thounsands of new ports for
> building on Christmas time ):
>
>
> Mitja
> 
> http://www.redbubble.com/people/lumiwa
>
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: How to create Jail in FreeBSD

2012-12-12 Thread Mike Tancsa
On 12/12/2012 5:47 AM, Andriy Kornatskyy wrote:
> 
> http://mindref.blogspot.com/2012/12/freebsd-jail.html
> 
> Comments or suggestions are welcome.

Hi,
Perhaps a note that

sysctl security.jail.allow_raw_sockets=1

no longer works on RELENG_9

you need to do it on a per jail basis it seems.

http://www.freebsd.org/cgi/query-pr.cgi?pr=173469

and
http://lists.freebsd.org/pipermail/freebsd-jail/2012-November/001989.html
discuss it further


-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


RE: How to create Jail in FreeBSD

2012-12-12 Thread Andriy Kornatskyy

Mike,

Unfortunately, this doesn't work per jail (FreeBSD 9.0-RELEASE-p3)... not ready 
yet?

Just double checked, sysctl as global settings works.

Thanks.

Andriy Kornatskyy



> Date: Wed, 12 Dec 2012 08:09:01 -0500
> From: m...@sentex.net
> To: andriy.kornats...@live.com
> Subject: Re: How to create Jail in FreeBSD
> CC: freebsd-stable@freebsd.org
>
> On 12/12/2012 5:47 AM, Andriy Kornatskyy wrote:
> >
> > http://mindref.blogspot.com/2012/12/freebsd-jail.html
> >
> > Comments or suggestions are welcome.
>
> Hi,
> Perhaps a note that
>
> sysctl security.jail.allow_raw_sockets=1
>
> no longer works on RELENG_9
>
> you need to do it on a per jail basis it seems.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=173469
>
> and
> http://lists.freebsd.org/pipermail/freebsd-jail/2012-November/001989.html
> discuss it further
>
>
> --
> ---
> Mike Tancsa, tel +1 519 651 3400
> Sentex Communications, m...@sentex.net
> Providing Internet services since 1994 www.sentex.net
> Cambridge, Ontario Canada http://www.tancsa.com/
> ___
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
  
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: How to create Jail in FreeBSD

2012-12-12 Thread Mike Tancsa
On 12/12/2012 8:31 AM, Andriy Kornatskyy wrote:
> Unfortunately, this doesn't work per jail (FreeBSD 9.0-RELEASE-p3)... not 
> ready yet?

Hi,
The change when in post 9.0 and is in RELENG_9 and will be in 9.1R

---Mike

> 
> 
>> Date: Wed, 12 Dec 2012 08:09:01 -0500
>> From: m...@sentex.net
>> To: andriy.kornats...@live.com
>> Subject: Re: How to create Jail in FreeBSD
>> CC: freebsd-stable@freebsd.org
>>
>> On 12/12/2012 5:47 AM, Andriy Kornatskyy wrote:
>>>
>>> http://mindref.blogspot.com/2012/12/freebsd-jail.html
>>>
>>> Comments or suggestions are welcome.
>>
>> Hi,
>> Perhaps a note that
>>
>> sysctl security.jail.allow_raw_sockets=1
>>
>> no longer works on RELENG_9
>>
>> you need to do it on a per jail basis it seems.
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=173469
>>
>> and
>> http://lists.freebsd.org/pipermail/freebsd-jail/2012-November/001989.html
>> discuss it further
>>
>>
>> --
>> ---
>> Mike Tancsa, tel +1 519 651 3400
>> Sentex Communications, m...@sentex.net
>> Providing Internet services since 1994 www.sentex.net
>> Cambridge, Ontario Canada http://www.tancsa.com/
>> ___
>> freebsd-stable@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
> 
> 
> 


-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


/usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.

2012-12-12 Thread Kimmo Paasiala
Hello,

My 9-STABLE buildworld broke in a very inexplicable way,  I was
getting an error on /usr/src/include/osreldate.h that I couldn't
figure out until I started looking at the sys/conf/newvers.sh and what
it does. It turned out that the thing that broke my buildworld was
having .git directory at the root directory of the system because I
recently started using GIT to track the configuration files.

I added some debug echos to the newvers.sh and I found out it's
setting SYSDIR to /bin/.. which in turn causes the newvers.sh to set
the gitdir to /.git and that seems to break the logic in newvers.sh.

Isn't SYSDIR supposed to be set to the sys -subdirectory of the source
tree (/usr/src/sys default)?

I'm guessing the reason the SYSDIR gets set to /bin/.. is the line in
newvers.sh:

SYSDIR=$(dirname $0)/..

$0 is actually /bin/sh and not the path to newver.sh because the
newvers.sh is sourced by the Makefile in /usr/src/include instead of
executing it:

osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh ${.CURDIR}/../sys/sys/param.h \
${.CURDIR}/Makefile
@${ECHO} creating osreldate.h from newvers.sh
@MAKE=${MAKE}; \
PARAMFILE=${.CURDIR}/../sys/sys/param.h; \
. ${.CURDIR}/../sys/conf/newvers.sh; \

Now the question is how to fix this?

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


Re: captive Portal Pfsense + FreeRadius + MySQL DBMS

2012-12-12 Thread Julian H. Stacey
Amitabh Kant wrote:
> On Wed, Dec 12, 2012 at 3:14 PM, Shiv. Nath
> wrote:
> 
> >
> > Dear Friends Greetings,
> >
> > i have a question for you, i am sure someone can help. The pfsense captive
> > portal is up and running. Time countdown vouchers are working without
> > issue, such as 30m, 45m, 1h & so on.
> >
> > However, I'd like to set up a download quota of 200MB per voucher. but
> > then you need to login with a username and password, instead of vouchers.
> > but I haven't found a way to generate username & password when generating
> > vouchers. is there someone who managed to get this working? At the moment
> > vouchers are only for time based login.
> >
> > any clue, little information or document reference would be greatly
> > appreciated.
> >
> > Thanks / Prabhpal S.
> >
> >
> This is a question that will best answered on either pfSense mailing list
> or their online forums.

& original poster already posted to l...@lists.pfsense.org 
Cross posted (Ugh!) twice (Ugh!) from 2 different addresses
at 07:13:24 - (08:13 CET) & 09:44:27 - (10:44 CET)
to l...@lists.pfsense.org, freebsd-stable@freebsd.org
  l...@lists.pfsense.org is described as "pfSense support and discussion" by
http://lists.pfsense.org/mailman/listinfo/

> If you need to ask freebsd, use freebsd-general
> mailing list

A non existant list name.

> where someone might have an idea.
> Amitabh

There is no freebsd-gene...@freebsd.org
http://lists.freebsd.org/mailman/listinfo
Includes:
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
freebsd-stable@freebsd.org is fairly general, though
freebsd-hack...@freebsd.org is more general.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with "> ".
 Send plain text. Not: HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: captive Portal Pfsense + FreeRadius + MySQL DBMS

2012-12-12 Thread Amitabh Kant
On Wed, Dec 12, 2012 at 9:58 PM, Julian H. Stacey  wrote:

> 
>


>  > If you need to ask freebsd, use freebsd-general
> > mailing list
>
> A non existant list name.
>
> > where someone might have an idea.
> > Amitabh
>
> There is no freebsd-gene...@freebsd.org
> http://lists.freebsd.org/mailman/listinfo
> Includes:
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> http://lists.freebsd.org/mailman/listinfo/freebsd-pf
> freebsd-stable@freebsd.org is fairly general, though
> freebsd-hack...@freebsd.org is more general.
>
> Cheers,
> Julian
> --
> Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich
> http://berklix.com
>  Reply below not above, like a play script.  Indent old text with "> ".
>  Send plain text. Not: HTML, multipart/alternative, base64,
> quoted-printable.
>

My apologies. I meant freebsd-questi...@freebsd.org [
http://lists.freebsd.org/mailman/listinfo/freebsd-questions] might have a
better audience for his question.

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


Re: /usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.

2012-12-12 Thread Ian Lepore
On Wed, 2012-12-12 at 18:14 +0200, Kimmo Paasiala wrote:
> Hello,
> 
> My 9-STABLE buildworld broke in a very inexplicable way,  I was
> getting an error on /usr/src/include/osreldate.h that I couldn't
> figure out until I started looking at the sys/conf/newvers.sh and what
> it does. It turned out that the thing that broke my buildworld was
> having .git directory at the root directory of the system because I
> recently started using GIT to track the configuration files.
> 
> I added some debug echos to the newvers.sh and I found out it's
> setting SYSDIR to /bin/.. which in turn causes the newvers.sh to set
> the gitdir to /.git and that seems to break the logic in newvers.sh.
> 
> Isn't SYSDIR supposed to be set to the sys -subdirectory of the source
> tree (/usr/src/sys default)?
> 
> I'm guessing the reason the SYSDIR gets set to /bin/.. is the line in
> newvers.sh:
> 
> SYSDIR=$(dirname $0)/..
> 
> $0 is actually /bin/sh and not the path to newver.sh because the
> newvers.sh is sourced by the Makefile in /usr/src/include instead of
> executing it:
> 
> osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh ${.CURDIR}/../sys/sys/param.h \
> ${.CURDIR}/Makefile
> @${ECHO} creating osreldate.h from newvers.sh
> @MAKE=${MAKE}; \
> PARAMFILE=${.CURDIR}/../sys/sys/param.h; \
> . ${.CURDIR}/../sys/conf/newvers.sh; \
> 
> Now the question is how to fix this?
> 
> -Kimmo

Perhaps it could be handled similar to PARAMFILE, something like this in
the makefile:

  PARAMFILE=${.CURDIR}/../sys/sys/param.h; \
  SYSDIR=${.CURDIR}/../sys; \
 . ${.CURDIR}/../sys/conf/newvers.sh; \

I'm not sure if newvers.sh needs to work in ways that don't involve
being invoked from that makefile rule, so to be safe it could have
default handling, something like:

 : ${SYSDIR:=$(dirname $0)/..}

-- Ian


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


download quota of 200MB per voucher

2012-12-12 Thread Prabhpal S. Mavi
Dear Friends,

i have a question for you, i am sure someone can help. The pfsense captive
portal is up and running. Time countdown vouchers are working without
issue, such as 30m, 45m, 1h & so on.

However, I'd like to set up a download quota of 200MB per voucher. but
then you need to login with a username and password, instead of vouchers.
but I haven't found a way to generate username & password when generating
vouchers. is there someone who managed to get this working? At the moment
vouchers are only for time based login.

any clue, little information or document reference would be greatly
appreciated.

Thanks

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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Kevin Oberman
On Wed, Dec 12, 2012 at 3:21 AM, Franci Nabalanci  wrote:
> Problem is not release, problem are ports:
> second day and I am still running update for cyrus-sasl and pcre new
> because there are so many errors. Today I check /usr/ports/UPDATE and I saw
> another week for update: ImageMagick -r...
> And than after March we will gt GIMP 2.8, KDE whatever version...and New
> year will be here...
>
> And the same story repeat again...

Please, don't work so hard!

ImageMagick required a re-installation of exactly ONE port on my
laptop, editors/emacs (which has now been fixed so it actually will
re-build). pcre was worse, but still I got everything for all of the
commits yesterday rebuilt in a few hours yesterday afternoon. The only
REAL issue was avahi-app which has a badly ordered set of lib
directories. (Yes, I should submit a PR to get this fixed.)

Install sysutils/bsdadminscripts and run:
pkg_libchk -o | grep LIB_THAT_GOT_BUMPED | cut -f1 -d: | sort | uniq > SOMEFILE
portmaster -D `cat SOMEFILE`

pkg_libchk will take a while. On my 2 year old Core i5 laptop it takes
around 6 minutes for my 1100 installed ports, but it does let you know
just how it is prograssing.

This will build a vastly smaller number of ports. You will probably
need to remove graphics/py-clutter from SOMEFILE if you have it
installed as it is BROKEN for the moment. There may be a couple of
others, as well.

If you use pkgng, please try editing /usr/local/sbin/pkg_libchk to
replace "pkg_info" with "pkg info" in all locations and let me know
how it works, . I'm hoping that will make it work with pkgng, but I
have no way to check as I can't currently use pkgng on any of my
systems, yet.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Julian H. Stacey
Hi,
Reference:
> From: "Ronald Klop"  
> Date: Tue, 11 Dec 2012 17:38:13 +0100 
> Message-id:

"Ronald Klop" wrote:
> On Tue, 11 Dec 2012 17:18:44 +0100, Mark Saad   
> wrote:
> 
> > So what is the short summary ?
> 
> The short summary is that nobody knows. The people who can know anything  
> don't say much more than "it's ready when it's ready"


Cos theyre doubtless working full time on it & no time to answer inanne noise.

> and the rest of the  
> people guess from information from various e-mails and other sources which  
> reliability can be doubted.

Only stuff I count is URLs.


> And the last few days people are saying that you have to donate  
> to the freebsd foundation if you want a release or better information.  
> ;-)

Last paragraph completely False. 

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with "> ".
 Send plain text. Not: HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Matthew Seaman
On 12/12/2012 17:38, Kevin Oberman wrote:
> If you use pkgng, please try editing /usr/local/sbin/pkg_libchk to
> replace "pkg_info" with "pkg info" in all locations and let me know
> how it works, . I'm hoping that will make it work with pkgng, but I
> have no way to check as I can't currently use pkgng on any of my
> systems, yet.

I'd like to draw people's attention to one of the newer capabilities of
pkgng as it's directly relevant to this problem.  You can use pkgng to
track which shared libraries are used by binaries in all packages.
Shared library use is determined by analysing the dynamic loading
information recorded in ELF binaries -- either executables or shared
libraries -- so it's pretty reliable.

The feature is turned off by default, but you can enable it by adding:

SHLIBS: YES

to ${LOCALBASE}/etc/pkg.conf and then generate the shlib info by:

pkg check -Ba

This will take a while on a system with lots of packages installed: it
will investigate every file installed by every package.  If you aren't
using a repo where the shlibs function is enabled, you'll have to use
pkg check thike this on any new pkgs you subsequently install.

Then, for example, you can find all the pkgs with files that link
against, say, libssh2 by:

worm:~:% pkg query -a "%n-%v %B" | grep libssh2
curl-7.24.0_1 libssh2.so.1

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Julian H. Stacey
"A.J. 'Fonz' van Werven" wrote:

> Christmas comes early this year: there hasn't been an official announce-
> ment yet and perhaps not all mirrors have synced yet, but I've seen the
> ISOs on the NL mirror, so it looks like 9.1-RELEASE is out now.

Yup, ftp2.de.freebsd.org also has i386 & amd64, (I didnt look for other cpus)

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with "> ".
 Send plain text. Not: HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Help review the FAQ

2012-12-12 Thread Jakub Lach
I think HAST (hastd) is faq-worthy, as since release
9, it covers area previously vocally missed by some.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Help-review-the-FAQ-tp5762326p5768880.html
Sent from the freebsd-stable mailing list archive at Nabble.com.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: /usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.

2012-12-12 Thread Kimmo Paasiala
On Wed, Dec 12, 2012 at 6:53 PM, Ian Lepore
 wrote:
> On Wed, 2012-12-12 at 18:14 +0200, Kimmo Paasiala wrote:
>> Hello,
>>
>> My 9-STABLE buildworld broke in a very inexplicable way,  I was
>> getting an error on /usr/src/include/osreldate.h that I couldn't
>> figure out until I started looking at the sys/conf/newvers.sh and what
>> it does. It turned out that the thing that broke my buildworld was
>> having .git directory at the root directory of the system because I
>> recently started using GIT to track the configuration files.
>>
>> I added some debug echos to the newvers.sh and I found out it's
>> setting SYSDIR to /bin/.. which in turn causes the newvers.sh to set
>> the gitdir to /.git and that seems to break the logic in newvers.sh.
>>
>> Isn't SYSDIR supposed to be set to the sys -subdirectory of the source
>> tree (/usr/src/sys default)?
>>
>> I'm guessing the reason the SYSDIR gets set to /bin/.. is the line in
>> newvers.sh:
>>
>> SYSDIR=$(dirname $0)/..
>>
>> $0 is actually /bin/sh and not the path to newver.sh because the
>> newvers.sh is sourced by the Makefile in /usr/src/include instead of
>> executing it:
>>
>> osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh ${.CURDIR}/../sys/sys/param.h 
>> \
>> ${.CURDIR}/Makefile
>> @${ECHO} creating osreldate.h from newvers.sh
>> @MAKE=${MAKE}; \
>> PARAMFILE=${.CURDIR}/../sys/sys/param.h; \
>> . ${.CURDIR}/../sys/conf/newvers.sh; \
>>
>> Now the question is how to fix this?
>>
>> -Kimmo
>
> Perhaps it could be handled similar to PARAMFILE, something like this in
> the makefile:
>
>   PARAMFILE=${.CURDIR}/../sys/sys/param.h; \
>   SYSDIR=${.CURDIR}/../sys; \
>  . ${.CURDIR}/../sys/conf/newvers.sh; \
>
> I'm not sure if newvers.sh needs to work in ways that don't involve
> being invoked from that makefile rule, so to be safe it could have
> default handling, something like:
>
>  : ${SYSDIR:=$(dirname $0)/..}
>
> -- Ian
>
>

Thanks, that works. Should I file a PR about this?

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


Re: /usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.

2012-12-12 Thread Garrett Cooper
On Wed, Dec 12, 2012 at 10:52 AM, Kimmo Paasiala  wrote:

...

> Thanks, that works. Should I file a PR about this?

There are other issues with this that should be resolved (in
particular, modifying include/Makefile that FreeNAS has been packing
around for a year or so now). Filed a PR here a year ago, but no one
has committed it yet even though it should be trivial enough to review
and commit: http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/160646 .

Alfred/Josh/Xin: could you please commit this change first?

Thanks!
-Garrett
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: 8.3 -> 9.1 results in often crashes. [Solved]

2012-12-12 Thread Pawel Tyll
In closing, Gleb has solved the problem with attached patch.

Many  thanks  to  everyone involved and to Gleb for finding out what's
wrong and fixing it.

p.

fwd_tag.diff
Description: Binary data
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

9.1 system hung with top open on console, yet responsive on ssh sessions?

2012-12-12 Thread dweimer
I ran into a weird one, have a 9.1 test system (virtual in VMWare 
Workstation 9) that I left running logged into the console with top 
running.  The console the top process it was running appear to have 
hung, can't use ALT + F1,F2... to switch virtual consoles.  However I 
can log in to the system via ssh, if you run top you get the same 
information on the console, can even interact with it, switching search 
order and the like.  systat also seems to not display current 
information.  I can do everything I have tried through the console 
except I noticed that syslog isn't writing data and a /etc/rc.d/syslog 
restart hung as well.


This is just a test system running one single Java program (Ubiquiti 
UniFi controller software) that is responding just fine as well.  
Thought maybe it was disk access related, however I have confirmed that 
I can read and write to the disk, used dd if=/dev/random 
of=/.../random.out..., to each file system and was able to write to all 
of them.  Before I reboot the system (I have a feeling it won't reboot 
cleanly), I was curious if anyone else has ever seen this and what I 
should check to possibly identify what caused the problem.




--
Thanks,
   Dean E. Weimer
   http://www.dweimer.net/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: 9.1 system hung with top open on console, yet responsive on ssh sessions?

2012-12-12 Thread dweimer

On 2012-12-12 15:58, dweimer wrote:

I ran into a weird one, have a 9.1 test system (virtual in VMWare
Workstation 9) that I left running logged into the console with top
running.  The console the top process it was running appear to have
hung, can't use ALT + F1,F2... to switch virtual consoles.  However I
can log in to the system via ssh, if you run top you get the same
information on the console, can even interact with it, switching
search order and the like.  systat also seems to not display current
information.  I can do everything I have tried through the console
except I noticed that syslog isn't writing data and a 
/etc/rc.d/syslog

restart hung as well.

This is just a test system running one single Java program (Ubiquiti
UniFi controller software) that is responding just fine as well.
Thought maybe it was disk access related, however I have confirmed
that I can read and write to the disk, used dd if=/dev/random
of=/.../random.out..., to each file system and was able to write to
all of them.  Before I reboot the system (I have a feeling it won't
reboot cleanly), I was curious if anyone else has ever seen this and
what I should check to possibly identify what caused the problem.


Might have discovered its probable related to 
 
as I noticed as well that that date command was always returning 
yesterdays date with the time set the same as top returned.


I went ahead and reset the virtual machine with the sysctl value set as 
listed in the thread linked to above.  will see if I hit the issue again 
or not.  Though this application will be moved off this test system to 
my actual serve as soon as the 9.1-Release is official.  so it may not 
be running long enough to know if that is the real solution.




--
Thanks,
   Dean E. Weimer
   http://www.dweimer.net/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Walter Hurry
On Wed, 12 Dec 2012 18:39:51 +, Matthew Seaman wrote:

> On 12/12/2012 17:38, Kevin Oberman wrote:
>> If you use pkgng, please try editing /usr/local/sbin/pkg_libchk to
>> replace "pkg_info" with "pkg info" in all locations and let me know how
>> it works, . I'm hoping that will make it work with pkgng, but I have no
>> way to check as I can't currently use pkgng on any of my systems, yet.
> 
> I'd like to draw people's attention to one of the newer capabilities of
> pkgng as it's directly relevant to this problem.  You can use pkgng to
> track which shared libraries are used by binaries in all packages.
> Shared library use is determined by analysing the dynamic loading
> information recorded in ELF binaries -- either executables or shared
> libraries -- so it's pretty reliable.
> 
> The feature is turned off by default, but you can enable it by adding:
> 
> SHLIBS: YES
> 
> to ${LOCALBASE}/etc/pkg.conf and then generate the shlib info by:
> 
> pkg check -Ba
> 
> This will take a while on a system with lots of packages installed: it
> will investigate every file installed by every package.  If you aren't
> using a repo where the shlibs function is enabled, you'll have to use
> pkg check thike this on any new pkgs you subsequently install.
> 
> Then, for example, you can find all the pkgs with files that link
> against, say, libssh2 by:
> 
> worm:~:% pkg query -a "%n-%v %B" | grep libssh2 curl-7.24.0_1
> libssh2.so.1

That looks like a useful feature. But why is it saying this?

pkg: (firefox-17.0.1,1) shared library libxpcom.so not found
pkg: (firefox-17.0.1,1) shared library libmozalloc.so not found
(lots more output snipped)

$ locate libxpcom.so
/usr/local/lib/firefox/libxpcom.so
$ locate libmozalloc.so
/usr/local/lib/firefox/libmozalloc.so
$ file /usr/local/lib/firefox/libxpcom.so
/usr/local/lib/firefox/libxpcom.so: ELF 64-bit LSB shared object, x86-64, 
version 1 (FreeBSD), dynamically linked, stripped
$ file /usr/local/lib/firefox/libmozalloc.so
/usr/local/lib/firefox/libmozalloc.so: ELF 64-bit LSB shared object, 
x86-64, version 1 (FreeBSD), dynamically linked, stripped
$ 

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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Brian
A few hours ago I ran freebsd-update on a 9.1 RC3 VM system on an esxi 
server and got 9.1-RELEASE. I know there hasnt been an announcement but 
it would appear it is very close.


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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Matthew Seaman
On 12/12/2012 23:17, Walter Hurry wrote:
> That looks like a useful feature. But why is it saying this?
> 
> pkg: (firefox-17.0.1,1) shared library libxpcom.so not found
> pkg: (firefox-17.0.1,1) shared library libmozalloc.so not found
> (lots more output snipped)
> 
> $ locate libxpcom.so
> /usr/local/lib/firefox/libxpcom.so
> $ locate libmozalloc.so
> /usr/local/lib/firefox/libmozalloc.so
> $ file /usr/local/lib/firefox/libxpcom.so
> /usr/local/lib/firefox/libxpcom.so: ELF 64-bit LSB shared object, x86-64, 
> version 1 (FreeBSD), dynamically linked, stripped
> $ file /usr/local/lib/firefox/libmozalloc.so
> /usr/local/lib/firefox/libmozalloc.so: ELF 64-bit LSB shared object, 
> x86-64, version 1 (FreeBSD), dynamically linked, stripped
> $ 

Ah -- that would be a bug.  At a guess, it's not finding the shlibs
because they're in a location not on the usual path and there's
something odd about the RPATH settings in the binaries.  I shall
investigate further.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


9.1 memstick install panics on boot

2012-12-12 Thread Alexey Dokuchaev
Hey folks,

Was going to try 9.1/amd64 on this Lenovo box with E5500 I have here at
$work.  Unfortunately it panics immediately upon boot [1].  Seems it be
ACPI-related, as disabling it allows the boot to proceed a little further
but still panic [2].

Ubuntu 12.04 LTS booted and worked just fine on this box, yet I could
not get anywhere with any memstick.img since 8.0.  Any idea what's going
on here?  I've tried dumping DSDT and rebuilding it, did not help.

Verbose bootlogs can be found here:

[1] http://193.124.210.26/9.1-acpi.dmesg
[2] http://193.124.210.26/9.1-noacpi.dmesg

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


Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-12 Thread Scot Hetzel
On Thu, Dec 13, 2012 at 12:29 AM, Matthew Seaman  wrote:
> On 12/12/2012 23:17, Walter Hurry wrote:
>> That looks like a useful feature. But why is it saying this?
>>
>> pkg: (firefox-17.0.1,1) shared library libxpcom.so not found
>> pkg: (firefox-17.0.1,1) shared library libmozalloc.so not found
>> (lots more output snipped)
>>
>> $ locate libxpcom.so
>> /usr/local/lib/firefox/libxpcom.so
>> $ locate libmozalloc.so
>> /usr/local/lib/firefox/libmozalloc.so
>> $ file /usr/local/lib/firefox/libxpcom.so
>> /usr/local/lib/firefox/libxpcom.so: ELF 64-bit LSB shared object, x86-64,
>> version 1 (FreeBSD), dynamically linked, stripped
>> $ file /usr/local/lib/firefox/libmozalloc.so
>> /usr/local/lib/firefox/libmozalloc.so: ELF 64-bit LSB shared object,
>> x86-64, version 1 (FreeBSD), dynamically linked, stripped
>> $
>
> Ah -- that would be a bug.  At a guess, it's not finding the shlibs
> because they're in a location not on the usual path and there's
> something odd about the RPATH settings in the binaries.  I shall
> investigate further.
>
This same issue with firefox was reported in this PR:

http://www.freebsd.org/cgi/query-pr.cgi?pr=131237

And included a simple fix which was rejected by the firefox maintainer
due to firefox sets LD_LIBRARY_PATH at runtime to find its share
libraries.

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: tws bug ? (LSI SAS 9750)

2012-12-12 Thread John-Mark Gurney
Jim Harris wrote this message on Fri, Oct 26, 2012 at 13:24 -0700:
> On Fri, Oct 26, 2012 at 1:18 PM, John-Mark Gurney  wrote:
> >
> > I'm seeing similar stuff on the hpt27xx driver:
> > (probe18:hpt27xx0:0:18:0): INQUIRY. CDB: 12 0 0 0 24 0
> > (probe18:hpt27xx0:0:18:0): CAM status: Invalid Target ID
> > (probe18:hpt27xx0:0:18:0): Error 22, Unretryable error
> >
> > Should I make a similar change in sys/dev/hpt27xx/osm_bsd.c?  Looks like
> > there are two CAM_TID_INVALID lines, but from reading the comments, only
> > the second one should change...
> >
> > Correct?  If so, I'll try making the change and make sure everything
> > works well.
> >
> 
> Yes - I agree that a similar change is needed, and only to the second
> one in that file.

Ok, I've tested a patch, and so far things look much better...  It shuts
up all the bad probe messges...

Though I ran across a bug where the card went out to lunch giving these
messages:
(da2:hpt27xx0:0:2:0): READ(10). CDB: 28 0 a5 4c ae d8 0 0 58 0 
(da2:hpt27xx0:0:2:0): CAM status: SCSI Status Error
(da2:hpt27xx0:0:2:0): SCSI status: OK
(da3:hpt27xx0:0:3:0): READ(10). CDB: 28 0 a5 4c b9 f0 0 0 50 0 
(da3:hpt27xx0:0:3:0): CAM status: SCSI Status Error
(da3:hpt27xx0:0:3:0): SCSI status: OK

Scott Long suggested the first part of the patch so that an error is
actually generated...  Though it would be good for the sense data to
be set, but not sure where to get it...

Index: osm_bsd.c
===
--- osm_bsd.c   (revision 241041)
+++ osm_bsd.c   (working copy)
@@ -453,7 +453,7 @@
ccb->ccb_h.status = CAM_BUSY;
break;
default:
-   ccb->ccb_h.status = CAM_SCSI_STATUS_ERROR;
+   ccb->ccb_h.status = CAM_AUTOSENSE_FAIL;
break;
}
 
@@ -569,7 +569,7 @@
vd = ldm_find_target(vbus, ccb->ccb_h.target_id);
 
if (!vd) {
-   ccb->ccb_h.status = CAM_TID_INVALID;
+   ccb->ccb_h.status = CAM_SEL_TIMEOUT;
xpt_done(ccb);
return;
}

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 "All that I will do, has been done, All that I have, has not."
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"