Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [SOLVED] Problems with sidu-base in d-u  (Read 3429 times)

Offline drb

  • User
  • Posts: 165
[SOLVED] Problems with sidu-base in d-u
« 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)
« Last Edit: 2016/04/24, 11:57:16 by drb »

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: Problems with sidu-base in d-u
« Reply #1 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
« Last Edit: 2016/04/18, 11:13:24 by musca »
β€žEs irrt der Mensch, solang er strebt.β€œ  (Goethe, Faust)

Offline drb

  • User
  • Posts: 165
Re: Problems with sidu-base in d-u
« Reply #2 on: 2016/04/18, 11:13:57 »
Yes, both needed. Thanks!

Offline drb

  • User
  • Posts: 165
Re: Problems with sidu-base in d-u
« Reply #3 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.

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: Problems with sidu-base in d-u
« Reply #4 on: 2016/04/18, 15:57:08 »
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)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: Problems with sidu-base in d-u
« Reply #5 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.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline unklarer

  • User
  • Posts: 817
Re: Problems with sidu-base in d-u
« Reply #6 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!



Offline ajavibp

  • User
  • Posts: 110
    • The website of the association where I collaborate.
Re: Problems with sidu-base in d-u
« Reply #7 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!!!

mylo

  • Guest
Re: [SOLVED] Problems with sidu-base in d-u
« Reply #8 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.

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: [SOLVED] Problems with sidu-base in d-u
« Reply #9 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

mylo

  • Guest
Re: [SOLVED] Problems with sidu-base in d-u
« Reply #10 on: 2016/05/16, 11:48:50 »
Hi,

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