Re: Alpine Linux in VM

2025-05-21 Thread Bryan Irvine
Since Mark has already answered I'll go off-topic as well and add that my 9front cpu server is running under vmm. :-p On Wed, May 21, 2025 at 11:33 AM Fabio Martins wrote: > Bit off-topic, but I have sucessfully run other distros as well > (Debian). Even Windows applications: > > OpenBSD -> vm

Re: upgrade i386 kernel to amd64

2020-03-02 Thread Bryan Irvine
backup your important files, format and re-install. On Mon, Mar 2, 2020 at 5:16 PM Justin Muir wrote: > Hello all, > > Running GENERIC i386 kernel on on a 64-bit amd machine. Just wondering > whether an upgrade amd64 is warranted. Any opinions? > > If so, just upgrade system? Re-compile kernel?

Re: pledging fork?

2016-04-24 Thread Bryan Irvine
Can someone commit this please? :-) --- theo.c 2016-04-24 16:04:34.0 -0700 +++ theo.c.new 2016-04-24 16:05:25.0 -0700 @@ -195,6 +195,7 @@ "I want a new vax, one that's not so slow.", "This sausage is made from unsound meat.", "The people who wrote this code are not on your si

Re: Install on compact flash

2015-10-19 Thread Bryan Irvine
I ran native on compact flash as an experiment for 5+ years without ever changing the CF card. I only migrated away from it because my old soekris couldn't keep up with my internet speeds once I upgraded. It still boots and works fine. Personally I found the hassle of maintaining a ramdisk frankens

Re: Ubiquiti EdgeRouter Lite

2015-08-18 Thread Bryan Irvine
On Tue, Aug 18, 2015 at 5:11 AM, Ted Unangst wrote: > Predrag Punosevac wrote: > > Dear All, > > > > I am contemplating buying a new machine which will act as a router/DNS > > caching server for my home network. Is anybody currently running OpenBSD > > on the Ubiquiti Networks EdgeRouter LITE in

OT: OpenBSD firewalls powering QuakeCon

2015-08-03 Thread Bryan Irvine
Interesting interview with the guys running the NOC at QuakeCon. https://www.youtube.com/watch?v=mOv62lBdlXU

Re: Dual-NSD setup management

2015-05-27 Thread Bryan Irvine
Additionally to all this good advice, you can create multiple loopback interfaces if you did want to use divert-to. 'ifconfig create lo1' then you don't need to use weird ports to accomplish things. On Wed, May 27, 2015 at 4:06 AM, Stuart Henderson wrote: > On 2015-05-26, Felipe Scarel wrote: >

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread Bryan Irvine
FWIW I have an OpenBSD 'box' with rootbsd.net. Never a single issue ever. On Tue, Dec 16, 2014 at 7:10 AM, wrote: > > Hi, > > It seems that DigitalOcean's BSD debut is going to be FreeBSD only. We, in > the OpenBSD community, are being asked to open up a separate UserVoice vote > for OpenBSD -- d

Re: Smokeping issues on 5.6

2014-11-13 Thread Bryan Irvine
Probably need to setuid root the fping binaries so the _smokeping user can run it. On Thu, Nov 13, 2014 at 12:34 PM, Mxher wrote: > Hi all, > > I'm not able to start Smokeping on my (recently installed) OpenBSD 5.6. > > Here is the issue: > # smokeping --debug --nodaemon > Dropping privileges to

Re: building -stable fails on 5.5

2014-05-21 Thread Bryan Irvine
On 2014-05-21, Bryan Irvine wrote: > > I did another cvs up -Pd last night and re-attempted the build, and it > > still fails in the same place. I'm not sure how to proceed with getting > > -stable built. > > Standard debug things if you're running into a build issu

Re: building -stable fails on 5.5

2014-05-21 Thread Bryan Irvine
I did another cvs up -Pd last night and re-attempted the build, and it still fails in the same place. I'm not sure how to proceed with getting -stable built. On Wed, May 14, 2014 at 9:44 PM, Bryan Irvine wrote: > I can't seem to get -stable to build. It fails at exactly this spot

building -stable fails on 5.5

2014-05-14 Thread Bryan Irvine
I can't seem to get -stable to build. It fails at exactly this spot every time. The kernel and xorg compiles to release just fine. ... Creating Makefile in src/main Creating Makefile in src/modules/standard diff -u /usr/src/usr.sbin/httpd/src/include/ap_config_auto.h /usr/src/usr.sbin/httpd/obj/s

Re: Is Soekris OpenBSD friendly?

2013-11-15 Thread Bryan Irvine
OpenBSD is listed under Software on the page you linked. As I understand it the people who developed CARP did it on Soekris hardware, and this demo was done using soekris 4801's. (but don't quote me on that, my memory is hazy). https://web.archive.org/web/20060323025207/http://os.newsforge.com/os

Re: Can't boot Loongson after upgrade from 5.2 -> 5.3

