Build error freetype2

2015-10-22 Thread Heiko Zimmermann
Hello together, I did like expected in current.html: 2015/10/19 - [xenocara] freetype update Freetype was updated to version 2.6.1, which causes header files to be moved around. As a result, some old files needs to be removed manually: cd /usr/X11R6/include/freetype2 rm -rf

Re: Build error freetype2

2015-10-22 Thread David Coppa
On Thu, Oct 22, 2015 at 12:36 PM, Heiko Zimmermann wrote: > mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config > > solved the issue. > > cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist > was not working. For "up-to-date src tree" I meant:

Re: Build error freetype2

2015-10-22 Thread Heiko Zimmermann
mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config solved the issue. cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist was not working. Thank you David. Cheers, Heiko Am 22.10.2015 um 12:31 schrieb David Coppa: > On Thu, Oct 22, 2015 at 12:22 PM, Heiko Zimmermann >

Re: Build error freetype2

2015-10-22 Thread Heiko Zimmermann
Yes, I did this before: cd /usr/src cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd ... But I still had this issue until: mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config Thank you :) Heiko Am 22.10.2015 um 12:40 schrieb David Coppa: > On Thu, Oct 22, 2015 at 12:36 PM, Heiko

mount smbfs (sharity-light is uncooperative)

2015-10-22 Thread Andreas Thulin
Hi! After some googling, I couldn't find answers to my questions so I turn to this list. Please forgive me if this is a worn-out topic etc. - Is there a specific reason there's no "mount -t smbfs" or similar option in OpenBSD that let's me mount an smb filesystem easily, and on boot

Re: tmux losing session

2015-10-22 Thread Daniel Bolgheroni
On Thu, Oct 22, 2015 at 07:24:24PM -0200, Daniel Bolgheroni wrote: > Anyone experiencing this? >From tmux(1): If the socket is accidentally removed, the SIGUSR1 signal may be sent to the tmux server process to recreate it (note that this will fail if any parent directories are

passive mode ftp pf.conf OpenBSD 5.6 i386

2015-10-22 Thread Motty
Hello, I am trying to configure pf.conf (OpenBSD 5.6) to allow clients to access ftp server using passive mode on my internal network. network consist of a DSL modem with public IP 1.2.3.4 on the outside and 10.1.10.1 on the inside network. However, the dsl modem does not provide any security,

tmux losing session

2015-10-22 Thread Daniel Bolgheroni
Hi misc@, tmux session from 2 days ago, login into the machine and then: $ tmux attach $ tmux attach no sessions $ Minutes ago it was OK. No traces left. First time I thought I wasn't awake enough. Anyone experiencing this? Thank you. OpenBSD 5.8-current (GENERIC.MP) #1477: Tue Oct 13

Re: Build error freetype2

2015-10-22 Thread David Coppa
On Thu, Oct 22, 2015 at 12:01 PM, Heiko Zimmermann wrote: > Hello together, > > I did like expected in current.html: > > 2015/10/19 - [xenocara] freetype update > Freetype was updated to version 2.6.1, which causes header files to be > moved around. As a result, some

Re: Using fsync instead of ioctl(fd, DIOCGFLUSH); (Re: anybody besides me trying to compile gpt-fdisk?)

2015-10-22 Thread Christian Weisgerber
On 2015-10-21, Joel Rees wrote: > Is fsync an appropriate way to flush writes to the disk device? In the > FreeBSD code, it is > > i = ioctl(fd, DIOCGFLUSH); Dunno, but I'd check what fdisk and disklabel do. -- Christian "naddy" Weisgerber

Re: It was twenty years ago you see...

2015-10-22 Thread Chris Cappuccio
Theo de Raadt [dera...@openbsd.org] wrote: > > The first developments were improvements to 32-bit sparc. > I bought a Sun 4/110 over Usenet, ran the venerable SunOS 4.1.3, and later NetBSD. When I was 16, and a bit before Chuck and Theo setup anoncvs, or there was even an OpenBSD web site, Theo

Re: mount smbfs (sharity-light is uncooperative)

2015-10-22 Thread Andreas Thulin
On Thu, Oct 22, 2015 at 2:47 PM Stuart Henderson wrote: > On 2015-10-22, Andreas Thulin wrote: > > Hi! > > > > After some googling, I couldn't find answers to my questions so I turn to > > this list. Please forgive me if this is a worn-out topic

Re: mount smbfs (sharity-light is uncooperative)

2015-10-22 Thread Stuart Henderson
On 2015-10-22, Andreas Thulin wrote: > Hi! > > After some googling, I couldn't find answers to my questions so I turn to > this list. Please forgive me if this is a worn-out topic etc. > > >- Is there a specific reason there's no "mount -t smbfs" or similar >