surfek wrote: 
> Thanks Krisbee for your help.
> It turned out that I had some problems with the SD card, used different
> card and SoA installed :)
> 
> I installed jivelite, but then unistalled it (got problems with skin and
> thought it will be faster to reinstall it and choose skin again).
> Now when I try install it again I got the following error
> 
> :: Retrieving packages ...
> error: failed retrieving file 'jivelite-r76.de07c79-1-armv7h.pkg.tar.xz'
> from github.com : error:0407006A:rsa
> routines:RSA_padding_check_PKCS1_type_1:block type is not 01
> warning: failed to retrieve some files
> error: failed to commit transaction (download library error)
> Errors occurred, no packages were upgraded.
> 
> 
> ??
> 
> Best regards,
> 
> Michal

Michal,

Glad you got it installed. As to your jivelite problem, the short answer
I don't know what's happened there.  But if you can connect to your
Wandbaord as root via SSH you could check the "pacman.log" to see it the
correct packages where both installed and then removed, e.g.


Code:
--------------------
    
  grep jivelite* /var/log/pacman.log
  
--------------------


You should see both jivelite and jivelite-autologin installed as a pair,
and then jivelite-autologin and jivelite removed in that order.

I'm not an Arch user, but IIRC if you find the jivelite packages are
still in cache you might be able to install them manually. e.g:

a. find them


Code:
--------------------
    
  cd /var/cache/pacman/pkg
  ls -l jive*
  
--------------------


b. install them from var/cache/pacman/pkg, e.g:

Code:
--------------------
    
  pacman -U jivelite-r76.de07c79-1-armv7h.pkg.tar.xz
  
--------------------


Otherwise, it's possilby a re-install.  But in future if you have a 
skin selection problem in "jivelite"  you don't have to re-install
jivelite, just delete the jivelite settings ( a hidden directory ) and
reboot 

As root via SSH


Code:
--------------------
    
  rm -rf /home/jilvelite/.jivelite
  
--------------------


Note the dot


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to