LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 11-08-2006, 11:10 AM   #1
rschow
LQ Newbie
 
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10

Rep: Reputation: 0
Novell Desktop hangs on install


I picked up SLED eval DVD at a conference and as soon as I got home, I
wanted to set it up. But it hung up with a message similar to,
"libosip2-2.2.0-18.2 fails..." something like ..."checksum" or
"...integrity". I didn't catch the last word, but the "libosip..." part is
correct.

So I downloaded another copy of the DVD from Novell's website and tried
again. My results? The same error message at the same place. So I tend to
trust the media.

How do I trouble shoot this? What is "libsoip2" used for? Is there an
application that I can omit, just to get around the roadblock?

I'm running a D915PBL Intel board with a 1.7Ghz P4 hyper-thread processor
and 1Gb of DDR2 Ram. The brand new 40Gb HDD is hda, hdb is a 160Gb Seagate
that was, and still is, my former My Documents. The installer intends to
mount that volume as "Windows/C", if it should finish the install. While waiting,
I've successfully installed and am running SLES 10.1 for a reply from this thread.
Ron, 2006Nov08
 
Old 11-08-2006, 04:33 PM   #2
OldAl
Member
 
Registered: Oct 2006
Location: Canberra, Australia
Distribution: ubuntu MATE LTS
Posts: 102

Rep: Reputation: 15
In suse each directory on the install media has a file nemed "MD5SUMS" that lists all the files in the directory and md5 sums for each file.

It sounds as if for at least one file the installer has detected a discrepancy in the md5 value of a file.

BTW, a little Python script generates the MD5SUMS file for a directory specified in the script itself - it is a "home" version that requires some familiarity with editing of the scripts.

***************************************************
#!/usr/bin/python

'''
md5sums.py version 0.01, Copyright (C) 2006 Algis Kabaila.
md5sums.py comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions;
See the GNU General Public Licence for more details.

Purpose and usage:
md5sums.py - calculate and list md5sum for all files in a directory,
which is specified in the string "directory".
'''

import md5
import os

def doListMd5(directory):
" (directory) -> list of md5sums and rpm files. "
files = os.listdir(directory)
files.sort()
ll = []
for i in range(len(files)):
f = file(directory+files[i],"r")
ll.append(md5.new(f.read()).hexdigest()+" "+files[i])
f.close()
return ll


if __name__=="__main__":

## Testing of program:
## directory = "/home/kabalg/Documents/python/checkMD5/data/"
nameRoot = "/hdb2/data/10.1/iso_1/suse/"
## directory = nameRoot +"noarch/"
## directory = nameRoot +"i586/"
## directory = nameRoot +"i686/"
directory = nameRoot +"setup/descr/"
lx = doListMd5(directory)
fl = file(directory+"MD5SUMS","w")
for j in range(len(lx)):
print ".",
if (j +1) % 50 == 0:
print
fl.write(lx[j]+"\n")
print; print "Done!"
fl.close()
'''
0.00 2006-11-04 Read only *.rpm files.
0.01 2006-11-05 Read all files.
'''
***************************************************

HTH, even if just a little,

OldAl
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hangs-up after the Initial boot in Novell Linux Desktop 9 subz3ro SUSE / openSUSE 0 07-20-2006 03:42 AM
Novell Linux Desktop 10 beta 8 and novell client problem mklim Linux - Software 0 04-18-2006 03:31 PM
iCal for Novell Desktop? trumpetdork SUSE / openSUSE 3 03-18-2006 03:51 PM
anyone tried Novell Desktop Linux 9? 286 Linux - General 1 03-29-2005 05:36 PM
Novell Desktop 9 and wifi njschroe Linux - Laptop and Netbook 1 01-24-2005 04:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 12:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration