Re: [[Cooker] Cooker install - network.img]

2001-01-28 Thread Quel Qun

Robin Cook <[EMAIL PROTECTED]> wrote:
> Hello,
> 
>   The install is getting better but there seems to be problem at the
>   bootloader stage.
> 
>   I selected Grub and set the console to start at 1280x1024 but it
>   installed Lilo and there is no setting for the console.
> 
>   Can someone tell me what line needs to be in lilo.conf to set the
>   console to 1280x1024 as I didn't save it off last time and don't
>   remember it.
> 

Extract from /usr/share/doc/Aurora-7.3/README:

Available vide-mode numbers are listed in the file
/usr/share/doc/HOWTO/HTML/en/Framebuffer-HOWTO.html, for VESA cards
(most graphic-cards), the modes are:

Resolution 640x400 640x480 800x600 1024x768 1280x1024 1600x1200
 Colours +-
  4 bits |?   ? 0x302  ?? ?
  8 bits |  0x300   0x301   0x3030x3050x307 0x31C
 15 bits |? 0x310   0x3130x3160x319 0x31D
 16 bits |? 0x311   0x3140x3170x31A 0x31E
 24 bits |? 0x312   0x3150x3180x31B 0x31F
 32 bits |?   ?   ??? ?

You will have to do a little conversion from hex to decimal. e.g. in my case
0x31A becomes 794, and the grub line (similar for lilo, just append the
vga=794):

title linux
kernel (hd0,0)/boot/vmlinuz-2.4.0-9mdk root=/dev/hda1 vga=794



=-=
kk1


Get free email and a permanent address at http://www.netaddress.com/?N=1




Re: [[Cooker] cooker install - network.img]

2001-01-28 Thread Quel Qun

Robin Cook <[EMAIL PROTECTED]> wrote:
> Hello,
> 
>   Once installed there were a few problems
> 
>   I formated the partitions to reiserfs and on boot it is saying that
>   it is missing fsck.reiserfs.
> 
> Jan 28 03:18:38 audragon last message repeated 2 times
> Jan 28 03:18:38 audragon fsck: fsck: fsck.reiserfs: not found 
> Jan 28 03:18:38 audragon fsck: fsck: Error 2 while executing fsck.reiserfs
for /dev/hdb6 
>

Yep, it is a little bogus line in the init script. It tries to start
fsck.. One of the main advantage of reiserfs is that it does
not need to be checked like that, even after is dirty unmount. You can safely
ignore this message and I am sure it'll be fixed soon.

>   Also I had to comment out the two include statements in
>   /etc/httpd/conf/httpd.conf that loaded the mod_ssl files.
> 
> Jan 28 03:19:07 audragon httpd: Syntax error on line 1 of
/etc/httpd/conf/ssl/mod_ssl.conf:

Right, I already reported that earlier. You need to rebuild the mod_ssl rpm.
You will need to install apache-devel and openssl-devel. If you don't know how
to do that, download the src rpm and run 

rpm --rebuild 

Good luck,

=-=
kk1


Get free email and a permanent address at http://www.netaddress.com/?N=1




[Cooker] cooker install - network.img

2001-01-28 Thread Robin Cook

Hello,

  Once installed there were a few problems

  I formated the partitions to reiserfs and on boot it is saying that
  it is missing fsck.reiserfs.

Jan 28 03:18:38 audragon last message repeated 2 times
Jan 28 03:18:38 audragon fsck: fsck: fsck.reiserfs: not found 
Jan 28 03:18:38 audragon fsck: fsck: Error 2 while executing fsck.reiserfs for 
/dev/hdb6 

  Also I had to comment out the two include statements in
  /etc/httpd/conf/httpd.conf that loaded the mod_ssl files.

Jan 28 03:19:07 audragon httpd: Syntax error on line 1 of 
/etc/httpd/conf/ssl/mod_ssl.conf:
Jan 28 03:19:07 audragon httpd: Cannot load /usr/lib/apache/libssl.so into server:
 /usr/lib/apache/libssl.so: undefined symbol: sk_X509_NAME_value
Jan 28 03:19:07 audragon httpd: §hide§ httpd startup  §end§ httpd startup failed
Jan 28 03:19:12 audragon httpd: Syntax error on line 1 of 
/etc/httpd/conf/ssl/mod_ssl.conf:
Jan 28 03:19:12 audragon httpd: Cannot load /usr/lib/apache/libssl.so into server:
 /usr/lib/apache/libssl.so: undefined symbol: sk_X509_NAME_value
Jan 28 03:19:12 audragon httpd: §hide§ httpd startup  §end§ httpd startup failed
Jan 28 03:19:18 audragon httpd: Syntax error on line 1 of 
/etc/httpd/conf/ssl/mod_ssl.conf:
Jan 28 03:19:18 audragon httpd: Cannot load /usr/lib/apache/libssl.so into server:
 /usr/lib/apache/libssl.so: undefined symbol: sk_X509_NAME_value
