kernel panic athn0

2014-11-11 Thread Alexey Kurinnij
kernel panic athn0 when I do `sudo ifconfig athn0 scan` or `sudo ifconfig athn0 inet 192.168.10.1 255.255.255.0 mediaopt hostap nwid mynwid wpakey 1qaz1qaz up` or `sudo ifconfig athn0 up` ifconfig athn0: flags=28802BROADCAST,SIMPLEX,MULTICAST,NOINET6 mtu 1500 lladdr 00:00:ef:be:ad:de

Re: kernel panic athn0

2014-11-11 Thread Alexey Kurinnij
Sorry, in first message ddb only for one processor. This is fresh for both: # ifconfig athn0 up panic: kernel diagnostic assertion pin sc-ngpiopins failed: file ../../../../dev/ic/ar9003.c, line 512 Stopped at Debugger+0x9: leave RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN

Re: kernel panic athn0

2014-11-11 Thread Stefan Sperling
On Tue, Nov 11, 2014 at 01:44:57PM +0200, Alexey Kurinnij wrote: Sorry, in first message ddb only for one processor. This is fresh for both: athn0 at pci3 dev 0 function 0 Atheros AR9300 rev 0x01: apic 0 int 16 Sorry, this chip isn't supported. See the man page -- it's not listed. Damien

Re: kernel panic athn0

2014-11-11 Thread David Coppa
On Tue, Nov 11, 2014 at 1:04 PM, Stefan Sperling s...@stsp.name wrote: On Tue, Nov 11, 2014 at 01:44:57PM +0200, Alexey Kurinnij wrote: Sorry, in first message ddb only for one processor. This is fresh for both: athn0 at pci3 dev 0 function 0 Atheros AR9300 rev 0x01: apic 0 int 16 Sorry,

Re: Sun/Cassini Quad Gigabit Card Not Detected

2014-11-11 Thread Tobias Ulmer
In my experience, cas(4) is slow and not very stable on sparc64. I used it in a Blade 150 firewall. On Sun, Nov 09, 2014 at 11:31:37AM -0500, Jeff wrote: Hi, I've installed OpenBSD 5.6 (i386) on a dual processor XEON box which has a 4 port Sun (Sun# 501-6738-10) Gigabit NIC card. dmesg

Re: httpd slowcgi notes

2014-11-11 Thread Quentin Rameau
Hi, server local-fastcgi { listen on egress port 80 fastcgi } have you tried specifying the fastcgi socket ?

kernel page fault trap after growfs

2014-11-11 Thread Nikos Skalkotos
Hello all, I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in older versions too). I've created an OpenBSD installation in Linux through kvm on a 1GB hard disk with just a root partition (a), by booting the install56.iso cdrom with a command like this: #

Re: kernel page fault trap after growfs

2014-11-11 Thread Otto Moerbeek
On Tue, Nov 11, 2014 at 04:10:48PM +0200, Nikos Skalkotos wrote: Hello all, I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in older versions too). I've created an OpenBSD installation in Linux through kvm on a 1GB hard disk with just a root

Re: kernel page fault trap after growfs

2014-11-11 Thread Nikos Skalkotos
Hello Otto, First of all, thank you for the quick reply. On 11 November 2014 16:25, Otto Moerbeek o...@drijf.net wrote: On Tue, Nov 11, 2014 at 04:10:48PM +0200, Nikos Skalkotos wrote: Hello all, I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in

Re: foomatic-rip 'f' exited (retcode=9)

2014-11-11 Thread gso
Predrag Punosevac punosevac72 at gmail.com writes: It appears that I can print spool-lessly with foomatic-rip -P HP-PhotoSmart_C5200 --ppd HP-PhotoSmart_C5200.ppd /dev/ulpt0 Any fix for this yet (same problem with an Epson Stylus Office BX300F)?

kernel page fault trap