2013-06-19 Thread Bryan Irvine
but it booted and ran the installer? On Wed, Jun 19, 2013 at 8:00 AM, John Long wrote: > A fresh install also doesn't boot and using PMON to boot into it fails the > same way as on the old install. Well crap. That was unexpected. > > PMON> boot -k /dev/fs/ext2@wd0/boot/boot > Loading file: /dev

Re: Suspend/Resume on Lemote Yeeloong netbook

2013-06-06 Thread Bryan Irvine
oops, replied to only Miod. On Thu, Jun 6, 2013 at 9:43 AM, Bryan Irvine wrote: > > > > On Wed, Jun 5, 2013 at 9:25 PM, Miod Vallat wrote: > >> > I have installed OpenBSD onto my Lemote netbook, and have apmd running >> on >> > startup. If I run

Re: Upgrading 3.8 to current

2012-10-13 Thread Bryan Irvine
You will need some planning. Pf syntax changed quite a bit a couple releases back. I'd consider backing up the files converting pf.conf to the new syntax and doing a clean install of 5.2 (out soon). -Bryan On Oct 13, 2012, at 9:47 AM, Matt Morrow wrote: > After dealing with a number of issues

Re: Fuloong: how to boot single user mode from pmon?

2012-07-17 Thread Bryan Irvine
On Tue, Jul 17, 2012 at 1:41 PM, Miod Vallat wrote: >> This is still based on the fairly old Loongson 2F; the gen-3 CPUs being >> available only in laptops, right? Not the easiest naming scheme to >> follow... > > Nope, you are confusing things. > > 1, 1A, 1B: 32-bit only processors. Move along. >

Re: bsd.rd anonymous ftp login broken?

2012-07-11 Thread Bryan Irvine
On Wed, Jul 11, 2012 at 12:55 PM, Jan Stary wrote: > Trying to reinstall with the current i386/bsd.rd. > All goes well until I actually select a ftp mirror, > and asked for the ftp login, I accept the default of > 'anonymous'. It keeps asking: > > ftp login ? anonymous [enter] > ft

Re: OpenBSD's webpage desing

2012-06-27 Thread Bryan Irvine
On Wed, Jun 27, 2012 at 10:48 AM, Bret Lambert wrote: >> PHP is like s early 2000s.  When's Python gonna go into base? > > You're behind the times; python's been replaced by ruby running on top > of mongodb ah crap! Off to buy a bunch of O'Reilly books about that. I guess that means migratin

Re: OpenBSD's webpage desing

2012-06-27 Thread Bryan Irvine
On Tue, Jun 26, 2012 at 8:02 PM, Theo de Raadt wrote: >> > On Tue, Jun 26, 2012 at 3:24 PM, wrote: >> > > I'd prefer the (small) team of developers to work on the code. >> > >> > Well, that's a false dichotomy: not all OpenBSD committers work on the >> > code. A handful work primarily on maintain

Re: OpenBSD's webpage desing

2012-06-26 Thread Bryan Irvine
On Tue, Jun 26, 2012 at 2:46 PM, Pablo Velasco Fernández wrote: > Hi. I was loolong the FreeBSD web page. And its a cool page with a cool > desing. Maybe OpenBSD should change their own page to a most "visual" web > page. ( Its only my opinion ) What do you think? > I'm on freebsd page with lynx

Re: OpenBSD forked

2012-06-21 Thread Bryan Irvine
On Thu, Jun 21, 2012 at 12:30 PM, Miod Vallat wrote: >> I do hope they succeed on that matter at least.  If they can't even >> get amd64/i386/arm working with LLVM, then it's a rough road ahead for >> us when we also have to worry about sparc, sh, mips, hppa, vax, and >> m88k too. > > There's alwa

Re: Learning C Programming

2012-06-21 Thread Bryan Irvine
On Thu, Jun 21, 2012 at 10:55 AM, Amit Kulkarni wrote: >>  Talk about learning C Programming and the K&R book being a good one.  Is >> this the book? >> >> http://www.amazon.com/C-Programming-Language-2nd-Edition/dp/0131103628 > > yes it is, and i am surprised it is ~ $50. it is such a small book.

Re: Learning C Programming

2012-06-21 Thread Bryan Irvine
On Thu, Jun 21, 2012 at 10:37 AM, cody chandler wrote: > Hello, > >  Talk about learning C Programming and the K&R book being a good one.  Is > this the book? > > http://www.amazon.com/C-Programming-Language-2nd-Edition/dp/0131103628 > > Figured it would be best to start new instead of keeping the

Re: errors compiling webkit on lemote

2012-06-17 Thread Bryan Irvine
On Jun 16, 2012, at 12:45 AM, Janne Johansson wrote: > 2012/6/15 Bryan Irvine : >> On Fri, Jun 15, 2012 at 2:15 AM, Janne Johansson wrote: >>> The ulimits will ultimately be capped by the platform MAXDSIZ, which >>> for mipses probably is 1G: >>> >>

Re: errors compiling webkit on lemote

