[SOLVED] Problems with sidu-base in d-u

Begonnen von drb, 2016/04/18, 11:03:44

Vorheriges Thema - Nächstes Thema

drb

sidu-base failing in d-u. Any ideas?

Setting up sidu-base (2016.04.18.1) ...
sed: can't read /etc/sidu-base/shellserver.conf: No such file or directory
dpkg: error processing package sidu-base (--configure):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
sidu-base
E: Sub-process /usr/bin/dpkg returned an error code (1)

musca

#1
Hello drb,

we are fixing this glitch already.

As a workaround please create the missing file:
# echo -e '#no config' > /etc/sidu-base/shellserver.conf

Maybe you also need to create the directory first with: mkdir -p /etc/sidu-base

greetings
musca
,,Es irrt der Mensch, solang er strebt."  (Goethe, Faust)

drb


drb

The same problem with  sidu-base 2016.04.18.2. I need to add directory and folder to get it to update.

melmarker

thanks for the response, will have a look and fix it later
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

dibl

Lacking common sense, I first ran d-u, then read this   :P


So what I did when I saw the problem:


mkdir -p /etc/sidu-base
touch /etc/sidu-base/shellserver.conf



and again


apt full-upgrade


and it completed without error.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

unklarer

Zitat von: diblLacking common sense, I first ran d-u, then read this   


@dibl

I was not much better   :-\
Thanks, perfect!



ajavibp

Zitat von: dibl in 2016/04/18, 18:05:50
Lacking common sense, I first ran d-u, then read this   :P


So what I did when I saw the problem:


mkdir -p /etc/sidu-base
touch /etc/sidu-base/shellserver.conf



and again


apt full-upgrade


and it completed without error.


Thanks!!!

mylo

Hi all,

I had that problem also and could make it go by the above receipt. However it appeared again.
Then I could not get rid of.
May be, by my fault, I typed apt-get upgrade instead of apt upgrade.
Also an apt-get -f install does not help.

Can I just purge and reinstall sidu-base?

Thanks for any advice.

devil

You should neither use apt upgrade nor apt-get upgrade, but apt dist-upgrade. The usage of apt or apt-get is up to you, makes no difference.


greetz
devil

mylo

Hi,

sorry, I followed more or less the upper receipt. Now everything seems fine. Thanks!