iPhone?

2015-10-24 Thread Maximilian Pichler
Hi, I just connected an iPhone to my OpenBSD box and it doesn't seem possible to access its memory. Is there any way to make this work? In fact, is there anything at all that can be done with OpenBSD and an iPhone...? Thanks Max uaudio0 at uhub0 port 1 configuration 2 interface 0 "Apple Inc.

following -stable vs patches, "make clean" needed?

2015-10-24 Thread Nils Reuße
Hi misc, i'm running 5.8-stable and am looking for a way automatically update my machine in case of updates. Patches are fine, but they require manual interaction and i would like to avoid that as much as possible. Both FAQ 5 [1] and the stable-page [2] propose to clean up before trying to

Re: following -stable vs patches, "make clean" needed?

2015-10-24 Thread Todd
https://www.mtier.org/solutions/apps/openup On Sat, Oct 24, 2015 at 12:39 PM, Todd wrote: > I know this is not what you asked, but openup is a great way meet your > stated goal of automated updates. > > https://www.mtier.org/solutions/apps/openupt > > On Sat, Oct 24, 2015 at

Re: following -stable vs patches, "make clean" needed?

2015-10-24 Thread Todd
I know this is not what you asked, but openup is a great way meet your stated goal of automated updates. https://www.mtier.org/solutions/apps/openupt On Sat, Oct 24, 2015 at 12:00 PM, Nils Reuße wrote: > Hi misc, > > i'm running 5.8-stable and am looking for a way

Re: amd64-current (evening of Oct. 24th) make build failed

2015-10-24 Thread Stefan Wollny
Am 10/24/15 um 22:47 schrieb Stefan Wollny: [ ... ] Big surprise: this is how 'make build' end on i386-current (sources some minutes younger than the amd64-current ones): ===> usr.sbin/ndp cc -O2 -pipe-DINET6 -I/usr/src/usr.sbin/ndp -c /usr/src/usr.sbin/ndp/ndp.c

Re: amd64-current (evening of Oct. 24th) make build failed

2015-10-24 Thread Fred
On 10/24/15 21:47, Stefan Wollny wrote: Hi there, as no updated kernel for amd64-current exists I compiled one based on the latest sources (9 p.m. Berlin-time): Afterwards I followed the faq and did: doas rm -rf /usr/obj/* cd /usr/src doas make obj cd etc/ doas env DESTDIR=/ make distrib-dirs

Re: amd64-current (evening of Oct. 24th) make build failed

2015-10-24 Thread Stefan Wollny
Am 10/24/15 um 23:47 schrieb Nigel Taylor: On 10/24/15 21:47, Stefan Wollny wrote: Hi there, as no updated kernel for amd64-current exists I compiled one based on the latest sources (9 p.m. Berlin-time): Afterwards I followed the faq and did: doas rm -rf /usr/obj/* cd /usr/src doas make obj

Re: Avahi daemon, dbus daemon

2015-10-24 Thread Josh Grosse
On Sat, Oct 24, 2015 at 04:14:40PM -0400, Richard Thornton wrote: > I am now using the 5.8 release. I have tried to start avahi in my > rc.conf.local file but it always fails to load. In 5.7 I never had this > problem. What's the correct way to load these daemons? Richard, If I recall correctly,

Re: Avahi daemon, dbus daemon

2015-10-24 Thread Jan Vlach
Hi, rcctl enable avahi_daemon messagebus at least dbus_daemon got renamed to messagebus before 5.8. Did you run sysmerge after the upgrade? Jan On Sat, Oct 24, 2015 at 04:14:40PM -0400, Richard Thornton wrote: > I am now using the 5.8 release. I have tried to start avahi in my >

Avahi daemon, dbus daemon

2015-10-24 Thread Richard Thornton
I am now using the 5.8 release. I have tried to start avahi in my rc.conf.local file but it always fails to load. In 5.7 I never had this problem. What's the correct way to load these daemons? Sent from my BlackBerry ;10 smartphone on the Verizon Wireless 4G LTE network.

amd64-current (evening of Oct. 24th) make build failed

2015-10-24 Thread Stefan Wollny
Hi there, as no updated kernel for amd64-current exists I compiled one based on the latest sources (9 p.m. Berlin-time): Afterwards I followed the faq and did: doas rm -rf /usr/obj/* cd /usr/src doas make obj cd etc/ doas env DESTDIR=/ make distrib-dirs cd .. doas make build The build

Re: amd64-current (evening of Oct. 24th) make build failed

2015-10-24 Thread Nigel Taylor
On 10/24/15 21:47, Stefan Wollny wrote: > Hi there, > > as no updated kernel for amd64-current exists I compiled one based on > the latest sources (9 p.m. Berlin-time): > > Afterwards I followed the faq and did: > doas rm -rf /usr/obj/* > cd /usr/src > doas make obj > cd etc/ > doas env

Re: does src include sys ?

2015-10-24 Thread Nick Holland
On 10/23/15 22:15, Tuyosi Takesima wrote: > today i first time follow current . > > # cd /usr > # export CVSROOT=anon...@anoncvs.jp.openbsd.org:/cvs > # cvs -d$CVSROOT checkout -P src > cvs -d$CVSROOT checkout -P sys<--- > 1)quetion > is [cvs

Re: apu1d as an NTP server

2015-10-24 Thread Peter Hessler
works perfectly fine as an ntp server. you won't see any problems. On 2015 Oct 23 (Fri) at 15:39:26 -0700 (-0700), Gene wrote: :Howdy, : :Has anyone here used the PC Engines apu1d system board as an NTP server? : :I'm looking at setting up some in house stratum-2 servers so I can be a :better

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

2015-10-24 Thread Joel Rees
On Thu, Oct 22, 2015 at 11:15 PM, Christian Weisgerber wrote: > 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

Re: apache 2.4 - Missing mod_cgid.so?

2015-10-24 Thread Alessandro DE LAURENZIS
Hi Claudio, On Fri 23/10/2015 22:47, Claudio Jeker wrote: [...] > You may try to build your own version with adding --enable-cgi in the > Makefile configure flags. It seems that even configure tells that > --enable-cgi is the default it seems it is not. Go figure... > > Also mod_cgid.so should

Re: correct way to clear sensitive data from env?

2015-10-24 Thread Stuart Henderson
On 2015-10-23, Giancarlo Razzolini wrote: > Em 23-10-2015 12:14, Tamas TEVESZ escreveu: >> case in point: openvpn passing username/password in the environment to >> openvpn_bsdauth. >> >> so there's actually a bit of a sensitive data in env that current >> wisdom rightly

Re: does src include sys ?

2015-10-24 Thread Joel Rees
On Sat, Oct 24, 2015 at 11:15 AM, Tuyosi Takesima wrote: > today i first time follow current . > > # cd /usr > # export CVSROOT=anon...@anoncvs.jp.openbsd.org:/cvs > # cvs -d$CVSROOT checkout -P src > cvs -d$CVSROOT checkout -P sys