Re: Survey on the usage of IPv6

2009-01-30 Thread Aaron Stellman
On Fri, Jan 30, 2009 at 08:14:12PM +0200, Lars Nood??n wrote: > Registration is a barrier. What do you want to know? there is no necessary registration -- click the top left button to start the survey...

Using Manual Rebuild in bioctl(8) for Softraid

2009-02-09 Thread Aaron Poffenberger
lement. a) Is that correct? Do I need to run any consistency check after doing so? 2) Is there a way to add new drive to a running softraid so I can then rebuild using it? 3) In the event of an unclean shutdown, is there any process like `radictl -P all` that should be run? Cheers, --

Re: Using Manual Rebuild in bioctl(8) for Softraid

2009-02-09 Thread Aaron Poffenberger
e new array? Cheers, Aaron On Mon, Feb 09, 2009 at 10:14:24AM -0600, Aaron Poffenberger wrote: I noticed that bioctl(8) now includes the -R flag to kick off a manual rebuild. I upgraded to the current snapshot and setup a test mirror to try out the new feature but I must not understand ho

Re: How to serve NFSv6 ?

2009-02-14 Thread Aaron Poffenberger
fsd listens for service requests at the port indicated in the NFS server specification; see Network File System Protocol Specification, RFC 1094 and NFS: Network File System Version 3 Protocol Specification. Cheers, Aaron

How to Use Alternate /dev/audio* Device?

2009-02-17 Thread Aaron Poffenberger
elp when using mplayer. Perhaps I don't understand how to use mixerctl or aucat correctly. Will someone point me in the right direction to play audio system wide through /dev/audio1 rather than /dev/audio0? Cheers, Aaron dmesg, mixerctl -v & audioctl: OpenBSD 4.4-current (GENERIC

Re: How to Use Alternate /dev/audio* Device?

2009-02-17 Thread Aaron Poffenberger
Nice. Looks like my first attempt wasn't a total hack at all. Just an incomplete solution. :) Thanks! Jacob Meuser wrote: On Tue, Feb 17, 2009 at 07:12:24PM -0600, Aaron Poffenberger wrote: I've found that my USB harmon/kardon SoundSticks work with my x61. When I plug them

Re: -current cwm toggle full-screen

2009-03-02 Thread Aaron Poffenberger
pshot I am *unable* to reproduce the bug with xterm, gvim or mplayer (playing). -- J.C. Roberts As a longshot, did you perhaps set the 'gap' value in your .cwmrc (man cwmrc(5))? I use gap to leave some space along the right side of the screen for xclock and other utilities. --Aaron

Re: softraid 1 with a failed device

2009-03-02 Thread Aaron Poffenberger
dump you can create the original device with the remaining disk(s) by forcing it: # bioctl -C force -c 1 -l /dev/sd1d softraid0 Then you can dump, recreate and restore the device. I do believe there is work being done to add manual and maybe later auto rebuild. For now this is the process as I understand it. --Aaron

Re: -current cwm toggle full-screen

2009-03-02 Thread Aaron Poffenberger
physical limit of the screen I was giving the values from whatI remembered, sorry. 2009/3/2 Pau : I am using default values... unless this gap value has been unset, I should be getting the whole of the screen, right? thanks for your input, btw! 2009/3/2 Aaron Poffenberger : Pau wrote

Re: halt -p does not powerdown ThinkPad X200 under 4.5beta

2009-03-10 Thread Aaron Stellman
On Tue, Mar 10, 2009 at 12:31:09PM +, Stefan Sperling wrote: > On Tue, Mar 10, 2009 at 07:40:44PM +0800, David Schulz wrote: > I've been seeing this with my x60s, too. For ages. From about 4.4 release > till up to now, don't know if it ever worked before 4.4. > > I don't know how to fix it. >

creating release and kernels

2009-03-13 Thread Aaron Martinez
The only change i'm making is adding NTFS read support. Thanks Aaron

Re: creating release and kernels

2009-03-13 Thread Aaron Martinez
> On Fri, Mar 13, 2009 at 02:13:35PM -0500, Aaron Martinez wrote: >> I'm running 4.4 Stable on i386 hardware and was wanting to make a >> release. >> >> I was reading through the release man page and noticed it said a GENERIC >> kernel is included with the re

Re: creating release and kernels

2009-03-13 Thread Aaron Martinez
> On 13 March 2009 c. 22:13:35 Aaron Martinez wrote: >> I'm running 4.4 Stable on i386 hardware and was wanting to make a >> release. >> >> I was reading through the release man page and noticed it said a >> GENERIC kernel is included with the release. I&#x

Re: creating release and kernels

2009-03-13 Thread Aaron Martinez
> On Fri, Mar 13, 2009 at 02:54:23PM -0500, Aaron Martinez wrote: >> > On Fri, Mar 13, 2009 at 02:13:35PM -0500, Aaron Martinez wrote: >> >> I'm running 4.4 Stable on i386 hardware and was wanting to make a >> >> release. >> >> >> >>

