hptrr: no controller detected

2009-12-06 Thread Alvin

Dear FreeBSD.org,

I'm Alvin from Blueberry Telecom.

If you don't mind can i ask some question to you.

FreeBSD is first time for me.  Now I have to upgrade urgently.

Now we are running FreeBSD 6.0 on Compaq DL 380 and Our Portaone 
Billing 100 application running on these servers.


Now we have to upgrade FreeBSD 6.4 and we also need to upgrade our 
Our Portaone Billing 100 application.


So we try to buy Sun X4170 and X2270.

When I test to run FreeBSD 6.4 on that 2 servers after installation i 
got this error.


hptrr: no controller detected

Pls kindly let me know how to solve this issue.



Thanks & Regards

Alvin
Network Engineer

Co.Regn no: 200815528M
No.1 Claymore Dr. #25-02
Orchard Towers (Rear Blk)
Singapore 229594
Mobile: + 65 90687072
MSN: al...@blueberrytelecom.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"


Re: how do i automate building packages?

2009-12-06 Thread Roland Smith
On Sat, Dec 05, 2009 at 06:09:48PM -0800, Robert wrote:
> On Sun, 29 Nov 2009 22:56:53 +0100
> Roland Smith  wrote:
>
> > Now that my desktop and laptop are both running 8.0, I build ports on
> > my (faster) desktop, and then rsync /usr/local to the laptop. Works
> > fine. Of course my laptop now has some apps on it that it doesn't
> > really need, but on the other hand I have been able to
> > remove /usr/ports, /var/db/ports and /var/db/pkg from the laptop.
> > This is a lot easier than creating packages and updating them on
> > another machine.
>
> I really like this idea. I checked your website but didn't find any
> more detail with regards to this.

Oops. Fixed that.
 
> Are you doing this from crontab, script or just on the command line?

Since my laptop isn't hooked up to my network permanently, I just do the
update from the command line. Here is what I do;

* On the desktop, I make sure that all ports are up to date;
  - 'portsnap fetch update'
  - 'portmaster -a -B -d'
* hook up the laptop to the wired network, with the hostname 'laptop'
  (names and IPs hardwired in /etc/hosts on both machines to keep things 
simple).
* start 'rsync --daemon' on the laptop. The laptop has the following in
  rsyncd.conf: 
[local]
path = /usr/local
comment = usr/local directory tree
uid = root
gid = wheel
read only = false

* synchronize all ports to the laptop with the following command on the build
  machine; 'rsync -av --delete /usr/local/ laptop::local'

> I personally want to thank you for all of your helpful posts. 

You're welcome. It's nice to be appreciated. :-)

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpB6crOalTyt.pgp
Description: PGP signature


Re: is there a newer write up on BIND than '04?

2009-12-06 Thread Vincent Hoffman
Gary Kline wrote:
>   Anybody know if there is a new FBSD writeup on BIND than what
>   is listed near the top in google's output?  Seems like the
>   folks at ISC changed the bind/named stuff from /etc to /var 
>   sometime after 2005. 
>
>   gary
>
>   PS:  I'll share everything I have/am still learning when my
>old -> new server migration is done... .  
>
>   
for me at least /etc/namedb is a symlink
(10:14:00 ) 0 $ ls -la /etc/namedb
lrwxr-xr-x  1 root  wheel  21 Dec  3 21:00 /etc/namedb@ ->
/var/named/etc/namedb

I tend to access it via /etc though habit. (been using pretty much the
same config since 5.x with some minor changes that i cant remember off
hand.)

Vince
___
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"


[8.0R] vimage + virtual lan

2009-12-06 Thread Reinhard Haller
Hi,

I'm testing the virtual network stack in 8.0. I configured 2 jails in a
virtual lan. The documentation regarding vimage is not very detailed. 
I started with the following configuration:

