RE: Looking for two pairs of DS10L rails

2010-09-12 Thread Tom Linden
Try Puget Sound Data Systems > -Original Message- > From: axp-list-boun...@redhat.com > [mailto:axp-list-boun...@redhat.com] On Behalf Of Matt Turner > Sent: Sunday, September 12, 2010 5:39 PM > To: linux-al...@vger.kernel.org; > debian-alpha@lists.debian.org; gentoo-al...@lists.gentoo.

Re: miata linux kernel

2007-11-19 Thread Tom Evans
Then use SRM :) ...tom Jeff Donsbach wrote: On Sun, 2007-11-18 at 22:55 +, Tom Evans wrote: I cannot recall if a PWS 500a has both SRM and AlphaBIOS at the same time. It does. You can switch easily without re-flashing anything. -- To UNSUBSCRIBE, email to [EMAIL

Re: miata linux kernel

2007-11-18 Thread Tom Evans
I believe were the last I had used. How far in the kernel boot does MILO and your kernel get? I cannot recall if there are special kernel config options for SRM vs. MILO. Do you get any messages output after MILO loads the kernel? (Is MILO starting and are you getting to the MILO prom

Re: [BUGS] Test suite fails on alpha architecture

2007-11-07 Thread Tom Lane
Falk Hueffner <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> writes: >> It looks to me like Debian's compiler must be allowing the division >> instruction to be speculatively executed before the if-test branch >> is taken. > Can you create

Re: [BUGS] Test suite fails on alpha architecture

2007-11-07 Thread Tom Lane
b --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.2 (Gentoo 4.1.2) Bottom line is that I see nothing here that the Postgres project can f

Re: [BUGS] Test suite fails on alpha architecture

2007-11-06 Thread Tom Lane
o let's try Gentoo first, and then Martin can check if the fix works for Debian. If you could set me up a shell account accessible by ssh, I should have time to poke at this tomorrow. I don't need root access but will need all the usual C development tools (gcc, gdb, etc). Thanks for helping

Re: No port maintainers?

2007-11-01 Thread Tom Evans
I remember this process for Etch - what will need to be done to re-certify Alpha for the next Debian release? ...tom Luk Claes wrote: Hi Can you please start a wiki page for the alpha requalification process for lenny based on [0]. Please only add yourself as porter if you're act

Re: Does the Linux kernel for alpha support CONFIG_PREEMPT?

2007-09-10 Thread tom
like the scheduler or the resync should be smarter about something..? ...tom On Mon, 10 Sep 2007 08:55:15 -0400, [EMAIL PROTECTED] (Lennart Sorensen) wrote: > > I suspect raid6 uses more than twice the cpu overhead of raid5. raid5 > is just parity, but raid6 has to do a bit more than ju

Re: Does the Linux kernel for alpha support CONFIG_PREEMPT?

2007-09-09 Thread Tom Evans
Lennart Sorensen wrote: On Sun, Sep 09, 2007 at 12:17:16AM -0400, Tom Evans wrote: Well raid6 is pretty cpu intensive. Also during the initial sync it will by default try to use all disk bandwidth. You can adjust the max speed for resync using sysctl (or echo in /proc). By default the

Re: Does the Linux kernel for alpha support CONFIG_PREEMPT?

2007-09-08 Thread Tom Evans
Lennart Sorensen wrote: What kind of performance issues are you having? I use a 3124-2 based eSata card with a 4726-based port muliplier array/case, (plus the PMP patches). I then attempt to create a a raid6 array on 4 drives - the machine freezes something fierce during the process. Can

Re: Does the Linux kernel for alpha support CONFIG_PREEMPT?

2007-09-07 Thread Tom Evans
I've included an lspci -v -v at the end in case anyone has any ideas what it all means ... ...tom I know that the DS20 often has PCI issues - anyone know of what may cause issues with a 64bit PCI-X card on the machine? Any recommended placements for such thing? I have 3 64 bit cards i

Re: Does the Linux kernel for alpha support CONFIG_PREEMPT?

2007-09-07 Thread Tom Evans
card on the machine? Any recommended placements for such thing? I have 3 64 bit cards in the machine, a VIA gig ethernet, a combo scsi/ethernet card and the 3124-2 based eSata card Thanks, ...tom Lennart Sorensen wrote: On Fri, Sep 07, 2007 at 09:19:29AM -0400, Tom Evans wrote:

Does the Linux kernel for alpha support CONFIG_PREEMPT?

2007-09-07 Thread Tom Evans
Are there patches available for Alpha in the case that it does not? ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: help with mplayer bug 431139

2007-09-01 Thread Tom Evans
This is all correct, but again, the mplayer code explicitly checks the cputype at runtime and dyanmically uses the most efficient code. So, it should be possible to build for all systems (ev5) and yet maintain the performance of MVI for systems that support it. ...tom Helge Kreutzmann

Re: help with mplayer bug 431139

2007-08-27 Thread Tom Evans
cpu type where it is, but add: "-mno-cix -mno-fix -mno-bwx" to disable the generation of incompatible instructions in the non-protected code. ...tom but this part is not, since "./configure" in mplayer is not autoconf-generated, and there is no --build or --host option

Re: help with mplayer bug 431139

2007-08-26 Thread Tom Evans
acceleration already has the appropriate guards in place such that the mvi accelerated code will not execute on cpus that do not support it. gcc needs to be set such that the mvi primitives are available, but general code generation is ev5. ...tom The libmpeg2 in A Mennucc wrote: This means

Re: help with mplayer bug 431139

2007-08-26 Thread Tom Evans
in mplayer or libmpeg2? (or is libmpeg2 included in mplayer!?) ...tom A Mennucc wrote: This means that mplayer is compiled with 'gcc -mcpu=ev67 ' ; and also that CAN_COMPILE_ALPHA_MVI is set, and this enables some specific code in libmpeg2/ (I don't know what MVI is , alas -

Re: [BUG] 2.6.23-rc3 won't boot on alpha (fwd)

2007-08-23 Thread Tom Evans
be distributing signed changes files (the standard method for signing .debs) that could be uploaded straight to the Debian archive without my consent. (The latter actually wasn't an issue here, but meh, habits.) Well, I'm happy that it has all been tracked down and resolved. ...tom --

Re: [BUG] 2.6.23-rc3 won't boot on alpha (fwd)

2007-08-21 Thread Tom Evans
afraid to ask. Also, it was unclear to me what the difference between Richard's patch and the once provided. I realize it addresses issues other than the PT_NOTE issue - is that the sole reason that it is not used? Thanks, ...tom Steve Langasek wrote: On Tue, Aug 21, 2007 at 12:22:00PM

Re: [BUG] 2.6.23-rc3 won't boot on alpha (fwd)

2007-08-15 Thread Tom Evans
tils issue, but that the stock aboot is misguided. I'd also be willing to test a patched aboot. ...tom Bob Tracy wrote: I originally posted to linux-kernel w.r.t. 2.6.23-rcX not booting: Unfortunately, I can't say where the bug was introduced, as this is the first kernel I'v

Re: aboot and the new binutils?

2007-07-30 Thread Tom Evans
this point I am rebuilding the kernel I have been using since April using my current toolchain. I'll keep you posted. ...tom This was bnuilt Steve Langasek wrote: On Sun, Jul 29, 2007 at 09:08:54PM -0400, Tom Evans wrote: I've been trying to build and updated kernel from kernel

aboot and the new binutils?

2007-07-29 Thread Tom Evans
that there have been times in the past where changes to aboot were necessary to track changes in binutils. ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apache2/mod_php5

2007-07-16 Thread Tom Evans
on of eaccelerator built for the old version of php5. I was only reading the apache2 log - I should have checked the php5 log sooner (since I had narrowed it down to that module!). Thanks for checking it out for me! ...tom Steve Langasek wrote: Hi Tom, On Sun, Jul 15, 2007 at 05:38:02PM -0400

apache2/mod_php5

2007-07-15 Thread Tom Evans
n idea as to a work around. Thanks, ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Linking against libm-2.5.so ?

2007-05-14 Thread Tom Evans
Thanks for the heads up... I also thought it is possible to use both the GNU and the BSD style (I may have the names wrong) hashes in an image? ...tom Steve Langasek wrote: On Mon, May 14, 2007 at 08:10:30PM -0400, Tom Evans wrote: I'm using the Debian stable with libc from uns

Linking against libm-2.5.so ?

2007-05-14 Thread Tom Evans
Hi all - I'm using the Debian stable with libc from unstable. When gcc tries to link against libm.so, I get an error stating that it is an invalid format. objdump -x on /lib/libm-2.5.so also gives the same message Am I missing something here? ...tom -- To UNSUBSCRIBE, ema

Re: Etch glibc ...

2007-04-15 Thread Tom Evans
of being required to get something from testing or unstable. (and some organizations might have a "stable"-only policy). ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Etch glibc ...

2007-04-14 Thread Tom Evans
ming online for Debian devs to use - I really don't feel "happy that we manage to get a glibc package for alpha". ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: alpha raid?

2007-04-12 Thread Tom Vier
an cox cuz no one knew if digital unix uses FD. If can find it, if anyone wants it. It would probably need some work for 2.6, but that should be easy. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0x15741ECE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian Etch ....

2007-04-09 Thread Tom Evans
Regarding my comments about the not-cancel.h file, the separate architecture versions are in the NPTL area, so probably not an option. ...tom Tom Evans wrote: I imagine that no one followed up on the bug because the it was marked as closed with the RESPONSE that 2.5-exp3 *is* the fix

Re: Debian Etch ....

2007-04-09 Thread Tom Evans
nge that ONLY affects alpha should be possible. ...tom If someone can address these doubts with some measure of authority, I'd be happy to ask the glibc maintainers and stable release managers to include a fix in etch r1, but from the bug log it looks like no one has bothered following up

Re: Debian Etch ....

2007-04-09 Thread Tom Evans
Yeah, I don't see those packages in the glibc pool - have they been deleted (or am I just missing them?). I submitted the original bug in in August of 2005 - since Debian 4.0 still includes a 2.3.X series libc, why wasn't a patch to 2.3.6 included? ...tom Steve Langasek wrote: O

Debian Etch ....

2007-04-08 Thread Tom Evans
I noticed that I got Debian Etch today when I did a dist-upgrade. That is always nice - a few weird failures, etc - working on them. I noticed that there are some mysql processes (or threads!?) hanging out - where is the experimental libc that fixes this? ...tom -- To UNSUBSCRIBE, email

Re: "Failed to Fork Child Process"

2006-12-11 Thread Tom Evans
to your system. Others on the list may be able to comment. ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: "Failed to Fork Child Process"

2006-12-11 Thread Tom Evans
e:* Sun, 8 Oct 2006 22:11:28 +0200 Tested today the latest experimental libc6.1 (package version 2.3.999 but inside is glibc 2.4) and locales package - no more defunct processes! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [EMAIL PROTECTED] ...tom Rob

Re: Defunct processes Clamav

2006-07-10 Thread Tom Evans
in supporting the old linuxthreads package. I would submit a patch myself, but the glibc dev setup is incomprehensible (imho). This issue cause me to re-install most of my systems with "stable" because unstable and testing had the broken libc. ...tom Dermot Paikkos wrote: Hi

Re: Bug#325600: threads.... a solution?

2005-11-13 Thread Tom Evans
Uwe Schindler wrote: Another simple program that creates defunct processes is gnome-cups-manager and also mysql creates them. Since I run a testing system with a replaced libpthread.so (the one Tom created) and setted libc6.1 to "HOLD", there are no more defunct processes an

Re: Bug#325600: threads.... a solution?

2005-11-12 Thread Tom Evans
Daniel Jacobowitz wrote: On Sat, Nov 12, 2005 at 07:36:21PM -0500, Tom Evans wrote: How can this possibly be fixed by changing waitpid_not_cancel? That call is in pthread_reap_children, which isn't even reached by this test, as far as I can tell. Of course it should be. And of cours

Re: Bug#325600: threads.... a solution?

2005-11-12 Thread Tom Evans
Daniel Jacobowitz wrote: On Tue, Oct 25, 2005 at 12:05:16AM -0400, Tom Evans wrote Do you have a clear testcase for this problem? I tried to reproduce it, and could not Well, any threaded program should do, but while working on the solution, I used the test below. Compile if and run it and

Re: 325600 ( threads on Alpha).

2005-10-29 Thread Tom Evans
as able to do a "make" in the "alpha-libc" directory to test my changes - not that the changes are made, I'm not sure how to build a .deb without re-trashing everything - I figure the tools out - just hoped a patch would come from my information quicker than it would take

Re: 325600 ( threads on Alpha).

2005-10-29 Thread Tom Evans
I haven't built .deb's as of yet - I could prove the replacement libpthread.so if you like. I'm note certain as to how to build a .deb from an existing tree (any pointers)? If I use "dpkg-buildpackage" it re-extracts everything and starts over. ...tom Uwe Schind

Re: 325600 ( threads on Alpha).

2005-10-25 Thread Tom Evans
These are identical...the problem must be elsewhere. Or I just copied from the wrong emacs buffer. "Working" case: 0f00 : f00: 00 00 bb 27 ldahgp,0(t12) f04: 00 00 bd 23 lda gp,0(gp) f08: e0 ff de 23 lda sp,-32(sp) f0c:

Re: 325600 ( threads on Alpha).

2005-10-25 Thread Tom Evans
Falk Hueffner wrote: That's weird. What happens with -O0? What with gcc 3.3? Can you perhaps attach the assembly that is generated for the "broken" case? This is actually with gcc-3.3 (I started using it by default for these tests). Haven't tried "-O0" - w

Re: 325600 ( threads on Alpha).

2005-10-25 Thread Tom Evans
If I simply change (in linuxthreads/sysdep/unix/sysv/linux/not-cancel.h) from: # define waitpid_not_cancel(pid, stat_loc, options) \ INLINE_SYSCALL (osf_wait4, 4, pid, stat_loc, options, NULL) to: # define waitpid_not_cancel(pid, stat_loc, options) \ wait4( pid, stat_loc, options, NULL ) al

threads.... a solution?

2005-10-24 Thread Tom Evans
ot; (which waitpid_not_cancel uses) is broken, or the INLINE_SYSCALL macro is somehow broken and doesn't return the correct value. In any case, "wait3", not-inlined, works nicely for me ... I'll leave it up to the maintainers to determine the best patch to encompass all

RE: pthreads and zombies

2005-10-12 Thread Tom Evans
he .deb with gcc-3.3 (gcc-4.0 is the current default compiler for libc6.1). I thought perhaps the compiler change is what resulted in the bug, but that also is not the case. ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

pthreads and zombies

2005-10-11 Thread Tom Evans
g if somehow a thread that implicitly exits (via a return) isn't hitting the "pthread_exit" code whereas one that explicitly calls it does. Has anyone else been looking at this? ...tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Requalification of Alpha for etch

2005-10-08 Thread Tom Evans
omote" alpha by running a package!). ...tom Thimo Neubauer wrote: Hi, On Sat, Oct 08, 2005 at 07:40:15PM +0200, Falk Hueffner wrote: * More developers need to certify in that they're activly developing on this architecture. Added myself. * There needs to be another buildd.

FW: Bug#325600: libc6.1: Threads remain on Alpha with libc6. 2.3.5-4

2005-08-30 Thread Tom Evans
I got this reply from the libc maintainer - can anyone more involved with Debian/alpha build stuff help him out? ...tom -Original Message- From: GOTO Masanori [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 1:37 AM To: Thomas Evans Cc: GOTO Masanori; [EMAIL PROTECTED] Subject

RE: Finished threads remain as zombies on 2.6?

2005-08-29 Thread Tom Evans
So, has anyone submitted a defect yet? -Original Message- From: Tyson Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 10:49 AM To: debian-alpha@lists.debian.org Cc: Thomas Evans; Thimo Neubauer Subject: Re: Finished threads remain as zombies on 2.6? On August 29, 2005

Re: Finished threads remain as zombies on 2.6?

2005-08-28 Thread Tom Evans
f the program with zombies, it almost seems as if pthread_detach() is broken - when pthread_exit() is called, the thread entries stick around waiting for the parent thread to go away. ...tom Thimo Neubauer wrote: Hi, some weeks ago I experienced a full process table and found that offlineimap left

RE: No more Debian/Alpha?

2005-03-14 Thread Tom Evans
Which criteria there does Alpha not meet? ...tom -Original Message- From: Dan Cernese [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 8:58 AM To: debian-alpha@lists.debian.org Subject: No more Debian/Alpha? http://lists.debian.org/debian-devel-announce/2005/03/msg00012.html

RE: MULTIA/UDB questions.

2004-11-18 Thread Tom Evans
oller is only SCSI-2). ...tom -Original Message- From: Jerome Warnier [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 7:48 AM To: debian-alpha@lists.debian.org Subject: Re: MULTIA/UDB questions. On Thu, 2004-11-04 at 16:15 -0600, Ted Letofsky wrote: > Good afternoon, >

Re: Kernel 2.6 on alpha

2003-12-20 Thread Tom Vier
't used USB on alpha in over a year now) i haven't tried 2.6, but 2.4 doesn't even recongize my up2000+'s onboard usb. i too just use my laptop. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

Re: radeon dri problems

2003-12-02 Thread Tom Vier
no member named ate' lnx_io.c:93: error: structure has no member named ate' lnx_io.c:94: error: structure has no member named ate' lnx_io.c:95: error: structure has no member named ate' -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

radeon dri problems

2003-11-29 Thread Tom Vier
les in the xfree86 source. are these xserver modules or kernel modules? if they're in the xfree source, why aren't they in a binary deb? thanks for any help. 8) -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

jdk 1.4: what's alpha's future?

2003-09-10 Thread Tom Vier
t a dual 833mhz/4meg alpha. 8( my year old, not so fast pc at work, running sun's hotspot, also kicks my alpha's ass. is there any hope? or do i just save up for an smp opteron (and wait for linux support to stabilize)? i assume hp has little interest in linux/alpha. -- Tom Vier <[

Re: Software Raid not autodetected with bsd disklabel

2003-08-25 Thread Tom Vier
On Sun, Aug 24, 2003 at 10:24:25PM -0700, MC wrote: > Thank's, I'll give that a try. BTW, fdisk had no option for > linux_raid_autodetect in the bsd disklabel section. Do i just put fd at > the prompt? yes. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

Re: Software Raid not autodetected with bsd disklabel

2003-08-24 Thread Tom Vier
if (partition->p_fstype == LINUX_RAID_PARTITION) { + md_autodetect_dev(MKDEV(hd->major,current_minor)); + } +#endif + } current_minor++; } printk("\n"); -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

Re: Software Raid not autodetected with bsd disklabel

2003-08-24 Thread Tom Vier
f, but iirc, i couldn't find anyone to authoritately say if it was used or not. here's the patch i use for 2.4. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA diff -urN linux-2.4.10-ac7-patched-build/fs/partitions/osf.c linux-2.4.10-ac7-patched-build-osf/fs/partitions

Re: ata-100/133 cards on lx164?

2003-08-24 Thread Tom Vier
a maxtor 80gig. > hde: dma_intr: status=0x51 { DriveReady SeekComplete Error } > hde: dma_intr: error=0x84 { DriveStatusError BadCRC } i get exactly the same thing. i'm also running 2.4.21. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

d'oh! fixed (was: Re: ide-pci bug?: too many ide interfaces no room in table)

2003-08-23 Thread Tom Vier
On Fri, Aug 22, 2003 at 10:35:24PM -0400, Tom Vier wrote: > PDC20269: too many IDE interfaces, no room in table my .config was set to 2 ctrls max. everything works now. 8) -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

ide-pci bug?: too many ide interfaces no room in table

2003-08-22 Thread Tom Vier
interfaces, no room in table PDC20269: neither IDE port enabled (BIOS) hda: OPTORITECD-RW CW5202, ATAPI CD/DVD-ROM drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: attached ide-cdrom driver. hda: ATAPI 52X CD-ROM CD-R/RW drive, 8192kB Cache Uniform CD-ROM driver Revision: 3.12 -- Tom Vier <[EMA

can't get usb working

2003-07-30 Thread Tom Vier
i have a up2000+. lspci shows the ohci controller, but the ohci driver doesn't see it. i've enable usb verbose debugging, but it doesn't say anything. does anyone have it working on a up2000 or up2000+? if so, please send me your lspci -v and dmesg. -- Tom Vier <[EMAIL PROT

Re: 2.4.21 on alpha

2003-06-30 Thread Tom Vier
On Fri, Jun 27, 2003 at 10:52:50AM +0200, Jan Lentfer wrote: > Anyone else tried to run 2.4.21 on Alpha? works fine on my up2000+. i just sold my pws500, so i can't help you there. try only selecting the ide controller for your machine (cy68 something, use lspci). -- Tom Vier <[EMAI

tuxracer is super slow

2003-05-27 Thread Tom Vier
n what the problem is. also, anyone else have problems w/ radeon and xfree86-4? the video gets diagonally stretched and wrapped w/ a dotclock > 120.1. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

miata's srm doesn't see 2940uw

2003-05-24 Thread Tom Vier
weird problem here. i can boot of the atapi cdrom, and linux sees the card just fine. also, run bios from srm lets me run the scsiselect bios util that's on the card. alphabios does see the card. the only thing that doesn't is srm. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

x4 + pci radeon 7500

2003-04-30 Thread Tom Vier
uot;. Please report problems to [EMAIL PROTECTED] XIO: fatal IO error 54 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

tuxracer problem

2003-04-21 Thread Tom Vier
ns. See http://www.gnu.org/copyleft/gpl.html for details. X Error of failed request: GLXUnsupportedPrivateRequest Major opcode of failed request: 147 (GLX) Minor opcode of failed request: 17 (X_GLXVendorPrivateWithReply) Serial number of failed request: 18 Current serial number in ou

auto re-building installed debs

2003-03-15 Thread Tom Vier
is there any easy way (maybe a script one of the autobuilders uses) to grab all the source to my installed packages, and rebuild them w/ gcc-3.0 and ev68 opts? -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA

RE: EM86

2002-05-08 Thread Tom Evans
lien, and, IMHO, I'd convert to a .deb and install in one pass. >I still can't figure out how to tell apt to install from an arbitrary .deb. >Also, why bother with EM86? Most of the "interesting" apps on that platform require NT. I really do not undderstand this s

Re: Anybody else having the same [bad] experiences with Mozilla 0.9.9-6?

2002-04-18 Thread Tom Vier
work. -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6CB97DA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

galeon disappeared from testing

2002-04-17 Thread Tom Vier
anyone else notice it gone? i tried the version from unstable, and it really IS unstable. :p netflix.com no problems, but crashes while rendering slashdot.org. might be the mozilla engine crashing (the other problem that was just posted). -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID 0xE6

Re: mozilla seg faults on startup

2002-02-16 Thread Tom Vier
so #1 0x2199510 in NS_ShutdownXPCOM () from /usr/lib/libxpcom.so #2 0x12000a624 in main () #3 0x23caaac in __libc_start_main () from /lib/libc.so.6.1 -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: mozilla seg faults on startup

2002-02-16 Thread Tom Vier
On Sat, Feb 16, 2002 at 06:57:54AM +0100, Jurriaan on Alpha wrote: > On Fri, Feb 15, 2002 at 06:28:23PM -0500, Tom Vier wrote: > > /usr/bin/mozilla: line 140: 10531 Segmentation fault $MOZ_PROGRAM > > -remote "openurl(about:blank,new-window)" 2>/dev/null >/

mozilla seg faults on startup

2002-02-15 Thread Tom Vier
"openurl(about:blank,new-window)" 2>/dev/null >/dev/null Segmentation fault -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: miata sound

2002-01-18 Thread Tom Vier
to the SB module with modconf. If that > doesn't work, try the PnP stuff (isapnp-tools for 2.2.X > kernels, or the built-in support in the 2.4.X kernels). > > Cheers, > -Don Spoon- > > > -Original Message- > > From: Tom Vier [mailto:[EMAIL PROTECTED] > &

miata sound

2002-01-07 Thread Tom Vier
x27;t seem to detect my onboard sb (which worked fine, under 2.2): Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: I/O, IRQ, and DMA are mandatory that's all it says. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

cia machine check

2001-12-09 Thread Tom Vier
= 000f Dec 9 19:16:11 zero kernel: t8 = t9 = 021e45f8 t10= 0008 Dec 9 19:16:11 zero kernel: t11= 000a pv = fca03240 at = fc83e81c Dec 9 19:16:11 zero kernel: gp = fcb1de70 sp = fc0004313e48 -- Tom

potato -> testing problem

2001-12-08 Thread Tom Vier
gure --apt -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: Slllloooowwww Alpha

2001-12-07 Thread Tom Vier
ell, but the fbdev xserver says the driver doesn't support it. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: v2.4.14 kernel on Alpha: sound is not working

2001-11-24 Thread Tom Vier
d that since switching to 2.4, the kernel doesn't even see my onboard sb on my pws500au. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

aic7 vs sym53c8

2001-11-11 Thread Tom Vier
i'm looking to buy a u2w card, and i'm split between an adaptec and a tekram the sym53c8 driver doesn't like > 8 tcq depth, but other than that, i haven't had any problems. does the aic7 driver work correctly on alpha? anyone else have > 8 tcq depth problems on a pws

test

2001-10-28 Thread Tom Vier
my last message never showed up. just testing. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

gnucash

2001-10-28 Thread Tom Vier
ince it runs fine on my thinkpad. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

pilot-link

2001-08-21 Thread Tom Vier
or 2 apparently the pure_vendor_install target is missing from the makefile in tools/Perl5. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

ftp.alphalinux.org kde rpms

2001-08-16 Thread Tom Vier
any harm in running alien on the kde 2 rpms and installing them? -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

gcc 3.0 for potato

2001-08-05 Thread Tom Vier
has anyone built gcc 3.0 for potato? i tried a while ago, but it depended on a lot of stuff from testing to build it. any tips or .debs would be much appreciated. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: building malsync

2001-07-21 Thread Tom Vier
7;s. i'll file a bug report. now i can tackle all those sizeof(* void) == sizeof(int) assumptions. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

building malsync

2001-07-09 Thread Tom Vier
uild-stamp] Error 2 -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: Pyxis machine checks cause lockup

2001-06-25 Thread Tom Vier
to be > power-cycled to get it back up. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Linux 2.4.5-ac2: disk corruption

2001-05-28 Thread Tom Vier
has anyone else had disk corruption in 2.4.5-ac? i posted this to l-k, but this is probably a better place to get responces from alpha users. - Forwarded message from Tom Vier <[EMAIL PROTECTED]> - actually, it happens on ext2, also. it was fun trying to switch back to 2.2

Re: Why halt does reboot?

2001-05-20 Thread Tom Vier
s but do not return to SRM prompt. > Instead a message > > *** Console stopped because of Machine Check *** > *** Pressa HALT Button to return to console *** > > is issued. Obviosly I have not any halt key... > Maybe a different value is required instead of 0xdead in that fi

Re: Why halt does reboot?

2001-05-17 Thread Tom Vier
lled 2.2r2 on a Alphastation 500. > This is a trial for a successive installation of a beowulf cluster. > The problem is: halt instruction does reboot the machine instead of > stopping it. Boot is done by aboot and SRM is the eprom monitor. > Kernel is 2.2.18pre17. -- Tom Vier <[

Re: Kernel 2.4.4 & Debian 2.2.r3

2001-05-08 Thread Tom Vier
http://people.debian.org/~bunk/ On Tue, May 08, 2001 at 11:39:02AM -0500, Carlos L?pez wrote: > is it possible to compile kernel 2.4.4 under Debian > 2.2 r3 ?? > Which package-updates I need ?? -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: need volunteers for Alpha boot-floppies, part II

2001-05-08 Thread Tom Vier
g boot-floppies for -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C pgpmXHHH0LEbP.pgp Description: PGP signature

2.4.4: pci_map_sg() failure on alpha]

2001-05-06 Thread Tom Vier
dma page tables" printed about 10 times, then a second or two later, it kills the interrupt handler. it's being called by the sym53c8xx driver. it's easily reproducible, by bunzip linux.tar.bz | tar x. this is on a pws 500ua, btw. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: pci_device_override safety

2001-04-29 Thread Tom Vier
On Sun, Apr 29, 2001 at 08:52:07AM -0400, Jay Estabrook wrote: > On Fri, Apr 27, 2001 at 11:05:16PM -0400, Tom Vier wrote: > > is it safe to use pci_device_override on a miata, with a matrox millennium > > II in one of the 64bit slots? i've build kernels without trouble,

pci_device_override safety

2001-04-27 Thread Tom Vier
omplained about it. -- Tom Vier <[EMAIL PROTECTED]> DSA Key id 0x27371A2C

Re: half speed audio

2001-04-21 Thread Tom Vier
while i'm at it: i was happy to find that there was a realplayer for debian/alpha, but the netscape plugin doesn't work. anyone have any tips to get it working? On Sat, Apr 21, 2001 at 04:02:26PM -0400, Tom Vier wrote: > anyone else have audio playing back at half speed? cat englis

  1   2   >