Re: libc6.1 vs. libc6

2003-03-25 Thread Nikita Schmidt
On Tuesday, 25 Mar, Doug Larrick wrote: > Just curious, why is it 'libc6.1' on Alpha and 'libc6' everywhere else? Historical reasons, of course. When Linux was all libc5-based, libc5 did not work on Alpha so Alphas had to use pre-release versions of glibc 2 (numbered 1.x with x > 90 or something)

Re: Questions about the Real Time Clock

2002-02-25 Thread Nikita Schmidt
On Friday, 22 Feb, Donald R. Spoon wrote: > out. But WHY is it still trying to load something with modprobe? The > complaints happen right after the hwclock is accessed on boot-up, so I > suspect it is connected to whatever the hwclock script is doing. I have Exactly; see below for explanati

Re: Renice 20

2001-12-13 Thread Nikita Schmidt
On Wednesday, 12 Dec, [EMAIL PROTECTED] wrote: > However, on the debian systems, a > command like > > renice 20 [jobno] > > doesn't seem to do it. When I look at the processes using top, the > given job is listed as nice 19 and is using about 10% of the CPU. This > does not appear to be the case

Re: milo question [OT: L4-Alpha]

2001-11-07 Thread Nikita Schmidt
On Tuesday, 6 Nov, Goswin Brederlow wrote: > UNZIP: this is not a zipped file (which is true) > ###... > Oops: trying to close a non-open file!! (is that because of FAT?) > Expected 1, not 4 program headers MILO has its own ELF handling code (not using libe

Re: reiserfs on all my SRM-alpha drives: how I did it

2001-11-02 Thread Nikita Schmidt
Another "me too": after replacing a dead hard drive in my XP1000 I needed to re-install Linux, so I decided to give reiserfs a try and found it very good. It took quite a bit of tweaking to make Debian installation procedure install straight onto reiserfs, but it was well worth it. At this stage t

Re: A few patches for 2.4.x for Alpha...

2001-08-08 Thread Nikita Schmidt
Sorry for jumping in a bit late... On Tuesday, 7 Aug, Andrea Arcangeli wrote: > On Wed, Aug 01, 2001 at 06:53:17PM -0400, Daniel Potts wrote: > > It appears to me that the self-mapping entry in each task page table is > > somehow getting corrupted, causing user mode permission bits to be set. I >

Re: Compaq did it. A sad day....

2001-06-25 Thread Nikita Schmidt
On Monday, 25 Jun, T. Weyergraf wrote: > Hi, > a little OT, but interesting for those, who didn't know. Compaq sold Alpha to > Intel. It's not an OT at all - this directly affects everybody working on the Debian/Alpha port. Although they say in small print that the risk that the adoption of Itan

Re: problems with milo boot

2001-06-22 Thread Nikita Schmidt
On Tuesday, 19 Jun, Ferran Fabregas/UPC wrote: > > boot fd0:linux.gz root=/dev/fd0 load_ramdisk=1 > I remember something about adding prompt_ramdisk=1 , but I don't know if it really makes any difference. > rescue disk run well, but when the system says me that i need to put > root.bin, the sy

Re: Raid-1 woes

2001-06-13 Thread Nikita Schmidt
On Wednesday, 13 Jun, Craig Small wrote: > On Tue, Jun 12, 2001 at 07:31:08PM +1000, Herbert Xu wrote: > > > > I would caution against using any 2.4 kernels on alpha at the moment due > > to these compiler issues. > > I've heard the horror stories and had some of my own about it. > I'm stopping a

Re: Update: Bad kernel 2.4.x performance & 2.2.19 problems.

2001-05-23 Thread Nikita Schmidt
On Wednesday, 23 May, T. Weyergraf wrote: > > 1. 2.2.19 runs great with CONFIG_RTC, if the rtc-lightweight patch is > applied, which has > been sent to me from a very nice SuSE person ( no flames please ;-) > It's OK: that patch was written by a Debian person. :-) Nikita

Re: Reporting unligned traps ?

2001-05-21 Thread Nikita Schmidt
On Monday, 21 May, Christopher C. Chimelis wrote: > > On Mon, 21 May 2001, Helge Kreutzmann wrote: > > > Should unaligned traps be reported as bugs? I noticed vim is throwing > > some since I upgraded it to woody. > > Yes, definitely. It's a sign that something is wrong with the > code. It loo

Re: X server hang

2001-05-20 Thread Nikita Schmidt
On Saturday, 19 May, Marcus Brinkmann wrote: > I have this bug report http://bugs.debian.org/56139 against the game > xscavenger. > > "When I start the program as a normal user under X it stops everything. I > can't move the mouse or change to an other console. I have to hard-reset." I've tried

Re: Bug#95351: mutt: segfault with more then 4 attachments

