apcupsd 3.4.10 fails to install

2012-09-21 Thread Doug Sampson
Hello-

I'm having troubling installing apcupsd 3.4.10 on a FreeBSD 9.0 machine. This 
is what I get:

aries# pwd
/usr/ports/sysutils/apcupsd
aries# make install clean
===  Building for apcupsd-3.14.10
src
src/lib
src/drivers
src/drivers/apcsmart
src/drivers/dumb
src/drivers/net
src/drivers/pcnet
src/drivers/usb
src/drivers/usb/generic
src/libusbhid
  LDsrc/apcupsd
/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/lib/libapc.a(astring.o): 
In function `astring::assign(char const*, int)':
astring.cpp:(.text+0xbb): undefined reference to `operator new[](unsigned int)'
/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/lib/libapc.a(astring.o): 
In function `astring::realloc(unsigned int)':
astring.cpp:(.text+0x23c): undefined reference to `operator new[](unsigned int)'
/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/lib/libapc.a(astring.o): 
In function `astring::vformat(char const*, char*)':
astring.cpp:(.text+0x4a5): undefined reference to `operator new[](unsigned int)'
gmake[2]: *** [apcupsd] Error 1
gmake[1]: *** [all] Error 2
gmake: *** [src_DIR] Error 2
*** Error code 1

Stop in /usr/ports/sysutils/apcupsd.
*** Error code 1

Stop in /usr/ports/sysutils/apcupsd.
aries#


This system was compiled from svn sources. The ARIES kernel conf is as follows:

aries# less /usr/src/sys/i386/conf/ARIES
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files:
#
#
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
 ..snip.. 
#
# $FreeBSD: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius 
$

include GENERIC
nocpu   I486_CPU
nocpu   I586_CPU
ident   ARIES

options KVA_PAGES=512   # increase system memory usage from 1GB to 2GB 
for ZFS usage

nodeviceeisa
nodevicefdc 


Contents of make.conf:

aries# less /etc/make.conf
# added by DSS 2/23/09
#.if $(.CURDIR:M*/sysutils/bacula-client) || \
#$(.CURDIR:M*/sysutils/bacula-client)
#CONFIGURE_ARGS+=--enable-static-fd
#.endif

WITHOUT_X11=yes
# added by use.perl 2012-09-21 10:18:17
PERL_VERSION=5.14.2

~Doug
___
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: apcupsd 3.4.10 fails to install

2012-09-21 Thread Doug Sampson
 I'm having troubling installing apcupsd 3.4.10 on a FreeBSD 9.0 machine.
 This is what I get:
 
 aries# pwd
 /usr/ports/sysutils/apcupsd
 aries# make install clean
 ===  Building for apcupsd-3.14.10
 src
 src/lib
 src/drivers
 src/drivers/apcsmart
 src/drivers/dumb
 src/drivers/net
 src/drivers/pcnet
 src/drivers/usb
 src/drivers/usb/generic
 src/libusbhid
   LDsrc/apcupsd
 /usr/ports/sysutils/apcupsd/work/apcupsd-
 3.14.10/src/lib/libapc.a(astring.o): In function `astring::assign(char
 const*, int)':
 astring.cpp:(.text+0xbb): undefined reference to `operator new[](unsigned
 int)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-
 3.14.10/src/lib/libapc.a(astring.o): In function
 `astring::realloc(unsigned int)':
 astring.cpp:(.text+0x23c): undefined reference to `operator new[](unsigned
 int)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-
 3.14.10/src/lib/libapc.a(astring.o): In function `astring::vformat(char
 const*, char*)':
 astring.cpp:(.text+0x4a5): undefined reference to `operator new[](unsigned
 int)'
 gmake[2]: *** [apcupsd] Error 1
 gmake[1]: *** [all] Error 2
 gmake: *** [src_DIR] Error 2
 *** Error code 1
 
 Stop in /usr/ports/sysutils/apcupsd.
 *** Error code 1
 
 Stop in /usr/ports/sysutils/apcupsd.
 aries#
 
 
 This system was compiled from svn sources. The ARIES kernel conf is as
 follows:
 
 aries# less /usr/src/sys/i386/conf/ARIES
 #
 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
 #
 # For more information on this file, please read the config(5) manual
 page,
 # and/or the handbook section on Kernel Configuration Files:
 #
 #http://www.FreeBSD.org/doc/en_US.ISO8859-
 1/books/handbook/kernelconfig-config.html
 #
  ..snip.. 
 #
 # $FreeBSD: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z
 marius $
 
 include GENERIC
 nocpu   I486_CPU
 nocpu   I586_CPU
 ident   ARIES
 
 options KVA_PAGES=512   # increase system memory usage from 1GB to
 2GB for ZFS usage
 
 nodeviceeisa
 nodevicefdc
 
 
 Contents of make.conf:
 
 aries# less /etc/make.conf
 # added by DSS 2/23/09
 #.if $(.CURDIR:M*/sysutils/bacula-client) || \
 #$(.CURDIR:M*/sysutils/bacula-client)
 #CONFIGURE_ARGS+=--enable-static-fd
 #.endif
 
 WITHOUT_X11=yes
 # added by use.perl 2012-09-21 10:18:17
 PERL_VERSION=5.14.2
 

