All of lore.kernel.org
 help / color / mirror / Atom feed
* UltraPengiun 1.0.9 on Ultra 60
@ 1998-11-27 20:06 Juergen Kreileder
  1998-11-27 23:30 ` Derrick J Brashear
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Juergen Kreileder @ 1998-11-27 20:06 UTC (permalink / raw)
  To: ultralinux


Hi,

I've installed 1.0.9  on an Ultra 60. After the installation
the machine didn't boot because it didn't load the ncr53c8xx
module. I built a new kernel (2.1.126-UP) with ncr53c8xx compiled
in and the machine booted.

Now I still have two problems:
* modules don't work, it seems that depmod -a can't resolve any
  symbol.
* autofs doesn't work, first there was an syntax error in 
  /etc/rc.d/init.d/autofs, and now automount hangs while trying
  to mounting file systems

Any idea about what's going wrong?


        Juergen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: UltraPengiun 1.0.9 on Ultra 60
  1998-11-27 20:06 UltraPengiun 1.0.9 on Ultra 60 Juergen Kreileder
@ 1998-11-27 23:30 ` Derrick J Brashear
  1998-11-28  8:54 ` David S. Miller
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Derrick J Brashear @ 1998-11-27 23:30 UTC (permalink / raw)
  To: ultralinux

On 27 Nov 1998, Juergen Kreileder wrote:

> 
> Hi,
> 
> I've installed 1.0.9  on an Ultra 60. After the installation
> the machine didn't boot because it didn't load the ncr53c8xx
> module. I built a new kernel (2.1.126-UP) with ncr53c8xx compiled
> in and the machine booted.

Incidentally, I had this problem with my Ultra 30, the ramdisk didn't work
for some reason...

> Now I still have two problems:
> * modules don't work, it seems that depmod -a can't resolve any
>   symbol.

get updated modutils (I think Jakub made a new RPM)

> * autofs doesn't work, first there was an syntax error in 
>   /etc/rc.d/init.d/autofs, and now automount hangs while trying
>   to mounting file systems

It's an easy fix, as I recall, either involves replacing {} with [] or a
semicolon, I don't recall which.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: UltraPengiun 1.0.9 on Ultra 60
  1998-11-27 20:06 UltraPengiun 1.0.9 on Ultra 60 Juergen Kreileder
  1998-11-27 23:30 ` Derrick J Brashear
@ 1998-11-28  8:54 ` David S. Miller
  1998-11-28 16:47 ` Derrick J Brashear
  1998-11-28 19:55 ` Juergen Kreileder
  3 siblings, 0 replies; 5+ messages in thread
From: David S. Miller @ 1998-11-28  8:54 UTC (permalink / raw)
  To: ultralinux

   Date: 	Fri, 27 Nov 1998 18:30:17 -0500 (EST)
   From: Derrick J Brashear <shadow@DEMENTIA.ORG>

   > * autofs doesn't work, first there was an syntax error in
   >   /etc/rc.d/init.d/autofs, and now automount hangs while trying
   >   to mounting file systems

   It's an easy fix, as I recall, either involves replacing {} with []
   or a semicolon, I don't recall which.

There is more involved, only recent Linux kernels have the fixed
autofs types for sparc, if you recall there was a problem in that
autofs talks over a pipe using a specific protocol with the userspace
program.  The 32-bit types in sparc32 userspace were not translated
properly in this case on sparc64, poof.

Later,
David S. Miller
davem@dm.cobaltmicro.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: UltraPengiun 1.0.9 on Ultra 60
  1998-11-27 20:06 UltraPengiun 1.0.9 on Ultra 60 Juergen Kreileder
  1998-11-27 23:30 ` Derrick J Brashear
  1998-11-28  8:54 ` David S. Miller
@ 1998-11-28 16:47 ` Derrick J Brashear
  1998-11-28 19:55 ` Juergen Kreileder
  3 siblings, 0 replies; 5+ messages in thread
From: Derrick J Brashear @ 1998-11-28 16:47 UTC (permalink / raw)
  To: ultralinux

On Sat, 28 Nov 1998, David S. Miller wrote:

>    Date: 	Fri, 27 Nov 1998 18:30:17 -0500 (EST)
>    From: Derrick J Brashear <shadow@DEMENTIA.ORG>
> 
>    > * autofs doesn't work, first there was an syntax error in
>    >   /etc/rc.d/init.d/autofs, and now automount hangs while trying
>    >   to mounting file systems
> 
>    It's an easy fix, as I recall, either involves replacing {} with []
>    or a semicolon, I don't recall which.
> 
> There is more involved, only recent Linux kernels have the fixed
> autofs types for sparc, if you recall there was a problem in that
> autofs talks over a pipe using a specific protocol with the userspace
> program.  The 32-bit types in sparc32 userspace were not translated
> properly in this case on sparc64, poof.

The rc file, not the actual problem.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: UltraPengiun 1.0.9 on Ultra 60
  1998-11-27 20:06 UltraPengiun 1.0.9 on Ultra 60 Juergen Kreileder
                   ` (2 preceding siblings ...)
  1998-11-28 16:47 ` Derrick J Brashear
@ 1998-11-28 19:55 ` Juergen Kreileder
  3 siblings, 0 replies; 5+ messages in thread
From: Juergen Kreileder @ 1998-11-28 19:55 UTC (permalink / raw)
  To: ultralinux

>>>>> David S Miller writes:

    David>    Date: 	Fri, 27 Nov 1998 18:30:17 -0500 (EST)
    David>    From: Derrick J Brashear <shadow@DEMENTIA.ORG>

    >> * autofs doesn't work, first there was an syntax error in
    >> /etc/rc.d/init.d/autofs, and now automount hangs while trying
    >> to mounting file systems

    David>    It's an easy fix, as I recall, either involves replacing {} with []
    David>    or a semicolon, I don't recall which.

    David> There is more involved, only recent Linux kernels have the fixed
    David> autofs types for sparc, if you recall there was a problem in that
    David> autofs talks over a pipe using a specific protocol with the userspace
    David> program.  The 32-bit types in sparc32 userspace were not translated
    David> properly in this case on sparc64, poof.

Yup, it works with the current CVS kernel.
Thanks,

        Juergen

-- 
Juergen Kreileder, Universitaet Dortmund, Lehrstuhl Informatik V
Baroper Strasse 301, D-44221 Dortmund, Germany
Phone: ++49 231/755-5806, Fax: ++49 231/755-5802

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1998-11-28 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-11-27 20:06 UltraPengiun 1.0.9 on Ultra 60 Juergen Kreileder
1998-11-27 23:30 ` Derrick J Brashear
1998-11-28  8:54 ` David S. Miller
1998-11-28 16:47 ` Derrick J Brashear
1998-11-28 19:55 ` Juergen Kreileder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.