Re: OpenBSD on a Nokia IP380

2013-08-26 Thread s_gammons
Looks like I've been reinventing the wheel. After some searching, I see others have gotten m0n0wall to work on the IP380 but have ran into the same problem with the MAC address. It seems as though the eeproms that store the MAC address aren't on the system board. I had a couple of the eeprom

Re: AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found)

2013-08-26 Thread Alexis de BRUYN
On 26.08.2013 20:27, Matthieu Herrb wrote: > On Mon, Aug 26, 2013 at 06:34:53PM +0200, Alexis de BRUYN wrote: >> Hi tech@, >> >> In my /var/log/Xorg.0.log, I saw this error : >> [14.671] (EE) AIGLX error: dlopen of >> /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found) >> >> Aft

Fix error code for ELF

2013-08-26 Thread Maxime Villard
Hi, after playing with some ELF binaries, I figured out that error codes received in errno do not always match with what is expected in the kernel. Actually, this function should return (error) instead of (ENOEXEC): Index: exec_elf.c ==

Working on PXE automated installation

2013-08-26 Thread Loïc BLOT
Hello @tech. I want to share you my work to make OpenBSD automated installation possible. My approach is to load a configuration file based on DHCP option 225 (thanks to Nick's work). If this file is present and available (HTTP,FTP and TFTP are currently supported) the parser load variables to ins

Re: AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found)

2013-08-26 Thread Matthieu Herrb
On Mon, Aug 26, 2013 at 06:34:53PM +0200, Alexis de BRUYN wrote: > Hi tech@, > > In my /var/log/Xorg.0.log, I saw this error : > [14.671] (EE) AIGLX error: dlopen of > /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found) > > After trying to build swarstg manually in > /usr/xenoca

Re: AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found)

2013-08-26 Thread Jonathan Gray
On Mon, Aug 26, 2013 at 06:34:53PM +0200, Alexis de BRUYN wrote: > Hi tech@, > > In my /var/log/Xorg.0.log, I saw this error : > [14.671] (EE) AIGLX error: dlopen of > /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found) That is a result of a patch that was added to fallback to a

Re: Wrong word used in make(1) manpage.

2013-08-26 Thread Jason McIntyre
On Mon, Aug 26, 2013 at 03:21:56PM +0200, Christian Schulte wrote: > Patch correcting a wrong word in the make(1) manpage. > > Index: usr.bin/make/make.1 > === > RCS file: /cvs/src/usr.bin/make/make.1,v > retrieving revision 1.106 > d

AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found)

2013-08-26 Thread Alexis de BRUYN
Hi tech@, In my /var/log/Xorg.0.log, I saw this error : [14.671] (EE) AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found) After trying to build swarstg manually in /usr/xenocara/lib/libGL/dri/swrastg/, make failed : cc: ../../mesa/libmesagallium/libmesaga

Wrong word used in make(1) manpage.

2013-08-26 Thread Christian Schulte
Patch correcting a wrong word in the make(1) manpage. Index: usr.bin/make/make.1 === RCS file: /cvs/src/usr.bin/make/make.1,v retrieving revision 1.106 diff -r1.106 make.1 500c500 < Redefining the corresponding suffix (or suffixes) wi

defer routing table updates on link state changes

2013-08-26 Thread Mike Belopuhov
hi, in order to make our life a bit easier and prevent rogue accesses to the routing table from the hardware interrupt context violating all kinds of spl assumptions we would like if_link_state_change that is called by network device drivers in their interrupt service routines to defer its work to