slapd failing to start after update

2013-08-24 Thread Carmel
I ran portupgrade last night to upgrade my ports. It upgraded both
openldap24-server and openldap24-client. Now, the server refuses to
start. Upon reboot, I get this message: slapd failed to start. I went
to the rc.d directory and tried to start it manually, but that failed
also.

I do not know where the log file, if one even exists, is so I might be
able to find out what the problem is. I tried to manually deinstall and
reinstall both ports and it went off without a hitch so I assume that
they are properly installed.

-- 
Carmel ✌
carmel...@hotmail.com

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: slapd failing to start after update

2013-08-24 Thread Carmel
On Sat, 24 Aug 2013 06:05:02 -0400
Carmel articulated:

 I ran portupgrade last night to upgrade my ports. It upgraded both
 openldap24-server and openldap24-client. Now, the server refuses to
 start. Upon reboot, I get this message: slapd failed to start. I
 went to the rc.d directory and tried to start it manually, but that
 failed also.
 
 I do not know where the log file, if one even exists, is so I might be
 able to find out what the problem is. I tried to manually deinstall
 and reinstall both ports and it went off without a hitch so I assume
 that they are properly installed.

Never mind, I found the problem. For the second time in the past
several months, the database had become corrupt when I updated it via
portupgrade. I discovered it when I ran this command:

/usr/local/libexec/slapd -Tt

I guess it was a good thing that I had a recent backup.

-- 
Carmel ✌
carmel...@hotmail.com

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
___
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

how to find where a port came from and rebuild with debug symbols

2013-08-24 Thread Gary Aitken
If I have a core file that implicates a library:
  #0  0x00080525cab0 in wxWindow::DoSetSize () from 
/usr/local/lib/libwx_gtk2u_core-2.8.so.0
and 
#16 0x0008056bf720 in wxAuiManager::Update () from 
/usr/local/lib/libwx_gtk2u_aui-2.8.so.0

and I want to find out which port these came from so I can rebuild it
with debug symbols, how do I do that?

$ nm -a /usr/local/lib/libwx_gtk2u_core-2.8.so.0
nm: /usr/local/lib/libwx_gtk2u_core-2.8.so.0: no symbols

Clearly I'm doing something wrong there...

So I try guessing:

pkg_info
   pkg_info | grep gtk2
linux-f10-gtk2-2.14.7_4 GTK+ library, version 2.X (Linux Fedora 10)
webkit-gtk2-1.8.3_2 An opensource browser engine
wxgtk2-common-2.8.12_2 The wxWidgets GUI toolkit (common files)
wxgtk2-unicode-2.8.12_2 The wxWidgets GUI toolkit (Unicode)

more guessing:

locate wxgtk2-common
/var/db/pkg/wxgtk2-common-2.8.12_2
/var/db/pkg/wxgtk2-common-2.8.12_2/+COMMENT
/var/db/pkg/wxgtk2-common-2.8.12_2/+CONTENTS
/var/db/pkg/wxgtk2-common-2.8.12_2/+DESC
/var/db/pkg/wxgtk2-common-2.8.12_2/+MTREE_DIRS
/var/db/pkg/wxgtk2-common-2.8.12_2/+REQUIRED_BY
/var/db/pkg/wxgtk2-common-2.8.12_2/distfiles

After grousing around I find 
drwxr-xr-x  4 root  wheel  512 Aug 24 09:38 x11-toolkits/wxgtk28
drwxr-xr-x  2 root  wheel  512 Aug  8 10:51 x11-toolkits/wxgtk28-common
drwxr-xr-x  2 root  wheel  512 Feb 17  2013 x11-toolkets/wxgtk28-contrib
drwxr-xr-x  2 root  wheel  512 Feb 17  2013 x11-toolkits/wxgtk28-contrib-common
drwxr-xr-x  2 root  wheel  512 Aug  8 10:51 x11-toolkits/wxgtk28-unicode
drwxr-xr-x  2 root  wheel  512 Feb 17  2013 x11-toolkits/wxgtk28-unicode-contrib

