Re: "Unaligned access" on Alpha

2004-02-29 Thread Juraj Holtak
is also my internet gateway and runs NAT and statefull packet filter as u can see no kernel un acc`s at all some in userspace, but thats ok the box is rock stable even under nonstop 100% load (i had to reboot because of power failure a week ago) the box gets hot as hell! cheers, Juraj Holtak On

Re: CCC/CXX installation

2003-12-04 Thread Juraj Holtak
On Thursday 04 December 2003 19:54, Phil Carmody wrote: > <<< > ./compile speed.c > cc: Error: /usr/include/bits/pthreadtypes.h, line 71: Invalid declarator. > (declarator) > __pthread_cond_align_t __align; > -^ > nope never seen that :-// > = > When inserting a CD,

Re: CCC/CXX installation

2003-12-04 Thread Juraj Holtak
grab the rpms shit on the debian way of installing its time for: rpm -ivh --no-deps ccc_blabla rpm -ivh --no-deps cpml_blabla it works under stable dunno about testing but hey! who wants to run testing software on alpha???... :-) cheers, juraj On Thursday 04 December 2003 19:44, John Goerze

Re: CCC/CXX installation

2003-12-04 Thread Juraj Holtak
Hi Phil! http://h30097.www3.hp.com/linux/compaq_c/ is what u want! good hunt! Cheers, Juraj PS: i compiled with the beta version of ccc so it`s safe i think On Thursday 04 December 2003 17:12, Phil Carmody wrote: > It's probably time for my yearly attempt to install the Compaq C compiler, > an

Re: Problems with Digital Alpha XL 266

2003-11-06 Thread Juraj Holtak
i`m not sure if fd0: is enough maybe u have to provide the kernel file but u must provide the root partition MILO> boot fd0:vmlinuz root=/dev/fd0 or something like that On Thu, 6 Nov 2003, Mats Hellman wrote: > Hello, > > after reading tonns of documentation I decided to ask for some help here.

fix for kernel unaligned acc in 2.4.22 netfilter code

2003-10-30 Thread Juraj Holtak
hi! this fixed all kernel unaligned acc`s I had with 2.4.22 -- Juraj the patch: --- linux-2.4.22/net/core/filter.c Mon Aug 25 13:44:44 2003 +++ linux-2.4.22-accfix/net/core/filter.c Thu Oct 30 23:08:09 2003 @@ -202,7 +202,13 @@ k = fentry->k; load_w:

2.4.22 boots perfect on DEC PWS Miata 433a

2003-10-29 Thread Juraj Holtak
Reporting success booting kernel 2.4.22 on DEC PWS Miata 433a. I have sound, reiserfs, tulip AND ide-cdrom working. Netfilter code still causes many many kernel unalligned acc`s. I compiled 2.4.22 fresh from kernel.org using the toolschain that comes with debian-woody because the debian kernel-

Re: boot a newer kernel than a 2.2.x

2003-10-28 Thread Juraj Holtak
Compiling with gcc 3.x helps. On Tuesday 28 October 2003 18:59, Tyson Whitehead wrote: > The 500au's have a pretty buggy IDE controller (the CMD646). > > You might want to try a kernel that has not been compiled generic IDE > support to stop automatic enabling of DMAs, etc. > > I know stock 2.4.21

Re: Debian alpha install with reiserfs support

2003-10-28 Thread Juraj Holtak
Hi! I have a Miata 433a. How did u compile the 2.4.21 kernel? When i compile using gcc 2.95 from stable it hangs when booting at the CMD64x code. (compile as module doesn`t help because the module segfaults) Because my CDROM is IDE i need it working. 2.4.20 is the last kernel that runs ok, but