Chmouel Boudjnah schrieb:
> you need the last initscripts from cooker, or apply this patch to the
> mandrake_everytime (located in the /etc/init.d/) :
> [...]
> @@ -15,7 +15,7 @@
>  # Disabling supermount if not here
>  if [[ $(uname -m) != sparc*  ]];then
>      if grep -q '^\/.*supermount.*' /etc/fstab && \
> -       [ ! -f "/lib/modules/$(uname -r)/fs/supermount.o" ] && [ -x /usr/bin/perl 
>];then
> +       ! insmod -n supermount >/dev/null 2>/dev/null && [ -x /usr/bin/perl ];then
            ^^^^^^^
I had the problem that the module was already inserted, so insmod got an
error-result. 
When I used "modprobe" instead, I had no problems ...

-- 
                                                        _     
Tschüss und bis demnächst/à bientôt,                  _|_|_   
                                                       (")   *
                                    Stefan             /v\  / 
                                                     /(   )X  Penguin Powered!
+------------------------------------+----------------(m-m)------------------+
| Stefan Siegel                      | http://www.student.uni-kl.de/~siegel/ |
| Kurt-Schumacher-Str. 34 / App. 144 | mailto:[EMAIL PROTECTED]    |
| D-67663 Kaiserslautern             | PGP Public Key:                       |
| Tel.: +49-631-18269                |   finger -l [EMAIL PROTECTED]   |
+------------------------------------+---------------------------------------+

Reply via email to