2012-06-15 Thread Bryan Irvine
On Fri, Jun 15, 2012 at 2:15 AM, Janne Johansson wrote: > The ulimits will ultimately be capped by the platform MAXDSIZ, which > for mipses probably is 1G: > > ./arch/mips64/include/vmparam.h:#define MAXDSIZ > (1*1024*1024*1024)      /* max data size */ > > ..so that's where "ulimit -d unlimited"

Re: errors compiling webkit on lemote

2012-06-14 Thread Bryan Irvine
On Thu, Jun 14, 2012 at 6:13 AM, Rafael Sadowski wrote: > On Wed Jun 13, 2012 at 05:03:14PM -0700, Bryan Irvine wrote: >> Lines leading up the errors: >> gmake[1]: Entering directory `/home/ports/pobj/webkit-1.6.1/webkit-1.6.1' >> /usr/ports/infrastructure/bin/libtool  

errors compiling webkit on lemote

2012-06-13 Thread Bryan Irvine
Lines leading up the errors: gmake[1]: Entering directory `/home/ports/pobj/webkit-1.6.1/webkit-1.6.1' /usr/ports/infrastructure/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef

Re: ddb prompt on formerly stable system (4.9)

2012-06-03 Thread Bryan Irvine
When you get the ddb run ps and trace. Also include dmesg output. On Jun 3, 2012, at 7:36 PM, ted@comcast.net wrote: > Hello: > > If this is a really stupid question, please be gentle. > > > So, I have had a machine with 4.9 running for a year or so.B Except for some > minor tweaking (chan

Re: OpenBSD in April's issue of the CACM

2012-05-29 Thread Bryan Irvine
On Tue, May 29, 2012 at 1:40 PM, Theo de Raadt wrote: >> I was just reading the April's issue of the Communications of the ACM (the >> flagship magazine of the Association for Computing Machinery), and noticed >> that OpenBSD and its developers were mentioned in one article, in a rather >> negativ

Re: puffy copyright infringement?

2012-05-23 Thread Bryan Irvine
It looks more like this one. :-) http://www.openbsd.org/art/puffy/puflogv500X325.gif On Wed, May 23, 2012 at 5:04 PM, David Diggles wrote: > Literally, cut and paste. > > http://www.openbsd.org/images/tshirt-4.gif > > For comparison. > > On Wed, May 23, 2012 at 04:50:24PM +0200, frantisek holop

Re: webcam/mic

2012-04-11 Thread Bryan Irvine
On Wednesday, April 11, 2012, Miod Vallat wrote: > > This might be dumb question, but I haven't found the answer anywhere > > else yet. I have a lemote 8089b and I'm trying to figure out what > > software I'd use in order to use the webcam/microphone. I'm not > > trying to solve any particular p

webcam/mic

2012-04-11 Thread Bryan Irvine
This might be dumb question, but I haven't found the answer anywhere else yet. I have a lemote 8089b and I'm trying to figure out what software I'd use in order to use the webcam/microphone. I'm not trying to solve any particular problem other than my own curiosity of how I'd record/ take picture

Re: vnc teminal fuctions?

2012-03-20 Thread Bryan Irvine
See tmux. Sent from my iPhone On Mar 20, 2012, at 8:15 PM, f5b wrote: > Can OpenBSD base fulfill the following fuctions? > How? > > 1. One guy login local machine via userA > 2. I remote login the same machine via userA@ssh > 3. The guy sit in the front of the machine can see what I see > 4. We

Re: xfce4 freeze on Loongson netbook

2012-03-20 Thread Bryan Irvine
On Tue, Mar 20, 2012 at 8:41 AM, Alan Cheng wrote: > Hello List, > > So I'm using a Loongson YeeLoong netbook. I installed XFCE4 without any > issues, But it will freeze after around 15 minutes, even if I do nothing on > it. Starting "terminal" will cause it to freeze immediately. > > I can still

Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Bryan Irvine
On Tue, Feb 21, 2012 at 10:28 AM, Duncan Patton a Campbell wrote: > On Tue, 21 Feb 2012 09:53:48 -0800 > Philip Guenther wrote: > >> On Tue, Feb 21, 2012 at 8:16 AM, Duncan Patton a Campbell >> wrote: >> > On Mon, 20 Feb 2012 23:24:56 -0500 >> > Ted Unangst wrote: >> > >> >> On Mon, Feb 20, 201

Re: adding icewm

2012-02-02 Thread Bryan Irvine
pkg_add -i icewm Man pkg_add for more details. On Feb 2, 2012, at 6:29 PM, Richard Thornton wrote: > How do I add this window manager? > > RT

Lemote Yeelong won't wake up from zzz when called from X

2012-01-23 Thread Bryan Irvine
If I directly call zzz from xterm running under xfce4 it sleeps and doesn't wake up. I'm pretty sure I know the reason (and even suspect this is the expected behavior), but was hoping someone smarter would chime in with the reason. Thanks, -Bryan

Re: claimed 5.0 problems on sparc64 (was Re: Upgrading AMD64 4.9-stable to 5.0)