I played around with the selecting/deselecting config options and got apcupsd 
to install. Previously I had the following options selected:

aries# make showconfig
=== The following configuration options are available for apcupsd-3.14.10:
 APCSMART_DRV=on: Compile APC SmartUPS serial driver
 APCDUMB_DRV=on: Compile dumb UPS driver
 CLIENT_ONLY=off: Only NIS client (no network server or drivers)
 CGI=off: Compile with CGI programms to show status
 PCNET_DRV=on: Compile PowerChute Network Shutdown driver
 USB=on: Compile with USB Support driver
 SNMP_DRV=on: Compile with SNMP driver
 SNMP_DRV_OLD=off: Compile with old SNMP driver
 TCP_WRAPPERS=on: Compile with TCP_WRAPPERS support
 TEST_DRV=off: Compile TEST driver
 GAPCMON=off: Build GTK GUI front-end
=== Use 'make config' to modify these settings
aries#

The install with the above options failed. Next I ran make with the following 
options:

aries# make showconfig
=== The following configuration options are available for apcupsd-3.14.10:
 APCSMART_DRV=on: Compile APC SmartUPS serial driver
 APCDUMB_DRV=off: Compile dumb UPS driver
 CLIENT_ONLY=off: Only NIS client (no network server or drivers)
 CGI=off: Compile with CGI programms to show status
 PCNET_DRV=on: Compile PowerChute Network Shutdown driver
 USB=off: Compile with USB Support driver
 SNMP_DRV=off: Compile with SNMP driver
 SNMP_DRV_OLD=off: Compile with old SNMP driver
 TCP_WRAPPERS=on: Compile with TCP_WRAPPERS support
 TEST_DRV=off: Compile TEST driver
 GAPCMON=off: Build GTK GUI front-end
=== Use 'make config' to modify these settings
aries#

This time make succeeded and I was able to install.

What appears to be missing from my kernel file? Since the UPS is a SmartUPS 
450SC, I really do not need the USB option. Nor do I need the APCDUMB_DRV 
option. This leaves the SNMP_DRV as a potential culprit. Does the kernel need 
to be compiled with SNMP?

I was able to install apcupsd on other FreeBSD machines. The only difference is 
that these other machines are running the RELEASE version kernel instead of a 
compiled kernel.

~Doug
 
___
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: Anyone Tried to use iPXE to boot with iSCSI?

2012-09-21 Thread Bill Tillman


- Original Message -
From: Paul Wootton cas...@caspersworld.co.uk
To: Bill Tillman btillma...@yahoo.com
Cc: 
Sent: Thursday, September 20, 2012 4:08 AM
Subject: Re: Anyone Tried to use iPXE to boot with iSCSI?

On 09/20/12 01:42, Bill Tillman wrote:
 Interesting project you've got there. I can't say mine is similar but I do 
 have a machine which I'm using as a router which boots disklessly. Running 
 8.3-STABLE amd64, in fact I just rebuilt the world on both the server which 
 serves this puppy it's OS and the /diskless partition where this puppy get's 
 it's boot up from. Booting by pxe is not an easy thing to do. The docs are 
 terrible and out of synch with the latest versions of the OS. I think there 
 may have been some improvments on that end but it's still kind of a seat of 
 the pants operation. I had several contacts in #FreeBSD on FreeNode who told 
 me they had many diskless servers running yet when pressed for how they did 
 it the answers they gave were vague and ambiguous, that is if they answered 
 at all. I did finally find a site which explained most of it in an almost 
 clear manner, but even that site was filled with typos and out of date 
 information. The router I've built is great...no disks at all
   and until the reboot a few weeks ago it had been running 24/7 for 276 
