Re: [U2] UniSubroutine question with UOJ

2008-04-19 Thread Kate Stanton
It has always been thus.  You will notice that you can execute a UV program 
OK.


The solution we set up over 10 years ago still stands: use execute to do 
subroutines.


3 UV programs named something like: SRTN1, SRTN2, SRTN3, all using 
SRTN.COMMON


You are welcome to use these: suggestions welcome.

Notes:
-Our names are prefixed with PT (we call out utilities Pilot).
-the PTACT file contains a record for each active user, including if 
select list is active

-SP TEST and TEST.S are used to track diagnostic data in the TEST file

SRTN.COMMON contains:
001: *
002: *  Common areas for PTSRTN1, PTSRTN2 & PTSRTN3
003: *   PTSRTN.COMMON vn 02 18 JUN 2003 Copyright: Walstan Systems
004: *
005: COM /SRTN/ SID, ACNT, A1, A2, A3, A4, A5, A6 ;* For PTSRTN
006: COM /SELS/ SLYN  ;* Saved list Y/N

001: SUBROUTINE PTSRTN1(ID,SCNT,P1,P2,P3,P4,P5,P6)
002: *  Set up data for subroutine to execute from PC
003: *   PTSRTN1 vn 03 06 SEP 2007   Copyright: Walstan Systems
004: *
005: $INCLUDE BPT PTSRTN.COMMON
006: $INCLUDE BPT PT.COMMON
007: FN = 'PTSRTN1 ':ID  ;* Function name
008: $INCLUDE BPT TEST.COMMON;* For SP.TEST
009: SID = ID;* Name of srtn to call
010: ACNT = SCNT ;* No of arguments
011: A1 = P1 ;* 1st argument
012: A2 = P2 ;* 2nd argument
013: A3 = P3 ;* 3rd argument
014: A4 = P4 ;* 4st argument
015: A5 = P5 ;* 5th argument
016: A6 = P6 ;* 6th argument
017: CALL READ.S(FN,ACTR,'PTACT',ACTF,@USERNO)   ;* User activity
018: IF ACTR<25> NE "" THEN SLYN = 'Y' ELSE SLYN = 'N';* Active list
019: IF SP.TEST<13> = 'Y' THEN GOSUB 200 ;* Save call detail
020: RETURN
021: **
022: *  Save call detail  *
023: **
024: 200 MSG = 'Call   ':SID ;* Srtn to call
025: IF ACNT > 0 THEN MSG := '(':A1  ;* 1st parameter
026: IF ACNT > 1 THEN MSG := ',':A2  ;* 2nd parameter
027: IF ACNT > 2 THEN MSG := ',':A3  ;* 3rd parameter
028: IF ACNT > 3 THEN MSG := ',':A4  ;* 4th parameter
029: IF ACNT > 4 THEN MSG := ',':A5  ;* 5th parameter
030: IF ACNT > 5 THEN MSG := ',':A6  ;* 6th parameter
031: IF ACNT > 0 THEN MSG := ')' ;* Close brackets
032: CALL TEST.S(FN,MSG,TF)  ;* To show user
033: RETURN
034:   END

001: *
002: *  Execute a subroutine (so PC can provide user interface)
003: *   PTSRTN2 vn 02 18 JUN 2003   Copyright: Walstan Systems
004: *
005: $INCLUDE BPT PTSRTN.COMMON
013: FN = 'PTSRTN2 ':SID  ;* Function name
014: PROG = SID   ;* Program to call
*  removed lines here from the test version capturing a specific call
021: IF SLYN = 'Y' THEN   ;* Has active list
022:   SLID = '&SL':@USERNO   ;* Select list ID
023:   EXECUTE 'GET.LIST ':SLID CAPTURING X   ;* Activate the list
024: END
025: BEGIN CASE
026:   CASE ACNT = 0; CALL @PROG
027:   CASE ACNT = 1; CALL @PROG(A1)
028:   CASE ACNT = 2; CALL @PROG(A1,A2)
029:   CASE ACNT = 3; CALL @PROG(A1,A2,A3)
030:   CASE ACNT = 4; CALL @PROG(A1,A2,A3,A4)
031:   CASE ACNT = 5; CALL @PROG(A1,A2,A3,A4,A5)
032:   CASE ACNT = 6; CALL @PROG(A1,A2,A3,A4,A5,A6)
033:   CASE 1
034: PRINT 'PTSRTN.COMMON areas not set up to execute subroutine'
035: END CASE
036:  END

