Siduction Forum

Siduction Forum => Upgrade Warnings => Thema gestartet von: drb in 2016/04/18, 11:03:44

Titel: [SOLVED] Problems with sidu-base in d-u
Beitrag von: drb in 2016/04/18, 11:03:44
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)
Titel: Re: Problems with sidu-base in d-u
Beitrag von: musca in 2016/04/18, 11:09:08
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
Titel: Re: Problems with sidu-base in d-u
Beitrag von: drb in 2016/04/18, 11:13:57
Yes, both needed. Thanks!
Titel: Re: Problems with sidu-base in d-u
Beitrag von: drb in 2016/04/18, 14:44:40
The same problem with  sidu-base 2016.04.18.2. I need to add directory and folder to get it to update.
Titel: Re: Problems with sidu-base in d-u
Beitrag von: melmarker in 2016/04/18, 15:57:08
thanks for the response, will have a look and fix it later
Titel: Re: Problems with sidu-base in d-u
Beitrag 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.
Titel: Re: Problems with sidu-base in d-u
Beitrag von: unklarer in 2016/04/19, 13:10:14
Zitat von: diblLacking common sense, I first ran d-u, then read this   


@dibl

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


Titel: Re: Problems with sidu-base in d-u
Beitrag von: ajavibp in 2016/04/19, 13:51:09
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!!!
Titel: Re: [SOLVED] Problems with sidu-base in d-u
Beitrag von: mylo in 2016/05/14, 11:32:56
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.
Titel: Re: [SOLVED] Problems with sidu-base in d-u
Beitrag von: devil in 2016/05/16, 08:53:54
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
Titel: Re: [SOLVED] Problems with sidu-base in d-u
Beitrag von: mylo in 2016/05/16, 11:48:50
Hi,

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