Re: Testing in a virtual environment

2009-01-03 Thread Peter
Daniel A. Ramaley wrote: Hello. I have what is hopefully a quick question. Has anyone successfully run OpenBSD 4.4 in a virtualized environment? Yes. VMWare Server, VirtualPC and Qemu all run OpenBSD fine including X. In addition VMWare Server and Qemu definitely allow virtualised kernel debug

Re: Port ZFS to OpenBSD

2009-01-18 Thread Peter
Mike Swanson wrote: Jason Dixon wrote: > As marco already stated, it could be a kernel module. But it won't. > Why? Because nobody will write it. Who is nobody anyway? I see he has an account on quite a lot of [] Where does nobody live? I'd love to buy him a beer! I refer you to http://w

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-31 Thread Peter
This is my xorg.conf which works on the 4.4 snapshot I was running. Unfortunately I can't get three screens going, and the 4.5 snapshot I tried to upgrade to on Friday is currently crashing on startup, so I can't tell if it's any better yet. This may well be a factor, as my xorg.conf is pretty

Non-functional battery stuck at 55% on ThinkPad T420 upgrade since 5.6-stable upgrade

2014-11-05 Thread Peter
Any help would be greatly appreciated. Thanks, Peter $ apm Battery state: high, 55% remaining, unknown life estimate A/C adapter state: connected Performance adjustment mode: manual (2492 MHz) $ sudo dmesg OpenBSD 5.6-stable (GENERIC.MP) #2: Mon Nov 3 19:26:09 EST 2014 r...@laptop.my.domai

Re: autonet - simple automatic wifi chooser

2015-02-15 Thread Peter
Hi, please see the program "wireless" for some ideas. https://github.com/overrider/wireless Peter

Solution

2008-01-30 Thread Peter
1. POPFile - Free Spam Filter POPFile is a powerful and flexible email classification POP and NNTP proxy that you can use to filter spam efficiently and categorize good mail automatically. Unfortunately, POPFile can grow a bit heavy on memory and cpu load if you have trained on lots of mail. 2. eXp

dynamic addresses and ipsec.conf

2007-02-02 Thread Peter
In separate locations I am running two OBSD 4.0 gateways which receive dynamic IP addresses (cable, dsl). I have looked at the man page for ipsec.conf and there appears to be a provision for dynamic addresses: 'ike dynamic esp' What I don't understand is that it appears I nonetheless need to s

Re: pf rule question

2007-02-11 Thread Peter
Le Vendredi 9 Fivrier 2007 13:55, Rafa3 Brodewicz a icrit : > Hello. > > While trying to configure pf to pass dhcp requests I've build a > simple rule: > > block log all > pass in log on $inf_if proto udp from { $int_if:network 0.0.0.0 } \ > port 68 to 255.255.255.255 port 67 > > But it seems

3.9 clamav package broken?

2007-02-15 Thread Peter
I have a 3.9 system running clamav and freshclam chroot and I wanted to update clamav from 0.88.4 to 0.88.7. So I... i) stopped the clamd and freshclam daemons ii) removed clamav package with pkg_delete iii) installed the newer clamav with pkg_add I then used ldd to locate what I need to put in

FuzzyOCR on OpenBSD?

2007-02-15 Thread Peter
I'm looking for guidance in installing the FuzzyOCR SA plugin on OpenBSD 4.0. Has anyone done this? Thanks in advance, PM

OpenBSD as Virtualbox guest

2007-02-27 Thread Peter
I'm looking for comments from people who have installed OpenBSD 4.0 as a Virtualbox guest. I am currently running Virtualbox 1.3.6 on Gentoo Linux 2006.1. The manual does not mention OBSD as guest even though their website states that it is possible. My main question is how to create an OBSD

Re: OpenBSD as Virtualbox guest

2007-02-27 Thread Peter
Le Mardi 27 Fivrier 2007 14:34, Darren Spruell a icrit : > On 2/27/07, Peter <[EMAIL PROTECTED]> wrote: > > I'm looking for comments from people who have installed OpenBSD 4.0 > > as a Virtualbox guest. I am currently running Virtualbox 1.3.6 on > > Gentoo Li

Re: OpenBSD as Virtualbox guest