001: SUBROUTINE PTSRTN3(ID,PCNT,P1,P2,P3,P4,P5,P6)
002: *  Get results of executed subroutine
003: *   PTSRTN3 vn 02 06 SEP 2007   Copyright: Walstan Systems
004: *
005: $INCLUDE BPT PTSRTN.COMMON
006: FN = 'PTSRTN3 ':SID ;* Function name
007: $INCLUDE BPT TEST.COMMON;* For SP.TEST
008: ID = SID;* Subroutine called
009: PCNT = ACNT  ;* Arguments passed
010: P1 = A1  ;* 1st argument
011: P2 = A2  ;* 2nd argument
012: P3 = A3  ;* 3rd argument
013: P4 = A4  ;* 4st argument
014: P5 = A5  ;* 5th argument
015: P6 = A6  ;* 6th argument
016: IF SP.TEST<14> = 'Y' THEN GOSUB 200 ;* Save details
017: RETURN
018: *---*
019: *  Save details returned from the call  *
020: *-

RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Allen E. Elwood
I've always preferred roxio.  Nero has what I can only describe as a
'devilish' color scheme with flames and a kind of a devil face.yuk.
Looks like it was made by kids for kids.  Plus the interface assumes you are
stupid and can't navigate through a standard windows interfacegaaa

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dave Taylor
Sent: Saturday, April 19, 2008 17:01
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Downloading and Installing RHEL Desktop 5.1 From
Scratch


Larry, Bill, Allen, David,

You all hit the bulls-eye.

But, I'm running XP Pro 2002 SP2 and I can not find any mention of BURN CD
or DVD Manager or CopyToDVD in the help section.

I have old copies of both Nero and Roxio, but they do not mention iso type
files.

Since I need to purchase a current copy of either Nero or Roxio, do any of
you have a preference between the two?

Thanks again for your help,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
- Original Message -
From: "Bill Haskett" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, April 19, 2008 2:28 PM
Subject: RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch


> Dave:
>
> I hate to suggest this but did you burn an ISO image with the proper XP
> burning
> software that does this properly?  If not, then the drag'n drop won't
> read.
>
> So, on my machine I use CopyToDVD (I think) and open the DVD manager.  I
> then drag'n
> drop the ISO image and the software puts it properly on my machine.
>
> Sorry if you've already done this.
>
> Bill
>
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:owner-u2-
>>[EMAIL PROTECTED] On Behalf Of Dave Taylor
>>Sent: Saturday, April 19, 2008 12:09 PM
>>To: u2-users@listserver.u2ug.org
>>Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch
>>
>>Well, here it is Saturday morning and my long-anticipated weekend project
>>of
>>installing Universe on Linux has just come to a screeching halt.
>>
>>I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
>>using
>>Windows XPPro.
>>
>>When I install the the CD-ROM on the new machine with only the CD-ROM
>>drive
>>designated as a bootable device, I get a message:
>>
>> "Boot Error. System Halted."
>>
>>I tried to install it on my laptop and it failed to install there also.
>>
>>The CD-ROM drive read lite came on in both cases, so I believe that it's
>>reading the CD-ROM but not finding what it expects to find.
>>
>>Using Explorer to view the download or the burned image, I see only one
>>icon
>>representing an unknown file type.
>>
>>I don't see any individual folders or files within the image.
>>
>>To fail this early in the process suggests that I'm doing something very
>>wrong.
>>
>>Any suggestions?
>>
>>tia,
>>
>>Dave
>>
>>Dave Taylor
>>Sysmark Information Systems, Inc.
>>Authorized IBM Business Partner
>>49 Aspen Way
>>Rolling Hills Estates, CA 90274
>>(O) 800-SYSMARK (800-797-6275)
>>(F) 310-377-3550
>>(C) 310-561-5200
>>www.sysmarkinfo.com
>>---
>>u2-users mailing list
>>u2-users@listserver.u2ug.org
>>To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread David Scoggins
There's a free utility called ISO Recorder I've used that works pretty
well.  Download from http://isorecorder.alexfeinman.com.



