|
From: Rene B. <re...@we...> - 2001-11-11 18:24:27
|
Hello! My realtime-clock on my A4000 is brocken and I can`t boot apus anymore. I have replaced the battery but it seems that the RTC-chip does not working correctly, because A-Dos sometimes says: "bettery backed up clock not found". Maybe I have to replace this chip :-( Apus crashes with kernel access of bad area at the point where the system clock is setting up by reading the RTC. Has anyone an idea? Sometimes I can boot apus, if I manualy set the RTC with "setclock save" under A-Dos before booting apus. But then fsck is forced, damn ext2. Ciao, Renè |
|
From: Michel <mic...@ii...> - 2001-11-11 19:41:47
|
Rene Brothuhn wrote: > My realtime-clock on my A4000 is brocken and I can`t boot apus > anymore. I have replaced the battery but it seems that the RTC-chip > does not working correctly, because A-Dos sometimes says: "bettery > backed up clock not found". Maybe I have to replace this chip :-( > Apus crashes with kernel access of bad area at the point where the > system clock is setting up by reading the RTC. Has anyone an idea? > Sometimes I can boot apus, if I manualy set the RTC with "setclock > save" under A-Dos before booting apus. Can you boot a kernel with RTC disabled or configured as a module and remove the module? Or failing that, maybe someone could build such a kernel for you? > But then fsck is forced, damn ext2. ext3 will be in 2.4.15. :) -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
|
From: Rene B. <re...@we...> - 2001-11-14 18:06:46
|
On 2001.11.11 20:41 Michel Dänzer wrote: > > Can you boot a kernel with RTC disabled or configured as a module and > remove the module? Or failing that, maybe someone could build such a > kernel for you? > This works! Thanks. > > > But then fsck is forced, damn ext2. > > ext3 will be in 2.4.15. :) > What about XFS from SGI? I`m using it on my x86 linux box. It was originaly developed and used for SGI-workstations and SGI-supercomputers(Cray). I guess its the best filesystem at all. Ciao, Renè |
|
From: Just a f. J. K. <je...@pl...> - 2001-11-14 22:33:13
|
On Wed, Nov 14, 2001 at 07:08:42PM +0100, Rene Brothuhn wrote: > > What about XFS from SGI? I`m using it on my x86 linux box. It was > originaly developed and used for SGI-workstations and > SGI-supercomputers(Cray). I guess its the best filesystem at all. I;m using it on APUS machine for over 2 months now and i;m quite happy with that.. never had any trouble so far (and my machine runs 24/7). I think it's more mature than ReiserFS and it shouldn't have any hidden bugs wrt (wrong) endianess. Test i've seen also show that it's one of the best FS out there (performance wise). BTW a few days ago i switched my old A1200 to A4000. Thats quite a change! =o))) i must say! =o)))))) -- Robert Ramiega | je...@pl... IRC: _Jedi_ | Do not underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
|
From: Rene B. <re...@we...> - 2001-11-17 19:04:57
|
On 2001.11.14 23:31 Just a friendly Jedi Knight wrote: > On Wed, Nov 14, 2001 at 07:08:42PM +0100, Rene Brothuhn wrote: > > > > What about XFS from SGI? I`m using it on my x86 linux box. It was > > originaly developed and used for SGI-workstations and > > SGI-supercomputers(Cray). I guess its the best filesystem at all. > I;m using it on APUS machine for over 2 months now and i;m quite happy > with that.. never had any trouble so far (and my machine runs 24/7). I > think it's more mature than ReiserFS and it shouldn't have any hidden > bugs > wrt (wrong) endianess. Test i've seen also show that it's one of the best > FS out there (performance wise). Do I understand this right, you using XFS on APUS? I can`t find XFS on the source tree. Have you just take it from the source tree at http://oss.sgi.com and compile it with APUS? Ciao, Renè |
|
From: Just a f. J. K. <je...@pl...> - 2001-11-18 20:28:21
|
On Sat, Nov 17, 2001 at 08:06:32PM +0100, Rene Brothuhn wrote: > Do I understand this right, you using XFS on APUS? I can`t find XFS on the Yes. I'm usign XFS with APUS for last couple of months. > source tree. Have you just take it from the source tree at > http://oss.sgi.com and compile it with APUS? It's not there as it's not incorporated in any kernel tree (Reiserfs is included thou). Just take the patch and aply it to kernel source. If You want i put XFS enabled kernel somewhere on ftp. -- Robert Ramiega | je...@pl... IRC: _Jedi_ | Do not underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
|
From: Rene B. <re...@we...> - 2001-11-19 19:30:20
|
On 2001.11.18 21:24 Just a friendly Jedi Knight wrote: > On Sat, Nov 17, 2001 at 08:06:32PM +0100, Rene Brothuhn wrote: > > Do I understand this right, you using XFS on APUS? I can`t find XFS on > the > Yes. I'm usign XFS with APUS for last couple of months. > > source tree. Have you just take it from the source tree at > > http://oss.sgi.com and compile it with APUS? > It's not there as it's not incorporated in any kernel tree (Reiserfs is > included thou). Just take the patch and aply it to kernel source. If You > want i put XFS enabled kernel somewhere on ftp. Thanks, but its not necessary, I could patch my own kernel. I`m surprised that it works with APUS... Ciao, Renè |
|
From: Michel <mic...@ii...> - 2001-11-18 23:55:14
|
On Wed, 2001-11-14 at 23:31, Just a friendly Jedi Knight wrote: > On Wed, Nov 14, 2001 at 07:08:42PM +0100, Rene Brothuhn wrote: > >=20 > > What about XFS from SGI? I`m using it on my x86 linux box. It was=20 > > originaly developed and used for SGI-workstations and=20 > > SGI-supercomputers(Cray). I guess its the best filesystem at all. > I;m using it on APUS machine for over 2 months now and i;m quite happy > with that.. never had any trouble so far (and my machine runs 24/7). I > think it's more mature than ReiserFS and it shouldn't have any hidden bug= s > wrt (wrong) endianess. Test i've seen also show that it's one of the best > FS out there (performance wise). I second that. I switched from ReiserFS to XFS on this PowerBook a while ago (the curious can read up the reasons in the debian-powerpc archives) and was rewarded by a significant increase in performance. I'm using the snapshot patches from ftp://oss.sgi.com/projects/xfs/download/patches/. The reason I mentioned ext3 specifically is that it will be included in the official kernel soon and that moving from ext2 to ext3 is trivial. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
|
From: Alan B. <al...@ms...> - 2001-11-19 13:21:43
|
hi, > The reason I mentioned ext3 specifically is that it will be included in > the official kernel soon and that moving from ext2 to ext3 is trivial. aye. theres a tool that will convert your mounts , wheres with ext2 -> XFS or Reiser you have to move all data off, format and then replace data alan |