Re: creating release and kernels

2009-03-14 Thread Aaron Martinez
> So what you actually want is create a ramdisk that recognizes NTFS. you're > not interested in a running kernel, but a boot kernel, right ? Actually, just the opposite, I wanted a normal functioning system running a kernel with the experimental ntfs support. It's worked well enough in the past

Re: creating release and kernels

2009-03-14 Thread Aaron Martinez
> On Fri, 13 Mar 2009 14:13:35 -0500 (CDT) "Aaron Martinez" > wrote: > >> I'm running 4.4 Stable on i386 hardware and was wanting to make a >> release. >> >> I was reading through the release man page and noticed it said a >> GENERIC kerne

Re: Music Stutters If Firefox Is Launched

2009-03-18 Thread Aaron Stellman
> can you try the following: > > $ mpg123 file.mp3 & > $ while :; do audioctl play.{seek,errors}; sleep 1; done > log & > $ firefox; kill %2; fg %2; kill %1; fg %1 > > > and then post the contents of `log'? here is what aucat -l produces in AUCAT_DEBUG=2 when firefox is openned. the mp3 player u

Re: Music Stutters If Firefox Is Launched

2009-03-18 Thread Aaron Stellman
> that appears to be a single missed block. was there repeated stutter > or just one "dropout"? can you also try without aucat running? > thanks. It was just either a single or double dropout. here is log without aucat running: play.seek=35072 play.errors=0 play.seek=35072 play.errors=0 play.se

Re: How to find available wifi access points?

2009-03-20 Thread Aaron Stellman
On Fri, Mar 20, 2009 at 08:12:45AM +0100, Matt wrote: > Hi, > > All I need to be able to do is see what networks are available when out > and about, nothing more. > Obviously I am not the only user with this wish - so I am probably > missing something extremely obvious :-( > > (Running 4.5 sna

Re: snapshot upgrades

2009-03-21 Thread Aaron Stellman
On Sat, Mar 21, 2009 at 09:21:30PM -0500, Mark Bucciarelli wrote: > Is there danger in upgrading to the latest > snapshot using a script? > > - fetch tarballs and kernels > - run sysmerge -s etc*.tgz > - run sysmerge -x xetc*.tgz you realize that sysmerge(8) is interactive, right?

Re: graphic card support

2009-03-23 Thread Aaron Stellman
On Sun, Mar 22, 2009 at 08:52:43AM +0100, Matthieu Herrb wrote: > DRI/DRM on OpenBSD works on recent intel chips (i855 and up) and on > older ATI chips (r200/r300). > Hello, I'm looking to get a X600 PCI-E card, which seems to be based on RV380 chipset, which is supposedly almost identical to othe

Re: graphic card support

2009-03-23 Thread Aaron Stellman
On Tue, Mar 24, 2009 at 02:29:20AM +, Owain Ainsworth wrote: > my PCI-E x800 works perfectly. So probably. I thought that x800 series were based on R4xx chipsets. And based on Mattheu's response, only r200/r300 supported DRI/DRM. Could you please comment on that? Thanks

PF failing to create state for ipv6 tunnel

2009-04-05 Thread Aaron Stellman
Sorry, this machine is running 4.4 and I'm unable to upgrade it to current, since I only have remote access to it. My goal is to have operational ipv6 tunnel. Whenever appropriate gif0 is created and default route through it is added, ipv6 traffic is not allowed out. As far as I understand, there

Re: PF failing to create state for ipv6 tunnel

2009-04-05 Thread Aaron Stellman
On Sun, Apr 05, 2009 at 10:43:17PM -0700, Aaron Stellman wrote: > Sorry, this machine is running 4.4 and I'm unable to upgrade it to > current, since I only have remote access to it. > > My goal is to have operational ipv6 tunnel. Whenever appropriate gif0 is > created and d

Re: PF failing to create state for ipv6 tunnel

2009-04-06 Thread Aaron Stellman
On Mon, Apr 06, 2009 at 04:31:42PM +0100, Sevan / Venture37 wrote: > try adding: > pass in on $ext_if inet proto ipv6 > to your pf.conf This has nothing to do with "in" direction. Packets coming "in" are passed fine and they do create a proper state. The problem is that packets that are coming "out

Re: PF failing to create state for ipv6 tunnel

2009-04-06 Thread Aaron Stellman
On Mon, Apr 06, 2009 at 11:58:01AM +0200, Tasmanian Devil wrote: > > whereas, a state should be created by this rule: > > pass out quick inet from any to 209.51.181.2 > > Not sure how this fits together with your second post where you say > that you can ping6 from the outside, but depends also on

Re: PF failing to create state for ipv6 tunnel

2009-04-06 Thread Aaron Stellman
On Sun, Apr 05, 2009 at 10:48:21PM -0700, Aaron Stellman wrote: > On Sun, Apr 05, 2009 at 10:43:17PM -0700, Aaron Stellman wrote: > > Sorry, this machine is running 4.4 and I'm unable to upgrade it to > > current, since I only have remote access to it. > > > > My

Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?

2009-04-06 Thread Aaron Poffenberger
the Mac & Windows desktop app. I also like that on both Mac & PC you can opt to install just a print driver without the management crap. Some printers require desktop-software running in the background in order to use the printer. This one doesn't. All-in-all, a nice printer. --Aaron

Re: [OpenBSD 6.4][OpenIKED] Route to IPSec tunnel?

2018-12-12 Thread Aaron Mason
0/24 to any nat-to tun0 > > However, there is no tunnel device created after the SA is established on > OpenBSD. Did I miss something to create it? > > Best regards, > Siegfried > > > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Error output from ndp -an

2018-12-27 Thread Aaron Riekenberg
minor issue I notice is when I run "ndp -an" to see ipv6 neighbor info I get an error printed to stderr from ndp: [aaron@apu2] ~$ ndp -an Neighbor Linklayer Address Netif ExpireS Flags ndp: ioctl(SIOCGNBRINFO_IN6): Invalid argument ndp: failed to get neigh

Re: Error output from ndp -an

2018-12-28 Thread Aaron Riekenberg
On Fri, Dec 28, 2018 at 6:14 AM Christian Weisgerber wrote: > On 2018-12-28, Denis Fondras wrote: > > >> I'm using OpenBSD 6.4 on a pcengines apu2 box as a router/firewall for a > >> CenturyLink DSL (pppoe) connection. > >> >

Re: Blocking "shodan.io" - What are my options?

2019-01-08 Thread Aaron Mason
ude the pipe to xargs, nothing happens, I still get nothing happening if I change it to a while loop, using read to pull in the IP address. This works, though, though it assumes that the output for nc(1) will stay the same forever - it's also IPv6 ready unlike my example above: nc -vnkl 2

Re: Blocking "shodan.io" - What are my options?

2019-01-09 Thread Aaron Mason
o copy basically verbatim from the man page, (with only the > src-conn-rate and port number adjusted): > > block quick from > pass in on $ext_if proto tcp to $webserver port ssh keep state \ >(max-src-conn-rate 1/10, overload flush global) > > > I havent tested this personally, but it should be adequate. > > > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Blocking "shodan.io" - What are my options?

2019-01-10 Thread Aaron Mason
I knew it wouldn't trigger on the first attempt, but I had a sneaking suspicion that you'd need something to listen on that port. Is there a way to achieve what we seek, in that case, without userland tools? On Thu, Jan 10, 2019 at 9:18 PM Stuart Henderson wrote: > > On 2019-01

Re: i386 release build machines

2019-01-24 Thread Aaron Mason
lding my own > snapshots just because is cool to do that. Not that matters exactly what > the project uses but I am sure you guys expect to have a build ready in a > reasonable time. > > Thanks > > -luis -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: SSH disconnects right after accepting

2019-02-07 Thread Aaron Mason
a-sha2-nistp256 SHA256:XXX > debug3: notify_hostkeys: key 2: ssh-ed25519 SHA256:XXX > debug3: notify_hostkeys: sent 3 hostkeys > debug3: send packet: type 80 > debug1: active: key options: agent-forwarding port-forwarding pty user-rc > x11-forwarding > debug3: sending debug message: /home/u

Re: SSH disconnects right after accepting

2019-02-07 Thread Aaron Mason
t; > On Fri, Feb 8, 2019, 02:03 Aaron Mason > >> Hi >> >> Does it work fine if you log in with the user's password? >> >> On Fri, Feb 8, 2019 at 11:25 AM Lars Bonnesen >> wrote: >> > >> > OpenBSD 6.4 >> > >> > Putty

Re: emmc support on Ubiquiti Networks UniFi Security Gateway PRO-4

2019-02-13 Thread Aaron Bieber
Diana Eichert writes: > I've been running OpenBSD 6.4 on a USG PRO-4 using external SSD drive > in USB enclosure. > > The platform page states "OpenBSD/octeon can be installed on all > machines which have local Compact Flash or USB storage". > > The USG PRO-4 uses emmc storage. According to com

Re: _XSERVTransSocketUNIXAccept: accept() failed

2019-02-13 Thread Aaron Mason
tUNIXAccept: accept() failed > _XSERVTransSocketUNIXAccept: accept() failed > _XSERVTransSocketUNIXAccept: accept() failed > _XSERVTransSocketUNIXAccept: accept() failed > _XSERVTransSocketUNIXAccept: accept() failed > > > Any suggestions on how to figure out why this is happening. > > Thanks > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: I can't open web.telegram.org in the Chromium

2019-03-08 Thread Aaron Bieber
Vitaly Kovalyshyn writes: > Hi @misc ! > > I need to use Telegram as my main messenger. I'm trying open > https://web.telegram.org in the Chromium (-current). But browser crashed. I > have installed firefox and surf - everything work fine. The site opens and > web version works fine. > > Can

Re: ~OT, ARM64 becoming more useful: RK3399 laptop w M2 slot & A64 phone coming

2019-03-13 Thread Aaron Mason
nd they're making an Allwinner A64 smartphone. > > Both these SoC:s are supported by OpenBSD. > > Some day these devices will break through their 4GB RAM cap, and some > day they'll become faster. > > And some day RISCV will take the steps ARM64 is taking now. >

Re: RS-232 serial to ethernet

2019-04-08 Thread Aaron Mason
gt; > > > > > > -- > Kindest regards, > Tom Smyth > > The information contained in this E-mail is intended only for the > confidential use of the named recipient. If the reader of this message > is not the intended recipient or the person responsible for > de

Re: hw.ncpu=1, hw.ncpuonline=1, hw.ncpufound=4

2019-04-09 Thread Aaron Mason
gt; hw.sensors.acpithinkpad0.fan0=2121 RPM > > hw.sensors.acpithinkpad0.indicator0=Off (port replicator), UNKNOWN > > hw.sensors.softraid0.drive0=online (sd3), OK > > hw.cpuspeed=2901 > > hw.setperf=100 > > hw.vendor=LENOVO > > hw.product=2392ASU > > hw.versi

Blind OpenBSD users

2019-05-10 Thread Aaron Bieber
. Cheers, Aaron -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

Re: Blind OpenBSD users

2019-05-13 Thread Aaron Bieber
On Mon, 13 May 2019 at 11:24:57 +0300, Dumitru Moldovan wrote: > On Fri, May 10, 2019 at 08:05:08AM -0600, Aaron Bieber wrote: > > Hi misc@! > > > > I am looking to understand / enhance the OpenBSD experience for blind users. > > > > Do we have any blind user

Re: Blind OpenBSD users

2019-05-17 Thread Aaron Bieber
On Fri, 17 May 2019 at 14:14:25 -0500, Tim Chase wrote: > (sorry, out of thread; copying from the marc.info post so > References/In-Reply-To aren't set) > > > I am looking to understand / enhance the OpenBSD experience for > > blind users. > > While not blind, I occasionally attempt to do some sc

Re: wsmouse: disable touch-panel

2019-06-10 Thread Aaron Mason
I had a similar issue with a Surface Pro 3 with a faulty touch screen running Windaz, the solution was to disable the USB input device for the touch screen. On OpenBSD, you could try using "boot -c" at boot to remove wsmouse[123] device from the kernel (see https://man.openbsd.org/config for detai

Re: wsmouse: disable touch-panel

2019-06-10 Thread Aaron Mason
Found an approach that might be worth considering: https://marc.info/?l=openbsd-misc&m=155751021025538&w=2 On Tue, Jun 11, 2019 at 1:07 PM Aaron Mason wrote: > > I had a similar issue with a Surface Pro 3 with a faulty touch screen > running Windaz, the solution was to disa

openrsync crashes when syncing local source and local destination

2019-06-26 Thread Aaron Rydberg
Hi, openrsync crashes when sycning local files. It was working a few days ago but after upgrading current it produces this error. No files are transferred. openrsync -v local-dir/ local-dir/ /usr/src/usr.bin/rsync/io.c:224: error: unexpected end of file /usr/src/usr.bin/rsync/io.c:247: error:

Re: openrsync crashes when syncing local source and local destination

2019-06-26 Thread Aaron Rydberg
complete: 54 B sent, 92 B read, 1.5 KB file size Thanks for your help. On Wed, Jun 26, 2019, at 4:58 PM, Kristaps Dzonsons wrote: > > is it a case that the source and destination directory are the same ? > > ..is that the issue at hand ? > > Tom, > > Doesn't matter

Re: 6.0 appreciation

2016-09-19 Thread Aaron Mason
way of > www.well.com/~jax # thinking, a way of skeptically interrogating the > universe > www.softwoehr.com # with a fine understanding of human fallibility. - Carl > Sagan > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: umb is cool

2016-10-04 Thread Aaron Mason
WAN > card for your OpenBSD box and you have a BIOS that doesn't get in the way of > using the hardware of your choice, you might want to consider the list of > devices on the umb man page. > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Fwd: Booting BSD on a Libreboot system - documentation needed

2016-10-05 Thread Aaron Mason
e.org/ > iQEcBAEBCAAGBQJX9LprAAoJEP9Ft0z50c+UUe4IAJmZ9w5nAQAuQRBF07+vSftI > 9aW/gz/u0VRbbTbgJJAQYABtgmIOsGUWmV3eg2DvLYz/M5k7uGow4jNkr94e4gtc > xxrjbsD1Vp5WlDF9MEBI9BFsWmY4ZGGT3wdG7/ioDzek1wKqVfRDgZsjnx5XBJz9 > IhG+BPme1+Z2CFTlml633HVEpT8dPqa2M8TqNozbZpCPLHnaaGAAoN41zgrlRTNN > coeQyQwvVZvvvz1M6a3A1EGRtwwca

Re: New OpenSSL double-free and invalid free vulnerabilities in X509 parsing

2016-10-13 Thread Aaron Mason
lt in double free or leaks if a malloc failure > occurred. > Simplify and fix the logic. > Thanks to Guido Vranken for reporting this issue. > Reviewed-by: Matt Caswell > (Merged from #1691) > > Thanks! > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: What are the security features in OpenBSD 6.0 that are by default disabled?

2016-10-16 Thread Aaron Mason
>> block of concrete and sealed in a lead-lined room with armed guards - >> and even then I have my doubts. " >> > > It needs to be stored under a filing cabinet in a disused lavatory with > a sign on the door saying Beware of the Leopard. > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Segmentation fault of X under 6.0

2016-10-25 Thread Aaron Mason
rst I'd say consequence, but considering the fact that everything appears to have happened all at once... without knowing more about X, I couldn't say with any degree of confidence. > > Any suggestions? > > Thanks. > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Is 6.1 expected to happen soon?

2016-11-03 Thread Aaron Mason
shots to get the feel for how development is > progressing. > > -- > Peter N. M. Hansteen, member of the first RFC 1149 implementation team > http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/ > "Remember to set the evil bit on all malicious network traffic" > delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds. > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: alternative method for "gtar --delete"

2016-11-17 Thread Aaron Mason
Example files: > /share/etc/pf.conf > /share/etc/vi.exrc > /share/usr/X11R6/lib/X11/fonts/TTF/Collection/... > /site1/append/install.conf > /site1/omit/X11R6/lib/X11/fonts/TTF/Collection/... > > Any advise in my methods or scheme in general would be appreciated! > > All the best,

Re: alternative method for "gtar --delete"

2016-11-20 Thread Aaron Mason
eXX-omit.lst | xargs tar -czpvf /site1/siteXX.tgz # cd /append # find . | grep -v -f /tmp/xiteXX-omit.lst | xargs tar -rzpvf /site1/siteXX.tgz Then, for cleanliness' sake: # rm /tmp/siteXX-omit.lst Hope this helps On Sat, Nov 19, 2016 at 3:44 AM, BSD wrote: > On Fri, 18 Nov 2016 14:07:45 +1

Re: network address in vm by kvm - default gw

2016-11-30 Thread Aaron Mason
rstand how/where to set the last 2 line 'route_netX' > Please, can someone show me how to do in OpenBSD 6.0 adm64...? > > Thanks very much for reply. > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: 350MHz IBM Intel Pentium II runs 5.9 fine

2016-12-01 Thread Aaron Mason
ots filled: > > spdmem0 at iic0 addr 0x50: 256MB SDRAM non-parity PC133CL2 > spdmem1 at iic0 addr 0x51: 256MB SDRAM non-parity PC133CL2 > spdmem2 at iic0 addr 0x55: 1GB DDR2 SDRAM PC2-6500CL5 > > Being an ordinary user, I dunno what that means, but the boxes run fine. > > Cheers! > -- > Craig Skinner | http://linkd.in/yGqkv7 > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: 350MHz IBM Intel Pentium II runs 5.9 fine

2016-12-01 Thread Aaron Mason
x27;ve got a 100/40 fibre connection coming once our house is built. On Fri, Dec 2, 2016 at 12:19 PM, wrote: > On a similar note, I have a Sun E6K (circa 1996, 30x 400Mhz CPU's 30GB of > RAM) running 6.0 like a dream, with some minor patches to support more than > 8 disks in soft

Hardware recommendations for compact 1U firewall

2016-12-14 Thread Aaron Mason
ty finally bought gigabit PoE switches) but will accept Fast Ethernet if my budget says no. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Hardware recommendations for compact 1U firewall

2016-12-15 Thread Aaron Mason
A search on fleabay shows that, in Australia, they still fetch >$300, out of my price range. :( On Thu, Dec 15, 2016 at 10:30 PM, Stuart Henderson wrote: > On 2016-12-15, Aaron Mason wrote: >> All >> >> I'm looking for a 1U appliance that I can re-purpose into a fir

Re: Hardware recommendations for compact 1U firewall

2016-12-18 Thread Aaron Mason
Thanks for some additional fleabay search terms :) On Sat, Dec 17, 2016 at 2:59 PM, Nick Holland wrote: > On 12/14/16 20:39, Aaron Mason wrote: >> All >> >> I'm looking for a 1U appliance that I can re-purpose into a firewall >> using OpenBSD. I've tried

Re: Hardware recommendations for compact 1U firewall

2016-12-21 Thread Aaron Mason
c0 (aux slot) > wsmouse0 at pms0 mux 0 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > uhub2 at uhub1 port 1 "Intel product 0x07db" rev 2.00/0.02 addr 2 > uhub3 at uhub2 port 3 "ATEN International product 0x7000" rev 2.00/0.00 addr 3 > uhidev0 at uhub3 port 1 configuration 1 interface 0 "ATEN International product 0x2419" rev 1.10/1.00 addr 4 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 variable keys, 6 key codes > wskbd1 at ukbd0 mux 1 > wskbd1: connecting to wsdisplay0 > uhidev1 at uhub3 port 1 configuration 1 interface 1 "ATEN International product 0x2419" rev 1.10/1.00 addr 4 > uhidev1: iclass 3/1 > ums0 at uhidev1: 3 buttons, Z dir > wsmouse1 at ums0 mux 0 > vscsi0 at root > scsibus3 at vscsi0: 256 targets > softraid0 at root > scsibus4 at softraid0: 256 targets > root on sd0a (5275a7b2a0b9439e.a) swap on sd0b dump on sd0b > -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Hardware recommendations for compact 1U firewall

2017-01-09 Thread Aaron Mason
On Tue, Jan 10, 2017 at 1:32 AM, Stuart Henderson wrote: > Aaron Mason wrote: >> >> Torn between a Barracuda web filter or a Portwell CAR 3000. The latter >> >> is more expensive but supports 10Gbit, whereas the Barracuda may only >> >> have 10/100. Both Co

Re: Hardware recommendations for compact 1U firewall

2017-01-09 Thread Aaron Mason
.p7s] > I'd do this if it weren't for the fact that shipping their items to Australia costs more than their items themselves... -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: urtwn device timeout

2014-12-17 Thread Aaron Bieber
Stefan Sperling writes: > On Wed, Dec 17, 2014 at 12:39:15PM +0100, Marko Cupać wrote: >> Hi, >> >> I have occasional device timeout from urtwn on my ThinkPad T440 with usb >> wifi dongle. >> >> All I get in dmesg is: >> urtwn0: device timeout > > Yes, these devices tend to run hot and stop work

rtadvd on OpenBSD 5.6 with Comcast cable connection

2014-12-31 Thread Aaron Riekenberg
I have an OpenBSD 5.6 box that I'm using as a router and firewall for my local LAN, using both ipv4 and ipv6. Things are mostly working, but I'm seeing some possibly broken/annoying behavior from rtadvd. First some background information: My box has 2 ethernet interfaces: em0 is the external con

Re: rtadvd on OpenBSD 5.6 with Comcast cable connection

2014-12-31 Thread Aaron Riekenberg
/?l=openbsd-misc&m=141703607321548&w=2 > -- > Josh Smith > KD8HRX > > Email/jabber: juice...@gmail.com > > Sent from my iPhone. > > > On Dec 31, 2014, at 2:01 PM, Aaron Riekenberg < > aaron.riekenb...@gmail.com> wrote: > > > > I have an Op

Re: rtadvd on OpenBSD 5.6 with Comcast cable connection

2015-01-01 Thread Aaron Riekenberg
log_debug("received RA from %s on non-advertising interface(%s)", inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf, INET6_ADDRSTRLEN), if_indextoname(pi->ipi6_ifindex, ifnamebuf)); On Wed, Dec 31, 2014 at 1:

dmesg Gigabyte GB-BXi5G-760

2015-01-08 Thread Aaron Poffenberger
ice this box with an Nvidia GPU doesn’t make much sense for OpenBSD users. Still, we had one in the office so I pulled a dmesg. Someone might find some value in knowing what’s supported. The GB-BXi5-4570R with Iris Pro might make more sense (though still pretty costly). —Aaron hw.sensors.cpu0

Re: dmesg Gigabyte GB-BXi5G-760

2015-01-08 Thread Aaron Poffenberger
Done. Thanks, Raf. —Aaron > On Jan 8, 2015, at 11:17, Raf Czlonka wrote: > > On Thu, Jan 08, 2015 at 04:29:22PM GMT, Aaron Poffenberger wrote: > >> I know. At the current price this box with an Nvidia GPU doesn’t >> make much sense for OpenBSD users. Still, we had o

Re: ZTE USB MF636

2012-10-11 Thread Aaron Mason
Never mind folks... there was a PIN on the SIM card that I needed to enter. >.< On Thu, Oct 11, 2012 at 4:20 PM, Aaron Mason wrote: > On Thu, Oct 11, 2012 at 4:15 PM, Aaron Mason > wrote: >> Hi all >> >> A USB 3G modem whose model number adorns my subject line ha

Re: ZTE USB MF636

2012-10-14 Thread Aaron Mason
hat way. If I figure it out I'll post it here. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: ZTE USB MF636

2012-10-14 Thread Aaron Mason
On Mon, Oct 15, 2012 at 2:35 PM, Aaron Mason wrote: > On Sun, Oct 14, 2012 at 4:12 AM, Mihai Popescu wrote: >> Maybe you should post the entire conf file here and what you did, for >> the posterity ... >> > > I would, but I wasn't able to figure out how to disable

Re: ZTE USB MF636

2012-10-15 Thread Aaron Mason
On Mon, Oct 15, 2012 at 5:55 PM, David Coppa wrote: > On Mon, Oct 15, 2012 at 7:26 AM, Aaron Mason > wrote: >> On Mon, Oct 15, 2012 at 2:35 PM, Aaron Mason >> wrote: >>> On Sun, Oct 14, 2012 at 4:12 AM, Mihai Popescu wrote: >>>> Maybe you should post

Re: boot(8) on amd64 asks for passphrase but keydisk...?

2012-11-04 Thread Aaron Poffenberger
Theo de Raadt writes: >> Well I moved to position that booting with a passphrase and then >> concatenate strong passphrase from an Yubikey configured with >> static passphrase would be better solution than keydisk and >> passphrase. >> >> Although I don't have an Yubikey token now but as an Yubi

Re: boot(8) on amd64 asks for passphrase but keydisk...?

2012-11-05 Thread Aaron Poffenberger
On Nov 5, 2012, at 2:50 AM, Jiri B wrote: > On Sun, Nov 04, 2012 at 02:46:55PM -0600, Aaron Poffenberger wrote: >> Theo de Raadt writes: >> >>>> Well I moved to position that booting with a passphrase and then >>>> concatenate strong passphrase from

Re: Crowding out OpenBSD

2012-11-19 Thread Aaron Mason
's how systemd tracks >>> services." >>> >>> how can someone write this and not explain why a process managing >>> pgroups can't achieve the same results? >>> >>> pgroups is going to be the first alternative for someone instinctively

Re: Goodbye to you my file descriptor - take 3

2012-12-30 Thread Aaron Mason
RCS file: /cvs/src/sbin/pfctl/pfctl_radix.c,v > retrieving revision 1.29 > diff -u -r1.29 pfctl_radix.c > --- pfctl_radix.c 27 Jul 2011 00:26:10 - 1.29 > +++ pfctl_radix.c 22 Dec 2012 07:08:28 - > @@ -499,8 +499,7 @@ > { > if (b == NULL) >

Re: Goodbye to you my file descriptor - take 3

2012-12-30 Thread Aaron Mason
Ok, I just tried freeing NULL, and it did nothing. Granted it was on a Linux system but still... I stand by my argument that there's no clear improvement, especially on a modern system. On Mon, Dec 31, 2012 at 4:50 PM, Aaron Mason wrote: > Maxime > > I'm not entirely clear o

Re: Running OpenBSD on Raspberry Pi

2013-01-01 Thread Aaron Mason
a two shit, but I once compiled Java on a Pentium 166 running OpenBSD 4.3 - took two days. The same task on an AMD Athlon64 3500+ took two hours. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Arm Systems

2013-01-01 Thread Aaron Mason
h Broadcom just to smell the mothballs they use to keep the documentation from becoming moth food. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: serial over USB

2013-01-02 Thread Aaron Mason
>screen /dev/ttyUSB0 38400 > and >screen /dev/ttyUSB0 38400,cs8 > should work. > It's worth noting that there are some pretty craptacular USB to Serial converters on the market today, the best I've seen are sold by Black Box, SKU no IC199A-R3. They are a bit pricy, but well worth the cost. http://www.blackbox.com/Store/Detail.aspx/USB-Solo-USB-to-Serial-DB9-with-Cable-44-in-111-76-cm/IC199A%C4%82R3 -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Running OpenBSD on Raspberry Pi

2013-01-03 Thread Aaron Mason
thing else you need a plethora of other things to bring it to the required functional level. Also, I see you are a fellow GMail user - if you go into the labs you can enable Reply to All as the default action, from there just move the mailing list email address to the To field to replace whatever was in there. I also find it helpful to turn off rich formatting, but it seems you've already done that. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Running OpenBSD on Raspberry Pi

2013-01-03 Thread Aaron Mason
its. They're fantastic little >> devices, but you'll have to use Linux and have a hodge-podge of >> accessories to go with it. >> >> -Gene >> >> (if you see this message twice please forgive me, I'm bad at mailing lists) >> >> >> > > Alix hardware is great. I just felt the need to share this photo of my > office around this time last year... http://i.imgur.com/c528h.jpg > > -- > James Shupe > > [demime 1.01d removed an attachment of type application/pgp-signature which > had a name of signature.asc] > Bugger me that's a whole lotta ALiX... 2d3 or 2d13? -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Running OpenBSD on Raspberry Pi

2013-01-03 Thread Aaron Mason
On Fri, Jan 4, 2013 at 4:36 PM, James Shupe wrote: > On 1/3/2013 8:26 PM, Aaron Mason wrote: >> On Fri, Jan 4, 2013 at 11:52 AM, James Shupe wrote: >>> On 1/3/2013 1:08 PM, Gene wrote: >>>> On Tue, Jan 1, 2013 at 1:31 AM, Bruno Flückiger > wrote: >>>

Re: Running OpenBSD on Raspberry Pi

2013-01-04 Thread Aaron Mason
:36 AM, James Shupe wrote: >> On 1/3/2013 8:26 PM, Aaron Mason wrote: >>> On Fri, Jan 4, 2013 at 11:52 AM, James Shupe wrote: >>>> On 1/3/2013 1:08 PM, Gene wrote: >>>>> On Tue, Jan 1, 2013 at 1:31 AM, Bruno Flückiger >> wrote: >>>>>&

Re: virtualization

2013-01-05 Thread Aaron Mason
free VMware Server and VMware ESXi - although the latter seemed to struggle with DHCP over CARP, which I'm assured has no excuse not to work... -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Running OpenBSD on Raspberry Pi

2013-01-05 Thread Aaron Mason
On Sat, Jan 5, 2013 at 5:55 PM, Sean Kamath wrote: > > On Jan 4, 2013, at 5:10 PM, Johan Beisser wrote: > >> On Fri, Jan 4, 2013 at 4:41 PM, Aaron Mason >> wrote: >>> On Sat, Jan 5, 2013 at 7:58 AM, Dan Shechter wrote: >>>> You have all failed to men

Re: virtualization

2013-01-05 Thread Aaron Mason
It worked fine for the internal vSwitch though. > > On Jan 5, 2013 5:44 AM, "Aaron Mason" wrote: >> >> On Sat, Jan 5, 2013 at 8:47 PM, Alan Cheng wrote: >> > I've been using virtualbox to run OpenBSD for over 2 years and I'm happy >> > with it

Re: Tricks for install OpenBSD under Virtualbox, host Windows XP

2013-01-06 Thread Aaron Mason
; Any suggestions/tricks, or am I just out of luck with this combination of > hardware/guest OS/OpenBSD? > > Thanks, > Steve > Did you try a stable version? It could be an issue with the snapshot you're using. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: How to configure pppoe client on OpenBSD?

2013-01-13 Thread Aaron Mason
From: Michał Markowski >> Date: >> To: Franco Fichtner >> Cc: misc@openbsd.org >> Subject: Re: How to configure pppoe client on OpenBSD? >> >> 2013/1/13 Franco Fichtner : >> > There should be a let-me-find-that-man-page-for-you for that sort of thing &

Re: How to configure pppoe client on OpenBSD?

2013-01-14 Thread Aaron Mason
de here. The mailing list is a separate entity to the project itself; the former is partly "run" by people who use the project's products and also come looking for help, but happen to see a question to which they know the answer. Much like the Hitch-hiker's Guide to the Galaxy, t

Re: Routing confusion?

2013-01-15 Thread Aaron Mason
gt; > -- > If a listener nods his head when you're explaining your program, wake > him up. > Another note, it would be prudent to put your ADSL modems onto each of their own networks, or better yet (and if you can), run them in bridge/modem mode and use pppoe(4) to fire up the connection.

Re: Still possible to get OpenBSD onto Soekris net5501 via qemu install to flashcard?

2013-01-22 Thread Aaron Mason
using any third party methods. Hopeless. > Easiest method I've found is to run up a disk image with just boot and bsd.rd (add an /etc/boot.conf if you need to configure it to use a serial console), then dump it on the CF card. Perform install using http as the source. Job done. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Could this be a faulty NIC?

2013-01-23 Thread Aaron Mason
umass0 at uhub0 port 1 configuration 1 interface 0 "USBest Technology USB Mass Storage Device" rev 2.00/1.00 addr 2 umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: SCSI2 0/direct removable serial.13070163f224d3aa87aa sd0: 490MB, 512 bytes/sector, 1003520 sectors vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (3e9e6abf58807b82.a) swap on sd0b dump on sd0b Thanks -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Could this be a faulty NIC?

2013-01-24 Thread Aaron Mason
Ok, I fired up a connection both to the wireless and wired IPs, then ran du / continually. The interrupts on rl0 didn't register, but the interrupts on ral0 skyrocketed. On Thu, Jan 24, 2013 at 1:21 AM, Tomas Bodzar wrote: > On Wed, Jan 23, 2013 at 12:43 PM, Aaron Mason > wrote:

<    1   2   3   4   5   6   7   8   9   10   >