After doing a make of x11-toolkits/wxgtk28
I find a bunch of lib*.so in ../work/wxGTK-2.8.12/lib

and doing nm on them I discover what I want is in
  libwx_gtk2_aui-2.8.so
  libwx_gtk2_core-2.8.so

However, neither of these exists in /usr/local/lib; only a bunch of other libux
things.

So..

ldd /usr/local/bin/hugin | grep libwx
libwx_baseu-2.8.so.0 = /usr/local/lib/libwx_baseu-2.8.so.0 
(0x804d07000)
libwx_gtk2u_core-2.8.so.0 = /usr/local/lib/libwx_gtk2u_core-2.8.so.0 
(0x80506d000)
libwx_gtk2u_aui-2.8.so.0 = /usr/local/lib/libwx_gtk2u_aui-2.8.so.0 
(0x80568e000)
libwx_gtk2u_xrc-2.8.so.0 = /usr/local/lib/libwx_gtk2u_xrc-2.8.so.0 
(0x805904000)
libwx_gtk2u_html-2.8.so.0 = /usr/local/lib/libwx_gtk2u_html-2.8.so.0 
(0x805ba6000)
libwx_baseu_xml-2.8.so.0 = /usr/local/lib/libwx_baseu_xml-2.8.so.0 
(0x805e65000)
libwx_gtk2u_adv-2.8.so.0 = /usr/local/lib/libwx_gtk2u_adv-2.8.so.0 
(0x80606f000)
libwx_gtk2u_gl-2.8.so.0 = /usr/local/lib/libwx_gtk2u_gl-2.8.so.0 
(0x806356000)
libwx_baseu_net-2.8.so.0 = /usr/local/lib/libwx_baseu_net-2.8.so.0 
(0x806564000)

help?

And, assuming I find the right port, how do I rebuild / install it with symbols 
left in?
___
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: Finding exactly which commands, and in which order, rc is running at startup

2013-08-24 Thread Paul Hoffman
Thanks for all the suggestions. Of them, this was the one that helped me with 
my issue:

On Aug 23, 2013, at 1:41 AM, Doug Hardie bc...@lafn.org wrote:

 You can add:
 
 rc_debug=YES
 
 to /etc/rc.conf and that might give you what you need.  According to the man 
 page it will produces copious output to the terminal and syslog(3)

___
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 to find where a port came from and rebuild with debug symbols

2013-08-24 Thread ill...@gmail.com
On 24 August 2013 12:05, Gary Aitken vagab...@blackfoot.net wrote:
 If I have a core file that implicates a library:
   #0  0x00080525cab0 in wxWindow::DoSetSize () from 
 /usr/local/lib/libwx_gtk2u_core-2.8.so.0
 and
 #16 0x0008056bf720 in wxAuiManager::Update () from 
 /usr/local/lib/libwx_gtk2u_aui-2.8.so.0

 and I want to find out which port these came from so I can rebuild it
 with debug symbols, how do I do that?

As to the first look at pkg-which(8):
% pkg which /usr/local/lib/libwx_gtk2_aui-2.8.so.0
/usr/local/lib/libwx_gtk2_aui-2.8.so.0 was installed by package wxgtk2-2.8.12_2
% pkg which -o /usr/local/lib/libwx_gtk2_aui-2.8.so.0
/usr/local/lib/libwx_gtk2_aui-2.8.so.0 was installed by package
x11-toolkits/wxgtk28
(the -q flag makes it all lovely  terse)

As to the second:
I don't know, some ports have an option to build with debug symbols, but if not
you might have to edit some Makefiles, or worse.

-- 
--
___
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 to find where a port came from and rebuild with debug symbols

2013-08-24 Thread Warren Block

On Sat, 24 Aug 2013, ill...@gmail.com wrote:


On 24 August 2013 12:05, Gary Aitken vagab...@blackfoot.net wrote:

If I have a core file that implicates a library:
  #0  0x00080525cab0 in wxWindow::DoSetSize () from 