2001-05-04 Thread Nikita Schmidt
I had a very similar problem with version 1.2.5-4 in potato (segfault when adding a `From:' line), which is indeed alpha-specific and is due to a gcc bug. Recompiling compose.c with -O1 helps. An alternative solution would be to change type of idxlen and idxmax in mutt_compose_menu() from short t

Re: New XFree86 debs...my fault

2001-04-04 Thread Nikita Schmidt
On Wednesday, 4 Apr, Christopher C. Chimelis wrote: > Sorry about that...guess I shouldn't have rebooted the UP2k 15 times > without checking the date :-P > Hmm... I thought hwclock issues were sorted a while ago. Has anybody looked into this - is it bad hardware or software? After many years

Re: access srm resources

2001-04-03 Thread Nikita Schmidt
On Tuesday, 3 Apr, Ionut Georgescu wrote: > Is there a way to access SRM resources (variables & co) from within Linux > ? You know, like nvram under IRIX. Kernels that come on Compaq JumpStart! CD provide access to SRM variables (using SRM callbacks, I believe) via /proc. I don't remember seeing

Re: Bug#90668: fails to build on alpha

2001-03-26 Thread Nikita Schmidt
> > Ivan E. Moore II wrote: > > > Package: sysklogd > > > Severity: serious > > > > > > gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND > > > -c ksym_mod.c > > > In file included from /usr/include/asm/spinlock.h:6, > > > from /usr/include/linux/spinlock.

Re: Problems with xwindows programs

2001-03-14 Thread Nikita Schmidt
On Wednesday, 14 Mar, Sun Un wrote: > I recently installed debian-linux on a alphastation 250. Everything was > relatively painless. However, many > xwindows applications lockup. Do the applications themselves lockup, or is it the whole system that hangs when you run those programs? In the latte

Re: tftpboot.img

2001-01-15 Thread Nikita Schmidt
tftpboot.img has no structure and consists of three parts: loader, kernel, and ramdisk image. It's created by make bootpfile INITRD=ramdisk_image_file_name in linux/arch/alpha/boot/. Debian scripts do basically the same, except they use a slightly modified version of the loader (bootp.c)

Re: xserver-3dlabs

2000-12-19 Thread Nikita Schmidt
On Monday, 18 Dec, Bruno Waes wrote: > i have a PWS a500 (miata) with a ELSA Gloria Synergy graphics card, i did an > install from the debian binary1 cd and installed via simple the X packages > > after the installation i did an apt-get upgrade to the latest versions (of > potato). but when i want

Re: srm and scsi controllers.

2000-09-08 Thread Nikita Schmidt
On Friday, 8 Sep, T. Weyergraf wrote: > > Hi, > > > > Is there some sort of "SRM internals guide" available ( still > > > looking for some doc of the SRM ccb's though... ) ? > > > > Not that I know of; you could always search through the ROM looking > > for the data... ;-} I believe it may be

Re: anyone successful in compiling kernel 2.4.0-testx ?

2000-08-30 Thread Nikita Schmidt
On Tuesday, 29 Aug, Rich Payne wrote: > > Ah...sound Blaster live. Well, I haven't looked at the codebut FWIW > I'd use Alsa. When I did the sound card testing in the UP1000 that's what > we used. > > We've recently sent some machines to Alsa so things should be looking > good. > Indeed, my

Re: old XL

2000-08-15 Thread Nikita Schmidt
> > I've also got an AS200/166... I haven't noticed the CPU fan noise as much > as the clatter of the old SCSI disk, but does this model have the > capability for this type of power management too? > According to the technical specs I've seen, AS200 can't power manage the CPU. I wouldn't bet on

Re: old XL

2000-08-15 Thread Nikita Schmidt
On Tuesday, 15 Aug, Andrew MacNamara wrote: > > Should I try to resolder the heat sensor attachment back on, or just run > it always at high speed? If I put it back on, I'll have to tape it down in > the airflow path -- it was just lying loose before. I guess I'll just run > it always at high RPM,

Re: Potato/Xfree401/mutlihead problems

2000-07-20 Thread Nikita Schmidt
On Thursday, 20 Jul, Thomas W. wrote: > > Also, for exactly *that* scenario, XFree uses it's libint10.a, to initialize > cards that have previously not been initialized by POST procedures. Aha. I believe XFree can call video BIOS on x86 platforms, but I doubt it can do it on Alphas. I didn't kno

Re: Potato/Xfree401/mutlihead problems

2000-07-19 Thread Nikita Schmidt
On Tuesday, 18 Jul, Thomas W. wrote: > > I run a dual-cpu UP2000 with Debian-potato. I compiled XFree86 4.0.1 in > order to make use of a multihead/xinerama configuration. I intend to > use a Voodoo 3 2000 PCI on PCI-Bus 0 and two Matrox G200 on Bus 1. > I need to divide between Bus 0 and Bus 1, s

Re: swriteboot to all disks during install ?

2000-07-19 Thread Nikita Schmidt
On Tuesday, 18 Jul, Thomas W. wrote: > > This makes me believe, that the install-routines swriteboots *all* drives. No. The disklabel is damaged by mkext2fs (I assume you were initialising your disks with ext2). Reserve the first sector (just one sector is enough) for the disklabel, partition t