2012-01-13 Thread Bryan Irvine
On Fri, Jan 13, 2012 at 12:22 PM, Richard Thornton wrote: > OpenBSD 5.0-current (GENERIC) #65: Thu Nov 3 00:58:36 MDT 2011 > PKG_PATH=ftp://openbsd.mirror.frontiernet.net/pub/OpenBSD/5.0/packages/sparc6 4/ You're trying to use -stable packages on a -current system? Re-install the OS, and don't

Re: Longsoon/Godson MIPS boxes, where to buy?

2012-01-02 Thread Bryan Irvine
On Mon, Jan 2, 2012 at 9:10 AM, Nomen Nescio wrote: > I don't believe in paying top dollar to some shop in Europe just so they can > make a few thousand percent markup on a unit when the guys who actually make > them get paid enough for a half of bag of rice per month. I don't give a > shit what

Re: Where to buy Lemote FuLoong MIPS boxes?

2011-12-13 Thread Bryan Irvine
On Tue, Dec 13, 2011 at 11:44 AM, Nomen Nescio wrote: > The prices at the "official European shop" in the Netherlands are sky high. > I thought this was supposed to be a 150 dollar PC. Does anybody have a good > cheap source for these or other MIPS boxes? Thanks. Same problem here in the US. Som

Re: Performance problems with OpenBSD 4.9 under ESXi 5

2011-11-02 Thread Bryan Irvine
> I have some OpenBSD AMD64 (as 'other-64bit') VMs running fine for months under > ESX 4.1.0 e.g: We've had the Seattle BSD user group site hosted on an OpenBSD VM for something like 2 years with no problems. I can probably ask our host what config options they[1] used when setting it up. If anyo

Re: USB mouse

2011-10-26 Thread Bryan Irvine
On Wed, Oct 26, 2011 at 3:52 PM, Zantgo wrote: > How I can run USB mouse? You have to extract the drivers from the ubuntu linux installation CD.

Re: /dev/srandom vs. /dev/arandom

2011-10-18 Thread Bryan Irvine
On Tue, Oct 18, 2011 at 11:12 AM, Theo de Raadt wrote: >> On Tue, Oct 18, 2011 at 12:20 PM, Theo de Raadt wrote: >> >> In any case, I'm >> >> getting just under 600KB/s on average with /dev/random. This is on a rather >> >> old machine, so I guess it's not too bad. >> > >> > I am getting 9MB/sec

Re: OpenBSD fw freezing with ps/trace.

2011-10-17 Thread Bryan Irvine
On Mon, Oct 17, 2011 at 8:20 AM, Chris Cappuccio wrote: > Time to upgrade to 5.0. Report any failures after you do that. I think he's saying it's been doing this since 4.6. I parsed that as him being on at least the current release. Leon, can you send a dmesg?

Re: Loongson -- is it actually encumbered now?

2011-09-09 Thread Bryan Irvine
On Fri, Sep 9, 2011 at 11:59 AM, Daniel Villarreal wrote: > Is any computing platform entirely free ? Is any computer processor perfect > ? I'd like to know what processors the OpenBSD developers prefer to use. VAX of course!

Re: ftpd server

2011-09-01 Thread Bryan Irvine
On Tue, Aug 30, 2011 at 11:38 PM, fqui nonez wrote: > Hello > > I have a ftpd server box, OBSD-4.9, and pflog shows: > > Aug 29 10:11:03.520900 rule 3/(match) pass in on rl0: > 190.87.195.241.2732 > 192.168.5.2.21: S 2008995709:2008995709(0) win > 65535 > Aug 29 10:15:52.825409 rule 3/(match) pas

Re: Mac Mini Server

2011-07-13 Thread Bryan Irvine
On Wed, Jul 13, 2011 at 9:55 AM, Sergey Bronnikov wrote: > What is the sense to buy Mac and install openbsd on it? > You pay for Mac OS when you buy a Mac. So what is the sense > to install another OS on it? He wants to? Is another reason necessary? -B

Re: Can command-line options be specified in any place?

2011-06-22 Thread Bryan Irvine
On Wednesday, June 22, 2011, ropers wrote: > On 22 June 2011 21:22, Bryan Irvine wrote: >> >> For what it's worth ls, is part of GNU. >> >> I yanked this right from ls.c >> >> /* Written by Richard Stallman and David MacKenzie. */ >> >&g

Re: Can command-line options be specified in any place?

2011-06-22 Thread Bryan Irvine
> Linus didn't do his homework properly. That, combined with the fact that > Linux became such a huge success is both a blessing and a curse to us > in the unix community; on the one hand Linux provides us with plenty of > young blood in a new generation of hackers... while on the other hand > they

Re: Control of OpenBSD through a web interface

2011-06-15 Thread Bryan Irvine
If you must do it just use webmin (make sure you have SSLeay installed). If this is more of a technical exercise for yourself. Pick up the CGI Programming in C and PERL book by Thomas Bhoutell. It's old but it was one of my faves once upon a time. -Bryan 2011/6/15 Jean-Frangois SIMON : > Hi, >