2014-11-11 Thread Nikos Skalkotos
Hello all, I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in older versions too). I've created an OpenBSD installation in Linux through kvm on a 1GB hard disk with just a root partition (a), by booting the install56.iso cdrom with a command like this:

kernel page fault trap

2014-11-11 Thread Nikos Skalkotos
Hello all, I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in older versions too). I've created an OpenBSD installation in Linux through kvm on a 1GB hard disk with just a root partition (a), by booting the install56.iso cdrom with a command like this:

Advice requested -- how best to copy a disk

2014-11-11 Thread Dave Anderson
My apologies for what seems to be a rather simple and not really OpenBSD specific question, but searching hasn't found any good answers. I've got an old PC running i386 OpenBSD which is dying; the disk seems to be good, but I need to replace the rest of the hardware. Usually I'd just move the

Re: Advice requested -- how best to copy a disk

2014-11-11 Thread Josh Grosse
On 2014-11-11 14:23, Dave Anderson wrote: My apologies for what seems to be a rather simple and not really OpenBSD specific question, but searching hasn't found any good answers. I've got an old PC running i386 OpenBSD which is dying; the disk seems to be good, but I need to replace the rest

Re: kernel page fault trap

2014-11-11 Thread Theo de Raadt
I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in older versions too). I've created an OpenBSD installation in Linux through kvm on a 1GB hard disk with just a root partition (a), by booting the install56.iso cdrom with a command like this: kvm -smp 1 -m

Re: kernel page fault trap

2014-11-11 Thread Nikos Skalkotos
Hello, Sorry, what do you mean by mounted file system? The file system was not mounted when I tried to enlarge it. I booted with bsd.rd, mounted the file system just to copy the growfs utility, unmounted the filesystem and then tried to enlarge it. Nikos P.S. This post was sent by 2 mail

Re: kernel page fault trap

2014-11-11 Thread Philip Guenther
On Tue, Nov 11, 2014 at 5:43 AM, Nikos Skalkotos skalk...@grnet.gr wrote: I have a kernel page fault in OpenBSD 5.6 100% reproducible (I think I can reproduce it in older versions too). I've created an OpenBSD installation in Linux through kvm on a 1GB hard disk with just a root partition

Re: Advice requested -- how best to copy a disk

2014-11-11 Thread Adam Thompson
On 14-11-11 01:23 PM, Dave Anderson wrote: My apologies for what seems to be a rather simple and not really OpenBSD specific question, but searching hasn't found any good answers. I've got an old PC running i386 OpenBSD which is dying; the disk seems to be good, but I need to replace the rest

Re: kernel page fault trap

2014-11-11 Thread Nikos Skalkotos
Hello, Is there a way to output the rescue disk console on a serial port? It will help for the copy-paste because I don't have physical access to the server I'm running the VM's and I'm using VNC to grab the console. On 11 November 2014 22:21, Philip Guenther guent...@gmail.com wrote: On Tue,

[patches for the website] last release for platforms is 5.6

