Re: Developing device driver for parallel lcd dispaly modules

2013-08-29 Thread Denis Maros
Hi again, Sorry for the delay but it took time to check if the hardware is healthy and check if it is Hitachi-compatible. Lanner INC said that LCM is not Hitachi-compatible. I'm sure that LCM is healthy cause i've tested it under FreeBSD 7.2 i386 Also my boss got permission from the vendor to

spamd(8) more persistent greytrapping

2013-08-29 Thread Boudewijn Dijkstra
Hello folks, Here's a suggested improvement to spamlogd(8) which keeps greytrap entries tarpitted while they keep trying. To this end I modified spamlogd.c so that a known greytrapped host is updated as a greytrap entry in /var/db/spamd on every incoming connection to port 8025. This requires

OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Andy
Hi everyone, I'm hoping someone can help me as I'm not having much luck with adding IPv6 to the mix of our already working IPv4 setup. What should /etc/hostname.carpX look like for an IPv6 setup? Is this correct;? inet 10.0.10.1 255.255.255.0 10.0.10.255 vhid 1 pass temppass advbase 3

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Andy
PS; I don't have MLD capable switches in all locations if that is a factor here regarding CARP messages being via IPv6 Multicast. On Thu 29 Aug 2013 15:57:29 BST, Andy wrote: Hi everyone, I'm hoping someone can help me as I'm not having much luck with adding IPv6 to the mix of our already

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Loïc Blot
Hello Andy, here is on of my working configuration (OpenBSD 5.2) inet 194.199.X.28 255.255.255.240 NONE inet6 2001:660:abcd:1234::1:1 64 description CARP server carpdev vlan603 vhid 62 advskew 1 carppeer 194.199.X.29 pass x -- Best regards, Loïc BLOT, Engineering UNIX Systems, Security

Compiling BOINC/Seti@Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Richard Thornton
My Sun Blade 100, has a fresh install of 5.3, and its very good, much better than 5.1; XFCE is very stable and R is much better than prior ports. you guys did a great job! Now this computer sits running actively, with nothing to do! So lets run Seti on it, but alas, no recent binary for OpenBSD

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Andy
Thanks, I'll give that a try. I have got it working with separate CARP interfaces for v4 and v6 but was hoping to have it working under one interface. Cheers, Andy. On Thu 29 Aug 2013 17:13:37 BST, Loïc Blot wrote: Hello Andy, here is on of my working configuration (OpenBSD 5.2) inet

Re: Compiling BOINC/Seti at Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Alexey E. Suslikov
Richard Thornton thornton.richard at gmail.com writes: Is there some sort of special tailoring necessary for OpenBSD? yes, there is. you need to create port of boinc.

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Todd T. Fries
Penned by Andy on 20130829 9:57.29, we have: | Hi everyone, | | I'm hoping someone can help me as I'm not having much luck with adding | IPv6 to the mix of our already working IPv4 setup. | | What should /etc/hostname.carpX look like for an IPv6 setup? Is this | correct;? | | inet 10.0.10.1

Re: Compiling BOINC/Seti@Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Janne Johansson
When you run autoconf/automake (from ports at least), they usually say that you should export variables like AUTOCONF_VERSION and AUTOMAKE_VERSION to something like 2.11 or 1.9 or so. For me: $ pkg_info | grep auto autoconf-2.59p3 automatically configure source code on many Un*x platforms

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Andy
On Thu 29 Aug 2013 18:37:53 BST, Todd T. Fries wrote: Penned by Andy on 20130829 9:57.29, we have: | Hi everyone, | | I'm hoping someone can help me as I'm not having much luck with adding | IPv6 to the mix of our already working IPv4 setup. | | What should /etc/hostname.carpX look like

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread Stefan Sperling
On Thu, Aug 29, 2013 at 08:35:48PM +0100, Andy wrote: On Thu 29 Aug 2013 18:37:53 BST, Todd T. Fries wrote: Penned by Andy on 20130829 9:57.29, we have: | I'm also seeing errors stating that the inet6 carp address I have | configured is a duplicate address! Although this could be due