2007-02-28 Thread Peter
Le Mercredi 28 FC)vrier 2007 21:58, Marcos Laufer a C)critB : > Maybe you just have to wait a couple of weeks/months, here's an > extract from VirtualBox website: > > OpenBSD 4.0 might not work well, a fix will be in the next > version of VirtualBox. No Guest Additions available yet. Neith

pkg_add gives error and then installs

2007-03-03 Thread Peter
I am scripting (sh) some package installs on an updated (today) OpenBSD 4.0-STABLE system and I am getting errors even when the pkg_add command ultimately succeeds and installs the packages. The shell script in question and sample output: export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.0/pa

Re: pkg_add gives error and then installs

2007-03-04 Thread Peter
Le Samedi 3 Mars 2007 23:31, Tobias Ulmer a icrit : > On Sat, Mar 03, 2007 at 10:43:52PM -0500, Peter wrote: > > I am scripting (sh) some package installs on an updated (today) > > OpenBSD 4.0-STABLE system and I am getting errors even when the > > pkg_add command ultimately

Re: pkg_add gives error and then installs

2007-03-04 Thread Peter
Le Dimanche 4 Mars 2007 04:50, Marc Espie a icrit : > On Sat, Mar 03, 2007 at 10:43:52PM -0500, Peter wrote: > > export > > PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.0/packages/i386/ for i > > in bash \ > >wget > > do > > pkg_add $i > >

trouble making an X release

2007-03-04 Thread Peter
I am following FAQ 5.5 on building an X release (for my 4.0 system). I have successfully made the base system release but when following the below steps I get the error: lndir: ../XF4: No such file or directory make: don't know how to make build. Stop in /usr/Xbld. make:

Re: trouble making an X release

2007-03-04 Thread Peter
Le Dimanche 4 Mars 2007 15:51, Daniel Horecki a icrit : > 2007/3/4, Peter <[EMAIL PROTECTED]>: > > I am following FAQ 5.5 on building an X release (for my 4.0 > > system). > > > > I have successfully made the base system release but when following &g

PKG_PATH pain

2007-03-07 Thread Peter
Hi everyone. I have a local FTP server that contains many packages. When doing an install I want my pc to first check this server before going onto the net. I have set up the following in a shell script on the pc being installed: LAN_FTP=192.168.3.11 OS_V0=$(uname -r) PKG_PATH=ftp://$LAN_FTP/

Re: PKG_PATH pain

2007-03-07 Thread Peter
Le Mercredi 7 Mars 2007 09:39, Nick ! a icrit : > On 3/7/07, Peter <[EMAIL PROTECTED]> wrote: > > Hi everyone. > > > > I have a local FTP server that contains many packages. When doing an > > install I want my pc to first check this server before going ont

Re: PKG_PATH pain

2007-03-07 Thread Peter
Le Mercredi 7 Mars 2007 16:34, Ingo Schwarze a icrit : > Hi Peter, > > > I have a local FTP server that contains many packages. > > When doing an install I want my pc to first check this server > > before going onto the net. > > Why would you want to do that? >

pkg_add with a) dubious packages and b) multiple packages

2007-03-08 Thread Peter
On my 4.0 STABLE box I am trying to use pkg_add to install multiple packages with one command: pkg_add -vi cabextract \ colortail \ db \ expiretable \ gnupg \ gtar \ ncftp \ p0f \ unzip \ wget \ zap but I h

Re: pkg_add with a) dubious packages and b) multiple packages

2007-03-09 Thread Peter
Le Vendredi 9 Mars 2007 03:31, Sebastian Benoit a icrit : > Peter([EMAIL PROTECTED]) on 2007.03.09 02:56:07 +: > > but I have found that if a package is dubiously named (such as "db") then > > it hangs with: > > > > "Ambiguous: db could be db-3.1.17p6

updating installed ports

