UNSUBSCRIBE

2004-04-28 Thread Shelby DeNike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



LILO + boot raid1 (software)

2004-04-28 Thread David Ross
Hi 

I recently decided that it was time we did a kernel upgrade on a server
of ours running software RAID1 on a Debian 3 Woody machine. The raid
devices are set up fine and running ok:

FilesystemSize  Used Avail Use% Mounted on
/dev/md0  478M   68M  410M  15% /
/dev/md1  2.8G  513M  2.2G  18% /usr
/dev/md2  9.3G  3.6G  5.7G  39% /var
/dev/md3  5.9G  3.2G  2.7G  54% /home

Personalities : [raid1]
read_ahead 1024 sectors
md0 : active raid1 hdc1[1] hda1[0]
  489856 blocks [2/2] [UU]

md1 : active raid1 hdc2[1] hda2[0]
  2931776 blocks [2/2] [UU]

md2 : active raid1 hdc3[1] hda3[0]
  9767424 blocks [2/2] [UU]

md3 : active raid1 hdc5[1] hda5[0]
  6233088 blocks [2/2] [UU]

unused devices: none

My lilo.conf looks like this:

lba32
boot=/dev/md0
root=/dev/md0
install=/boot/boot.b
map=/boot/map
delay=20
default=raid
vga=normal

image=/vmlinuz
label=Linux
read-only
restricted
image=/boot/vmlinuz-2.4.26
label=two4twenti6
read-only
restricted
image=/boot/vmlinuz-2.4.20-raid
label=raid
read-only
restricted

When I try run lilo I get the following:

blubox:~# lilo -v -v
LILO version 22.2, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2001 John Coffman
Released 05-Feb-2002 and compiled at 20:57:26 on Apr 13 2002.
MAX_IMAGES = 27

RAID info:  nr=2, raid=2, active=2, working=2, failed=0, spare=0
md: RAIDset device 0 = 0x0301
Warning: Int 0x13 function 8 and function 0x48 return different
head/sector geometries for BIOS drive 0x80
Warning: Int 0x13 function 8 and function 0x48 return different
head/sector geometries for BIOS drive 0x81
bios_dev: PT match found 2 matches (0x80)
RAID scan: geo_get: returns geo-device = 0x80 for device 0301
disk-start = 63raid_offset = 0 ()
md: RAIDset device 1 = 0x1601
bios_dev: PT match found 2 matches (0x80)
RAID scan: geo_get: returns geo-device = 0x81 for device 1601
disk-start = 63raid_offset = 0 ()
Warning: using BIOS device code 0x80 for RAID boot blocks
raid_setup returns offset = 
raid flags: at bsect_open  0x02
Reading boot sector from /dev/md0
Merging with /boot/boot.b
Secondary loader: 15 sectors.
map_create:  boot=0900  map=0301
Fatal: map file must be on the boot RAID partition
blubox:~#

As far as I can see the map file *is* on the boot RAID partition. Is
there something I am missing here? I have other machine set up like this
too and they seem to work fine. Any help will be greatly appreciated!

Thanks
Dave



Re: LILO + boot raid1 (software)

2004-04-28 Thread Marek Braina
Hi,

I think you should add this line in your lilo.conf

raid-extra-boot=/dev/hdX/dev/hdY

or /dev/sdX if you have scsi..

or manually set heads, cylinders .. acodring to fdisk -ul /dev/hdXY or
/dev/sdXY
Marek Brazina
 lba32
 boot=/dev/md0
 root=/dev/md0
 install=/boot/boot.b
 map=/boot/map
 delay=20
 default=raid
 vga=normal

 image=/vmlinuz
   label=Linux
   read-only
   restricted
 image=/boot/vmlinuz-2.4.26
   label=two4twenti6
   read-only
   restricted
 image=/boot/vmlinuz-2.4.20-raid
   label=raid
   read-only
   restricted




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



squirrelmail language does not change

2004-04-28 Thread Zse








Hi all,



Im using SQmail 1.5.0 from Debian Sarge.



host:~# dpkg -s squirrelmail

Package: squirrelmail

Status: install ok installed

Priority: optional

Section: web

Installed-Size: 3864

Maintainer: Sam Johnston [EMAIL PROTECTED]

Architecture: all

Version: 1:1.5.0-1



My problem is that I can not change language.



I select hu_HU as my default in conf.pl, saves the changes,
restart apache and still do not work.



I have hu locale in my browser either.



Can somebody help me in this issue?



Many thanks



Tamas








RE: LILO + boot raid1 (software)

2004-04-28 Thread David Ross
Hi

I tried that too but still no luck! Help!

Thanks your help
Dave 

-Original Message-
From: Marek Braina [mailto:[EMAIL PROTECTED] 
Sent: 28 April 2004 12:16
To: [EMAIL PROTECTED]
Subject: Re: LILO + boot raid1 (software)

Hi,

I think you should add this line in your lilo.conf

raid-extra-boot=/dev/hdX/dev/hdY

or /dev/sdX if you have scsi..

or manually set heads, cylinders .. acodring to fdisk -ul /dev/hdXY or /dev/sdXY Marek 
Brazina
 lba32
 boot=/dev/md0
 root=/dev/md0
 install=/boot/boot.b
 map=/boot/map
 delay=20
 default=raid
 vga=normal

 image=/vmlinuz
   label=Linux
   read-only
   restricted
 image=/boot/vmlinuz-2.4.26
   label=two4twenti6
   read-only
   restricted
 image=/boot/vmlinuz-2.4.20-raid
   label=raid
   read-only
   restricted




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





RE: LILO + boot raid1 (software)

2004-04-28 Thread Marek Braina
http://www.tldp.org/HOWTO/Boot+Root+Raid+LILO.html

I always do it acording to this howto and it works..

Marek



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: squirrelmail language does not change

2004-04-28 Thread Hans Spaans
On Wed, Apr 28, 2004 at 01:31:08PM +0200, Zse wrote:
 Hi all,
 
  
 
 I'm using SQmail 1.5.0 from Debian Sarge.
 
cut  
 
 Can somebody help me in this issue?

Talk to upstream, because 1.5.0 is a developement release. 1.5.1 is on
its way but its better to use 1.4.x until 1.6.x hits the servers.

Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



UNSUBSCRIBE

2004-04-28 Thread Shelby DeNike




..their Sun Java recommendation, was: Monitoring software

2004-04-28 Thread Arnt Karlsen
On Wed, 28 Apr 2004 13:58:29 -0500, Gaddis, wrote in message 
[EMAIL PROTECTED]
h.edu:

 Hi Craig,
 
 After trying out just about everything under the sun, I finally
 settled on OpenNMS.  There are unofficial Debian packages available. 
 More information is at http://www.opennms.org/ and
 http://faq.opennms.org/faq/fom-serve/cache/174.html (Debian-specific).

..their Sun Java recommendation in
http://faq.opennms.org/faq/fom-serve/cache/174.html
invites legal problems in the not too distant future:
http://www.groklaw.net/article.php?story=20040426120752778

-- 
..med vennlig hilsen = with Kind Regards from Arnt...
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.