days...without one failure. We watch lots of NetFlix movies here, sometimes 
two or three at a time with my teenage kids here with their laptops. And I can 
still enjoy a quick download or two in my lab while all this bandwidth is 
being served.
 ___
 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

Hi Bil,,

I am actually looking at doing something very similar with my soekris box. 
Currently it boots from a CF card, but the card is getting old and I think it 
is coming to the end of it's life.

Can you please shed a little light on what you did?


Cheers
Paul



This is the website where I found the best and most accurate information on 
diskless booting. 

http://www.nber.org/sys-admin/FreeBSD-diskless.html

The authors appear to have updated this just a few months ago as well. I 
had trouble with it until I understood what the conf/ folders were all about. 
It's easy for a novice to read this and get confused because the authors assume 
the reader knows as much about it as they do or they are just lazy hacks like 
me and don't want to type all the real meat of the setup. I wrote an e-mail to 
them and explained several typos they had in their article in 2010 when I first 
found this article. The guy who replied back was very cool and he thanked me 
for helping with some of the corrections. I read lots of other stuff, including 
the FreeBSD handbook but as usual it was not in synch with the newest releases 
and I couldn't get it working. I'm happy to say that now I have a 
wonderful diskless setup which I can update when I want toI don't think I'm 
going to go past 8.3-STABLE with it. The new 9.x-RELEASE uses a new drive 
format which has created
 problems for me with the older equipment I have around here. I'm finally 
throwing out most of the old stuff I've had for years around here. Just built 
two new Windows 7 workstations with i7 Quad cores and 16 GB RAM. These older 
servers are still working fine for me and I plan on using them until they drop.
___
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


more development -eco-friendly bags steering longchamp le pliage

2012-09-21 Thread fern
Now, more development -eco-friendly bags steering  longchamp le pliage
http://www.longchamptaschenschweiz.org/   woven totes. Called the basket
moms longchamp genuine as well as lifelike, pretty scene become fashion up
to people to visit out arrangements.

Your longchamp pursesand classic animal printed map style is just about the
brand among the finest in the earth handbags wealthy Zhendian treasure. The
sword tie clasp handbag also maintained an antique, gorgeous and filled with
fantasy fashion, most of which might be limited production only produced
100, close to quarterly, and some even produced only 25 stars have longchamp
bags had ahead of time months or perhaps a year or two requests. Since 2001 
longchamp zurich http://www.longchamptaschenschweiz.org/   Ka fusion with
the Gucci Group, today longchamp marks graceful, provides datelessfashion.
Cabat bag vintage first whole alligator stain a cut the same Browne, and
then multi-layer the thong laminated, hand-stiched. Seamless, one little bit
of traditions, however the test of craftsmen in precious leather materials
used meticulous handicraft. Bag forming after which from the wax treatment
inside a thong between leaving a dark home run, especially the bag handle at
most.

A fusion of traditional and latest tote line, highlights the essence in the
design of creative director Frida Giannini. This is actually the Snaffle
handbags the longchamp is very happy to start. National style,
craftsmanship, a re-overview of brand horse riding, Berber style with
extremely precious handmade material achievements of the classic longchamp
bags. Handmade graphics, delicate stiched natural leather buckle and
three-dimensional effect reflects the Moroccan national fashion sewing. Gold
Snap-Fit buckle given the longchamp signs new life was born in the long run
on the fifties with the last one hundred year. Brand tradition throughout
the iconic design longchampi Phyllostachys nigra and leather tassel vivid
expression. , Longchamp handbags launched many different special material
versions, including soft wear calfskin, sparkling Acquerello snakeskin, soft
python skin and crocodile cutis. Bed-linen, suede or Napa leather layered,
from the bag specially designed zipper cachet, suitable for mobile phone
devices and Blackberry chic and practical interval. Ale weaving was more
honorable and stylish meaning.

Simple cast, principle lines and purses practicality while using the Baoshen
perfect proportion are traditional  longchamp online shop
http://www.longchamptaschenschweiz.org/   was adamant. longchamp new woven
handbags express a strong sense of the amazing, and exudes a dreamy loose,
an ideal interpretation on the new material. longchamp five woven purses,
its personality in their rich colors and designs. Capture its design
philosophy since Italy's healthy scene, including blue water glide, green
olive groves and four seasons blossom, full of charming Southern design. No
exaggerated trademark and Ms. Young energetic, fairly and assured
performance characteristics, having clean traces and refined gloss.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/more-development-eco-friendly-bags-steering-longchamp-le-pliage-tp5745591.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