On Sat, Apr 19, 2008 at 8:00 PM, Dave Taylor <[EMAIL PROTECTED]> wrote:
> Larry, Bill, Allen, David,
>
>  You all hit the bulls-eye.
>
>  But, I'm running XP Pro 2002 SP2 and I can not find any mention of BURN CD
> or DVD Manager or CopyToDVD in the help section.
>
>  I have old copies of both Nero and Roxio, but they do not mention iso type
> files.
>
>  Since I need to purchase a current copy of either Nero or Roxio, do any of
> you have a preference between the two?
>
>  Thanks again for your help,
>
>
>  Dave
>
>  Dave Taylor
>  Sysmark Information Systems, Inc.
>  Authorized IBM Business Partner
>  49 Aspen Way
>  Rolling Hills Estates, CA 90274
>  (O) 800-SYSMARK (800-797-6275)
>  (F) 310-377-3550
>  (C) 310-561-5200
>  www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread David Murray
Dave,

I use Nero. Most versions of Nero have the iso ability.

The easiest way is to start Nero Express and then select the 'Image,
Project, Copy' menu option.  Then look for the 'Record a disk from disk
image previously recorded onto hard drive' option. Then when prompted,
navigate to the ISO (you may have to change the file type to see the ISO as
Nero has a .nrg format by default) and way you go.

If you want to purchase, I have found Nero to rather buggy and the latest
release (Nero 8) is just bloatware that continuously aborts and breaks.

Good luck.

Cheers,

David Murray



*   
Learn and do 
*   Excel and share 
 
http://u2blog.org

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor
Sent: Saturday, April 19, 2008 8:00 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

Larry, Bill, Allen, David,

You all hit the bulls-eye.

But, I'm running XP Pro 2002 SP2 and I can not find any mention of BURN CD
or DVD Manager or CopyToDVD in the help section.

I have old copies of both Nero and Roxio, but they do not mention iso type
files.

Since I need to purchase a current copy of either Nero or Roxio, do any of
you have a preference between the two?

Thanks again for your help,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
- Original Message -
From: "Bill Haskett" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, April 19, 2008 2:28 PM
Subject: RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch


> Dave:
>
> I hate to suggest this but did you burn an ISO image with the proper XP
> burning
> software that does this properly?  If not, then the drag'n drop won't
> read.
>
> So, on my machine I use CopyToDVD (I think) and open the DVD manager.  I
> then drag'n
> drop the ISO image and the software puts it properly on my machine.
>
> Sorry if you've already done this.
>
> Bill
>
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:owner-u2-
>>[EMAIL PROTECTED] On Behalf Of Dave Taylor
>>Sent: Saturday, April 19, 2008 12:09 PM
>>To: u2-users@listserver.u2ug.org
>>Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch
>>
>>Well, here it is Saturday morning and my long-anticipated weekend project
>>of
>>installing Universe on Linux has just come to a screeching halt.
>>
>>I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
>>using
>>Windows XPPro.
>>
>>When I install the the CD-ROM on the new machine with only the CD-ROM
>>drive
>>designated as a bootable device, I get a message:
>>
>> "Boot Error. System Halted."
>>
>>I tried to install it on my laptop and it failed to install there also.
>>
>>The CD-ROM drive read lite came on in both cases, so I believe that it's
>>reading the CD-ROM but not finding what it expects to find.
>>
>>Using Explorer to view the download or the burned image, I see only one
>>icon
>>representing an unknown file type.
>>
>>I don't see any individual folders or files within the image.
>>
>>To fail this early in the process suggests that I'm doing something very
>>wrong.
>>
>>Any suggestions?
>>
>>tia,
>>
>>Dave
>>
>>Dave Taylor
>>Sysmark Information Systems, Inc.
>>Authorized IBM Business Partner
>>49 Aspen Way
>>Rolling Hills Estates, CA 90274
>>(O) 800-SYSMARK (800-797-6275)
>>(F) 310-377-3550
>>(C) 310-561-5200
>>www.sysmarkinfo.com
>>---
>>u2-users mailing list
>>u2-users@listserver.u2ug.org
>>To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Bill Haskett
Dave:

I bought an IBM Thinkpad several years ago.  Unfortunately, I wiped the drive 
clean
and installed my MSDN copy of Windows XP (free).  By taking this action, I 
wiped out
the IBM hidden partition with their software on it.

So, IBM informed me their license agreement with various software vendors 
precluded
them from providing me with a DVD (or CD) of the various software products 
advertised
that came with the computer.  I therefore had to go out and buy everything I 
needed
(so much for the new Chinese Lenovo brand).

I bought "1 Click DVD Copy" and it came with CopyToDVD, which works fairly 
well.  I
also had to buy WinDVD to play movies.  Oh well, I think I'll buy a MacBook Pro 
next
time.  :-)

My Dell desktop here in the office has an old copy of "Roxio CD Creator 5" on 
it.  It
works fine too.

Bill

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Dave Taylor
>Sent: Saturday, April 19, 2008 5:01 PM
>To: u2-users@listserver.u2ug.org
>Subject: Re: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch
>
>Larry, Bill, Allen, David,
>
>You all hit the bulls-eye.
>
>But, I'm running XP Pro 2002 SP2 and I can not find any mention of BURN CD
>or DVD Manager or CopyToDVD in the help section.
>
>I have old copies of both Nero and Roxio, but they do not mention iso type
>files.
>
>Since I need to purchase a current copy of either Nero or Roxio, do any of
>you have a preference between the two?
>
>Thanks again for your help,
>
>Dave
>
>Dave Taylor
>Sysmark Information Systems, Inc.
>Authorized IBM Business Partner
>49 Aspen Way
>Rolling Hills Estates, CA 90274
>(O) 800-SYSMARK (800-797-6275)
>(F) 310-377-3550
>(C) 310-561-5200
>www.sysmarkinfo.com
>- Original Message -
>From: "Bill Haskett" <[EMAIL PROTECTED]>
>To: 
>Sent: Saturday, April 19, 2008 2:28 PM
>Subject: RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch
>
>
>> Dave:
>>
>> I hate to suggest this but did you burn an ISO image with the proper XP
>> burning
>> software that does this properly?  If not, then the drag'n drop won't
>> read.
>>
>> So, on my machine I use CopyToDVD (I think) and open the DVD manager.  I
>> then drag'n
>> drop the ISO image and the software puts it properly on my machine.
>>
>> Sorry if you've already done this.
>>
>> Bill
>>
>>>-Original Message-
>>>From: [EMAIL PROTECTED] [mailto:owner-u2-
>>>[EMAIL PROTECTED] On Behalf Of Dave Taylor
>>>Sent: Saturday, April 19, 2008 12:09 PM
>>>To: u2-users@listserver.u2ug.org
>>>Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch
>>>
>>>Well, here it is Saturday morning and my long-anticipated weekend project
>>>of
>>>installing Universe on Linux has just come to a screeching halt.
>>>
>>>I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
>>>using
>>>Windows XPPro.
>>>
>>>When I install the the CD-ROM on the new machine with only the CD-ROM
>>>drive
>>>designated as a bootable device, I get a message:
>>>
>>> "Boot Error. System Halted."
>>>
>>>I tried to install it on my laptop and it failed to install there also.
>>>
>>>The CD-ROM drive read lite came on in both cases, so I believe that it's
>>>reading the CD-ROM but not finding what it expects to find.
>>>
>>>Using Explorer to view the download or the burned image, I see only one
>>>icon
>>>representing an unknown file type.
>>>
>>>I don't see any individual folders or files within the image.
>>>
>>>To fail this early in the process suggests that I'm doing something very
>>>wrong.
>>>
>>>Any suggestions?
>>>
>>>tia,
>>>
>>>Dave
>>>
>>>Dave Taylor
>>>Sysmark Information Systems, Inc.
>>>Authorized IBM Business Partner
>>>49 Aspen Way
>>>Rolling Hills Estates, CA 90274
>>>(O) 800-SYSMARK (800-797-6275)
>>>(F) 310-377-3550
>>>(C) 310-561-5200
>>>www.sysmarkinfo.com
>>>---
>>>u2-users mailing list
>>>u2-users@listserver.u2ug.org
>>>To unsubscribe please visit http://listserver.u2ug.org/
>> ---
>> u2-users mailing list
>> u2-users@listserver.u2ug.org
>> To unsubscribe please visit http://listserver.u2ug.org/
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Dave Taylor

Larry, Bill, Allen, David,

You all hit the bulls-eye.

But, I'm running XP Pro 2002 SP2 and I can not find any mention of BURN CD 
or DVD Manager or CopyToDVD in the help section.


I have old copies of both Nero and Roxio, but they do not mention iso type 
files.


Since I need to purchase a current copy of either Nero or Roxio, do any of 
you have a preference between the two?


Thanks again for your help,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
- Original Message - 
From: "Bill Haskett" <[EMAIL PROTECTED]>

To: 
Sent: Saturday, April 19, 2008 2:28 PM
Subject: RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch



Dave:

I hate to suggest this but did you burn an ISO image with the proper XP
burning
software that does this properly?  If not, then the drag'n drop won't
read.

So, on my machine I use CopyToDVD (I think) and open the DVD manager.  I
then drag'n
drop the ISO image and the software puts it properly on my machine.

Sorry if you've already done this.

Bill


-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-u2-
[EMAIL PROTECTED] On Behalf Of Dave Taylor
Sent: Saturday, April 19, 2008 12:09 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

Well, here it is Saturday morning and my long-anticipated weekend project
of
installing Universe on Linux has just come to a screeching halt.

I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
using
Windows XPPro.

When I install the the CD-ROM on the new machine with only the CD-ROM
drive
designated as a bootable device, I get a message:

"Boot Error. System Halted."

I tried to install it on my laptop and it failed to install there also.

The CD-ROM drive read lite came on in both cases, so I believe that it's
reading the CD-ROM but not finding what it expects to find.

Using Explorer to view the download or the burned image, I see only one
icon
representing an unknown file type.

I don't see any individual folders or files within the image.

To fail this early in the process suggests that I'm doing something very
wrong.

Any suggestions?

tia,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Jeff Powell
If you burned the CD correctly this is what you should see on the DVD
when you put it in the drive and do a DIR on the drive.

Cluster README-ja.html RELEASE-NOTES-en
RELEASE-NOTES-ta.html RELEASE-NOTES-U1-or.html
ClusterStorage  README-kn.html RELEASE-NOTES-en.html
RELEASE-NOTES-te.html RELEASE-NOTES-U1-pa.html
EULAREADME-ko.html RELEASE-NOTES-es.html
RELEASE-NOTES-U1-as.html  RELEASE-NOTES-U1-pt_BR.html
eula.en_US  README-ml.html RELEASE-NOTES-fr.html
RELEASE-NOTES-U1-bn.html  RELEASE-NOTES-U1-ru.html
GPL README-mr.html RELEASE-NOTES-gu.html
RELEASE-NOTES-U1-de.html  RELEASE-NOTES-U1-si.html
images  README-or.html RELEASE-NOTES-hi.html
RELEASE-NOTES-U1-en   RELEASE-NOTES-U1-ta.html
isolinuxREADME-pa.html RELEASE-NOTES-it.html
RELEASE-NOTES-U1-en.html  RELEASE-NOTES-U1-te.html
README-as.html  README-pt_BR.html  RELEASE-NOTES-ja.html
RELEASE-NOTES-U1-es.html  RELEASE-NOTES-U1-zh_CN.html
README-bn.html  README-ru.html RELEASE-NOTES-kn.html
RELEASE-NOTES-U1-fr.html  RELEASE-NOTES-U1-zh_TW.html
README-de.html  README-si.html RELEASE-NOTES-ko.html
RELEASE-NOTES-U1-gu.html  RELEASE-NOTES-zh_CN.html
README-en   README-ta.html RELEASE-NOTES-ml.html
RELEASE-NOTES-U1-hi.html  RELEASE-NOTES-zh_TW.html
README-en.html  README-te.html RELEASE-NOTES-mr.html
RELEASE-NOTES-U1-it.html  RPM-GPG-KEY-redhat-beta
README-es.html  README-zh_CN.html  RELEASE-NOTES-or.html
RELEASE-NOTES-U1-ja.html  RPM-GPG-KEY-redhat-release
README-fr.html  README-zh_TW.html  RELEASE-NOTES-pa.html
RELEASE-NOTES-U1-kn.html  Server
README-gu.html  RELEASE-NOTES-as.html  RELEASE-NOTES-pt_BR.html
RELEASE-NOTES-U1-ko.html  TRANS.TBL
README-hi.html  RELEASE-NOTES-bn.html  RELEASE-NOTES-ru.html
RELEASE-NOTES-U1-ml.html  VT
README-it.html  RELEASE-NOTES-de.html  RELEASE-NOTES-si.html
RELEASE-NOTES-U1-mr.html

On Sat, 2008-04-19 at 12:08 -0700, Dave Taylor wrote:

> Well, here it is Saturday morning and my long-anticipated weekend project of
> installing Universe on Linux has just come to a screeching halt.
> 
> I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM using
> Windows XPPro.
> 
> When I install the the CD-ROM on the new machine with only the CD-ROM drive
> designated as a bootable device, I get a message:
> 
>  "Boot Error. System Halted."
> 
> I tried to install it on my laptop and it failed to install there also.
> 
> The CD-ROM drive read lite came on in both cases, so I believe that it's
> reading the CD-ROM but not finding what it expects to find.
> 
> Using Explorer to view the download or the burned image, I see only one icon
> representing an unknown file type.
> 
> I don't see any individual folders or files within the image.
> 
> To fail this early in the process suggests that I'm doing something very
> wrong.
> 
> Any suggestions?
> 
> tia,
> 
> Dave
> 
> Dave Taylor
> Sysmark Information Systems, Inc.
> Authorized IBM Business Partner
> 49 Aspen Way
> Rolling Hills Estates, CA 90274
> (O) 800-SYSMARK (800-797-6275)
> (F) 310-377-3550
> (C) 310-561-5200
> www.sysmarkinfo.com
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Larry Hiscock
Sounds like you just wrote the .iso file to the CD.  You need to use an
image burning program, like Roxio or Nero or {insert favourite here}.  There
is generally an option in these programs to burn an .iso image to the CD.
The CD writing ability of WinXP does not contain this feature.

Larry Hiscock
Western Computer Services


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor
Sent: Saturday, April 19, 2008 12:09 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

Well, here it is Saturday morning and my long-anticipated weekend project of
installing Universe on Linux has just come to a screeching halt.

I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
using
Windows XPPro.

When I install the the CD-ROM on the new machine with only the CD-ROM drive
designated as a bootable device, I get a message:

 "Boot Error. System Halted."

I tried to install it on my laptop and it failed to install there also.

The CD-ROM drive read lite came on in both cases, so I believe that it's
reading the CD-ROM but not finding what it expects to find.

Using Explorer to view the download or the burned image, I see only one icon
representing an unknown file type.

I don't see any individual folders or files within the image.

To fail this early in the process suggests that I'm doing something very
wrong.

Any suggestions?

tia,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Allen E. Elwood
I remember when using roxio to create a boot disk there was some little box
you had to click somewhere to make sure that the disk would be a bootable
disk.  Sorry, it's been years since I did that so I'm not sure where it is.
But a disk image along is not bootable.  It's something extra that has to be
added at the time of the burn. hth, Allen

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dave Taylor
Sent: Saturday, April 19, 2008 12:09
To: u2-users@listserver.u2ug.org
Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch


Well, here it is Saturday morning and my long-anticipated weekend project of
installing Universe on Linux has just come to a screeching halt.

I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
using
Windows XPPro.

When I install the the CD-ROM on the new machine with only the CD-ROM drive
designated as a bootable device, I get a message:

 "Boot Error. System Halted."

I tried to install it on my laptop and it failed to install there also.

The CD-ROM drive read lite came on in both cases, so I believe that it's
reading the CD-ROM but not finding what it expects to find.

Using Explorer to view the download or the burned image, I see only one icon
representing an unknown file type.

I don't see any individual folders or files within the image.

To fail this early in the process suggests that I'm doing something very
wrong.

Any suggestions?

tia,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Bill Haskett
Dave:

I hate to suggest this but did you burn an ISO image with the proper XP burning
software that does this properly?  If not, then the drag'n drop won't read.

So, on my machine I use CopyToDVD (I think) and open the DVD manager.  I then 
drag'n
drop the ISO image and the software puts it properly on my machine.

Sorry if you've already done this.

Bill

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Dave Taylor
>Sent: Saturday, April 19, 2008 12:09 PM
>To: u2-users@listserver.u2ug.org
>Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch
>
>Well, here it is Saturday morning and my long-anticipated weekend project of
>installing Universe on Linux has just come to a screeching halt.
>
>I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM using
>Windows XPPro.
>
>When I install the the CD-ROM on the new machine with only the CD-ROM drive
>designated as a bootable device, I get a message:
>
> "Boot Error. System Halted."
>
>I tried to install it on my laptop and it failed to install there also.
>
>The CD-ROM drive read lite came on in both cases, so I believe that it's
>reading the CD-ROM but not finding what it expects to find.
>
>Using Explorer to view the download or the burned image, I see only one icon
>representing an unknown file type.
>
>I don't see any individual folders or files within the image.
>
>To fail this early in the process suggests that I'm doing something very
>wrong.
>
>Any suggestions?
>
>tia,
>
>Dave
>
>Dave Taylor
>Sysmark Information Systems, Inc.
>Authorized IBM Business Partner
>49 Aspen Way
>Rolling Hills Estates, CA 90274
>(O) 800-SYSMARK (800-797-6275)
>(F) 310-377-3550
>(C) 310-561-5200
>www.sysmarkinfo.com
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Raul_Dominguez
What program did you use to do the burn?

You need something that can burn an image, like roxio.

Raul Dominguez



- Original Message -
From: "Dave Taylor" [EMAIL PROTECTED]
Sent: 04/19/2008 12:08 PM MST
To: 
Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch



Well, here it is Saturday morning and my long-anticipated weekend project of
installing Universe on Linux has just come to a screeching halt.

I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM using
Windows XPPro.

When I install the the CD-ROM on the new machine with only the CD-ROM drive
designated as a bootable device, I get a message:

 "Boot Error. System Halted."

I tried to install it on my laptop and it failed to install there also.

The CD-ROM drive read lite came on in both cases, so I believe that it's
reading the CD-ROM but not finding what it expects to find.

Using Explorer to view the download or the burned image, I see only one icon
representing an unknown file type.

I don't see any individual folders or files within the image.

To fail this early in the process suggests that I'm doing something very
wrong.

Any suggestions?

tia,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread David Murray
Dave,

Sounds like the ISO was not burned to the CD/DVD correctly.

A ISO is a CD/DVD image file and has to be burned to a CD/DVD in a special
way. Products like Nero do this. MS-Windows does not.

Hope this helps,

Cheers,

David Murray
RCHE 


*   
Learn and do 
*   Excel and share 
 
http://u2blog.org

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor
Sent: Saturday, April 19, 2008 3:09 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

Well, here it is Saturday morning and my long-anticipated weekend project of
installing Universe on Linux has just come to a screeching halt.

I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM
using Windows XPPro.

When I install the the CD-ROM on the new machine with only the CD-ROM drive
designated as a bootable device, I get a message:

 "Boot Error. System Halted."

I tried to install it on my laptop and it failed to install there also.

The CD-ROM drive read lite came on in both cases, so I believe that it's
reading the CD-ROM but not finding what it expects to find.

Using Explorer to view the download or the burned image, I see only one icon
representing an unknown file type.

I don't see any individual folders or files within the image.

To fail this early in the process suggests that I'm doing something very
wrong.

Any suggestions?

tia,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-19 Thread Dave Taylor
Well, here it is Saturday morning and my long-anticipated weekend project of
installing Universe on Linux has just come to a screeching halt.

I downloaded RHEL 5.1 Desktop and burned the disk1 cd image to a CD-ROM using
Windows XPPro.

When I install the the CD-ROM on the new machine with only the CD-ROM drive
designated as a bootable device, I get a message:

 "Boot Error. System Halted."

I tried to install it on my laptop and it failed to install there also.

The CD-ROM drive read lite came on in both cases, so I believe that it's
reading the CD-ROM but not finding what it expects to find.

Using Explorer to view the download or the burned image, I see only one icon
representing an unknown file type.

I don't see any individual folders or files within the image.

To fail this early in the process suggests that I'm doing something very
wrong.

Any suggestions?

tia,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/