2014-11-11 Thread Daniel Jakots
Hi, In each platforms pages, at the end there is a paragraph about the last supported release, which is not anymore 5.5 (unless for armv7 because there isn't any 5.6). As there are 17 patches, I don't inline them but here's an archive : http://iota.chown.me/plat.diff.tar.gz Cheers, Daniel

Re: symon: mbuf() failed (508)

2014-11-11 Thread Stuart Henderson
On 2014-11-10, Atanas Vladimirov vl...@bsdbg.net wrote: Hi, After the upgrade to the recent snapshot I got many symon: mbuf() failed (508) in /var/log/messages. I've just committed a fix to ports for this.

Postfix compilation error.

2014-11-11 Thread giacomo
Hi at all, I try to compile postfix on OpenBSD 5.6 with command # env FLAVOR=mysql sasl2 make install for install it with mysql and sasl2 support. I have compiled it in OpenBSD 5.5 and 5.4 without problem. My system is upgrated from 5.4 to 5.5 and to 5.6 The compiler show:

Re: Basic question about following current

2014-11-11 Thread Stuart Henderson
On 2014-11-09, Theodore Wynnychenko t...@uchicago.edu wrote: Hello I am thinking of taking the plunge and following current. It all seems straightforward. I have looked at the FAQ's and other sources. I understand that it goes like this (simplistically): Get a new snapshot from

Re: Postfix compilation error.

2014-11-11 Thread Brad Smith
On 11/11/14 15:51, giacomo wrote: Hi at all, I try to compile postfix on OpenBSD 5.6 with command # env FLAVOR=mysql sasl2 make install for install it with mysql and sasl2 support. I have compiled it in OpenBSD 5.5 and 5.4 without problem. My system is upgrated from 5.4 to 5.5 and to 5.6 The

Re: Basic question about following current

2014-11-11 Thread bodie

Re: Postfix compilation error.

2014-11-11 Thread Nigel Taylor
On 11/11/14 20:51, giacomo wrote: Hi at all, I try to compile postfix on OpenBSD 5.6 with command # env FLAVOR=mysql sasl2 make install for install it with mysql and sasl2 support. I have compiled it in OpenBSD 5.5 and 5.4 without problem. My system is upgrated from 5.4 to 5.5 and to

hplip cups

2014-11-11 Thread Edgar Pettijohn III
I'm trying to set up a print server using Openbsd 5.6 and hplip-cups. This is what the logs are showing me: D [11/Nov/2014:16:32:53 -0600] [Job 13] HP_Photosmart_C4200_series: can't load library 'libfontconfig.so.9.1' D [11/Nov/2014:16:32:53 -0600] [Job 13]

Re: Question about /etc/mail post 5.6 upgrade

2014-11-11 Thread Joe S
On Mon, Nov 10, 2014 at 8:30 AM, Scott Vanderbilt li...@datagenic.com wrote: These changes came after 5.6 was RTM, and are reflected in -current as of 15 September or so. See http://www.openbsd.org/faq/current.html. Removing sendmail as outlined above will make things like 'make release'

Re: Advice requested -- how best to copy a disk

2014-11-11 Thread Nick Holland
On 11/11/14 14:23, Dave Anderson wrote: My apologies for what seems to be a rather simple and not really OpenBSD specific question, but searching hasn't found any good answers. I've got an old PC running i386 OpenBSD which is dying; the disk seems to be good, but I need to replace the rest

syweb nginx

2014-11-11 Thread Predrag Punosevac
I am running amd 5.6 and playing little bit with sysutils/symon Thinks are looking good and I have close to 100 MB of data in /var/www/symon/rrds/localhost I am trying to plot the data using syweb. I am sure that my installation of php_fpm and nginx is works correctly as I am nfsen working

Re: syweb nginx

2014-11-11 Thread g . lister
On Wed Nov 12 2014 05:04:02 GMT+0100 (CET), Predrag Punosevac wrote: I am running amd 5.6 and playing little bit with sysutils/symon Thinks are looking good and I have close to 100 MB of data in /var/www/symon/rrds/localhost I am trying to plot the data using syweb. I am sure that my

Re: Question about /etc/mail post 5.6 upgrade

2014-11-11 Thread thevoid
On Tue, 11 Nov 2014 15:31:27 -0800 Joe S js.li...@gmail.com wrote: On Mon, Nov 10, 2014 at 8:30 AM, Scott Vanderbilt li...@datagenic.com wrote: These changes came after 5.6 was RTM, and are reflected in -current as of 15 September or so. See http://www.openbsd.org/faq/current.html.

Re: kernel page fault trap

2014-11-11 Thread Janne Johansson
Can't you make the kvm run the console as a serial and then telnet or something to get that serial output from the guest? 2014-11-11 22:12 GMT+01:00 Nikos Skalkotos skalk...@gmail.com: Hello, Is there a way to output the rescue disk console on a serial port? It will help for the copy-paste