Re: Odd CARP behavior

2011-05-20 Thread Bryan Irvine
On Thu, May 19, 2011 at 3:57 PM, Gary Thornock wrote: > My previous company has a pair of firewalls running OpenBSD 4.4 with > CARP. They've been running with no problem since just after the 4.4 > release, until the last couple of days. > > Now, the firewall that should be in BACKUP state has som

Re: Is there kernel option like as vga=?

2011-05-03 Thread Bryan Irvine
On Tue, May 3, 2011 at 9:11 AM, Iori Yoneji wrote: > Konnichiwa, probably my English contain mistakes, fogive. > > I'm looking for the way to adjust text console pixel size. > > I uses SONY laptop PC, PCG-FX77Z/BP, a little bit obsolete Athlon M > machine. > It must be pleasure for me that this ha

Re: Wildest Africa Tour

2011-04-05 Thread Bryan Irvine
On Mon, Apr 4, 2011 at 7:45 AM, Anton Parol wrote: > OpenBSD vs a Lion? It holds it's own against a snow leopard. :-) -B

Re: OBDS vs. NetBSD security

2011-03-25 Thread Bryan Irvine
On Fri, Mar 25, 2011 at 3:14 AM, johhny_at_poland77 wrote: > If i search for the two words: OpenBSD and NetBSD on: > > http://www.exploit-db.com/ > > then i get 17 hits regarding security bugs on OpenBSD, and 8 hits regarding > security bugs on NetBSD. > > So what are the differences exactly in t

Re: Choosing a window manager...

2011-03-15 Thread Bryan Irvine
On Tue, Mar 15, 2011 at 11:50 AM, marc wrote: > Hi all, > > I'm deciding between kde, xfce, gnome, and fluxbox (in order of > preference). Any experiences? Any relevant security issues on any of them? what's wrong with afterstep? ;-)

Re: FBI And OpenBSD...

2010-12-15 Thread Bryan Irvine
On Wed, Dec 15, 2010 at 3:12 PM, BSD wrote: > On 12/15/10 16:17, Randy Wrench wrote: >> >> http://www.phoronix.com/scan.php?page=news_item&px=ODkxMw >> >> >> >> Government organizations, whether they be from the United States, the >> European >> Union, or anywhere else for that matter, contributin

Re: FBI And OpenBSD...

2010-12-15 Thread Bryan Irvine
In addition Gregory Perry allegedly responded and added PF to list the of targets. http://blogs.csoonline.com/1296/an_fbi_backdoor_in_openbsd -Bryan On Wed, Dec 15, 2010 at 2:17 PM, Randy Wrench wrote: > http://www.phoronix.com/scan.php?page=news_item&px=ODkxMw > > > > Government organizations

Re: sha256 hash for /bsd

2010-12-09 Thread Bryan Irvine
Get a new bsd. On Thu, Dec 9, 2010 at 9:29 PM, OpenBSD Geek wrote: > So how can i proceed ? > > On Thu, 9 Dec 2010 23:30:20 -0600, J Sisson > wrote: If it's different from the sha256 on bsd from an official mirror, > > then yes, your ftp's /bsd is bad. =)

Re: em(4) is just 10baseT

2010-11-17 Thread Bryan Irvine
On Tue, Nov 16, 2010 at 10:25 PM, Jochen Fabricius wrote: > Hi, > >> Hi, >> >> What does: >> >> ifconfig em0 media >> >> say? >> >> Fred >> > > ifconfig em0 media > em0: flags=8843 mtu 1500 >lladdr 90:fb:a6:46:db:e1 >priority: 0 >groups: egress >media: Ethernet aut

Re: Building a Practical Penetration Test Lab

2010-11-12 Thread Bryan Irvine
> I've heard of people not even getting past the install even with a > hardware virtualisation capable cpu. On VirtualBox this is probably more to do with the dynamic image size. You have to create the disk image as a fixed size in order to complete the install. After that it works fine. -Bryan

Re: Architeture Choose

2010-11-08 Thread Bryan Irvine
On Mon, Nov 8, 2010 at 9:44 AM, Christopher Dukes wrote: > On Fri, 2010-11-05 at 14:30 -0400, Joe McDonagh wrote: >> "If your Sun fails" <-- that's a big IF. It's approaching a possibility >> of 0 in my experience. >> >> If performance isn't an issue and stability is your chief goal, none of >> th

Re: How to convert .img to .iso

2010-11-08 Thread Bryan Irvine
On Mon, Nov 8, 2010 at 8:22 AM, James Hozier wrote: > Since there are apparently is no software for this kind of conversion, by > what other > means or methods are there to do this on OpenBSD? I cannot mount .img at all > with > either vnconfig or '-o loop'. -t msdos?

Re: Architeture Choose

