Problem with implicit rule in make

2014-05-03 Thread Roberto E. Vargas Caballero
Hi, I have the following simple Makefile: CPPFLAGS = -I../inc all: libcc.a libcc.a: libcc.a(die.o) libcc.a(xcalloc.o) libcc.a(xmalloc.o) clean: rm -f *.o *.a which should generate a static library using a default rule. This Makefile works in ano

Re: receive error 54 from NetApp NFS server

2014-05-03 Thread Philip Guenther
On Fri, May 2, 2014 at 4:39 AM, Donovan Watteau wrote: > On Tue, 29 Apr 2014, Philip Guenther wrote: > > On Tue, Apr 29, 2014 at 8:17 AM, Donovan Watteau > wrote: > > > I have various mountpoints from a NetApp NFS server with I use on > > > OpenBSD/amd64 5.5. > > > > > > $ grep nfs /etc/fstab >

Re: Problem with implicit rule in make

2014-05-03 Thread Marc Espie
On Sat, May 03, 2014 at 10:23:58AM +0200, Roberto E. Vargas Caballero wrote: > Hi, > > I have the following simple Makefile: > > CPPFLAGS = -I../inc > > all: libcc.a > > libcc.a: libcc.a(die.o) libcc.a(xcalloc.o) libcc.a(xmalloc.o) > > clean: > rm -f *.o *

Re: Problems with PPPoE, VLAN, 5.5 (amd64)

2014-05-03 Thread Peter J. Philipp
On 05/02/14 23:18, Thorsten Bonck wrote: > On Fri, May 02, 2014 at 08:14:40PM +, Peter J. Philipp wrote: >> On Fri, May 02, 2014 at 09:14:16PM +0200, thors...@bonck.net wrote: maybe you could try to put pppoe0 on rl0, untag vlan10 on switch port where rl0 is connected and tag other vl

Re: Weird disklabel problem

2014-05-03 Thread Martijn Rijkeboer
> So marking a partition as 'Active/Bootable', (the 00 -> 80 change) > causes your system to hang. Apparently Linux does this when you > 'Label' it. The OpenBSD installer does it for you when you > select 'Whole disk'. Nothing obviously to do with the disklabel. You > could test this by manually >

Re: Problem with implicit rule in make

2014-05-03 Thread Roberto E. Vargas Caballero
> There is nothing in the posix description that says anything about default > rules to recreate archives. Maybe I am wrong, but this part of posix seems to say another thing: 5. The most common use of the archive interface follows. Here, it is assumed that the source files are a

Re: Weird disklabel problem

2014-05-03 Thread Kenneth Westerback
On 3 May 2014 06:27, Martijn Rijkeboer wrote: >> So marking a partition as 'Active/Bootable', (the 00 -> 80 change) >> causes your system to hang. Apparently Linux does this when you >> 'Label' it. The OpenBSD installer does it for you when you >> select 'Whole disk'. Nothing obviously to do with

Re: Weird disklabel problem

2014-05-03 Thread Andreas Bartelt
On 05/03/14 14:10, Kenneth Westerback wrote: On 3 May 2014 06:27, Martijn Rijkeboer wrote: So marking a partition as 'Active/Bootable', (the 00 -> 80 change) causes your system to hang. Apparently Linux does this when you 'Label' it. The OpenBSD installer does it for you when you select 'Whole

Re: Weird disklabel problem

2014-05-03 Thread Kenneth Westerback
On 3 May 2014 08:49, Andreas Bartelt wrote: > On 05/03/14 14:10, Kenneth Westerback wrote: >> >> On 3 May 2014 06:27, Martijn Rijkeboer wrote: So marking a partition as 'Active/Bootable', (the 00 -> 80 change) causes your system to hang. Apparently Linux does this when you 'La

Re: receive error 54 from NetApp NFS server

2014-05-03 Thread Donovan Watteau
On Sat, 3 May 2014, Philip Guenther wrote: > On Fri, May 2, 2014 at 4:39 AM, Donovan Watteau wrote: > * noac: a leftover, but removing it doesn't fix the problem. > > * ac: required for our use case. > > > How is that possible when you also set "noac" to *COMPLETELY DISABLE* > attri

