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
-
Hi
I'm using enligtenment compiled in core here i dCore and I get an error:
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
sudo mkdir /etc/dbus-1/session.d
and enlightenment starts without errors
-
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
-
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:~$
-
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.
-
Custom package importupdatecheck updated to check for updated startup scripts. Re-import importupdatecheck to update.
-
Thanks JW
-
What does the update script say now about your existing dbus-x11.sce? I am curious how it is working.