Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: jls on November 09, 2013, 03:01:17 PM

Title: dbus error
Post by: jls on November 09, 2013, 03:01:17 PM
Hi
I'm using enligtenment compiled in core here i dCore and I get an error:
Code: [Select]
Failure to start message bus: Failed to read directory "/etc/dbus-1/session.d": No such file or directory.
EOF in dbus-launch reading address from bus daemon.
then I did
Code: [Select]
sudo mkdir /etc/dbus-1/session.d
and enlightenment starts without errors
Title: Re: dbus error
Post by: Jason W on December 08, 2013, 09:02:51 AM
I have not seen that error.  The startup script for dbus has that mkdir command in it:

http://tinycorelinux.net/5.x/import/dbus.deb2sce
Title: Re: dbus error
Post by: jls on December 10, 2013, 12:57:38 PM
Code: [Select]
jls@box:~$ importupdatecheck dbus-x11
#################### 100.0% 0.0 kBps DONE

verifying download...checksum matches OK
used 9943040 local, fetched 0
Using mirror: http://ftp.it.debian.org/debian
Please be patient..

No packages inside dbus-x11.sce have available updates.
jls@box:~$ cat /usr/local/tce.installed/dbus
# export PATH="/bin:$PATH"
busybox adduser -D -H messagebus
dbus-uuidgen > /etc/machine-id
mkdir /etc/dbus-1/system.d
/usr/local/postinst/dbus configure
jls@box:~$
Title: Re: dbus error
Post by: Jason W on December 10, 2013, 06:31:39 PM
The update check tool only checks if there are updates to the Debian package or a prebuilt package in our repo.

What we have here is an update to the startup script, which is not checked by importupdatecheck.  I will see if I can add it in since it is more important to the running of dCore to know of updated startup scripts than to know of updated upstream Debian packages.
Title: Re: dbus error
Post by: Jason W on December 11, 2013, 03:58:20 PM
Custom package importupdatecheck updated to check for updated startup scripts.  Re-import importupdatecheck to update.
Title: Re: dbus error
Post by: jls on December 12, 2013, 11:11:51 AM
Thanks JW
Title: Re: dbus error
Post by: Jason W on December 12, 2013, 11:30:13 AM
What does the update script say now about your existing dbus-x11.sce?  I am curious how it is working.