2007-03-09 Thread Peter
On 4.0, besides uninstalling ports, updating the ports tree, and re-installing is there any other way to do this? What is standard practice? Also, is there any global way to change the default destination (/usr/ports/packages//all) of the eventual binary package that is created when a port is

Re: updating installed ports

2007-03-09 Thread Peter
Le Vendredi 9 Mars 2007 18:24, Joachim Schipper a icrit : > On Fri, Mar 09, 2007 at 06:05:58PM -0500, Peter wrote: > > On 4.0, besides uninstalling ports, updating the ports tree, and > > re-installing is there any other way to do this? What is standard > > practice? >

Re: updating installed ports

2007-03-10 Thread Peter
Le Samedi 10 Mars 2007 03:43, Lars Hansson a icrit : > Peter wrote: > > Are you serious? I thought that was only for straight packages. It > > actually fetches code from third party repositories? > > What 3rd party repositories? What are "straight" packages? AFAIK

Re: updating installed ports

2007-03-10 Thread Peter
Le Samedi 10 Mars 2007 04:55, Joachim Schipper a icrit : > On Fri, Mar 09, 2007 at 11:08:30PM -0500, Peter wrote: > > Le Vendredi 9 Mars 2007 18:24, Joachim Schipper a ?crit?: > > > On Fri, Mar 09, 2007 at 06:05:58PM -0500, Peter wrote: > > > > On 4.0, besides un

spamlogd (how to specify port?)

2007-03-18 Thread Peter
On OpenBSD 4.0, how do I specify what port spamlogd should consider SMTP? My MTA is running on a non-standard port. Pedro

Re: spamlogd (how to specify port?)

2007-03-18 Thread Peter
Le Dimanche 18 Mars 2007 16:50, Darren Spruell a icrit : > On 3/18/07, Peter <[EMAIL PROTECTED]> wrote: > > On OpenBSD 4.0, how do I specify what port spamlogd should consider SMTP? > > My MTA is running on a non-standard port. > > spamd sees your inbound SMTP traf

Re: spamlogd (how to specify port?)

2007-03-19 Thread Peter
Le Lundi 19 Mars 2007 05:09, Joachim Schipper a icrit : > On Sun, Mar 18, 2007 at 05:56:04PM -0600, Bob Beck wrote: > > * Joachim Schipper <[EMAIL PROTECTED]> [2007-03-18 16:16]: > > > On Sun, Mar 18, 2007 at 08:57:32PM +, Stuart Henderson wrote: > > > &

mailman problems: group mismatch error and aliases

2007-03-20 Thread Peter
On 4.0 I have installed mailman (flavour postfix): $ pkg_info | grep mailman mailman-2.1.8p3-postfix mailing list manager with web interface But I still get the infamous group mismatch error: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "_mailman", but

Postfix flavour for PostgreSQL ?

2007-03-23 Thread Peter
I see there is a postfix flavour for mysql but not for postgresql. Is this combination used much? I already have a PGSQL server and I want to plug postfix into it for virtual mailbox domains. Thanks for any advice. Peter

Re: Postfix flavour for PostgreSQL ?

2007-03-23 Thread Peter
Le Samedi 24 Mars 2007 01:13, Ted Unangst a icrit : > On 3/23/07, Peter <[EMAIL PROTECTED]> wrote: > > I see there is a postfix flavour for mysql but not for postgresql. Is > > this combination used much? I already have a PGSQL server and I want to > > plug postfix

Re: micro atx motherboard recommendations?

2007-03-26 Thread peter
wn (reboot is ok) i haven't really investigated it. -- CUL8R, Peter.

ntpd not synching

2007-03-27 Thread peter
eep the clock synched once, but after a reboot it went completely bonkers. i tried removing the drift-file and restarting it as well, to no avail. i'm running 4.0-release, and the provided ntpd. -- CUL8R, Peter.

Re: micro atx motherboard recommendations?

2007-03-27 Thread peter
his tonight and make sur to report back. thanks for the tip ! -- CUL8R, Peter.

Re: micro atx motherboard recommendations?

2007-03-28 Thread peter
NONE NONE NONE media 100baseTX mediaopt full-duplex /etc/hostname.re1 : inet 192.168.1.3 255.255.255.0 NONE media 100baseTX mediaopt full-duplex -- CUL8R, Peter.

Re: ntpd not synching

2007-03-28 Thread peter
isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: using exception 16 biomask f3fd netmask fffd ttymask pctr: user-level cycle counter enabled dkcsum: wd0 matches BIOS drive 0x80 dkcsum: wd1 matches BIOS drive 0x81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 -- CUL8R, Peter.

wireless ethernet adapters (seeking recommendations)

2007-04-11 Thread Peter
I'm looking to build on OpenBSD 4.0 (4.1?) a wireless access point for a small network. I would like to hear what cards have proven to be the most effective in this arena. I am very interested in small form factor machines with possible onboard wireless adapters. The client systems will be ru

Re: ntp on soekris

2006-06-08 Thread Peter
e? I have two 4801 units and they have no problem keeping time. Peter Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Choices for Soekris "disk drives"

2006-08-07 Thread Peter
--- Gustavo Rios <[EMAIL PROTECTED]> wrote: > Which seagate momentus are you using? > > Thanks in advance. > > On 7/15/05, Frank Denis (Jedi/Sector One) <[EMAIL PROTECTED]> > wrote: > > On Fri, Jul 15, 2005 at 07:55:59PM +0530, Mayuresh Kathe wrote: > > >*AVOID* 2.5" IDE Laptop drives. > > >I've

Is it possible to add pppoe to a bridge?

2008-09-10 Thread Peter
Even if a bridge is empty it seems impossible to add pppoe to it. This doesn't change if the first bridge member has an MTU identical to that of the pppoe interface (thank you to Martin Reindl for a patch enabling mtu changes on Sun quad ethernet). For my own, and anyone else's reference, t

Re: Is it possible to add pppoe to a bridge? Yes after hacking, but....

2008-09-11 Thread Peter
Peter wrote: Even if a bridge is empty it seems impossible to add pppoe to it. This doesn't change if the first bridge member has an MTU identical to that of the pppoe interface (thank you to Martin Reindl for a patch enabling mtu changes on Sun quad ethernet). For my own, and a

Kernel debugging setup - pccom vs com and failed mappings?

2008-09-24 Thread Peter
I'm trying to set up a virtualised qemu OpenBSD kernel debug environment, with a reasonable amount of success, but am running into the following problem on bootup : com1: at isa0 port 0x2f8/8 irq 3panic: com_isa_attach: mapping failed The operating system has halted Presumably because the kern

Re: Shutdown with the power button

2008-10-16 Thread peter
hi, On Thu, Oct 16, 2008 at 11:30:02PM +1100, Mikel Lindsaar wrote: > Hmm... here is the dmesg then any ideas? looks like you're missing an acpibtn (man acpibtn). -- CUL8R, Peter.

4.4 release freezes

2008-11-05 Thread peter
ckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: spkr0 at pcppi0 fins0 at isa0 port 0x4e/2 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 biomask f3fd netmask fffd ttymask softraid0 at root root on wd0a swap on wd0b dump on wd0b WARNING: / was not properly unmounted -- CUL8R, Peter.

hearing complaints regarding pre-orders

2006-09-21 Thread Peter
I have seen on two sites a guy complaining about the CD ordering system. Apparently there is no mention of the amount you will actually be paying unless you provide your CC info. This may detract some potential buyers. Tired of spam? Yahoo! Mail has the best spam protection around http://mail.y

Re: hearing complaints regarding pre-orders

2006-09-21 Thread Peter
--- Diana Eichert <[EMAIL PROTECTED]> wrote: > On Thu, 21 Sep 2006, Theo de Raadt wrote: > SNIP > > > > $30 USD shipping to anywhere in the world. > > > > That's what lots of internet retailers do. But no, we don't do > that. > > > > We instead ask you to trust us that it is in our interest t

High availability software for OpenBSD?

2006-10-12 Thread Peter
I am looking for something comparable to Ultra Monkey (Linux) that runs on OpenBSD. Anyone? Peter Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

stopping command issued from shell script

2006-11-02 Thread Peter
I have a bourne shell script with a menu. One menu entry is for running an executable to produce output (non-stop logging on a busy server) on the screen. How can I stop this program and get kicked back to my script (menu) when I have seen enough? So far all I can do is Ctrl-C which kicks me back t

Re: tcpdump, rulenum, and pflog

2006-03-06 Thread Peter
--- [EMAIL PROTECTED] wrote: > I'm trying to use tcpdump capture traffic on the external interface > of > my NAT/firewall/web/mail/etc. system in a quasi-private way, > specifically by excluding any traffic that comes from or is > ultimately > destined to NAT'ed boxes. Since packets which go fr

hardening openbsd firewall

2006-03-07 Thread Peter
p on an interesting strategy of removing tons of executables, storing them on a cd, and setting up symlinks to the cd mount point so they can be accessed when needed. My firewall will be providing internet access (NAT) to a small office lan (not mine). What strategies are others using in this area?

Re: hardening openbsd firewall

2006-03-08 Thread Peter
Thanks to the responders for their insights. I have a lot to consider here. Honestly, I did not feel comfortable removing a ton of executables. I'll probably put back the source I removed as well. -- Peter Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Small office with BSD blueprint

2006-03-20 Thread Peter
he DNS server(s) on all the Windows boxes if it > changes. And yes, that's happened to me... Why is DHCP a bad idea? -- Peter Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

no internet with cable provider (videotron.ca)

2006-03-20 Thread Peter
Hi everyone. I am troubleshooting a client (running OpenBSD 3.8) who cannot connect to a Canadian cable provider (videotron.ca) with dhclient. dhclient cannot find a dhcp server. Is there anything special one needs to do besides 'dhclient '? The connection is made instantly when win2k box is co

Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Peter
--- "Donald J. Ankney" <[EMAIL PROTECTED]> wrote: > I threw together a Perl script that uses tar and external firewire > drives. Tar has flags that will let it backup over SMB (for the > windows > boxes) and one can always do use scp (via certificates) piped through > > tar for remote linux/BSD

Re: no internet with cable provider (videotron.ca)

2006-03-20 Thread Peter
--- Damian Gerow <[EMAIL PROTECTED]> wrote: > Thus spake Peter ([EMAIL PROTECTED]) [21/03/06 00:56]: > : Hi everyone. I am troubleshooting a client (running OpenBSD 3.8) > who > : cannot connect to a Canadian cable provider (videotron.ca) with > : dhclient. dhclient cann

Re: no internet with cable provider (videotron.ca)

2006-03-21 Thread Peter
--- Damian Gerow <[EMAIL PROTECTED]> wrote: > Thus spake Peter ([EMAIL PROTECTED]) [21/03/06 01:46]: > : > Was the Win2k box connected first? Many (most?) Canadian cable > : > providers > : > cache the MAC address of the connected machine, and generally > : > spe

Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread Peter
--- "L. V. Lammert" <[EMAIL PROTECTED]> wrote: > At 12:53 AM 3/21/2006 -0500, Peter wrote: > > >I am using rsync. It also works well. I wrote small scripts > (windows > >side) for users to back up at their discretion. > > Quick question - I have t

[SOLVED] Re: no internet with cable provider (videotron.ca)

2006-03-21 Thread Peter
Ok folks. This *was* a MAC caching issue. I was able to reset this particular modem by inserting a pin into the reset orifice. I presume I could have achieved this by unplugging the power cable AND removing the battery. So dhclient on OpenBSD 3.8 *does work* although I continue to receive a bad

Re: soekris

2006-03-23 Thread Peter
--- Gustavo Rios <[EMAIL PROTECTED]> wrote: > Does anybody have a soekris box and would like to give a shell > account > for some testing? > I am considering to buy one for me, but i would like, previously, to > be able to feel what it is like. What sort of testing? About feelings, it depends on

Re: soekris

2006-03-23 Thread Peter
--- marrandy <[EMAIL PROTECTED]> wrote: > On Thursday 23 March 2006 13:08, you wrote: > > > > > Other than that, my system performs very well on a small lan and I > am > > very happy. Here is my df: > > > > Filesystem SizeUsed Avail Capacity Mounted on > > /dev/wd0a 118M 21.7

Re: soekris

2006-03-23 Thread Peter
t to a remote station. Honestly I cannot find anything wrong with the Soekris. I realize it has its power/load limitations (which I have yet to challenge on my lan). Peter Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

rotating apache logs

2006-03-30 Thread Peter
Hi. What is the best way to rotate apache logs on OpenBSD? Ideally I would like to create a new one at the beginning of each month. I searched my system for logrotate and could not find it. Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Are we users stupid or what?

2006-04-02 Thread Peter
--- Nick Guenther <[EMAIL PROTECTED]> wrote: > On 4/3/06, Qv6 <[EMAIL PROTECTED]> wrote: > > on Sunday 02 April 2006 07:58 pm, Deanna Phillips wrote: > > > > > > And yeah, Linux users are generally stupid. > > > > I consider myself a Linux user - my laptop and a desktop have > Gentoo > > Linux ru

Re: why is there . [dot] in default PATH?

2006-04-04 Thread Peter
--- Matthias Kilian <[EMAIL PROTECTED]> wrote: > On Tue, Apr 04, 2006 at 09:15:58PM +0200, RedShift wrote: > > [...] Other people were discussing cat and cta for example. For > this to > > work, one would have to be able to write to the victim's home > directory, > > Do you never cd out of your

Re: pf; XP firewall; and MS Remote Desktop

2006-04-05 Thread Peter
--- Don Boling <[EMAIL PROTECTED]> wrote: > On 4/5/06, Peter <[EMAIL PROTECTED]> wrote: > > I have a user that is on WinXP. She uses Microsoft's Remote > Desktop to > > connect to a remote server (TCP port 3389). I have installed > OpenBSD > >

Re: bluefish or other web design tools

2006-04-19 Thread Peter
--- Jacob Yocom-Piatt <[EMAIL PROTECTED]> wrote: > i'm trying to migrate my web development to openbsd from winxp where > i use dreamweaver. i want to have similar functionality to dreamweaver: a > WYSIWYG interface, SFTP file transfers and code coloring. is this too much to ask for? > > i have i

i want to share my ip accounting script

2006-05-10 Thread Peter
maybe this can help someone. It has some constraints and limitations as well as one bug I cannot identify (I get a negative number show up at seemingly random times). Anyone who is interested please let me know and I will send it to you. Peter Tired of spam? Yahoo! Mail has the best spam protection

RAIDframe question

2006-01-31 Thread Peter
dev=0x3600 rawdev=0x3602 raid0: Device already configured! -- Peter

Re: RAIDframe question

2006-02-01 Thread Peter
--- Ho?=kan Olsson <[EMAIL PROTECTED]> wrote: > On 1 feb 2006, at 08.38, Jurjen Oskam wrote: > > > On Wed, Feb 01, 2006 at 01:19:58AM -0500, Peter wrote: > > > >> raid0: Device already configured! > >> "ioctl (RAIDFRAME_CONFIGURE) failed" >

Re: need help with pf tcpdump

2006-02-06 Thread Peter
--- David Benfell <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm trying to debug my packet filtering rules. The problem is that > messages sent from my internal network are not getting through to the > SMTP host on my OpenBSD 3.8-CURRENT system. A common debugging approach is to log on all blo

Re: vpn problem

2006-02-06 Thread Peter
--- plz? yeah plz <[EMAIL PROTECTED]> wrote: > Hello all, > > Currently my brother and I try to set up a vpn using isakmpd between two > OBSD 3.8 boxes. We had a similar vpn working before. We both changed > ADSL providers and thought it is time for an upgrade. However... I did notice some redun

Re: QUESTION ABOUT PPP.LINKUP AND PF

2006-02-09 Thread Peter
--- Brian Shackelford <[EMAIL PROTECTED]> wrote: > Hello - > > > > I am currently at the end of my understanding. We have PF working > between two Ethernet cards perfectly - we have absolutely no problems > with it coming up properly and running as needed. What I am having a > problem with is

Re: syslogd question

2006-02-10 Thread Peter
--- [EMAIL PROTECTED] wrote: > On Fri, 10 Feb 2006, eric wrote: > > > On Fri, 2006-02-10 at 10:46:02 -0600, [EMAIL PROTECTED] > proclaimed... > > > > > I am setting up an openbsd box to be the catcher for a couple of AIX > boxes > > > to pitch their log files to. Using the standard syslogd, I a

ssh remote execution: PATH

2006-02-12 Thread Peter
file remains unread. Is there any way to not have to supply the entire path short of recompiling ssh? -- Peter

Re: ssh remote execution: PATH

2006-02-12 Thread Peter
--- Damien Miller <[EMAIL PROTECTED]> wrote: > On Mon, 13 Feb 2006, Peter wrote: > > > $ ssh [EMAIL PROTECTED] /usr/local/sbin/command > > > > The PATH of the user (given in ~/.profile) contains /usr/local/sbin > but > > evidently this file remains

Re: Problem with freshclam

2006-02-24 Thread Peter
--- Gabriel George POPA <[EMAIL PROTECTED]> wrote: > Hello all, > >I have the following problem when running freshclam: > # freshclam > ClamAV update process started at Fri Feb 24 17:58:29 2006 > ERROR: Can't get information about db.ro.clamav.net: Host not found > Connection with

Re: Hardware/System Question

2012-06-23 Thread Peter
>On 2012-06-22, Michał Markowski wrote: >> I can recommend this one: >> http://www.parkytowers.me.uk/thin/hp/t5135/index.shtml >> Other HP thin clients should be ok as well. > >They don't appear to be cheap enough to counteract the fact that >performance/spec is probably best described as "optimiz

Testing bigmem properly on amd64?

2010-04-14 Thread Peter
I know bigmem is still in a state of flux and can be enabled by editing machdep.c and compiling a custom kernel. I also realise that it may or may not work on OpenBSD AMD64 due to the absence of an iommu on non VT-d capable Intel systems, aside from the AGP/PCI-e GART. What's the best way to

Re: VHS transfer on OpenBSD

2009-08-17 Thread Peter
Jan Stary wrote: On Aug 17 16:06:05, Peter Kay - Syllopsium wrote: I wouldn't even consider converting something that is readily available in digital form. The analog VHS material is not available elsewhere, and is slowly deteriorating on these tapes. Otherwise : 1) Find decent har

Re: thanks for 4.6!

2009-10-22 Thread Peter
Marco Peereboom wrote: dvorak is make belief benefit. It's debatable whether the Dvorak layout is any faster, but what is not in doubt is the reduction in key travel. Not only are the frequently used keys closer together but the keyboard is also arranged so that alternate hands are used t

Re: thanks for 4.6!

2009-10-22 Thread Peter
Matthias Kilian wrote: On Thu, Oct 22, 2009 at 11:37:31PM +0100, Peter wrote: It's debatable whether the Dvorak layout is any faster, but what is not in doubt is the reduction in key travel. you're not a pianist OK. Finger travel, not key travel. Happy? PK

Re: torrent downloads

2017-04-27 Thread Peter Hessler
yes, but unlike those distros the openbsd installers aren't measured in gigabytes. The site mentioned by OP (http://openbsd.somedomain.net) is up to date, and has the torrents mentioned. it just seems, nobody cares. On 2017 Apr 27 (Thu) at 15:07:38 +0200 (+0200), Nicolas Schmidt wrote: :Many d

man.openbsd.org via HTTPS

2017-04-27 Thread Peter Bill
I found a website that provides man.openbsd.org via HTTPS: https://twitter.com/FiloSottile/status/845068942762762241 https://man.filippo.io/ Have a great weekend!

/etc/rc.d/nsd start/stop/restart fails in nsd.conf does not enable "Remote Control"

2017-05-02 Thread Peter Fraser
/etc/rc.d/nsd uses nsd-control to start/stop/restart nsd. nsd.conf tells you that "Remote Control" is by default disabled. It would be nice if some part of the documentation pointed out that it must be enabled.

Re: Incorrect file destination when logging with syslogd

2017-05-05 Thread Peter Hessler
On 2017 May 05 (Fri) at 15:38:36 +0200 (+0200), Paolo Aglialoro wrote: :As written, mtime was due by me recreating the file trying to make things :work, not by syslog. :As of today, in fact, mtime is still unchanged, while output to :/var/log/messages still flowing from router. : : :On Fri, May 5,

Re: Incorrect file destination when logging with syslogd

2017-05-05 Thread Peter Hessler
t syslogd, to ensure it is picked up. On 2017 May 05 (Fri) at 16:30:33 +0200 (+0200), Paolo Aglialoro wrote: :Sorry Peter, what do '2' or '5' stand for? :And what does creating a file with '5' mean? : :This was my procedure: : :# cat "" > c2851.log :# cho

Packet in and out on the same eithernet port.

2017-05-09 Thread Peter Fraser
Because of one user's misconfiguration of Microsoft's HypeV, his virtual machines were not getting the results of arp. As a result of that configuration all the packets going to machines on the same subnetwork were going to the default gateway. The default gateway was an OpenBSD 6.1 server. Ope

Valgrind W^X Violation

2017-05-25 Thread Peter Ezetta
ddr 0x00203d70 paddr 0x00203d70 align 2**3 filesz 0x0290 memsz 0x0290 flags r-- Dynamic Section: NEEDED libc.so.89.3 HASH0x101f40 STRTAB 0x102558 SYMTAB 0x1020a8 STRSZ 0x11c SYMENT 0x18 DEBUG 0x0 PLTGOT 0x203ee0 PLTRELSZ0x2b8 PLTREL 0x7 JMPREL 0x1026f0 RELA0x102678 RELASZ 0x78 RELAENT 0x18 RELACOUNT 0x2 === Thanks in advance for any advice that you might be able to offer. Peter

Re: file systems

2017-05-26 Thread Peter Hessler
On 2017 May 26 (Fri) at 11:35:49 -0300 (-0300), Friedrich Locke wrote: :Hi folks, : :does anybody here run OBSD with a file system bigger than 10TB ? :How much time boot takes to bring the system up (i mean fsck) ? :Are you using ffs2 ? With softdep ? : :Thanks. I created a 24T disk with ff2. I p

Re: Can I bind USB/other interface/device number (e.g. cdceX) to particular MAC, USB serial number or the like?

2017-05-30 Thread Peter Hessler
On 2017 May 29 (Mon) at 02:13:57 + (+), Tinker wrote: :Hi misc@, : :For pluggable devices such as USB NIC:s, is there any way to make OpenBSD :bind a particular device based on its MAC or USB serial number or the like :variable, to a particular interface or device filename? : :E.g. MAC X is

Re: smtpd doesn't start

2017-05-30 Thread Peter Hessler
On 2017 May 30 (Tue) at 10:37:37 +0100 (+0100), Craig Skinner wrote: :.localdomain (.local interferes with iStuff, avoid it) :.internal :.private :.priv :.lan NO NO NO NO NO NO NO NO NO All of those domains may (or have been) issued by ICANN, and can be used for real. The only domains you should

Re: bgp-spamd added 192.43.244.163

2017-06-04 Thread Peter Hessler
Please double check your setup. That IP is for 'lists.openbsd.org', and should be listed in the *whitelist*. I do distrubute the whitelist next to the blacklist, so you MUST NOT blindly block every IP that I distribute to you. On 2017 Jun 03 (Sat) at 23:30:36 +0200 (+0200), Markus Rosjat wrote:

Re: bgp-spamd added 192.43.244.163

2017-06-12 Thread Peter Hessler
+49 351 8107227 : :Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before you :print it, think about your responsibility and commitment to the ENVIRONMENT : -- If two wrongs don't make a right, try three. -- Laurence J. Peter

Re: Enabling BFD on a VLAN interface

2017-06-30 Thread Peter Hessler
Hi Tristan BFD is not yet finished, so it is disabled. It was not enabled for the 6.1-release, sorry. On 2017 Jun 30 (Fri) at 20:24:49 +0200 (+0200), Tristan Delsol wrote: :Hi all, : :I currently have BGP setup to our ISP using openBGPd, this works great. I saw that the current stable 6.1 has

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
Always Always ALWAYS ALWAYS create a default route in each routing domain. !/sbin/route -T XXX default ::1 -blackhole On 2017 Jul 04 (Tue) at 15:16:24 +0200 (+0200), Claus Lensbøl wrote: :Hi misc, : :I'm having trouble with implementing rdomains and IPv6. : :I have followed this guide which mig

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
On 2017 Jul 04 (Tue) at 16:24:53 +0200 (+0200), Claus Lensbøl wrote: :Hi Peter, : :I'm getting: :# route -T75 default ::1 -blackhole :route: botched keyword: default :usage: route [-dnqtv] [-T tableid] command [[modifiers] args] :commands: add, change, delete, exec, flush, get, monitor,

Re: Read sysctl from file

2017-07-21 Thread Peter Faiman
y these tools wouldn't use Linux-specific features. But emulating simple features like sysctl -p in a non-invasive way isn't too hard. Peter

Re: Read sysctl from file

2017-07-21 Thread Peter Faiman
s the "best" way to do it. Also it does not fail halfway, it will report errors for each of the settings that cannot be applied, e.g. with a config that sets kern.securelevel=0 and net.inet.udp.sendspace=9216, this happens: # ./sysctl -p example.conf sysctl: kern.securelevel: Operation not permitted net.inet.udp.sendspace: 9216 -> 9216 Peter

  1   2   3   4   5   6   7   8   9   10   >