Re: SLES8 Install Problems

2003-02-28 Thread Matt Zimmerman
On Thu, Feb 27, 2003 at 10:22:55AM +0100, Stefan Gybas wrote:

> Noll, Ralph wrote:
>
> >zvmlinx4:/mnt # mount -t smbfs -o username=rnoll //10.201.18.9/cdrom
> >/mnt/cdrom
> >3481: session request to 10.201.18.9 failed (Called name not present)
> >3481: session request to 10 failed (Called name not present)
>
> Try using the hostname instead of the IP address. It looks like mount is
> interpreting "10.201.18.9" as a hostname with domain. You might also
> need to add this host to /etc/hosts or /etc/lmhosts if it can't be found
> by the mount command.
>
> Another possible mistake might be an incorrect domain or workgroup name
> in /etc/samba/smb.conf or a case mismatch of the share name. Does
> "smbclient -L " work?

If this is a fully installed system, the answer is probably "apt-get install
smbfs".  If it is the installer, I do not think this will work.

--
 - mdz


Re: SLES8 Install Problems

2003-02-27 Thread Richard Hitt
Hi, Ralph

Despite those apparent error messages, your mount might have been
successful.  I got similar messages on a test I'm doing, and yet when I
issued "mount" the share actually showed up and was usable.
Richard Hitt   [EMAIL PROTECTED]

Noll, Ralph wrote:

works fine on a suse box.. just not Debian

zvmlinx4:/mnt # mount -t smbfs -o username=rnoll //10.201.18.9/cdrom   /mnt/cdrom
3481: session request to 10.201.18.9 failed (Called name not present)
3481: session request to 10 failed (Called name not present)
Password:
zvmlinx4:/mnt #



Re: SLES8 Install Problems

2003-02-27 Thread Susanne Oberhauser
Sergey Korzhevsky <[EMAIL PROTECTED]> writes:

> zvmlinx4:/mnt # mount -t smbfs -o username=rnoll //10.201.18.9/cdrom
> /mnt/cdrom
> 3481: session request to 10.201.18.9 failed (Called name not present)
> 3481: session request to 10 failed (Called name not present)
> Password:
> zvmlinx4:/mnt #

