View previous topic :: View next topic |
Author |
Message |
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Tue Jul 31, 2012 6:23 am Post subject: slapt-get |
|
|
Hello, I updated just slapt-get now I get the following error>>
slapt-get: error while loading shared libraries: libcrypto.so.1: cannot open shared object file: No such file or directory
Do you have a direct link to that file on your site where I can wget and install with installpkg
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Tue Jul 31, 2012 4:01 pm Post subject: |
|
|
Thanks , that was the solution to get slapt-get working.
Once I updated the remaining packages, and the excludes, ran lilo, and successfully booted to the 3.2.24 smp kernel, I see errors/warnings, about config files and shared libraries, that scroll by the screen. The libkmod, I believe, was showing an error.
Network now does not work, and can not use a keyboard (USB) at the console login prompt.
Anyway to add these missing shared libraries? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Jul 31, 2012 4:28 pm Post subject: |
|
|
Have you install new packages libcroco and libffi?
From which version you upgraded?
kmod replaced module-init-tools a few updates back, so you must uninstall module-init-tools and install kmod.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Tue Jul 31, 2012 4:47 pm Post subject: |
|
|
Did not install those ( libcroco and libffi). How are new packages identified? When I do a slapt-get -u then slapt-get --upgrade, I only see packages that require an update. Is there a link to the list of new packages that should be installed.
I did install nettle, p11-kit e.t.c., Obviously, the e.t.c part of your post was critical.
Can I install those packages using the live cd?
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Jul 31, 2012 5:15 pm Post subject: |
|
|
Usually with slapt-get -dist-upgrade you get new packages too.
The most appropriate method is by checking ChangeLog.txt
x86
http://sms.it-ccs.com/isos/SMS-Current/ChangeLog.txt
x86_64
http://sms.it-ccs.com/isos/SMS64-Current/ChangeLog.txt
You can boot from LiveCD or from NativeCD (installer) and mount partitions e.g.
if your root partitions is /dev/sda1 and boot partition is /dev/sda2
Code: | mount /dev/sda1 /mnt/sda1
mount /dev/sda2 /mnt/sda2/boot |
If you boot from NativeCD use /mnt as mount point, and install packages with
Code: | installpkg -root /mnt/sda1 packages.txz |
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Tue Jul 31, 2012 7:22 pm Post subject: |
|
|
Booting from live cd 1.6.6 x32 , the /dev/sda1 is already mounted /mnt/sda1 (which includes boot)
I have configured networking, and can ping my gateway. Can I do a slapt-get -i and update/add those packages? |
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Tue Jul 31, 2012 8:09 pm Post subject: |
|
|
Ahh - I just chroot /mnt/sda1 and installed the packages with slapt-get -i. That worked.
Now, when I do a slapt-get --dist-upgrade it wants to reinstall the slapt-get package. I select y, it re-install's slapt-get, and rerun (slapt-get -u ; slapt-get --dist-upgrade, get same re-install prompt. bug?
Also should kernel-firmware be updated from the excludes?
thxs |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Jul 31, 2012 8:28 pm Post subject: |
|
|
Kernel-firmware is a must update, since it includes all the kernel firmware.
From kernel 3.2.24 I started deleting firmware built during compile and all firmware included in kernel-firmware package.
I know about slapt-get issue, but didn't check for it, I ignore it since doesn't make any difference, I'll check it someday.
rcS from sysvinit-scripts-2.0 has a typo and might be the reason you are not having all modules in place, I'll update in a few minutes...
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
miharix Junior Member
Joined: 09 Nov 2011 Posts: 8
|
Posted: Tue May 07, 2013 12:23 pm Post subject: Correct command order? |
|
|
Hi,
very noob question.
What is the correct order of commands to update Kernel AND/OR Packages?
When I tried after clean install (2.0.3 x64 on RAID6)
Code: |
slapt-get -update
slapt-get -dist-upgrade
|
I got some md5 file missing.
Then I tryed:
Code: | slapt-get -dist-upgrade --no-md5 |
Bad idea...
now I got "-bash: apt-get: command not found"
I need to update proFTPd because it seems that it isn't working for FileZilla client ( more under FAQ: http://www.proftpd.org/docs/modules/mod_facts.html )
I made it work after update (slapt-get -idont remember commands ) but then after server reboot, I had got from ifconfig /all "no network controller". But because I'm currently only testing the server I made just a clean reinstall.
Thanks for help! |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue May 07, 2013 2:27 pm Post subject: |
|
|
To update packages just use
to install the certificate
Code: | slapt-get --add-keys |
to update list of packages
To upgrade installed packages
To upgrade to a new SMS version (not always work though)
Code: | slapt-get -dist-upgrade |
by passing the "-s" simulate the output, tell what to do... very usefull..
Code: | slapt-get -upgrade -s |
You can upgrade only proftpd with
Code: | slapt-get -i proftpd |
Now to upgrade kernels, I would strongly recommend to do it manual or with
Code: | slapt-get -i --no-upgrade kernel-hugesmp kernel-generic-smp |
that way kerner installed and not upgraded, so if anything goes wrong you will boot to your old kernel...
Now after kernel installation you need to edit /etc/lilo.conf and update initrd.gz if you use one with
Code: | mkinitrd -k [kernel-version] -m [modules] |
and finally run "lilo"
Regards
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
miharix Junior Member
Joined: 09 Nov 2011 Posts: 8
|
Posted: Wed May 08, 2013 9:45 am Post subject: |
|
|
gerasimos_h thanks for your great help!
When I run an get Code: | Failed to download: MD5 checksum mismatch, override with --no-md5 |
(I got this in this case for "htop 1.0.2-x86_64-1")
What is the best approach? Try next ime or doing an override?  |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Wed May 08, 2013 10:21 am Post subject: |
|
|
I just check sources and didn't have any problem with htop...
Code: | root@sms64:~# slapt-get -i -d --reinstall htop
Reading Package Lists...Done
The following packages will be reinstalled:
htop
0 upgraded, 1 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
Need to get 66.0kB of archives.
1/1 Get http://sms.it-ccs.com/isos/SMS64-Current/ htop 1.0.2-x86_64-1 [66.0kB]...Done
Done |
Have you try to update sources first with
slapt-get -u
or even clean them with
slapt-get --clean
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
miharix Junior Member
Joined: 09 Nov 2011 Posts: 8
|
Posted: Wed May 08, 2013 11:41 am Post subject: |
|
|
I tried now
Code: | slapt-get --clean
slapt-get -u
slapt-get -i htop |
and there its still MD5 checksum mismatch.
I also excluded in my silent proxy on the network the sms.it-ccs.com from cashing, and cleared all the cache.
Probably irrelevant,.. when I run Code: | slapt-get --add-keys | I'm getting for the second GPG (.../SMS64-Currnet/pasture/), "Not Found". |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Wed May 08, 2013 12:17 pm Post subject: |
|
|
GPG-KEY for SMS64-Current is missing indeed, I'll add it, so it will sync in a while, although it doesn't make any difference as it's the same key with main repo, so you already have it to verify signatures.
Try to delete all the contents in /var/slapt-get/
and try again to update sources...
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|