Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: drb on 2016/04/18, 11:03:44

Title: [SOLVED] Problems with sidu-base in d-u
Post by: drb on 2016/04/18, 11:03:44
sidu-base failing in d-u. Any ideas?

Code: [Select]
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)
Title: Re: Problems with sidu-base in d-u
Post by: musca on 2016/04/18, 11:09:08
Hello drb,

we are fixing this glitch already.

As a workaround please create the missing file:
Code: [Select]
# 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
Title: Re: Problems with sidu-base in d-u
Post by: drb on 2016/04/18, 11:13:57
Yes, both needed. Thanks!
Title: Re: Problems with sidu-base in d-u
Post by: drb on 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.
Title: Re: Problems with sidu-base in d-u
Post by: melmarker on 2016/04/18, 15:57:08
thanks for the response, will have a look and fix it later
Title: Re: Problems with sidu-base in d-u
Post by: dibl on 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:


Code: [Select]
mkdir -p /etc/sidu-base
touch /etc/sidu-base/shellserver.conf


and again


Code: [Select]
apt full-upgrade

and it completed without error.
Title: Re: Problems with sidu-base in d-u
Post by: unklarer on 2016/04/19, 13:10:14
Quote from: dibl
Lacking common sense, I first ran d-u, then read this   


@dibl

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


Title: Re: Problems with sidu-base in d-u
Post by: ajavibp on 2016/04/19, 13:51:09
Lacking common sense, I first ran d-u, then read this   :P


So what I did when I saw the problem:


Code: [Select]
mkdir -p /etc/sidu-base
touch /etc/sidu-base/shellserver.conf


and again


Code: [Select]
apt full-upgrade

and it completed without error.


Thanks!!!
Title: Re: [SOLVED] Problems with sidu-base in d-u
Post by: mylo on 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
Code: [Select]
apt-get upgrade instead of
Code: [Select]
apt upgrade.
Also an
Code: [Select]
apt-get -f install does not help.

Can I just purge and reinstall sidu-base?

Thanks for any advice.
Title: Re: [SOLVED] Problems with sidu-base in d-u
Post by: devil on 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
Title: Re: [SOLVED] Problems with sidu-base in d-u
Post by: mylo on 2016/05/16, 11:48:50
Hi,

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