IIRC setting LOGNAME or USER (or both, I don't remember) might help.

export LOGNAME=rnoll
export USER=rnoll
mount -t smbfs -o username=rnoll,... //10.201.18.9/cdrom


that's a feature^wbug of smbmount.

Choosing smb as installation source in the installation dialogs should
work however.

-- 
Susanne Oberhauser penguins SuSE Linux AG
+49-911-74053-574enjoy  Deutschherrnstr. 15-19
<[EMAIL PROTECTED]> dinosaurs90429 Nürnberg


Re: SLES8 Install Problems

2003-02-27 Thread Matt Zimmerman
On Thu, Feb 27, 2003 at 10:56:26AM +0200, Sergey Korzhevsky wrote:

> Noll, did you read the subject? I can't find anything about Debian!
>
> So it looks like your kernel hasn't support for smbfs.
> Check smbfs in /proc/filesystems (what was included in the kernel) an
> check file /lib/modules/YOUR-KERNEL-VERSION/kernel/fs/smbfs/smbfs.o  - not
> included, but presents as module.
>
> If you can't find this, recompile your kernel.

The problem is likely not with the kernel.  Neither the standard mount
program nor the busybox one support mounting smbfs shares; they require a
separate mount.smbfs program.  I do not think this is present in the Debian
installer.

This works fine using a fully installed system with the smbfs package
installed, but to mount an smbfs filesystem in the installer will require
some tweaking.

--
 - mdz


Re: SLES8 Install Problems

2003-02-27 Thread Stefan Gybas
Noll, Ralph wrote:

zvmlinx4:/mnt # mount -t smbfs -o username=rnoll //10.201.18.9/cdrom   /mnt/cdrom
3481: session request to 10.201.18.9 failed (Called name not present)
3481: session request to 10 failed (Called name not present)
Try using the hostname instead of the IP address. It looks like mount is
interpreting "10.201.18.9" as a hostname with domain. You might also
need to add this host to /etc/hosts or /etc/lmhosts if it can't be found
by the mount command.
Another possible mistake might be an incorrect domain or workgroup name
in /etc/samba/smb.conf or a case mismatch of the share name. Does
"smbclient -L " work?
Regards,
Stefan Gybas


Re: SLES8 Install Problems

2003-02-27 Thread Sergey Korzhevsky
Noll, did you read the subject? I can't find anything about Debian!

So it looks like your kernel hasn't support for smbfs.
Check smbfs in /proc/filesystems (what was included in the kernel) an
check file /lib/modules/YOUR-KERNEL-VERSION/kernel/fs/smbfs/smbfs.o  - not
included, but presents as module.

If you can't find this, recompile your kernel.





WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 20:40
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
    cc:
    Subject:Re: SLES8 Install Problems


works fine on a suse box.. just not Debian

zvmlinx4:/mnt # mount -t smbfs -o username=rnoll //10.201.18.9/cdrom
/mnt/cdrom
3481: session request to 10.201.18.9 failed (Called name not present)
3481: session request to 10 failed (Called name not present)
Password:
zvmlinx4:/mnt #

i guess just something with debian

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 8:46 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


sles8:/mnt #  mount -t smbfs -o username=Sergey,password=*
//korzhevsky-se/cdrom /mnt/tmp
INFO: Debug class all level = 1   (pid 2533 from pid 2533)
sles8:/mnt #


Try to share for everyone, use -o guest, and check access from another
Windows.



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 16:27
Please respond to Linux on 390 Port


To:     [EMAIL PROTECTED]
cc:
Subject:Re: SLES8 Install Problems


zvmlinx5:/home/rnoll# mount -t smbfs -o username=rnoll,password=football4
//10.201.18.2/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on //10.201.18.2/cdrom,
or too many mounted file systems
zvmlinx5:/home/rnoll#

cd is shared on windows tried the mount.. above

Ralph

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:12 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


You should share your CDROM on Windows, then on linux


mount -t smbfs -o username=USER,password=PASSWD   //10.201.18.2/cdrom
/mnt/tmp



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 03:18
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: SLES8 Install Problems


what is the mount command and the type to mount my cdrom from my windows
box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free
and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my
current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the
file
>access alias to /cdrom so the install can find it.

**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-26 Thread John Summerfield
> iso9660
>
> Jon R. Doyle
> Sendmail Inc.
> 6425 Christie Ave
> Emeryville, Ca. 94608
>
>
>(o_
>(o_   (o_   //\
>(/)_  (\)_  V_/_
>
>
>
> On Tue, 25 Feb 2003, Noll, Ralph wrote:
>
> > what is the mount command and the type to mount my cdrom from my windows bo
> x
> > to install a product from my win pc onto my linux machine
> >
> > mount -t ftp 10.201.18.2 /cdrom...
> > zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
> > mount: fs type ftp not supported by kernel
> > zvmlinx5:/#
> >
> > error message above

You're telling the system the filesystem is of type ftp. Linux doesn't know how
to handle a filesystemc called "ftp." This doesn't surprise me as I don't
either, though someone did write such a driver for OS/2 some years ago.

To mount a remote filesystem, you need to specify both the host and the
directory on the host.



> >
> >
> > Ralph
> >
> > -Original Message-
> > From: Scott Archer [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, February 25, 2003 11:02 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: SLES8 Install Problems
> >
> >
> > WAR-FTPD is a server that will work with a Linux install, unlike microsoft
> > ftp servers which only have a subset of the FTP command set. It is free and
> > can be found at http://www.jgaa.com/ Now I can install Linux from my window
> > workstation w/o having to bother the UNIX group to mount my CD on one of
> > their FTP servers.
> >
> > Chapter 5, page 23 (Making the installation data available via FTP)
> > describes the need for it.  It works well, in fact I'm replacing my current
> > FTP server with WAR-FTPD.
> >
> > Scott
> >
> >
> > At 09:19 AM 02/25/2003, you wrote:
> > >What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
> > >
> > >Eric Bielefeld
> > >Sr. MVS Systems Programmer
> > >P&H Mining Equipment
> > >Milwaukee, WI
> > >414-671-7849
> > >[EMAIL PROTECTED]
> > >
> > > >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
> > >Okay.. solved my space problem.  I'm doing an FTP install using
> > >WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
> > >install logs on at least 24 times without logging off.  Go figure. I set
> > >the max users to 4000.  Anyway now I can see all the packages and it
> > >says I have enough room. Another tip for WAR-FTPD users is to set the file
> > >access alias to /cdrom so the install can find it.
> >
> > **
> >   Scott Archer
> >
> > Mainframe Systems Administration, New Mexico State University
> > E-mail: [EMAIL PROTECTED]
> > URL: http://sarcher.nmsu.edu
> > Phone: (505)646-6186
> > **
> >
>

--
Cheers
John Summerfield

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my disposition.

==
If you don't like being told you're wrong,
be right!


Re: SLES8 Install Problems

2003-02-26 Thread Noll, Ralph
works fine on a suse box.. just not Debian

zvmlinx4:/mnt # mount -t smbfs -o username=rnoll //10.201.18.9/cdrom   /mnt/cdrom
3481: session request to 10.201.18.9 failed (Called name not present)
3481: session request to 10 failed (Called name not present)
Password:
zvmlinx4:/mnt #

i guess just something with debian

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 8:46 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


sles8:/mnt #  mount -t smbfs -o username=Sergey,password=*
//korzhevsky-se/cdrom /mnt/tmp
INFO: Debug class all level = 1   (pid 2533 from pid 2533)
sles8:/mnt #


Try to share for everyone, use -o guest, and check access from another
Windows.



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 16:27
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
        Subject:    Re: SLES8 Install Problems


zvmlinx5:/home/rnoll# mount -t smbfs -o username=rnoll,password=football4
//10.201.18.2/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on //10.201.18.2/cdrom,
or too many mounted file systems
zvmlinx5:/home/rnoll#

cd is shared on windows tried the mount.. above

Ralph

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:12 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


You should share your CDROM on Windows, then on linux


mount -t smbfs -o username=USER,password=PASSWD   //10.201.18.2/cdrom
/mnt/tmp



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 03:18
Please respond to Linux on 390 Port


To:     [EMAIL PROTECTED]
cc:
Subject:Re: SLES8 Install Problems


what is the mount command and the type to mount my cdrom from my windows
box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free
and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my
current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the
file
>access alias to /cdrom so the install can find it.

**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-26 Thread Noll, Ralph
zvmlinx5:/home/rnoll# mount -t smbfs -o username=rnoll //10.201.18.9/cdrom   /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on //10.201.18.9/cdrom,
   or too many mounted file systems
zvmlinx5:/home/rnoll#

same thing on another win box


-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 8:46 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


sles8:/mnt #  mount -t smbfs -o username=Sergey,password=*
//korzhevsky-se/cdrom /mnt/tmp
INFO: Debug class all level = 1   (pid 2533 from pid 2533)
sles8:/mnt #


Try to share for everyone, use -o guest, and check access from another
Windows.



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 16:27
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
        Subject:    Re: SLES8 Install Problems


zvmlinx5:/home/rnoll# mount -t smbfs -o username=rnoll,password=football4
//10.201.18.2/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on //10.201.18.2/cdrom,
or too many mounted file systems
zvmlinx5:/home/rnoll#

cd is shared on windows tried the mount.. above

Ralph

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:12 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


You should share your CDROM on Windows, then on linux


mount -t smbfs -o username=USER,password=PASSWD   //10.201.18.2/cdrom
/mnt/tmp



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 03:18
Please respond to Linux on 390 Port


To:     [EMAIL PROTECTED]
cc:
Subject:Re: SLES8 Install Problems


what is the mount command and the type to mount my cdrom from my windows
box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free
and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my
current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the
file
>access alias to /cdrom so the install can find it.

**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-26 Thread Mark D Pace
>I'd recommend an install without SWAP to start...and use an entire 3390
>and see what happens.
>If that works then backdown on your disk space and see what the "default"
>install really needs.
>I used 2.6gb and had no problemsbut I think it needs even less than
>that.

>When I used swap and minidisks...I had similar problems...so I switched to
>NO SWAP and
>DEDICATED a 3390 to SLES8 and my install worked.

Okay I finally got an installation to work with a swap file.
Here is what I did.
200 - Virtual disk swap file - I use the CMSDDRXA technique to setup the
swap signature.
201 - Minidisk - CMS Formatted and Reserved

Start installation.
When you get to the DASD screen I entered  dasd=200-201.Load Module.
It will load the correct dasd modules even though they will not show up in
the list.
Select  ABORT.
You will be prompted that you have not selected any dasd, just continue on.
When you get the Selection Screen - Select Change/Partitions.
Select dasda1 -  your swap file.
In the box where it says  "Do not Format" - there is a dropdown box.  Make
sure that you change this to  82-SWAP.  It will then fill in SWAP for the
mount point.
For dasdb1 - I selected Format - and chose reiserfs for the file system.
The put /for the mount point.
Every things worked perfectly from then on.





Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
[EMAIL PROTECTED]
Office: 850.219.5184
Fax: 850.219.5050
http://www.mainline.com


Re: SLES8 Install Problems

2003-02-26 Thread Sergey Korzhevsky
sles8:/mnt #  mount -t smbfs -o username=Sergey,password=*
//korzhevsky-se/cdrom /mnt/tmp
INFO: Debug class all level = 1   (pid 2533 from pid 2533)
sles8:/mnt #


Try to share for everyone, use -o guest, and check access from another
Windows.



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 16:27
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
        Subject:    Re: SLES8 Install Problems


zvmlinx5:/home/rnoll# mount -t smbfs -o username=rnoll,password=football4
//10.201.18.2/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on //10.201.18.2/cdrom,
or too many mounted file systems
zvmlinx5:/home/rnoll#

cd is shared on windows tried the mount.. above

Ralph

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:12 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


You should share your CDROM on Windows, then on linux


mount -t smbfs -o username=USER,password=PASSWD   //10.201.18.2/cdrom
/mnt/tmp



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 03:18
Please respond to Linux on 390 Port


To:     [EMAIL PROTECTED]
cc:
Subject:Re: SLES8 Install Problems


what is the mount command and the type to mount my cdrom from my windows
box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free
and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my
current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the
file
>access alias to /cdrom so the install can find it.

**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-26 Thread Noll, Ralph
zvmlinx5:/home/rnoll# mount -t smbfs -o username=rnoll,password=football4   
//10.201.18.2/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on //10.201.18.2/cdrom,
   or too many mounted file systems
zvmlinx5:/home/rnoll#

cd is shared on windows tried the mount.. above

Ralph

-Original Message-
From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:12 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


You should share your CDROM on Windows, then on linux


mount -t smbfs -o username=USER,password=PASSWD   //10.201.18.2/cdrom /mnt/tmp



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 03:18
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
        Subject:    Re: SLES8 Install Problems


what is the mount command and the type to mount my cdrom from my windows
box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free
and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my
current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the
file
>access alias to /cdrom so the install can find it.

**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-26 Thread Sergey Korzhevsky
You should share your CDROM on Windows, then on linux


mount -t smbfs -o username=USER,password=PASSWD   //10.201.18.2/cdrom /mnt/tmp



WBR, Sergey




"Noll, Ralph" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
26.02.2003 03:18
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
        Subject:    Re: SLES8 Install Problems


what is the mount command and the type to mount my cdrom from my windows
box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free
and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my
current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the
file
>access alias to /cdrom so the install can find it.

**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-26 Thread Bellussi Giorgio
Either you 'd install ftpfs (lufs)http://freshmeat.net/releases/108584/
into your zvmlinx5 machine (I don't know if it works),
or you should install your packages via rpm (extracted from rpm man page):
(...omissis...)
  rpm {-F|--freshen} [install-options] PACKAGE_FILE ...
  This  will  upgrade  packages, but only if an earlier version
currently
  exists. The PACKAGE_FILE may be specified as an ftp  or  http
URL,  in
  which  case  the package will be downloaded before being
installed. See
  FTP/HTTP OPTIONS for information on rpm's internal ftp and http
client
  support.
(...omissis...)


Noll, Ralph wrote:

what is the mount command and the type to mount my cdrom from my windows box
to install a product from my win pc onto my linux machine
mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#
error message above

Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems
WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.
Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my current
FTP server with WAR-FTPD.
Scott

At 09:19 AM 02/25/2003, you wrote:


What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.

Eric Bielefeld
Sr. MVS Systems Programmer
P&H Mining Equipment
Milwaukee, WI
414-671-7849
[EMAIL PROTECTED]


[EMAIL PROTECTED] 02/24/03 04:56PM >>>


Okay.. solved my space problem.  I'm doing an FTP install using
WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
install logs on at least 24 times without logging off.  Go figure. I set
the max users to 4000.  Anyway now I can see all the packages and it
says I have enough room. Another tip for WAR-FTPD users is to set the file
access alias to /cdrom so the install can find it.

**
 Scott Archer
   Mainframe Systems Administration, New Mexico State University
   E-mail: [EMAIL PROTECTED]
   URL: http://sarcher.nmsu.edu
   Phone: (505)646-6186
**





Re: SLES8 Install Problems

2003-02-25 Thread Jon R. Doyle
iso9660

Jon R. Doyle
Sendmail Inc.
6425 Christie Ave
Emeryville, Ca. 94608


   (o_
   (o_   (o_   //\
   (/)_  (\)_  V_/_



On Tue, 25 Feb 2003, Noll, Ralph wrote:

> what is the mount command and the type to mount my cdrom from my windows box
> to install a product from my win pc onto my linux machine
>
> mount -t ftp 10.201.18.2 /cdrom...
> zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
> mount: fs type ftp not supported by kernel
> zvmlinx5:/#
>
> error message above
>
>
> Ralph
>
> -Original Message-
> From: Scott Archer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 25, 2003 11:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: SLES8 Install Problems
>
>
> WAR-FTPD is a server that will work with a Linux install, unlike microsoft
> ftp servers which only have a subset of the FTP command set. It is free and
> can be found at http://www.jgaa.com/ Now I can install Linux from my window
> workstation w/o having to bother the UNIX group to mount my CD on one of
> their FTP servers.
>
> Chapter 5, page 23 (Making the installation data available via FTP)
> describes the need for it.  It works well, in fact I'm replacing my current
> FTP server with WAR-FTPD.
>
> Scott
>
>
> At 09:19 AM 02/25/2003, you wrote:
> >What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
> >
> >Eric Bielefeld
> >Sr. MVS Systems Programmer
> >P&H Mining Equipment
> >Milwaukee, WI
> >414-671-7849
> >[EMAIL PROTECTED]
> >
> > >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
> >Okay.. solved my space problem.  I'm doing an FTP install using
> >WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
> >install logs on at least 24 times without logging off.  Go figure. I set
> >the max users to 4000.  Anyway now I can see all the packages and it
> >says I have enough room. Another tip for WAR-FTPD users is to set the file
> >access alias to /cdrom so the install can find it.
>
> **
>   Scott Archer
>
> Mainframe Systems Administration, New Mexico State University
> E-mail: [EMAIL PROTECTED]
> URL: http://sarcher.nmsu.edu
> Phone: (505)646-6186
> **
>


Re: SLES8 Install Problems

2003-02-25 Thread Noll, Ralph
what is the mount command and the type to mount my cdrom from my windows box
to install a product from my win pc onto my linux machine

mount -t ftp 10.201.18.2 /cdrom...
zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom
mount: fs type ftp not supported by kernel
zvmlinx5:/#

error message above


Ralph

-Original Message-
From: Scott Archer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.

Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my current
FTP server with WAR-FTPD.

Scott


At 09:19 AM 02/25/2003, you wrote:
>What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
>Eric Bielefeld
>Sr. MVS Systems Programmer
>P&H Mining Equipment
>Milwaukee, WI
>414-671-7849
>[EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>Okay.. solved my space problem.  I'm doing an FTP install using
>WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
>install logs on at least 24 times without logging off.  Go figure. I set
>the max users to 4000.  Anyway now I can see all the packages and it
>says I have enough room. Another tip for WAR-FTPD users is to set the file
>access alias to /cdrom so the install can find it.

**
  Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-25 Thread Scott Archer
WAR-FTPD is a server that will work with a Linux install, unlike microsoft
ftp servers which only have a subset of the FTP command set. It is free and
can be found at http://www.jgaa.com/ Now I can install Linux from my window
workstation w/o having to bother the UNIX group to mount my CD on one of
their FTP servers.
Chapter 5, page 23 (Making the installation data available via FTP)
describes the need for it.  It works well, in fact I'm replacing my current
FTP server with WAR-FTPD.
Scott

At 09:19 AM 02/25/2003, you wrote:
What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.

Eric Bielefeld
Sr. MVS Systems Programmer
P&H Mining Equipment
Milwaukee, WI
414-671-7849
[EMAIL PROTECTED]
>>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
Okay.. solved my space problem.  I'm doing an FTP install using
WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
install logs on at least 24 times without logging off.  Go figure. I set
the max users to 4000.  Anyway now I can see all the packages and it
says I have enough room. Another tip for WAR-FTPD users is to set the file
access alias to /cdrom so the install can find it.
**
 Scott Archer
   Mainframe Systems Administration, New Mexico State University
   E-mail: [EMAIL PROTECTED]
   URL: http://sarcher.nmsu.edu
   Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-25 Thread Michael.Megson
Eric... Here is the URL
http://www.jgaa.com/


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Eric Bielefeld
Sent: 25 February 2003 16:19
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.

Eric Bielefeld
Sr. MVS Systems Programmer
P&H Mining Equipment
Milwaukee, WI
414-671-7849
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
Okay.. solved my space problem.  I'm doing an FTP install using
WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
install logs on at least 24 times without logging off.  Go figure. I set
the max users to 4000.  Anyway now I can see all the packages and it
says I have enough room. Another tip for WAR-FTPD users is to set the file
access alias to /cdrom so the install can find it.

So now after the packages load, it says it can't mount the dasd it says it
already knows about.

Another problem for another day.

Thanks to the many folks on the list for all the suggestions and support.

Scott



+
This electronic mail transmission contains information from P & H Mining
Equipment
which is confidential, and is intended only for the use of the proper
addressee.
If you are not the intended recipient, please notify us immediately at the
return
address on this transmission, or by telephone at (414) 671-4400, and delete
this
message and any attachments from your system.  Unauthorized use, copying,
disclosing, distributing, or taking any action in reliance on the contents
of this
transmission is strictly prohibited and may be unlawful.

+


Re: SLES8 Install Problems

2003-02-25 Thread Michael.Megson
Eric,  WAR-FTPD is a FTP server ... rather than a client.
It is very good and very cheap.


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Eric Bielefeld
Sent: 25 February 2003 16:19
To: [EMAIL PROTECTED]
Subject: Re: SLES8 Install Problems


What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.

Eric Bielefeld
Sr. MVS Systems Programmer
P&H Mining Equipment
Milwaukee, WI
414-671-7849
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
Okay.. solved my space problem.  I'm doing an FTP install using
WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
install logs on at least 24 times without logging off.  Go figure. I set
the max users to 4000.  Anyway now I can see all the packages and it
says I have enough room. Another tip for WAR-FTPD users is to set the file
access alias to /cdrom so the install can find it.

So now after the packages load, it says it can't mount the dasd it says it
already knows about.

Another problem for another day.

Thanks to the many folks on the list for all the suggestions and support.

Scott



+
This electronic mail transmission contains information from P & H Mining
Equipment
which is confidential, and is intended only for the use of the proper
addressee.
If you are not the intended recipient, please notify us immediately at the
return
address on this transmission, or by telephone at (414) 671-4400, and delete
this
message and any attachments from your system.  Unauthorized use, copying,
disclosing, distributing, or taking any action in reliance on the contents
of this
transmission is strictly prohibited and may be unlawful.

+


Re: SLES8 Install Problems

2003-02-25 Thread Rich Smrcina
A free FTP server that runs under Windows.

On Tuesday 25 February 2003 09:19 am, you wrote:
> What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.
>
> Eric Bielefeld
> Sr. MVS Systems Programmer
> P&H Mining Equipment
> Milwaukee, WI
> 414-671-7849
> [EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
>
> Okay.. solved my space problem.  I'm doing an FTP install using
> WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
> install logs on at least 24 times without logging off.  Go figure. I set
> the max users to 4000.  Anyway now I can see all the packages and it
> says I have enough room. Another tip for WAR-FTPD users is to set the file
> access alias to /cdrom so the install can find it.
>
> So now after the packages load, it says it can't mount the dasd it says it
> already knows about.
>
> Another problem for another day.
>
> Thanks to the many folks on the list for all the suggestions and support.
>
> Scott
>
>
> +++
>++ This electronic mail transmission contains information from P
> & H Mining Equipment which is confidential, and is intended only for the
> use of the proper addressee. If you are not the intended recipient, please
> notify us immediately at the return address on this transmission, or by
> telephone at (414) 671-4400, and delete this message and any attachments
> from your system.  Unauthorized use, copying, disclosing, distributing, or
> taking any action in reliance on the contents of this transmission is
> strictly prohibited and may be unlawful.
> +++
>++

--
Rich Smrcina
Sr. Systems Engineer
Sytek Services, A Division of DSG
Milwaukee, WI
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Catch the WAVV!  Stay for Requirements and the Free for All!
Update your S/390 skills in 4 days for a very reasonable price.
WAVV 2003 in Winston-Salem, NC.
April 25-29, 2003
For details see http://www.wavv.org


Re: SLES8 Install Problems

2003-02-25 Thread Eric Bielefeld
What is WAR-FTPD?  FTPD I know, but WAR is unfamiliar to me.

Eric Bielefeld
Sr. MVS Systems Programmer
P&H Mining Equipment
Milwaukee, WI
414-671-7849
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 02/24/03 04:56PM >>>
Okay.. solved my space problem.  I'm doing an FTP install using
WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
install logs on at least 24 times without logging off.  Go figure. I set
the max users to 4000.  Anyway now I can see all the packages and it
says I have enough room. Another tip for WAR-FTPD users is to set the file
access alias to /cdrom so the install can find it.

So now after the packages load, it says it can't mount the dasd it says it
already knows about.

Another problem for another day.

Thanks to the many folks on the list for all the suggestions and support.

Scott


+
This electronic mail transmission contains information from P & H Mining Equipment
which is confidential, and is intended only for the use of the proper addressee.
If you are not the intended recipient, please notify us immediately at the return
address on this transmission, or by telephone at (414) 671-4400, and delete this
message and any attachments from your system.  Unauthorized use, copying,
disclosing, distributing, or taking any action in reliance on the contents of this
transmission is strictly prohibited and may be unlawful.
+


Re: SLES8 Install Problems

2003-02-24 Thread Scott Archer
Okay.. solved my space problem.  I'm doing an FTP install using
WAR-FTPD. I set the max users on the ftp server to 5 to be safe?. The
install logs on at least 24 times without logging off.  Go figure. I set
the max users to 4000.  Anyway now I can see all the packages and it
says I have enough room. Another tip for WAR-FTPD users is to set the file
access alias to /cdrom so the install can find it.
So now after the packages load, it says it can't mount the dasd it says it
already knows about.
Another problem for another day.

Thanks to the many folks on the list for all the suggestions and support.

Scott

At 04:03 PM 02/24/2003, you wrote:
>I just tried that, (and another 100 variations) and after I select the
>mount points (swap and / ) and it says it sees 2.2G of dasd, when I enter
>'next' and it tries the installation again, I still get the same msg about
>no proposal and not enough room for an install. ARG I've tried
>formatting outside by hand, marking them for format by the install
>process... no difference.
I also get the "No Proposal", but what I did was to Select Change and use
the partitioner to assign the mount points.
My problem now is that the load finished,  but when I reboot, apparently
the zipl.conf is not set up properly and it will not mount the file
systems.  Making almost no headway on this one.
I agree with you about them fouling up the install process.  The old way
worked very well.  They tried to make the new process prettier with X and
VNC, but all they really managed to do was make it more difficult.


Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
[EMAIL PROTECTED]
Office: 850.219.5184
Fax: 850.219.5050
http://www.mainline.com
**
 Scott Archer
   Mainframe Systems Administration, New Mexico State University
   E-mail: [EMAIL PROTECTED]
   URL: http://sarcher.nmsu.edu
   Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-24 Thread Mark D Pace
>I just tried that, (and another 100 variations) and after I select the
>mount points (swap and / ) and it says it sees 2.2G of dasd, when I enter
>'next' and it tries the installation again, I still get the same msg about
>no proposal and not enough room for an install. ARG I've tried
>formatting outside by hand, marking them for format by the install
>process... no difference.

I also get the "No Proposal", but what I did was to Select Change and use
the partitioner to assign the mount points.

My problem now is that the load finished,  but when I reboot, apparently
the zipl.conf is not set up properly and it will not mount the file
systems.  Making almost no headway on this one.

I agree with you about them fouling up the install process.  The old way
worked very well.  They tried to make the new process prettier with X and
VNC, but all they really managed to do was make it more difficult.



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
[EMAIL PROTECTED]
Office: 850.219.5184
Fax: 850.219.5050
http://www.mainline.com


Re: SLES8 Install Problems

2003-02-24 Thread Dave Myers
I'd recommend an install without SWAP to start...and use an entire 3390
and see what happens.
If that works then backdown on your disk space and see what the "default"
install really needs.
I used 2.6gb and had no problemsbut I think it needs even less than
that.

When I used swap and minidisks...I had similar problems...so I switched to
NO SWAP and
DEDICATED a 3390 to SLES8 and my install worked.

I also noticed that when I did not have enough disk space for "default"
install (during on of my many install attempts)
but I had enough for minimalSLES8 proceeded with the minimal install
and did not sufficiently warn me that
I was getting a MINIMAL installdidn't like that surprise too much...


Dave Myers
Denver Solutions Group
Senior Systems Engineer
Office Phone:   (303) 996-7112
Cellular Phone: (303) 619-0782
Home Office:    (303) 948-0027
Fax:  (303) 706.1713
e-mail: [EMAIL PROTECTED]



   

Scott Archer   

<[EMAIL PROTECTED]   To: [EMAIL PROTECTED] 
 
du>   cc:  

    Sent by: Linux    Subject: Re: SLES8 Install Problems  

on 390 Port

<[EMAIL PROTECTED] 
   
ARIST.EDU> 

   

   

02/24/2003 

10:09 AM   

Please respond 

to Linux on 390

Port   

   

   





At 09:08 AM 02/24/2003, Mark D Pace wrote:
> >I'm doing an FTP install which works perfectly until it's time to select
> >the software package.  I followed the partitioning instructions for DASD
> >from the cd docs and the many hints from this lists archives (dasdfmt
and
> >fdasd from an out-of-install putty session before the accept).  All the
> >mounts look good. Then I get the infamous messages on the Installation
> >Settings screen about Not enough disk space even for a minimal
> >installation! and the *ERROR: No proposal.
>
> >How do I set the proposal? I go into the Software Selection screen and
all
> >that is displayed is the detailed selection option.  When I go into that
> >option there are no files displayed at all.
>
>I'm fighting the same thing right now.  I did dasdfmt and fdasd manually
>and then what I finally did was to press ABORT on the dasd screen and the
>process continues on without any problem. Once you get to the Installation
>Settings screen you select Change and you can partition your dasd and
>select your swap device by entering swap for the mount point (very
>intuitive, NOT).
Thanks Mark,

I just tried that, (and another 100 variations) and after I select the
mount points (swap and / ) and it says it sees 2.2G of dasd, when I enter
'next' and it tries the installation again, I still get the same msg about
no proposal and not enough room for an install. ARG I've tried
formatting out

Re: SLES8 Install Problems

2003-02-24 Thread Scott Archer
At 09:08 AM 02/24/2003, Mark D Pace wrote:
>I'm doing an FTP install which works perfectly until it's time to select
>the software package.  I followed the partitioning instructions for DASD
>from the cd docs and the many hints from this lists archives (dasdfmt and
>fdasd from an out-of-install putty session before the accept).  All the
>mounts look good. Then I get the infamous messages on the Installation
>Settings screen about Not enough disk space even for a minimal
>installation! and the *ERROR: No proposal.
>How do I set the proposal? I go into the Software Selection screen and all
>that is displayed is the detailed selection option.  When I go into that
>option there are no files displayed at all.
I'm fighting the same thing right now.  I did dasdfmt and fdasd manually
and then what I finally did was to press ABORT on the dasd screen and the
process continues on without any problem. Once you get to the Installation
Settings screen you select Change and you can partition your dasd and
select your swap device by entering swap for the mount point (very
intuitive, NOT).
Thanks Mark,

I just tried that, (and another 100 variations) and after I select the
mount points (swap and / ) and it says it sees 2.2G of dasd, when I enter
'next' and it tries the installation again, I still get the same msg about
no proposal and not enough room for an install. ARG I've tried
formatting outside by hand, marking them for format by the install
process... no difference.
When you go into the Software Selection screen, do you see a list of
options instead of just the one Detailed Selection Option?
I was so impressed with how easy the previous level install was. I just
can't seem to find the key to this one...
Scott





Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
[EMAIL PROTECTED]
Office: 850.219.5184
Fax: 850.219.5050
http://www.mainline.com
**
 Scott Archer
   Mainframe Systems Administration, New Mexico State University
   E-mail: [EMAIL PROTECTED]
   URL: http://sarcher.nmsu.edu
   Phone: (505)646-6186
**


Re: SLES8 Install Problems

2003-02-24 Thread Mark D Pace
>I'm doing an FTP install which works perfectly until it's time to select
>the software package.  I followed the partitioning instructions for DASD
>from the cd docs and the many hints from this lists archives (dasdfmt and
>fdasd from an out-of-install putty session before the accept).  All the
>mounts look good. Then I get the infamous messages on the Installation
>Settings screen about Not enough disk space even for a minimal
>installation! and the *ERROR: No proposal.

>How do I set the proposal? I go into the Software Selection screen and all
>that is displayed is the detailed selection option.  When I go into that
>option there are no files displayed at all.

I'm fighting the same thing right now.  I did dasdfmt and fdasd manually
and then what I finally did was to press ABORT on the dasd screen and the
process continues on without any problem. Once you get to the Installation
Settings screen you select Change and you can partition your dasd and
select your swap device by entering swap for the mount point (very
intuitive, NOT).



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
[EMAIL PROTECTED]
Office: 850.219.5184
Fax: 850.219.5050
http://www.mainline.com


Re: SLES8 Install Problems

2003-02-24 Thread Sergey Korzhevsky
I had the same problem until i chose installation over ssh. It seems like
if you chose another type of installation (X or VNC) in a middle of
proccess  program lost connection to media.


WBR, Sergey




Scott Archer <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
22.02.2003 01:15
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:SLES8 Install Problems


And I thought this install would be easier than SLES7!

I'm doing an FTP install which works perfectly until it's time to select
the software package.  I followed the partitioning instructions for DASD
from the cd docs and the many hints from this lists archives (dasdfmt and
fdasd from an out-of-install putty session before the accept).  All the
mounts look good. Then I get the infamous messages on the Installation
Settings screen about Not enough disk space even for a minimal
installation! and the *ERROR: No proposal.

How do I set the proposal? I go into the Software Selection screen and all
that is displayed is the detailed selection option.  When I go into that
option there are no files displayed at all.

Anybody have any ideas?

Below are some command results for dasd. I have dasda mounted as swap,
dasdb as /usr, dasdc as /.

inst-sys:/ # cat proc/dasd/devices
0200(ECKD) at ( 94:  0) is dasda  : active at blocksize: 4096, 36000
blocks, 140 MB
0201(ECKD) at ( 94:  4) is dasdb  : active at blocksize: 4096, 558000
blocks, 2179 MB
0202(ECKD) at ( 94:  8) is dasdc  : active at blocksize: 4096, 600840
blocks, 2347 MB

inst-sys:/ # mount
rootfs on / type rootfs (rw)
shmfs on / type shm (rw)
devpts on /dev/pts type devpts (rw)
virtual-proc-filesystem on /proc type proc (rw)
/dev/loop0 on /mounts/instsys type cramfs (ro)

inst-sys:/ # df -k
Filesystem   1K-blocks  Used Available Use% Mounted on
rootfs  127776 20640107136  17% /
shmfs   127776 20640107136  17% /
/dev/loop0   85692 85692 0 100% /mounts/instsys


Also on another note: the automated install parms.  It works great except
for the last input needed for:
1) X-Window
2) VNC (VNC-Client or Java enabled Browser)
3) ssh
Choice:Which terminal do want to use?

I can't find the appropriate parameter for this one. I tried the
INST_SCREEN=ssh but to no avail.  Anyone come up against this one?

Thanks in advance

Scott


**
Scott Archer

Mainframe Systems Administration, New Mexico State University
E-mail: [EMAIL PROTECTED]
URL: http://sarcher.nmsu.edu
Phone: (505)646-6186
**