RTL8402 realtek card reader

2014-05-03 Thread Eric Huiban
Hello there ... I had to produce this ugly one on fresh 5.5 release in order to get my cardreader operational. diff on pcidevs : 5687a5688 > product REALTEK RTL8402 0x5286 RTL8402 Card Reader and diff on rtsx_pci.c : 61c61,62 < PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REA

Re: RTL8402 realtek card reader

2014-05-03 Thread Stefan Sperling
On Sat, May 03, 2014 at 03:52:30PM +0200, Eric Huiban wrote: > Hello there ... > > I had to produce this ugly one on fresh 5.5 release in order to get my > cardreader operational. > > diff on pcidevs : > > 5687a5688 > > product REALTEK RTL8402 0x5286 RTL8402 Card Reader > > and dif

Re: Weird disklabel problem

2014-05-03 Thread Andreas Bartelt
On 05/03/14 15:01, Kenneth Westerback wrote: On 3 May 2014 08:49, Andreas Bartelt wrote: On 05/03/14 14:10, Kenneth Westerback wrote: On 3 May 2014 06:27, Martijn Rijkeboer wrote: So marking a partition as 'Active/Bootable', (the 00 -> 80 change) causes your system to hang. Apparently Linu

Page fault trap when switching from wscons to X and wsmoused is running

2014-05-03 Thread Alessandro DE LAURENZIS
Hello, I'm experiencing a systematic crash in a fresh 5.5 install, starting the wsmoused service and then switch from console to X. The following steps reliably reproduce the problem: 1) (from a X session) sudo wsconsctl display.focus=1 2) (from the wscons) sudo /etc/rc.d/wsmoused -f start 3) (

Re: Problems with PPPoE, VLAN, 5.5 (amd64)

2014-05-03 Thread Peter J. Philipp
On Sat, May 03, 2014 at 12:20:24PM +0200, Peter J. Philipp wrote: > > 12:02:18.008513 48:01:09:03:04:07 ff:ff:ff:ff:ff:ff 8100 36: 802.1Q vid > 10 pri 3 PPPoE-Discovery > code Initiation, version 1, type 1, id 0x, length 12 > tag Service-Name, length 0 > tag Host-Uniq,

Re: Weird disklabel problem

2014-05-03 Thread Kenneth Westerback
On 3 May 2014 10:13, Andreas Bartelt wrote: > On 05/03/14 15:01, Kenneth Westerback wrote: >> >> On 3 May 2014 08:49, Andreas Bartelt wrote: >>> >>> On 05/03/14 14:10, Kenneth Westerback wrote: On 3 May 2014 06:27, Martijn Rijkeboer wrote: >> >> >> So marking a partiti

crash initializing CPUs after 2014-05-02 snapshot

2014-05-03 Thread Luke Tidd
Machine is a Dell 2950. 2014-04-30 snapshot and new bsd.rd boot fine >> OpenBSD/amd64 BOOT 3.28 boot> booting hd0a:/bsd: 10561372+2235930+1045688+0+614336 [100+556344+369943]=0x12ac5b8 entry point at 0x10001e0 [7205c766, 3404, 24448b12, 1ba0a304] [ using 927224 bytes of bsd ELF symbol table ]

Re: crash initializing CPUs after 2014-05-02 snapshot

2014-05-03 Thread Philip Guenther
On Sat, May 3, 2014 at 11:22 AM, Luke Tidd wrote: > Machine is a Dell 2950. 2014-04-30 snapshot and new bsd.rd boot fine > ... > OpenBSD 5.5-current (GENERIC.MP) #98: Fri May 2 16:21:27 MDT 2014 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > real mem = 34338045952

Re: crash initializing CPUs after 2014-05-02 snapshot

2014-05-03 Thread Luke Tidd
May 3rd did the trick, thanks. On Sat, May 3, 2014 at 7:51 PM, Philip Guenther wrote: > On Sat, May 3, 2014 at 11:22 AM, Luke Tidd wrote: >> >> Machine is a Dell 2950. 2014-04-30 snapshot and new bsd.rd boot fine > > ... >> >> OpenBSD 5.5-current (GENERIC.MP) #98: Fri May 2 16:21:27 MDT 2014 >>