Re: devel/dbus no longer starts at system poweron

2015-03-08 Thread Kevin Oberman
On Thu, Mar 5, 2015 at 10:39 PM, Beeblebrox zap...@berentweb.com wrote:

  Just to let you know, I have not forgotten your issue. Just have not
  gotten to it

 No worries. As you saw on the thread on current, this is really the least
 of my woes with X.org.

  The output you provided will at least get me started, but I really
  need the full rcorder output.


 https://drive.google.com/file/d/0Bxs_eepbMt6qRkQ3YmJlR2FkcVk/view?usp=sharing

 I can attempt to sort through parts of it if you give me some idea of
 howto / what to look for.

 Regards.
 --
 FreeBSD_amd64_11-Current_RadeonKMS
 Please CC my email when responding, mail from list is not delivered.


Someone found it before it did. Looks like the issue is most likely devd
which requires ldconfig or no obvious reason. (It's static.)

Take a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198429.

I am not entirely convinced that there are not some other issues that are
causing this type of error, but this is at least one of them. Most are
probably port issues, but this one is in the base system. Ouch!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2015-03-05 Thread Beeblebrox
 Just to let you know, I have not forgotten your issue. Just have not
 gotten to it

No worries. As you saw on the thread on current, this is really the least of my 
woes with X.org.

 The output you provided will at least get me started, but I really
 need the full rcorder output.

https://drive.google.com/file/d/0Bxs_eepbMt6qRkQ3YmJlR2FkcVk/view?usp=sharing

I can attempt to sort through parts of it if you give me some idea of howto / 
what to look for.

Regards.
-- 
FreeBSD_amd64_11-Current_RadeonKMS
Please CC my email when responding, mail from list is not delivered.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2015-03-05 Thread Beeblebrox
Hi.
This thread is probably more appropriate for further dbus discussion.
Per your comment,
1. # rcorder /etc/rc.d/* /usr/local/etc/rc.d/*  /dev/null 
rcorder: file `/usr/local/etc/rc.d/tcsd' is before unknown provision `named'
rcorder: file `/usr/local/etc/rc.d/clamav-freshclam' is before unknown 
provision `mail'
rcorder: Circular dependency on provision `ldconfig' in file 
`/usr/local/etc/rc.d/dbus'.
rcorder: Circular dependency on provision `DAEMON' in file 
`/usr/local/etc/rc.d/dbus'.
rcorder: requirement `kdc' in file `/etc/rc.d/SERVERS' has no providers.
rcorder: requirement `tpmd' in file `/usr/local/etc/rc.d/tcsd' has no providers.
rcorder: requirement `USR' in file `/usr/local/etc/rc.d/tor' has no providers.
rcorder: requirement `usbd' in file `/usr/local/etc/rc.d/hald' has no providers.
rcorder: requirement `kerberos' in file `/usr/local/etc/rc.d/ipropd_slave' has 
no providers.
rcorder: requirement `kerberos' in file `/usr/local/etc/rc.d/ipropd_master' has 
no providers.
rcorder: requirement `DAEMON%%MYSQLPGSQL%%' in file 
`/usr/local/etc/rc.d/barnyard2' has no providers.
++ Separate isue, but the last line above may be a contributing cause why I am 
unable to get sguil to start on my system

Source of the problem might be a combination of port config options that leaves 
out some port that would normally trigger dbus startup without problems.

2. # rcorder /etc/rc.d/* /usr/local/etc/rc.d/*   (snipped, not much insight 
though)
rcorder: Circular dependency on provision `ldconfig' in file 
`/usr/local/etc/rc.d/dbus'.
rcorder: Circular dependency on provision `DAEMON' in file 
`/usr/local/etc/rc.d/dbus'.
/usr/local/etc/rc.d/dbus
/etc/rc.d/kldxref
/etc/rc.d/kld
/etc/rc.d/addswap
/etc/rc.d/adjkerntz
/etc/rc.d/atm1
/etc/rc.d/hostname
/etc/rc.d/ip6addrctl
/etc/rc.d/netoptions
/etc/rc.d/random
/etc/rc.d/sppp
/etc/rc.d/ipfilter
/etc/rc.d/ipnat
/etc/rc.d/ipfs
/etc/rc.d/serial
/etc/rc.d/netif
/usr/local/etc/rc.d/webcamd
/etc/rc.d/devd
/etc/rc.d/ipsec
/etc/rc.d/atm2
/etc/rc.d/pfsync
/etc/rc.d/pflog
/etc/rc.d/pf
/etc/rc.d/stf
/etc/rc.d/ppp
/etc/rc.d/routing
/etc/rc.d/mroute6d
/etc/rc.d/nsswitch
/etc/rc.d/rtsold
/usr/local/etc/rc.d/vboxnet
/etc/rc.d/static_ndp
/etc/rc.d/static_arp
/etc/rc.d/bridge
/etc/rc.d/resolv
/etc/rc.d/route6d
/etc/rc.d/routed
/etc/rc.d/defaultroute
/etc/rc.d/ipfw
/etc/rc.d/NETWORKING
/etc/rc.d/netwait
/etc/rc.d/mountcritremote
/etc/rc.d/ldconfig
/etc/rc.d/newsyslog
/etc/rc.d/syslogd
/etc/rc.d/ntpdate
/etc/rc.d/rpcbind
/etc/rc.d/nfsclient
/etc/rc.d/devfs
/etc/rc.d/ipmon
/etc/rc.d/mdconfig2