/etc/rc.d/route6d start
setenv D1 /jails/dns1
mkdir -p $D1
setenv D2 /jails/dns2
mkdir -p $D2
cd /usr/src
make buildworld
make installworld DESTDIR=$D1
make distribution DESTDIR=$D1
cd $D1
find . | cpio -pmud $D2
mount -t devfs devfs $D1/dev
mount -t devfs devfs $D2/dev
jail -c vnet name=d1 host.hostname=dns1.intern.de path=/jails/dns1 persist
jail -c vnet name=d2 host.hostname=dns2.intern.de path=/jails/dns2 persist
ifconfig bridge0 create
ifconfig epair create
ifconfig epair create
ifconfig bridge0 inet6 fd08:e8a3:4825:10::1 addm epair0a addm epair1a up
ifconfig epair0b vnet 1
ifconfig epair1b vnet 2
jexec 1 csh
ifconfig epair0b inet6 fd08:e8a3:4825:10::11
route -n add -inet6 default fd08:e8a3:4825:10::1
exit
jexec 2 csh
ifconfig epair1b inet6 fd08:e8a3:4825:10::12
route -n add -inet6 default fd08:e8a3:4825:10::1
exit

Is this the suggested way to set up jails with vnet network stacks 
in a virtual lan?

Thanks
Reinhard
 

___
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: hptrr: no controller detected

2009-12-06 Thread Matthew Seaman

Alvin wrote:

When I test to run FreeBSD 6.4 on that 2 servers after installation i 
got this error.


hptrr: no controller detected

Pls kindly let me know how to solve this issue.


It's not actually an error.  It's just the hptrr driver being overly
verbose and telling you what you no doubt already know: that you have 
no High Point Rocket Raid cards installed.   Harmless, and should just

be ignored.  The spurious verbiage has been fixed in later versions of
the OS.

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


Re: hptrr: no controller detected

2009-12-06 Thread Alvin

Hi Matthew,

Thanks you indeed for sharing this information to me.

This is very useful for me.

Thanks Again.
At 12:25 AM 12/7/2009, Matthew Seaman wrote:

Alvin wrote:

When I test to run FreeBSD 6.4 on that 2 servers after installation 
i got this error.

hptrr: no controller detected
Pls kindly let me know how to solve this issue.


It's not actually an error.  It's just the hptrr driver being overly
verbose and telling you what you no doubt already know: that you 
have no High Point Rocket Raid cards installed.   Harmless, and should just

be ignored.  The spurious verbiage has been fixed in later versions of
the OS.

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





Thanks & Regards

Alvin
Network Engineer

Co.Regn no: 200815528M
No.1 Claymore Dr. #25-02
Orchard Towers (Rear Blk)
Singapore 229594
Mobile: + 65 90687072
MSN: al...@blueberrytelecom.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"


dd (to erase disk) from emergency holographic shell

2009-12-06 Thread Anton Shterenlikht
I need to erase all of my fbsd disk.
I booted the installation cd, launched
Emergency Holographic Shell, but
cannot find any command, except rm and pwd.

I'd like to erase my disk with dd if=/dev/null of=/dev/ad0

Please advise

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
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: dd (to erase disk) from emergency holographic shell

2009-12-06 Thread Jerry McAllister
On Sun, Dec 06, 2009 at 05:34:31PM +, Anton Shterenlikht wrote:

> I need to erase all of my fbsd disk.
> I booted the installation cd, launched
> Emergency Holographic Shell, but
> cannot find any command, except rm and pwd.

The holograqphic shell is not the one you want.
You want the Fixit.

jerry
  
> 
> I'd like to erase my disk with dd if=/dev/null of=/dev/ad0
> 
> Please advise
> 
> many thanks
> anton
> 
> -- 
> Anton Shterenlikht
> Room 2.6, Queen's Building
> Mech Eng Dept
> Bristol University
> University Walk, Bristol BS8 1TR, UK
> Tel: +44 (0)117 331 5944
> Fax: +44 (0)117 929 4423
> ___
> 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: dd (to erase disk) from emergency holographic shell

2009-12-06 Thread Anton Shterenlikht
On Sun, Dec 06, 2009 at 12:39:20PM -0500, Jerry McAllister wrote:
> On Sun, Dec 06, 2009 at 05:34:31PM +, Anton Shterenlikht wrote:
> 
> > I need to erase all of my fbsd disk.
> > I booted the installation cd, launched
> > Emergency Holographic Shell, but
> > cannot find any command, except rm and pwd.
> 
> The holograqphic shell is not the one you want.
> You want the Fixit.

I thought these are identical things.
In the sysinstall menu I chose "Fixit",
and in the following menu I chose "Start an
Emergency Holographic Shell". Is this not it?

Or do I need to prepare a separate Fixit CD or
floppy?

I was under the impression I've used this
holo shell before, but can't remember how now.

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
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: won't boot after 8.0-RELEASE upgrade