2010-11-05 Thread Bryan Irvine
On Fri, Nov 5, 2010 at 11:30 AM, Joe McDonagh wrote: > "If your Sun fails" <-- that's a big IF. It's approaching a possibility of 0 > in my experience. > > If performance isn't an issue and stability is your chief goal, none of this > hardware is as stable as a Sun. Agreed I've only seen 3 Sun h

Re: FreeBSD isn't Free

2010-10-06 Thread Bryan Irvine
On Wed, Oct 6, 2010 at 10:34 AM, Sevan / Venture37 wrote: > On 6 October 2010 17:47, Ted Unangst wrote: >> I'm pretty sure that not every FreeBSD user with a laptop "system >> incorporating such software" has such a letter because I know I sure >> as hell never got one. > > more importantly, do t

netatalk causes panic

2010-09-25 Thread Bryan Irvine
I'm running a custom kernel (because it's required). The only change I made was uncommenting the following line. option NETATALK# AppleTalk I installed netatalk from packages. and when I try to start it I immediately get a ddb> prompt # sh /etc/netatalk/rc.atalk starting appl

Re: CARP-ed dns server ?

2010-09-19 Thread Bryan Irvine
On Sun, Sep 19, 2010 at 11:29 PM, PP;Q Q P(P8P?P8QP8P= wrote: > Hello! > > does anybody run dns server on CARP interface ? Yes.

Re: Popping sounds with azalia(4) device

2010-09-16 Thread Bryan Irvine
On Thu, Sep 16, 2010 at 8:03 AM, Joe Gidi wrote: > On Thu, September 16, 2010 6:15 am, Jacob Meuser wrote: >> On Thu, Sep 16, 2010 at 02:17:36AM -0400, Joe Gidi wrote: >>> I'm getting frequent popping sounds from the azalia device on my system, >>> roughly every 15-30 seconds. I have a pair of ste

Re: 4.8 Release and Download and

2010-09-10 Thread Bryan Irvine
On Fri, Sep 10, 2010 at 4:22 PM, J.C. Roberts wrote: > On Fri, 10 Sep 2010 11:19:16 -0700 Bryan Irvine > wrote: >> >> I also heard it said once (though I'm sure I'll be corrected if wrong) >> that Theo's salary comes from CD purchases but not donations.

Re: 4.8 Release and Download and

2010-09-10 Thread Bryan Irvine
I also heard it said once (though I'm sure I'll be corrected if wrong) that Theo's salary comes from CD purchases but not donations. So the only way to keep him employed full-time on OpenBSD is by buying the disks. -B On Thu, Sep 9, 2010 at 6:12 PM, J.C. Roberts wrote: > On Fri, 10 Sep 2010 00:

Re: how to fix fstab in single user mode for bootable "Live" USB drive

2010-08-27 Thread Bryan Irvine
On Fri, Aug 27, 2010 at 5:38 AM, Marcus wrote: > how to fix fstab in single user mode for bootable "Live" USB drive > > http://www.openbsd.org/faq/faq14.html#flashmemLive > says: > If your target machine has an ahci(4) or SCSI interface, you will > probably find your USB drive's identifier changin

Re: undeadly article

2010-08-16 Thread Bryan Irvine
On Mon, Aug 16, 2010 at 9:50 AM, Damien Miller wrote: > On Mon, 16 Aug 2010, Mihai Popescu B.S. wrote: > >> Hello, >> >> I have read the undeadly.org article about how to "play" with airport >> security. I don't know who is the guy acting like this on an airport, >> but my brain triggered somethin

Re: Same shit all over again

2010-08-16 Thread Bryan Irvine
Will someone warn me 2 minutes before Theo gets back? I'd like to have some popcorn ready. :-) On Mon, Aug 16, 2010 at 9:27 AM, Bob Beck wrote: >> Well, tinyurl redirects to my box which redirects to trollaxer. Here is >> the culprit log for falling for such a silly trick. >> >> 83.101.24.

Re: which monitoring do you use (on OpenBSD)

2010-08-14 Thread Bryan Irvine
I like Zenoss, though the new interface is a little difficult to understand. Also, the OP wanted something that he can run on OpenBSD and Zenoss runs on Linux. I like splunk a lot as well. I use splunk to send events to Zenoss. -B On Sat, Aug 14, 2010 at 2:21 AM, Toni Mueller wrote: > On Fr

Re: How to Downgrade from 4.7 to 4.6

2010-08-06 Thread Bryan Irvine
On Fri, Aug 6, 2010 at 9:27 PM, Chris Cappuccio wrote: > Considering that 4.7 isn't known to have major, show-stopper bugs in PF like > you experience, you may want to consider that there is a bug in some other > part of the system like the ethernet driver or some such. > > If you can try 4.8 sn

Re: a minor correction to rc.conf comments

2010-07-29 Thread Bryan Irvine
On Thu, Jul 29, 2010 at 4:49 PM, Ed Ahlsen-Girard wrote: > From: Marco Peereboom > Date: 2010-07-29 23:25:14 > >> >> On Fri, Jul 30, 2010 at 01:17:28AM +0400, Vadim Zhukov wrote: >> > On 30 July 2010 c. 00:37:23 Kenneth R Westerback wrote: >> > > On Thu, Jul 29, 2010 at 10:54:29AM -07

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-04 Thread Bryan Irvine
> Clearing the obj > directory as part of the upgrade is like flushing your toilet based on the > date -- may help, but after a while, things start to stink. It isn't the > general (or proper) solution. oops. What's the recommended procedure for this? -B

Re: OpenBSD 4.7 Released, May 19 2010

2010-05-19 Thread Bryan Irvine
On Wed, May 19, 2010 at 1:13 PM, L. V. Lammert wrote: > On Wed, 19 May 2010, Bryan Irvine wrote: > >> You sure? >> >> FTP Listing of /pub/OpenBSD/ at ftp.openbsd.org >> Parent Directory >> > Works fine here, .. you must have a problem with your /etc/hosts

Re: OpenBSD 4.7 Released, May 19 2010

2010-05-19 Thread Bryan Irvine
You sure? FTP Listing of /pub/OpenBSD/ at ftp.openbsd.org Parent Directory Sep 28 2008 00:00Directory 4.2 Sep 28 2008 00:00Directory 4.3 Sep 04 2008 00:00Directory 4.4 Mar 25 2009 00:00Directory 4.5 Oct 08 2009 00:00Directory 4.6 Nov 11 2009 00:00Directory OpenBGPD Nov 11

Re: Relayd on localhost with multiple SSL Certificates

2010-05-11 Thread Bryan Irvine
On Tue, May 11, 2010 at 5:05 PM, Keith wrote: > Hi. is it possible to get multiple http relayd relays listening on localhost > each with a different port # and each with a different ssl certificate ? > > I've followed a tutorial I found on the net about setting up a firewall up > so that no servic

Re: VPN between OpenBSD Gateway and a mac

2010-04-26 Thread Bryan Irvine
On Fri, Apr 23, 2010 at 11:13 AM, jul wrote: > Bryan Irvine wrote on 23/04/10 17:49: >> I use poptop (ports) with great success on built-in mac VPN client. > > with which release of macos/openbsd/poptop ? I've used it with all version of Mac OS since around 10.2 or 10.3 an

Re: VPN between OpenBSD Gateway and a mac

2010-04-23 Thread Bryan Irvine
On Thu, Apr 22, 2010 at 10:23 PM, wrote: > Hi, > > At work, we use OpenBSD as a gateway (PF for firewalling, and Vpn using > (ipsec.conf file and isakmpd -K). > We have 2 companies connected in vpn with our OpenBSD Box. All works fine. > > Now, i wish to connect at work from my home using a Mac (

Re: Radius Auth and Insecurity Outputs

2010-04-19 Thread Bryan Irvine
On Mon, Apr 19, 2010 at 3:09 PM, Andrew Klettke wrote: > Thanks again Ted, > > This is an ugly hack (and one that I'll have to keep performing with these > types of installs), but if it's the only way to get /etc/security to stop > complaining, then I guess that's what I'll have to do. Hi Andrew

Re: Xorg.conf with OpenBSD 4.6 macppc does not work with alternate configuration

2010-04-14 Thread Bryan Irvine
On Wed, Apr 14, 2010 at 2:13 PM, Super Biscuit wrote: > $uname -a > OpenBSD moo.my.domain 4.6 GENERIC#43 macppc > > I have followed the howto section in the readme file and remain with an 8bit > resolution at 800x600. > If there is anything wrong with my configuration? > X did not start with new_

Re: which ISO for a VM?

2010-04-02 Thread Bryan Irvine
On Fri, Apr 2, 2010 at 2:42 AM, David Coppa wrote: > On Fri, Apr 2, 2010 at 11:23 AM, Zachary Uram wrote: >> I have never run OpenBSD before and want to try it out. Wondering if >> there is an ISO I can run in VirtualBox? If not what is the >> recommended method for users who wish to run OpenBSD

Re: earmark on hfsplus port

2010-03-22 Thread Bryan Irvine
On Mon, Mar 22, 2010 at 9:59 AM, Ted Roby wrote: > I've noticed this environment variable in misc/hfsplus > > > # this only makes sense on macintosh (powerpc) systems. > ONLY_FOR_ARCHS= powerpc > > > It used to only make sense on powerpc systems, but Macintosh > hardware now uses i386 architecture

Re: 4.7 make release fails

2010-03-08 Thread Bryan Irvine
On Mon, Mar 8, 2010 at 10:12 AM, Ron McDowell wrote: > Philip Guenther wrote: >> >> On Sun, Mar 7, 2010 at 3:42 PM, Ron McDowell wrote: >> ... >> >>> >>> mtree -def /usr/src/distrib/i386/ramdisk_cd/../../miniroot/mtree.conf -p >>> /mnt/ -u >>> .: gid (0, 1000, modified) >>> >> >> It appears

Re: Opteron 250 Overheating

2010-03-04 Thread Bryan Irvine
On Thu, Mar 4, 2010 at 8:53 AM, daniel wrote: > On Mar 4, 2010, at 9:18 AM, J.C. Roberts wrote: > >> On Wed, 3 Mar 2010 17:57:22 -0800 "Christopher Ahrens" >> wrote: >> > Henning Brauer wrote: >> >> * Jeff Ross [2010-03-02 16:59]: >>> >>> I bought a replacement supermicro mot

Re: OBSD + PHP + Postgresql(chrooted)

2010-03-04 Thread Bryan Irvine
On Tue, Mar 2, 2010 at 9:45 PM, Henry Gall wrote: > I am trying to replace mysql with postgresql on my openbsd + apache +php > server. > > I need to install postgresql from source, as I need special options, and the > latest version. > > I am runnning openbsd 4.5, php 5.2.8 from packages, > postgr

HPN SSH

2010-03-02 Thread Bryan Irvine
Anyone taken a look at these patches? I'm curious if there's security implications to this. http://www.psc.edu/networking/projects/hpn-ssh/ -Bryan

Re: Problems with Build World

2010-03-02 Thread Bryan Irvine
On Tue, Mar 2, 2010 at 11:17 AM, Bryan wrote: > On 3/2/2010 12:32 PM, Marc Espie wrote: >> >> No, it's more complicated than that. It obviously installs mk stuff, then >> include, then it builds libs and install them, then it builds everything >> else and installs it. >> >> It's not a complicated

Re: Sun Fire 880 phantom disks

2010-03-01 Thread Bryan Irvine
On Mon, Mar 1, 2010 at 2:44 PM, bofh wrote: > On Mon, Mar 1, 2010 at 5:28 PM, David Gwynne wrote: > >> your 880 has two internal fibre loops. you see teh disks once on the first >> loop, and again on the second loop. >> >> i am slowly working on finishing mpath(4), which will let you see your >>

Re: poor setwork performance on gigabit link

2010-02-26 Thread Bryan Irvine
> net.inet.tcp.recvspace=16384 > net.inet.tcp.sendspace=16384 http://www.openbsd.org/faq/faq6.html Section 6.6.4 -Bryan

Re: routing and pf at 10Gbps

2010-02-11 Thread Bryan Irvine
> Performance, cheapness, quality. You should choose only two of these. > Do not play with totally-software routers, buy Juniper. http://praetorianprefect.com/archives/2010/01/juniper-kernel-crash-scapy-code/

Re: http://www.apache.org/dist/httpd/Announcement1.3.html

2010-02-04 Thread Bryan Irvine
On Thu, Feb 4, 2010 at 2:15 PM, Marco Peereboom wrote: > I'll trust henning drunk over the apache foundation. > > On Thu, Feb 04, 2010 at 09:24:35PM +, Sevan / Venture37 wrote: >> On 4 February 2010 11:11, Marco Peereboom wrote: >> > Besides it doesn't have all the Henning love either... >> >

Re: Alternatives to Wireshark.

2010-01-27 Thread Bryan Irvine
I like ettercap for that. On Wed, Jan 27, 2010 at 12:23 PM, Christiano F. Haesbaert wrote: > Hi there, > > I've always used wireshark for packet sniffing, it solved most of my needs. > > First of all, I'm not questioning the why of not having a port, I've > read the previous posts (I really don't

Re: Announcing: JigglyPuffBSD

2010-01-25 Thread Bryan Irvine
On Tue, Jan 19, 2010 at 12:26 PM, Jason Dixon wrote: > I'm proud to announce the rebirth of JigglyPuffBSD. Catering to the > distinguished *BSD user, JigglyPuffBSD aims to meet the demanding > requirements of today's enterprise architectures. With support for a > broad range of buzzwords, it exc

Re: make OpenBSD beep at start

2010-01-24 Thread Bryan Irvine
echo $'\a' On Sat, Jan 23, 2010 at 4:32 PM, jean-francois wrote: > Hi list, > > Can someone give a hin on how to make the speaker to beep for example with > a command or a C program ? > > I started to write a little C program thinking there was a beep() functione, > but it seems not > > Reg

Re: Announcing: JigglyPuffBSD

2010-01-20 Thread Bryan Irvine
On Wed, Jan 20, 2010 at 2:05 AM, Peter N. M. Hansteen wrote: > "Bret S. Lambert" writes: > >>> I don't like the color of your mascott, will refork into >>> ReJigglyPuffBSD, with a red one. >> >> Dislike your choice of default mutt schemes; will rerefork >> into HotDogStandBSD. > > TrollBSD. Fork

Re: Announcing: JigglyPuffBSD

2010-01-19 Thread Bryan Irvine
On Tue, Jan 19, 2010 at 12:26 PM, Jason Dixon wrote: > I'm proud to announce the rebirth of JigglyPuffBSD. Catering to the > distinguished *BSD user, JigglyPuffBSD aims to meet the demanding > requirements of today's enterprise architectures. With support for a > broad range of buzzwords, it exc

  1   2   3   4   >