Re: Compiling BOINC/Seti@Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Christian Weisgerber
Richard Thornton thornton.rich...@gmail.com wrote: My Sun Blade 100, has a fresh install of 5.3, and its very good, much better than 5.1; XFCE is very stable and R is much better than prior ports. you guys did a great job! Now this computer sits running actively, with nothing to do! Use

Re: Compiling BOINC/Seti@Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Alexander Hall
On 08/29/13 22:11, Christian Weisgerber wrote: Richard Thornton thornton.rich...@gmail.com wrote: My Sun Blade 100, has a fresh install of 5.3, and its very good, much better than 5.1; XFCE is very stable and R is much better than prior ports. you guys did a great job! Now this computer sits

Re: Compiling BOINC/Seti at Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Alexey E. Suslikov
Christian Weisgerber naddy at mips.inka.de writes: Richard Thornton thornton.richard at gmail.com wrote: My Sun Blade 100, has a fresh install of 5.3, and its very good, much better than 5.1; XFCE is very stable and R is much better than prior ports. you guys did a great job! Now this

Re: OpenBSD 5.3, CARP and IPv6

2013-08-29 Thread todd
Penned by Andy on 20130829 14:35.48, we have: | On Thu 29 Aug 2013 18:37:53 BST, Todd T. Fries wrote: | Penned by Andy on 20130829 9:57.29, we have: | | Hi everyone, | | | | I'm hoping someone can help me as I'm not having much luck with adding | | IPv6 to the mix of our already working IPv4

Re: Compiling BOINC/Seti at Home for OpenBSD 5.3 Sparc64

2013-08-29 Thread Daniel Ouellet
On 8/29/2013 4:15 PM, Alexey E. Suslikov wrote: Christian Weisgerber naddy at mips.inka.de writes: Richard Thornton thornton.richard at gmail.com wrote: My Sun Blade 100, has a fresh install of 5.3, and its very good, much better than 5.1; XFCE is very stable and R is much better than

submit.cf sendmail.cf configuration

2013-08-29 Thread richard
I have a simple OpenBSD 5.3 Sparc 64 box, which runs very well, given it is 12+ years old. I would like to set it up so I could send email from it, and receive email, since I do have a personal domain name,which I could point to my house IP, if desired. The documentation is wonderful, somehow it

Watchdog timeout with MSI and Realtek 8101E on Dell Inspiron 3521 (amd64)

2013-08-29 Thread Francois Ambrosini
After upgrading from the July 25 to the August 24 snapshot (amd64), I started getting re0: watchdog timeout messages from the system when sending files via re0. This seems to be caused by MSI being enabled in sys/dev/pci/if_re_pci.c beginning of August. Upgrading the BIOS to the latest version

Re: submit.cf sendmail.cf configuration

2013-08-29 Thread Nick Holland
On 08/27/13 16:30, rich...@thornton.net wrote: I have a simple OpenBSD 5.3 Sparc 64 box, which runs very well, given it is 12+ years old. I would like to set it up so I could send email from it, and receive email, since I do have a personal domain name,which I could point to my house IP, if

Re: submit.cf sendmail.cf configuration

2013-08-29 Thread agroconsultor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/27/2013 01:30 PM, rich...@thornton.net wrote: I have a simple OpenBSD 5.3 Sparc 64 box, which runs very well, given it is 12+ years old. I would like to set it up so I could send email from it, and receive email, since I do have a personal

Re: submit.cf sendmail.cf configuration

2013-08-29 Thread Alexander Hall
rich...@thornton.net wrote: I have a simple OpenBSD 5.3 Sparc 64 box, which runs very well, given it is 12+ years old. I would like to set it up so I could send email from it, and receive email, since I do have a personal domain name,which I could point to my house IP, if desired. The