Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Jay69 on September 18, 2008, 06:32:25 PM
-
I will admit that I'm a total noob just trying to hack my way throught this stuff, been fun so far, can you help a 40 year old dork with this. For the life of me I cant get it to work
Thanks
Jay
os= SME 7.3
I'm trying to install this:
http://wiki.contribs.org/Hardware_Info
And I get this:
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for smeserver-hwinfo to pack into transaction set.
smeserver-hwinfo-1.0-11.e 100% |=========================| 14 kB 00:00
---> Package smeserver-hwinfo.noarch 0:1.0-11.el4.sme set to be updated
--> Running transaction check
--> Processing Dependency: lshw for package: smeserver-hwinfo
--> Processing Dependency: e-smith-formmagick >= 1.4.0-12 for package: smeserver-hwinfo
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package lshw.i386 0:2.13-1.el4.rf set to be updated
--> Running transaction check
--> Processing Dependency: e-smith-formmagick >= 1.4.0-12 for package: smeserver-hwinfo
--> Finished Dependency Resolution
Error: Missing Dependency: e-smith-formmagick >= 1.4.0-12 is needed by package smeserver-hwinfo
-
add --enablerepo=smeupdates-testing
check the only thing extra it installs is e-smith-formmagick
-
Tried a few different ways, did not seem to do anything, what am I missing.
As you can tell this is really new to me but fun. Cant wait to replace are old win NT FTP site at work with this. I was able to get a few other Contribs to load using YUM, neat stuff, but of coarse this is one I really want I think, and it stumps me.
Is it ture after you go Linux you will never go back to Windoz:)
Thanks for the help.
Jay
[root@your-stuff-will-lost ~]# add --enablerepo=smeupdates-testing
-bash: add: command not found
[root@your-stuff-will-lost ~]# add --enablerepo=smeupdates-testing
-bash: add: command not found
[root@your-stuff-will-be-lost ~]# --enablerepo=smeupdates-testing
-bash: --enablerepo=smeupdates-testing: command not found
[root@your-stuff-will-be-lost ~]# --enablerepo=smeupdates-testing
-bash: --enablerepo=smeupdates-testing: command not found
[root@your-stuff-will-be-lost ~]# --enablerepo=smeupdates-testing
-bash: --enablerepo=smeupdates-testing: command not found
[root@your-stuff-will-be-lost ~]# enablerepo=smeupdates-testing
Nothing after this
-
I even tried this this, found it in the bug thing, still no go!
[root@your-stuff-will-be-lost ~]# yum install --enablerepo=smecontribs --enablerepo=smetest smeserver-hwinfo
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
smecontribs 100% |=========================| 1.9 kB 00:00
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/smeserver/releases/7/smetest/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
smetest 100% |=========================| 1.9 kB 00:00
smeaddons 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/smeserver/releases/7/smeos/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
smeos 100% |=========================| 1.9 kB 00:00
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smeupdates/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
smeupdates 100% |=========================| 1.9 kB 00:00
Determining fastest mirrors
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 129 kB 00:00
sqlite cache needs updating, reading in metadata
smecontrib: ################################################## 229/229
primary.xml.gz 100% |=========================| 31 kB 00:00
sqlite cache needs updating, reading in metadata
updates : ################################################## 132/132
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package smeserver-hwinfo.noarch 0:1.0-11.el4.sme set to be updated
--> Running transaction check
--> Processing Dependency: lshw for package: smeserver-hwinfo
--> Processing Dependency: e-smith-formmagick >= 1.4.0-12 for package: smeserver-hwinfo
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package lshw.i386 0:2.13-1.el4.rf set to be updated
--> Running transaction check
--> Processing Dependency: e-smith-formmagick >= 1.4.0-12 for package: smeserver-hwinfo
--> Finished Dependency Resolution
Error: Missing Dependency: e-smith-formmagick >= 1.4.0-12 is needed by package smeserver-hwinfo
================================================================
No new rpms were installed. No additional commands are required.
================================================================
-
ok, guess I'm not going nuts, I found this
http://forums.contribs.org/index.php?action=printpage;topic=41636.0
So sounds like this may be somthing a Noob should not play with. So with that any Idea on what I can use to add to the Server-Manager so I can get a good look at the drive space and over all general heath.
I did try this, but would really like in with the server-manager.
http://wiki.contribs.org/Phpsysinfo
Thoughts
-
spend some time reading about yum and it's syntax on the wiki, there is a lot about it
the other link is exactly the same issue
the problem you had was that e-smith-formmagick moved from the alpha repository to the beta one
try
yum install --enablerepo=smecontribs --enablerepo=smeupdates-testing smeserver-hwinfo
-
I will have to read up on YUM, that part is really new for me. From what I have done so far I seem to like to use the "yum localinstall" don't no why but that way seems to make sense to me right now.
Thanks for the help,
Its still a no go, no errors though.
[root@your-stuff-will-be-lost ~]# yum install --enablerepo=smecontribs --enablerepo=smeupdates-testing smeserver-hwinfo
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
smecontribs 100% |=========================| 1.9 kB 00:00
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smeaddons/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
smeaddons 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
smeupdates-testing 100% |=========================| 1.9 kB 00:00
smeos 100% |=========================| 1.9 kB 00:00
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smeupdates/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
smeupdates 100% |=========================| 1.9 kB 00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 116 kB 00:00
smeupdates: ################################################## 190/190
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@your-stuff-will-be-lost ~]#
[root@your-stuff-will-be-lost ~]# yum install --enablerepo=smecontribs smeserver-hwinfo
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
I able to get this one to work, this may work just fine. Just can't stand when I can't get somthing to work:)
http://wiki.contribs.org/SystemMonitor
Thanks agian, ad you can tell I have a long way to go:)
Jay
-
as you sure it's not installed ?
rpm -q smeserver-hwinfo
-
Ok, now I'm really confused. It shows as being installed but cant see the darn thing in the server-manager, very strange.
[root@your-stuff-will-be-lost ~]# rpm -q smeserver-hwinfo
smeserver-hwinfo-1.0-8.el4.sme
[root@your-stuff-will-be-lost ~]#
I tried this to,
[root@your-stuff-will-be-lost ~]# lshw
-bash: lshw: command not found
[root@your-stuff-will-be-lost ~]#