/usr/local/lib/libwx_gtk2u_core-2.8.so.0
and
#16 0x0008056bf720 in wxAuiManager::Update () from 
/usr/local/lib/libwx_gtk2u_aui-2.8.so.0

and I want to find out which port these came from so I can rebuild it
with debug symbols, how do I do that?


As to the first look at pkg-which(8):
% pkg which /usr/local/lib/libwx_gtk2_aui-2.8.so.0
/usr/local/lib/libwx_gtk2_aui-2.8.so.0 was installed by package wxgtk2-2.8.12_2
% pkg which -o /usr/local/lib/libwx_gtk2_aui-2.8.so.0
/usr/local/lib/libwx_gtk2_aui-2.8.so.0 was installed by package
x11-toolkits/wxgtk28
(the -q flag makes it all lovely  terse)

As to the second:
I don't know, some ports have an option to build with debug symbols, but if not
you might have to edit some Makefiles, or worse.


Can't you just add WITH_DEBUG=yes to the make command or make.conf?
___
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


IN THIS ISSUE: Back to School Fashions for Grownups | Autism's Social Side | Susu Saving | Outdoor Party Recipes

2013-08-24 Thread TheUrbanShopper
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEADTITLEUntitled Document/TITLE
META content=text/html; charset=iso-8859-1 http-equiv=Content-Type
STYLE type=text/css
!--
style2 {font-size: 10px}
style3 {
font-family: Calibri;
font-size: 12px;
color: #FF;
}
style4 {color: #FF}
--
/STYLE

META name=GENERATOR content=MSHTML 10.00.9200.16660/HEAD
BODY
DIV align=center
TABLE cellSpacing=1 cellPadding=5 width=650 border=1
  TBODY
  TR
TD borderColor=#ff
  DIV class=style3 align=centerFONT size=1Having trouble reading
this 
  email? Click/FONTA href=http://www.theurbanshopper.com;FONT
size=1 
  Here/FONT/AFONT size=1 to go direct to
TheUrbanShopper.com.BRTo 
  ensure delivery, please add SPAN 
  class=style4u...@theurbanshopper.com/SPAN to your Safe Sender List
or 
  Address Book. /FONT/DIV/TD/TR
  TR
TDA href=http://www.theurbanshopper.com;IMG 
  style=HEIGHT: 1100px; WIDTH: 749px border=0 hspace=0 
  alt=TheUrbanShopper Newsletter align=baseline
src=http://www.theurbanshopper.com/newsletter/2013/Sept/static_wk1.jpg;/A/TD/TR
  TR
TDSPAN class=style2FONT size=1 face=Calibri LightYou have
received 
  this update as a subscriber to TheUrbanShopper.com. Ensure inbox
delivery 
  by adding u...@theurbanshopper.com to your SAFE SENDER or email
CONTACTS 
  list. If you'd like to /FONTA 
  href=mailto:unsubscr...@theurbanshopper.com;FONT size=1 
  face=Calibri Lightunsubscribe /FONT/AFONT size=1 
  face=Calibri Light. For more information, please read our
/FONTA 
  href=http://theurbanshopper.com/doc/privacy_policy.pdf;FONT size=1
face=Calibri LightPrivacy Policy /FONT/AFONT size=1 
  face=Calibri Light. ©2013 All Rights Reserved/FONT 
  /SPAN/TD/TR/TBODY/TABLE/DIV/BODY/HTML
___
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

Xorg, HDMI

2013-08-24 Thread Andrew Beauchamp
I've followed the Xorg configuration instructions per:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

 

I've added the resolution as well as a mode line.  Any time I start X, my TV
goes out of range and says 'resolution not supported.'

 

Any ideas?  PC is an Acer Aspire R3610 and TV is a Samsung UN32EH4000F (32
LED TV).

 

Thank you.

 

Xorg.0.log:  http://pastebin.com/KbKq4VKX

___
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


Xorg, HDMI

2013-08-24 Thread Andrew Beauchamp
Forget that last email.  Apparently this little thing doesn't support it's
native 1366x768 via HDMI.  As soon as I bumped it down to 1024x768 it
started working.  I can manage from here!

___
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