login
Header Space

 
 

Mailing list archives

Search results

Found 80 matching messages (0.073 seconds). Page 1 of 4.

Re: SMP causing uvm_fault

On Fri, 30 Mar 2007 at 16:48 -0400, Matthew Szudzik wrote: > I suspect that I may be experiencing the same problem. After talking with Art, we've decided that I'm probably experiencing a problem with the ...

openbsd-misc - Matthew Szudzik - Mar 30 2007 - 21:05

Re: cwm keybindings misbehavior

On Sat, Jun 14, 2008 at 03:37:57PM +0000, Matthew Szudzik wrote: > Note, I was told by one of the Fluxbox developers that I need to add the > following line > > xmodmap -e 'add Mod4 = Super_L' > > to my .xinitrc file if I want ...

openbsd-misc - Matthew Szudzik - Jun 14 2008 - 12:32

Re: SMP causing uvm_fault

> Then after about an hour, when you try and reboot, I get an error: > > uvm_fault(0x..., 0x..., 0, 1) -> e > kernel: page fault trap, code = 0 > stopped at pmap_page_remove_86+0x114: > 0(%eax, %edx, 4), %eax > I suspect that I may be

openbsd-misc - Matthew Szudzik - Mar 30 2007 - 16:48

Re: radeon driver in -current Xorg 7.2?

> Those man pages are from X.org. X.org supports 3d acceleration on > some (older) graphics cards but only 2d on some (newer) others. > > OpenBSD does not support 3d acceleration on any cards. Shouldn't this be considered a documentation bug?

openbsd-misc - Matthew Szudzik - Apr 23 2007 - 23:05

Re: radeon driver in -current Xorg 7.2?

> the radeon driver does support 3d. if you have a kernel with drm, it > will try to use it. Of course, but the kernel doesn't support drm, and somebody reading the documentation has no way to know. At the very least, there could be an Errata

openbsd-misc - Matthew Szudzik - Apr 24 2007 - 00:16

Absolute OpenBSD out-of-print?

According to the publisher, Michael Lucas's book Absolute OpenBSD is currently out-of-stock. http://nostarch.com/frameset.php?startat=openbsd Does anybody know if there are plans for another printing? Or maybe even a second edition? I note

openbsd-misc - Matthew Szudzik - May 10 2007 - 14:03

Status of ath driver for AR5424 chipset?

I have a Thinkpad T60 with an Atheros AR5424-based wireless card (officially called the "ThinkPad 11a/b/g Wi-Fi wireless LAN Mini-PCIe card"), but I can't seem to get it working. What is the status of the ath driver for this chipset? An item at

openbsd-misc - Matthew Szudzik - May 27 2007 - 10:54

cannot enable executable stack...

I'm trying to get Mathematica to run on OpenBSD via Linux emulation, but I am getting the following error: error while loading shared libraries: libvml.so: cannot enable executable stack as shared object requires: Premission denied. Does anyone

openbsd-misc - Matthew Szudzik - Jun 10 2007 - 04:51

Re: cannot enable executable stack...

> what does ktrace say about the problem? > The ktrace output is as follows: 12262 ktrace RET ktrace 0 12262 ktrace CALL execve(0xcfbd0bd3,0xcfbd0a8c,0xcfbd0a94) 12262 ktrace NAMI "/usr/local/emul/fedora/usr/local/Wolfram/

openbsd-misc - Matthew Szudzik - Jun 10 2007 - 19:43

Re: OpenBSD on ThinkPad

> I want to buy a new laptop and want to run OpenBSD on it. So I think > my best choice is to buy a laptop without Intel wifi chipset and > -with- Intel Graphics Media Accelerator. (GMA is supported well > according to the FSF.) But the number of

openbsd-misc - Matthew Szudzik - Jun 14 2007 - 15:03

Re: OpenBSD on ThinkPad

Oh, and if you're thinking of buying a carrying case for your new ThinkPad T60, don't get the Lenovo messenger bag http://shop.lenovo.com/SEUILibrary/controller/catalog.workflow:item.detail?GroupID=38&Code=40Y8598 The strap is connected to the

openbsd-misc - Matthew Szudzik - Jun 14 2007 - 15:33

Re: OpenBSD on ThinkPad

> > I initially made the mistake of getting the "ThinkPad 11a/b/g Wi-Fi > > wireless LAN Mini-PCIe" wireless card, but that Atheros-based card is not > > currently supported by OpenBSD because it uses the AR5424 chipset. So I > > had to replace it

openbsd-misc - Matthew Szudzik - Jun 14 2007 - 16:03

Re: OpenBSD on ThinkPad

> If X works ok, then mplayer will be able to scale the video (using > either the xv or sdl video output plugin). Press 'f' during video > playback. > > vlc can probably do it too, but I dont use it, so i cant say. The sdl flavor of mplayer works

openbsd-misc - Matthew Szudzik - Jun 18 2007 - 20:51

Re: cannot enable executable stack...

> I'm trying to get Mathematica to run on OpenBSD via Linux emulation, but > I am getting the following error: > > error while loading shared libraries: libvml.so: cannot enable executable > stack as shared object requires: Premission denied.

openbsd-misc - Matthew Szudzik - Jun 18 2007 - 23:58

Re: cannot enable executable stack...

OK, I have some question about the ktrace. The first notable call is the following: > 20188 MathKernel CALL mprotect(0xcfbc1000,0x1000,0x1000007) > 20188 MathKernel RET mprotect -1 errno 22 Invalid argument In OpenBSD, the only legal values

openbsd-misc - Matthew Szudzik - Jun 19 2007 - 09:10

Re: cannot enable executable stack...

It appears that a similar bug was encountered by Debian in 2005. See http://lists.debian.org/debian-glibc/2005/08/msg00289.html http://lists.debian.org/debian-glibc/2005/08/msg00311.html http://lists.debian.org/debian-glibc/2005/08/msg00483.html

openbsd-misc - Matthew Szudzik - Jun 20 2007 - 09:08

Re: cannot enable executable stack...

> right. i'm not even sure what the growsdown flag does. Indeed, Linux doesn't have the same standard of documentation as OpenBSD. The PROT_GROWSDOWN flag for mprotect is not even mentioned in mprotect's man page on linux http://linux.about.

openbsd-misc - Matthew Szudzik - Jun 20 2007 - 16:35

Re: cannot enable executable stack...

> > 20188 MathKernel CALL mprotect(0xcfbc1000,0x1000,0x1000007) > > 20188 MathKernel RET mprotect -1 errno 22 Invalid argument > > In OpenBSD, the only legal values for the third argument of mprotect are > the bitwise sums of > > #define

openbsd-misc - Matthew Szudzik - Jun 21 2007 - 22:13

Re: cannot enable executable stack...

> As it turns out, this bug in compat_linux was encountered in NetBSD in > 2005 and then fixed. The NetBSD patches are I have successfully ported the relevant material from the NetBSD patches http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/compat/

openbsd-misc - Matthew Szudzik - Jun 25 2007 - 01:39

Re: cannot enable executable stack...

> I have successfully ported the relevant material from the NetBSD patches > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/compat/linux/common/linux_misc.c.diff?r1=1.140&r2=1.141 > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/compat/linux/common/

openbsd-misc - Matthew Szudzik - Jun 25 2007 - 08:54

speck-geostationary