Jan 28 03:19:18 audragon httpd: §hide§ httpd startup  §end§ httpd startup failed
  
-- 
Best regards,
 Robin  mailto:[EMAIL PROTECTED]






[Cooker] Cooker install - network.img

2001-01-28 Thread Robin Cook

Hello,

  The install is getting better but there seems to be problem at the
  bootloader stage.

  I selected Grub and set the console to start at 1280x1024 but it
  installed Lilo and there is no setting for the console.

  Can someone tell me what line needs to be in lilo.conf to set the
  console to 1280x1024 as I didn't save it off last time and don't
  remember it.

-- 
Best regards,
 Robin  mailto:[EMAIL PROTECTED]






Re: [Cooker] Cooker Install - network.img

2001-01-22 Thread Guillaume Cottenceau

Mike & Tracy Holt <[EMAIL PROTECTED]> writes:

> What happened to 'expert' install?  As of 1/21/01, it's not there.

Customized and Expert have been merged. I don't know yet for the naming
that will be chosen, for the moment it's called "Customized" but could be
called "Expert" in the future.



-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] Cooker Install - network.img

2001-01-21 Thread Mike & Tracy Holt

What happened to 'expert' install?  As of 1/21/01, it's not there.
Mike

Robin Cook wrote:

> Hello Guillaume,
> 
> I usually use the Expert mode but it just had recommended and custom
> for the install.
> 
> Sunday, January 21, 2001, 5:20:50 PM, you wrote:
> 
> GC> Robin Cook <[EMAIL PROTECTED]> writes:
> 
>>> Hello,
>>> 
>>>   Just tried doing a clean ftp install of cooker with a mirror of
>>>   sunsite.uio.no as of 01-20-2001 5:30 GMT-6.  But it failed, the
>>>   network.img boots and connect to the ftp server but when it get to
>>>   the point of selecting packages it fails.  It gives the list of
>>>   packages which I selected all of them as well as the select
>>>   individual packages but it then jumps to the screen where it asks the
>>>   percentage to install and I run it up to 100% (it will go to 101%)
>>>   and then it says on 34 megs will be installed then dies.
>> 
> 
> GC> I just tried with build 391, it seems to install the packages fine. I
> GC> tried in recommended mode.
> 






Re[2]: [Cooker] Cooker Install - network.img

2001-01-21 Thread Robin Cook

Hello Guillaume,

I usually use the Expert mode but it just had recommended and custom
for the install.

Sunday, January 21, 2001, 5:20:50 PM, you wrote:

GC> Robin Cook <[EMAIL PROTECTED]> writes:

>> Hello,
>> 
>>   Just tried doing a clean ftp install of cooker with a mirror of
>>   sunsite.uio.no as of 01-20-2001 5:30 GMT-6.  But it failed, the
>>   network.img boots and connect to the ftp server but when it get to
>>   the point of selecting packages it fails.  It gives the list of
>>   packages which I selected all of them as well as the select
>>   individual packages but it then jumps to the screen where it asks the
>>   percentage to install and I run it up to 100% (it will go to 101%)
>>   and then it says on 34 megs will be installed then dies.

GC> I just tried with build 391, it seems to install the packages fine. I
GC> tried in recommended mode.

-- 
Best regards,
 Robinmailto:[EMAIL PROTECTED]






Re: [Cooker] Cooker Install - network.img

2001-01-21 Thread Guillaume Cottenceau

Robin Cook <[EMAIL PROTECTED]> writes:

> Hello,
> 
>   Just tried doing a clean ftp install of cooker with a mirror of
>   sunsite.uio.no as of 01-20-2001 5:30 GMT-6.  But it failed, the
>   network.img boots and connect to the ftp server but when it get to
>   the point of selecting packages it fails.  It gives the list of
>   packages which I selected all of them as well as the select
>   individual packages but it then jumps to the screen where it asks the
>   percentage to install and I run it up to 100% (it will go to 101%)
>   and then it says on 34 megs will be installed then dies.

I just tried with build 391, it seems to install the packages fine. I
tried in recommended mode.



-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




[Cooker] Cooker Install - network.img

2001-01-20 Thread Robin Cook

Hello,

  Just tried doing a clean ftp install of cooker with a mirror of
  sunsite.uio.no as of 01-20-2001 5:30 GMT-6.  But it failed, the
  network.img boots and connect to the ftp server but when it get to
  the point of selecting packages it fails.  It gives the list of
  packages which I selected all of them as well as the select
  individual packages but it then jumps to the screen where it asks the
  percentage to install and I run it up to 100% (it will go to 101%)
  and then it says on 34 megs will be installed then dies.


-- 
Best regards,
 Robin  mailto:[EMAIL PROTECTED]