2009-12-06 Thread Ivo Karabojkov

I don't think it's FreeBSD update. I always use CVSup and build world. So I
fall into the same hole with no way up.
I use gmirror, my device names are full including slice (e.g.
/dev/mirror/gm0s1a and it was produced from /dev/ad4s1a some years ago), so
I think I'm not using “dangerously dedicated” mode...

After the update I'm unable to mount root. Thanks God I have my old (7.2
release) kernel...

Since I have some servers to manage I am very interested how should I
upgrade to 8.0 Rel?

Thanks in advance for all your advices!

Regards,
Ivo



Tom Worster wrote:
> 
> after running freebsd-update -r 8.0-RELEASE upgrade my system won't boot.
> it
> gets stuck on mountroot and i can't find the magic word it wants.
> 
> the system used to have two sata drives /dev/ad4 and ad6. they were
> partitioned and sliced using the deafaults that sysinstall suggested.
> 
> at the boot prompt, lsdev says:
> 
> disk devices
>   disk0: BIOS drive C:
> disk0s1a: FFS
> disk0s1b: swap
> disk0s1d: FFS
> disk0s1e: FFS
> disk0s1f: FFS
>disk1: BIOS drive D:
> disk1s1a: FFS
> disk1s1b: swap
> disk1s1d: FFS
> disk1s1e: FFS
> disk1s1f: FFS
> 
> which looks right, although i'm not familiar with the "disk" nomenclature.
> 
> entering ? at mountroot mentions ad4 and ad6.
> 
> geom_mirror was being used.
> 
> i've tried saying "load geom_mirror" and/or "enable-module geom_mirror" at
> the boot prompt. neither made any difference.
> 
> nothing i've said to mountroot works:
> 
> ufs:/dev/ad4s1a
> ufs:/dev/ad6s1a
> ufs:/dev/mirror/gm0s1a
> ufs:/dev/disk0s1a
> ufs:/dev/disk1s1a
> 
> does anyone know the magic word? i'd be very grateful.
> 
> tom
> 
> 
> ___
> 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"
> 
> 

-- 
View this message in context: 
http://old.nabble.com/won%27t-boot-after-8.0-RELEASE-upgrade-tp26628661p26667339.html
Sent from the freebsd-questions mailing list archive at Nabble.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"


Solved: Re: dd (to erase disk) from emergency holographic shell

2009-12-06 Thread Anton Shterenlikht
On Sun, Dec 06, 2009 at 05:54:52PM +, Anton Shterenlikht wrote:
> On Sun, Dec 06, 2009 at 12:39:20PM -0500, Jerry McAllister wrote:
> > On Sun, Dec 06, 2009 at 05:34:31PM +, Anton Shterenlikht wrote:
> > 
> > > I need to erase all of my fbsd disk.
> > > I booted the installation cd, launched
> > > Emergency Holographic Shell, but
> > > cannot find any command, except rm and pwd.
> > 
> > The holograqphic shell is not the one you want.
> > You want the Fixit.
> 
> I thought these are identical things.
> In the sysinstall menu I chose "Fixit",
> and in the following menu I chose "Start an
> Emergency Holographic Shell". Is this not it?
> 
> Or do I need to prepare a separate Fixit CD or
> floppy?
> 
> I was under the impression I've used this
> holo shell before, but can't remember how now.

I burned a separate livefs CD, launched Fixit from there.

sorry for the bother

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
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 with MYKERNEL kernel configuration

2009-12-06 Thread S4mmael
Hi again!