-- 
FreeBSD_amd64_11-Current_RadeonKMS
Please CC my email when responding, mail from list is not delivered.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2015-03-02 Thread Kevin Oberman
On Mon, Mar 2, 2015 at 12:53 PM, Jeffrey Bouquet via freebsd-ports 
freebsd-ports@freebsd.org wrote:


 On 03/02/15 06:57, Beeblebrox wrote:
  Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=YES,
  slim_enable=YES). This works no more. X.Org starts, but cannot
  login to any Desktop because dbus actually is not running and has
  not started.
 
  Kill Xorg, then manually service onestart dbus, and slim.
  I can then start to my desktop managers.
  what do dmesg and /var/log/messages say?
  Erich
  This problem was resolved some time back (through an update I believe)
 but is now back. No error message is registered in /var/log/messages or any
 other log. However, combing through the output on TTY0, I found this:
  Starting dbus
  Shared object 'libexpat.so.1' not found required by 'dbus-daemon'
  /etc/rc: WARNING: failed to start dbus
 
  After system is booted, form any TTY*, # service dbus onestart results
 in normal startup. Not setting any dbus_flags and not using gdm_enable.
 
  # pkg info -l expat  expat-2.1.0_2:
  /usr/local/bin/xmlwf
  /usr/local/include/expat.h
  /usr/local/include/expat_external.h
  /usr/local/lib/libexpat.a
  /usr/local/lib/libexpat.so
  /usr/local/lib/libexpat.so.1
  /usr/local/lib/libexpat.so.1.6.0
  /usr/local/lib/libexpat.so.6
  /usr/local/libdata/pkgconfig/expat.pc
  /usr/local/man/man1/xmlwf.1.gz
  (files separately confirmed with ls /usr/local/lib/*expat*)
 
 I've the same problem
 (libexpat and dbus-daemon)
 and posted to the freebsd-current list a few days ago.
 Rebuilt every dependency...  etc.
 One other port also does not start *uuid* ...


This is almost certainly  an issue with a circular dependency in the
startup scripts. The immediate problem is that things that require non-base
dependencies are starting before ldconfig is run (started?).

I have noted a circular dependency between dbus and webcamd. I have not had
time to track it down. These are a real pain to track down as you need to
examine the full dependency graph to be sure of finding the issue. You can
check for circular dependencies with the command:
rcorder /etc/rc.d/* /usr/local/etc/rc.d/*  /dev/null
This only reports the errors (if any), not the cause.

To track that down the actual cause, you will likely have to dig through
the full output (no  /dev/null). Circular dependencies result in
undefined behavior and the ordering can be changed radically in very
unexpected ways by adding/updating/deleting ports. Minor changes to
rcorder.c could also change these.

I think the best answer is to provide an option to have rcorder print the
full dependency tree for all ports involved in the circular dependency so
it can be more easily tracked. I have no idea how difficult this might be,
but, without examining the code, it looks like it should not be too hard.
(Easily said by someone who can read but not really write decent C code.)
--
Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2015-03-02 Thread Jeffrey Bouquet via freebsd-ports

On 03/02/15 06:57, Beeblebrox wrote:
 Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=YES,
 slim_enable=YES). This works no more. X.Org starts, but cannot
 login to any Desktop because dbus actually is not running and has
 not started.

 Kill Xorg, then manually service onestart dbus, and slim.
 I can then start to my desktop managers.
 what do dmesg and /var/log/messages say?
 Erich
 This problem was resolved some time back (through an update I believe) but is 
 now back. No error message is registered in /var/log/messages or any other 
 log. However, combing through the output on TTY0, I found this:
 Starting dbus
 Shared object 'libexpat.so.1' not found required by 'dbus-daemon'
 /etc/rc: WARNING: failed to start dbus

 After system is booted, form any TTY*, # service dbus onestart results in 
 normal startup. Not setting any dbus_flags and not using gdm_enable.

 # pkg info -l expat  expat-2.1.0_2:
 /usr/local/bin/xmlwf
 /usr/local/include/expat.h
 /usr/local/include/expat_external.h
 /usr/local/lib/libexpat.a
 /usr/local/lib/libexpat.so
 /usr/local/lib/libexpat.so.1
 /usr/local/lib/libexpat.so.1.6.0
 /usr/local/lib/libexpat.so.6
 /usr/local/libdata/pkgconfig/expat.pc
 /usr/local/man/man1/xmlwf.1.gz
 (files separately confirmed with ls /usr/local/lib/*expat*)

I've the same problem
(libexpat and dbus-daemon)
and posted to the freebsd-current list a few days ago.
Rebuilt every dependency...  etc. 
One other port also does not start *uuid* ...
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2015-03-02 Thread Beeblebrox
  Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=YES,
  slim_enable=YES). This works no more. X.Org starts, but cannot
  login to any Desktop because dbus actually is not running and has
  not started.
  
  Kill Xorg, then manually service onestart dbus, and slim.
  I can then start to my desktop managers.
 
 what do dmesg and /var/log/messages say?
 Erich

This problem was resolved some time back (through an update I believe) but is 
now back. No error message is registered in /var/log/messages or any other log. 
However, combing through the output on TTY0, I found this:
Starting dbus
Shared object 'libexpat.so.1' not found required by 'dbus-daemon'
/etc/rc: WARNING: failed to start dbus

After system is booted, form any TTY*, # service dbus onestart results in 
normal startup. Not setting any dbus_flags and not using gdm_enable.

# pkg info -l expat  expat-2.1.0_2:
/usr/local/bin/xmlwf
/usr/local/include/expat.h
/usr/local/include/expat_external.h
/usr/local/lib/libexpat.a
/usr/local/lib/libexpat.so
/usr/local/lib/libexpat.so.1
/usr/local/lib/libexpat.so.1.6.0
/usr/local/lib/libexpat.so.6
/usr/local/libdata/pkgconfig/expat.pc
/usr/local/man/man1/xmlwf.1.gz
(files separately confirmed with ls /usr/local/lib/*expat*)

-- 
FreeBSD_amd64_11-Current_RadeonKMS
Please include my email when responding (use Reply To All)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2014-12-14 Thread Beeblebrox
  Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=YES,
  slim_enable=YES). This works no more. X.Org starts, but cannot
  login to any Desktop because dbus actually is not running and has
  not started.
  
  Kill Xorg, then manually service onestart dbus, and slim.
  I can then start to my desktop managers.
 
 what do dmesg and /var/log/messages say?
 
 Erich

Hello, /var/log/messages has nothing, I forgot to mention that.
This dbus stuff shows up in messages AFTER I start it manually:
dbus[1746]: [system] Activating service name='org.freedesktop.ConsoleKit' 
(using servicehelper)
dbus[1746]: [system] Activating service name='org.freedesktop.PolicyKit1' 
(using servicehelper)
dbus[1746]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
dbus[1746]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'

On #3 r275748
-- 
FreeBSD_amd64_11-Current_RadeonKMS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


devel/dbus no longer starts at system poweron

2014-12-13 Thread Beeblebrox
Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=YES, slim_enable=YES).
This works no more. X.Org starts, but cannot login to any Desktop because dbus 
actually is not running and has not started.

Kill Xorg, then manually service onestart dbus, and slim.
I can then start to my desktop managers.
-- 
FreeBSD_amd64_11-Current_RadeonKMS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/dbus no longer starts at system poweron

2014-12-13 Thread Erich Dollansky
Hi,

On Sat, 13 Dec 2014 20:28:55 +0200
Beeblebrox zap...@berentweb.com wrote:

 Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=YES,
 slim_enable=YES). This works no more. X.Org starts, but cannot
 login to any Desktop because dbus actually is not running and has not
 started.
 
 Kill Xorg, then manually service onestart dbus, and slim.
 I can then start to my desktop managers.

what do dmesg and /var/log/messages say?

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