During FreeBSD 7.1 installation, I made some changes to my BSD
partitions. I didn't touch ad0s1h (/home), so there is still my data.
Installation went good, but I see "disk boot failure..." error message
when trying to boot OS. Using Fixit liveCD I see:
#fdisk /dev/ad0
*** Working on device /dev/ad0 ***
parameters extracted from in-core disklabel are:
cylinders=119705 heads=16 sectors/track=255 (4080 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=119705 heads=16 sectors/track=255 (4080 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 63, size 209729457 (102406 Meg), flag 80 (active)
       beg: cyl 0/ head 1/ sector 1;
       end: cyl 1023/ head 15/ sector 63
The data for partition 2 is:
sysid 7 (0x07),(OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX)
   start 209729520, size 10508400 (5131 Meg), flag 0
       beg: cyl 1023/ head 255/ sector 63;
       end: cyl 1023/ head 15/ sector 63
The data for partition 3 is:
sysid 15 (0x0f),(Extended DOS (LBA))
   start 220237920, size 268153200 (130934 Meg), flag 0
       beg: cyl 1023/ head 255/ sector 63;
       end: cyl 1023/ head 15/ sector 63
The data for partition 4 is:


#bsdlabel /dev/ad0s1
# /dev/ad0s1:
8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
 a:  1048576       63    4.2BSD     1024  8192 46248
 b:  2097152  1048639      swap
 c: 209729457       63    unused        0     0         # "raw" part,
don't edit
 d:  1048576  3145791    4.2BSD     1024  8192 46248
 e: 20230144  4194367    4.2BSD     1024  8192 46248
 f:  2097152 24424511    4.2BSD      512  4096 22424
 g:  4194304 26521663    4.2BSD     8192 65536     8
 h: 179013553 30715967    4.2BSD        0     0     0
partition c: partition extends past end of unit
bsdlabel: partition c doesn't start at 0!
bsdlabel: An incorrect partition c may cause problems for standard
system utilities
partition h: partition extends past end of unit

So, slice ad0s1 is active, partitions can be mounted and viewed, all seems OK.
boot0cfg -B /dev/ad0 and fdisk -B /dev/ad0 doesn't solve the problem.

What did I mess? What does the last strings of bsdlabel output mean?
How do I manage this?



Thank's in advance for any advice.

2009/11/27 S4mmael :
> Thank you.
>
> 2009/11/26 Alexandre L. :
>> Hi,
>>
>> I paste this link where Colin Percival explain who to use the tool 
>> freebsd-update with custom kernel. But I think that same thing as been 
>> written in the handbook.
>> http://forums.freebsd.org/showpost.php?p=30920&postcount=9
>>
>> --- En date de : Jeu 26.11.09, S4mmael  a écrit :
>>
>>> De: S4mmael 
>>> Objet: freebsd-update with MYKERNEL kernel configuration
>>> À: freebsd-questions@freebsd.org
>>> Date: Jeudi 26 Novembre 2009, 13h32
>>> Hi all!
>>>
>>> I've got a problem while upgrading FreeBSD 7.2-RELEASE-p3
>>> -> FreeBSD
>>> 8.0-RELESE with freebsd-update(8).
>>>
>>> First of all I made a copy of the most configuration files.
>>> Then I made:
>>> # freebsd-update -r 8.0-RELEASE upgrade
>>> All went good, except the message, that because of MYKERNEL
>>> kernel
>>> configuration I should upgrade my kernel before
>>> "freebsd-upgrade
>>> install". Then I was looking for the way of kernel upgrade,
>>> but found
>>> nothing. How could I build 8.0 kernel in FreeBSD 7.2? Of
>>> course, there
>>> were 7.2 sources in /usr/src and I didn't find any sources
>>> in
>>> /var/db/freebsd-update/. It's the first my question.
>>>
>>> Thus I decided to upgrade all except the kernel and then
>>> rebuild the
>>> kernel (that worked good while upgrading 7.1 -> 7.2). I
>>> made as
>>> mentioned in hanbook:
>>> # freebsd-upgrade install
>>> # shutdown -r now
>>> # freebsd-upgrade install
>>> There were many errors "bad sistem call" on th last
>>> command. After all
>>> I discovered that much files from / were lost (I didn't
>>> find any grep,
>>> bzcat and so on). On boot kernel can't find fsck_ufs, so
>>> automatic
>>> mounting fails. If mounted by hand, there is no way to
>>> login because
>>> of some init error. Single user mode works. "freebsd-update
>>> roolback"
>>> can't find any backup. Shell scripts can't find "test" (it
>>> really
>>> doesn't exists in /bin/[ ) and fails.
>>>
>>> How can I restore the system? I've FreeBSD 7.1 CD.
>>>
>>> Thank's in advance for your help.
>>> ___
>>> 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...

ad4 and ad4c ? What is ad4c?

2009-12-06 Thread Mark Terribile

Hi,

I've just put a FreeBSD 7.2 up on another system, which I am converting from 
5.4.  In the process, I put in two new SATA disks, which received the 
installation; the existing PATA disk I kept so that I could retrieve data from 
it.  Now I see the expected ad0 and ad2 disks, with the expected ad0s1a and so 
forth.  But for the PATA drive I have both ad4 and ad4c, ad4s1 and ad4cs1, 
ad4s1a and ad4cs1a, and so on.

What are the do the ad4c* entries represent?  How do they differ from the ad4 
entries?  Where do I find this in the manual?

Mark Terribile
materrib...@yahoo.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"


Re: Solved: Re: dd (to erase disk) from emergency holographic shell

2009-12-06 Thread Polytropon
On Sun, 6 Dec 2009 18:49:10 +, Anton Shterenlikht  
wrote:
> I burned a separate livefs CD, launched Fixit from there.
> 
> sorry for the bother

Don't mind. If you want a more "comfortable" live fs
environment for Fixit (and other operations, such as
diagnostics or recovery preparations), you could use
FreeSBIE.



-- 
Polytropon
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"


Ports: evolution-exchange, libkrb5.so.9 and libkrb5.so.23 (the latter from heimdal)

2009-12-06 Thread Mark Terribile
Hi,

I'm continuing to get 7.2 running and configured for my use.  Now I have a
conflict in ports.  Making gnome2 triggers a make of evolution-exchange,
which in turn gives me:

/usr/bin/ld: warning: libkrb5.so.9, needed by 
/usr/local/lib/libexchange-storage-1.2.so, may conflict with libkrb5.so.23
/usr/lib/libkrb5.so.9: undefined reference to `copy_octet_string'

I've run pkgdb -F and portupgrade (on gnome2, on evolution-exchange,
and -a).  libkrb5.so.23 appears to belong to heimdal (which I have pkg_delete'd 
and rebuilt from ports after a portupgrade) but I don't know where libkrb5.so.9 
comes from, nor why evolution-exchange wants the lower-numbered one.

Any suggestions?  The full output of the last make run is below.  If you want 
the long one, from scratch, I can provide that too.

Mark Terribile
materrib...@yahoo.com


===>  Building for evolution-exchange-2.26.3_1
gmake  all-recursive
gmake[1]: Entering directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3'
Making all in camel
gmake[2]: Entering directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/camel'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/camel'
Making all in mail
gmake[2]: Entering directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/mail'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/mail'
Making all in addressbook
gmake[2]: Entering directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/addressbook'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/addressbook'
Making all in calendar
gmake[2]: Entering directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/calendar'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/calendar'
Making all in storage
gmake[2]: Entering directory 
`/usr/realports/mail/evolution-exchange/work/evolution-exchange-2.26.3/storage'
/bin/sh /usr/realports/mail/evolution-exchange/work/gnome-libtool --tag=CC   
--mode=link cc  -O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED
-L/usr/local/lib -o evolution-exchange-storage exchange-autoconfig-wizard.o 
exchange-component.o exchange-config-listener.o exchange-change-password.o 
exchange-migrate.o exchange-storage.o main.o ../mail/libexchangemail.la 
../addressbook/libexchangeaddressbook.la ../calendar/libexchangecalendar.la 
../camel/camel-stub-marshal.lo -L/usr/local/lib -lldap -llber  
-Wl,-R/usr/local/lib/evolution/2.26 -pthread -L/usr/local/lib/evolution/2.26 
-L/usr/local/lib -leshell -leutil -lgnomeui-2 -lSM -lICE -lbonoboui-2 
-lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -ledataserverui-1.2 
-ledata-book-1.2 -lebook-1.2 -ledata-cal-1.2 -lebackend-1.2 -lecal-1.2 -lical 
-licalss -licalvcal -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr 
-lXcursor
 -lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm 
-lfreetype -lfontconfig -lcamel-provider-1.2 -lcamel-1.2 -ledataserver-1.2 
-lsqlite3 -lxml2 -lgconf-2 -lsoup-2.4 -lbonobo-2 -lgio-2.0 -lbonobo-activation 
-lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lglib-2.0   
-Wl,-R/usr/local/lib/evolution/2.26 -pthread -L/usr/local/lib 
-L/usr/local/lib/evolution/2.26 -leshell -lgnomeui-2 -lSM -lICE -lbonoboui-2 
-lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -ledataserverui-1.2 
-lglade-2.0 -lebook-1.2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 
-lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor 
-lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm 
-lfreetype -lfontconfig -ledataserver-1.2 -lxml2 -lgconf-2 -lbonobo-2 
-lbonobo-activation -lORBit-2 -lgthread-2.0 -lebackend-1.2 
-lexchange-storage-1.2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0
gnome-libtool: link: cc -O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED -o 
evolution-exchange-storage exchange-autoconfig-wizard.o exchange-component.o 
exchange-config-listener.o exchange-change-password.o exchange-migrate.o 
exchange-storage.o main.o ../camel/.libs/camel-stub-marshal.o 
-Wl,-R/usr/local/lib/evolution/2.26 -pthread 
-Wl,-R/usr/local/lib/evolution/2.26 -pthread  -L/usr/local/lib 
../mail/.libs/libexchangemail.a ../addressbook/.libs/libexchangeaddressbook.a 
../calendar/.libs/libexchangecalendar.a -L/usr/local/lib/evolution/2.26 -L/lib 
-L/usr/local/lib/nss -L/usr/lib /usr/local/lib/libedata-book-1.2.so 
/usr/local/lib/libedata-cal-1.2.so /usr/local/lib/libecal-1.2.so 
/usr/local/lib/libicalss.so /usr/local/lib/libicalvcal.so 
/usr/local/lib/libical

Net-SNMP and ProPolice under 8.0-RELEASE

2009-12-06 Thread Trix Farrar
The Net-SNMP port (net-mgmt/net-snmp) builds and appears to work just
fine, but I cannot build the SNMP module for PHP (net-mgmt/php5-snmp).

Attempting to build php5-snmp fails during the configure stage.  The
error message says to check the config.log.  In the
/usr/ports/net-mgmt/php5-snmp/work/php-5.2.11/ext/snmp/config.log file
I found:

configure:5967: checking for snmp_parse_oid in -lnetsnmp
configure:6002: cc -o conftest -O2 -pipe -fno-strict-aliasing  -R/usr/local/lib 
-L/usr/local/lib  -L/usr/local/lib -lcrypto -lssl -rpath=/usr/local/lib 
-lnetsnmp -lelf -lm -lkvm -ldevstat conftest.c -lnetsnmp   >&5
/usr/local/lib/libnetsnmp.so: undefined reference to `__stack_chk_fail_local'

Google-ing around, I have found that the __stack_chk_fail_local symbol
is a side effect of compiling with the '-fstack-protector' option for
gcc -- which, I believe, is the default for 8.0-RELEASE.  Searching
/usr/src, I found that this function is referenced in
/usr/src/lib/libc/sys/stack_protector.c, but appears to be defined in
/usr/src/contrib/gcclibs/libssp/ssp.c, which is part of GCC.  I
believe that this winds up in /lib/libssp.so.0 -- which also exists
under 7.2-RELEASE.

The copy of net-mgmt/net-snmp that I compiled under 7.2-RELEASE does
not contain the __stack_chk_fail_local symbol.

What am I missing?  I tried adding '-lssp' to the --with-libs option
included in CONFIGURE_ARGS in /usr/ports/net-mgmt/net-snmp/Makefile
with no change in behavior.  As it stands, I cannot build anything
that relies on Net-SNMP.

-- 
John D. "Trix" Farrar, CCNA __\\|//__   Basement.NET
t...@basement.net   (` o-o ')   http://www.basement.net/
---ooO-(_)-Ooo--
   GPG Key Fprint: 525F DBA7 1A62 E4C4 E642  DF95 384B B851 3CEF C10A


pgpLUk30gtgwW.pgp
Description: PGP signature


ndis driver: invalid argument (freebsd 8.0)

2009-12-06 Thread Anh K. Huỳnh
Hi all,

I compiled `bcmwl5` module by `ndisgen` then loaded that module successfully, 
but I get the `invalid argument` error:

$ ifconfig ndis0 ssid TOM-and-JERRY
ifconfig: SIOCS80211: Invalid argument

What's wrong to my ndis driver? I read /usr/src/UPDATING and wireless section 
in the Handbook but found nothing special. So I post here for your helps.

Thank you,

-- 
Anh K. Huynh
- TeX: http://viettug.org/
- BSD: http://lovebsd.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: ndis driver: invalid argument (freebsd 8.0)

2009-12-06 Thread Glen Barber
Hi

On Sun, Dec 6, 2009 at 9:17 PM, Anh K. Huỳnh  wrote:
> Hi all,
>
> I compiled `bcmwl5` module by `ndisgen` then loaded that module successfully, 
> but I get the `invalid argument` error:
>
> $ ifconfig ndis0 ssid TOM-and-JERRY
> ifconfig: SIOCS80211: Invalid argument
>
> What's wrong to my ndis driver? I read /usr/src/UPDATING and wireless section 
> in the Handbook but found nothing special. So I post here for your helps.
>

1.) Are your kernel and userland in sync?

2.) What is the output of 'uname -a'?  If 8.X, read the 20080420 entry
in src/UPDATING.

Regards,


-- 
Glen Barber
___
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: ndis driver: invalid argument (freebsd 8.0)

2009-12-06 Thread Anh K. Huỳnh
Hi,

On Sun, 6 Dec 2009 22:05:33 -0500
Glen Barber  wrote:

> Hi
> 
> On Sun, Dec 6, 20309 at 9:17 PM, Anh K. Huỳnh 
> wrote:
> > Hi all,
> >
> > I compiled `bcmwl5` module by `ndisgen` then loaded that module
> > successfully, but I get the `invalid argument` error:
> >
> > $ ifconfig ndis0 ssid TOM-and-JERRY
> > ifconfig: SIOCS80211: Invalid argument
> >
> > What's wrong to my ndis driver? I read /usr/src/UPDATING and
> > wireless section in the Handbook but found nothing special. So I
> > post here for your helps.
> >
> 
> 1.) Are your kernel and userland in sync?
> 
> 2.) What is the output of 'uname -a'?  If 8.X, read the 20080420
> entry in src/UPDATING.
> 

I am using 8.0-RELEASE (upgraded from 7.2-RELEASE). I've read the 20080420 
entry and configured my card successfully. (I read that section before asking 
in list but I confused.)

Thank you Gren and I am sorry for my noise.

Regards,

-- 
Anh K. Huynh
- TeX: http://viettug.org/
- BSD: http://lovebsd.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: Net-SNMP and ProPolice under 8.0-RELEASE

2009-12-06 Thread Matthew Seaman

Trix Farrar wrote:

The Net-SNMP port (net-mgmt/net-snmp) builds and appears to work just
fine, but I cannot build the SNMP module for PHP (net-mgmt/php5-snmp).

Attempting to build php5-snmp fails during the configure stage.  The
error message says to check the config.log.  In the
/usr/ports/net-mgmt/php5-snmp/work/php-5.2.11/ext/snmp/config.log file
I found:

configure:5967: checking for snmp_parse_oid in -lnetsnmp
configure:6002: cc -o conftest -O2 -pipe -fno-strict-aliasing  -R/usr/local/lib 
-L/usr/local/lib  -L/usr/local/lib -lcrypto -lssl -rpath=/usr/local/lib -lnetsnmp 
-lelf -lm -lkvm -ldevstat conftest.c -lnetsnmp   >&5
/usr/local/lib/libnetsnmp.so: undefined reference to `__stack_chk_fail_local'

Google-ing around, I have found that the __stack_chk_fail_local symbol
is a side effect of compiling with the '-fstack-protector' option for
gcc -- which, I believe, is the default for 8.0-RELEASE.  Searching
/usr/src, I found that this function is referenced in
/usr/src/lib/libc/sys/stack_protector.c, but appears to be defined in
/usr/src/contrib/gcclibs/libssp/ssp.c, which is part of GCC.  I
believe that this winds up in /lib/libssp.so.0 -- which also exists
under 7.2-RELEASE.

The copy of net-mgmt/net-snmp that I compiled under 7.2-RELEASE does
not contain the __stack_chk_fail_local symbol.

What am I missing?  I tried adding '-lssp' to the --with-libs option
included in CONFIGURE_ARGS in /usr/ports/net-mgmt/net-snmp/Makefile
with no change in behavior.  As it stands, I cannot build anything
that relies on Net-SNMP.



Yes -- you're not alone.  I've seen exactly the same thing, but only on
one machine.  It works perfectly on an amd64 box running 8.0-RELEASE-p1,
but fails miserably on an i386 box running 8.0-STABLE.

Time to warm up send-pr(1).

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


Re: Net-SNMP and ProPolice under 8.0-RELEASE

2009-12-06 Thread Matthew Seaman

Matthew Seaman wrote:

Trix Farrar wrote:

The Net-SNMP port (net-mgmt/net-snmp) builds and appears to work just
fine, but I cannot build the SNMP module for PHP (net-mgmt/php5-snmp).



Time to warm up send-pr(1).


ports/141238  if you want to add your report.

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