Re: Selecting new motherboards in the era of uefi

2013-08-30 Thread Adriaan
You are asking about a Sabertooth Z87, but according to a moderator of the FreeBSD forums, the Sabertooth Z77 can boot in legacy, non-UEFI mode. See https://forums.freebsd.org/showpost.php?p=228402&postcount=5 On Fri, Aug 30, 2013 at 11:32 PM, STeve Andre' wrote: >I'm shopping around for n

Re: The New Secure Operating System

2008-12-09 Thread Adriaan
immediately! > Yea, you should run this new secure OS under Xen or Vmware for even more security ;) =Adriaan=

Re: ftp from script

2009-01-03 Thread Adriaan
get /pub/OpenBSD/snapshots/i386/man44.tgz SNAP/man44.tgz 17 get /pub/OpenBSD/snapshots/i386/misc44.tgz SNAP/misc44.tgz 18 get /pub/OpenBSD/snapshots/i386/xbase44.tgz SNAP/xbase44.tgz 19 get /pub/OpenBSD/snapshots/i386/xetc44.tgz SNAP/xetc44.tgz 20 get /pub/OpenBSD/snapshots/i386/xfont44.tgz SNAP/xfont44.tgz 21 get /pub/OpenBSD/snapshots/i386/xserv44.tgz SNAP/xserv44.tgz 22 get /pub/OpenBSD/snapshots/i386/xshare44.tgz SNAP/xshare44.tgz 23 quit 24 -- Do you want to start 'ftp' with this '.netrc' ? (Y/N) Y =Adriaan=

Re: European orders

2009-03-24 Thread Adriaan
t. B We'll see, I suppose. >> > > Wim called me 20 minutes ago and explained the situation to me. > If you have any questions just mail him or give him a call. > Why doesn''t Wim explain the situation here. Less work isn't it. ;) =Adriaan= European shipping slave (together with Felix@) of OBSD 4.0

Re: No address associated with PKG_PATH mirror

2014-11-20 Thread Adriaan
Works for me :) root@rel56[~] echo $PKG_PATH http://ftp.nluug.nl/pub/OpenBSD/5.6/packages/amd64/ root@rel56[~] pkg_info -Q mosh mosh-1.2.4p1 root@rel56[~] dig ftp.nluug.nl ; <<>> DiG 9.4.2-P2 <<>> ftp.nluug.nl ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NO

"Cannot determine prefetch area" error with OpenBSD current autoinstall

2014-12-15 Thread Adriaan
DHCP request? (or 'done') [fxp0] xl0 DHCPDISCOVER on xl0 - interval 3 DHCPOFFER from 192.168.222.10 (00:08:c7:05:ca:0b) DHCPREQUEST on xl0 to 255.255.255.255 DHCPACK from 192.168.222.10 (00:08:c7:05:ca:0b) bound to 192.168.222.243 -- renewal in 43200 seconds. Could not determine auto mode. Response file location? [http://192.168.222.10/install.conf] http://192.168.222.20/install.conf Fetching http://192.168.222.20/install.conf Performing non-interactive install... Terminal type? [vt220] vt220 System hostname? (short form, e.g. 'foo') andromache Adriaan

Re: What happened when 5.5 met my old reliable box

2014-12-15 Thread Adriaan
>From the OpenBSD FAQ: At the boot loader prompt, enter boot> *set tty com0* This will tell OpenBSD to use the first serial port (often called COM1 or COMA in PC documentation) as a serial console. The default baud rate is 9600. You set the speed higher by first typing "stty com0 19200" This

Re: "Cannot determine prefetch area" error with OpenBSD current autoinstall

2014-12-15 Thread Adriaan
On Tue, Dec 16, 2014 at 7:35 AM, Ted Unangst wrote: > > On Tue, Dec 16, 2014 at 07:01, Adriaan wrote: > > OpenBSD 5.6-current (RAMDISK_CD) #573: Sun Dec 14 20:08:49 MST 2014 > > dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/RAMDISK_CD > > > > An initial int

Re: "Cannot determine prefetch area" error with OpenBSD current autoinstall

2014-12-16 Thread Adriaan
On Tue, Dec 16, 2014 at 8:26 AM, Raf wrote: > > On Tue, Dec 16, 2014 at 01:01:51AM EST, Adriaan wrote: > > > An initial interactive install was succesful. A next autonstall using > > bsd,rd gave a "Cannot determine prefetch area" after selecting the > >

Re: Misc questionning about DNS

2015-01-13 Thread Adriaan
In https://kb.isc.org/article/AA-00874/0/Best-Practices-for-those-running-Recursive-Servers.html one of the recommendations is to separate the two roles: "Do not combine authoritative and recursive nameserver functions -- have each function performed by separate server sets" On Wed, Jan 14, 2015

Old cd57.iso in snapshots for i386

2015-02-15 Thread Adriaan
SHA256 (/mnt/5.7/i386/bsd.rd) = e826881e54c8b966321e68ba9c7d3f280fbc041d4c94f528eb62e5799cb8130 /home/www/snapshots/i386 $ grep cd57 SHA256 SHA256 (cd57.iso) = feff2dd5d5ab2f4eb23d79b61f5ab261f1d31be51d2247ef1dc416ee6f5ef437 Adriaan

Re: Old cd57.iso in snapshots for i386

2015-02-27 Thread Adriaan
his freshly installed system and select its ./bsd.rd to reinstall: OpenBSD 5.7-beta (RAMDISK_CD) #695: Sun Feb 22 03:29:08 MST 2015 t...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/RAMDISK_CD Is todd@ building these snapshots? On Mon, Feb 16, 2015 at 6:02 AM, Adriaan wrote: > Somehow

Re: upgrades no longer allow ftp for sets

2014-03-25 Thread Adriaan
I have been using installation file sets as well as siteXX files on USB thumbdrives for installing and testing snapshots. So you don't need a lot of extra hardware at all. Adriaan

'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-19 Thread Adriaan
rors out when dealing with the install sets. The password '=ilovefreya=' has a leading and trailing '='. Tomorrow I will eliminate those '='s and see whether that helps. Adriaan van Roosmalen

Re: 'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-20 Thread Adriaan
' as well as using an user name and password that matches the regex pattern it works well. A happy camper On Wed, Jul 20, 2022 at 6:06 AM Adriaan wrote: > I am testing autoinstall for a VPS hosted in a datacenter. By using an > OpenBSD native VM on my desktop > I go

Re: 'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-20 Thread Adriaan
On Wed, Jul 20, 2022 at 9:09 AM Alexander Hall wrote: > > > [snip] > >The password '=ilovefreya=' has a leading and trailing '='. Tomorrow I > >will eliminate those '='s and see whether that helps. > > See > https://github.com/openbsd/src/blob/636cc85955243f5226db2246a74229481ad6bac2/distrib/mini

Re: pf and includes

2011-11-30 Thread Adriaan
s out on vlan500 # --- vlan1000 block log on vlan1000 pass in quick on vlan1000 inet proto tcp from any to $Webserver port 80 pass out on vlan1000 --- So the Makefile collects macroes defined in the vlan500 and vlan1000 files and after eliminating any duplicates, stuffs them into the "macroes_unique" file. The "vlan500" and "vlan1000", after stripping the macroes, become "vlan500.conf" and "vlan1000.conf". The "pf.conf" Makefile target then concatenates the "macroes_unique" and the vlan*.conf files to the final pf.conf. BTW http://www.freebsd.org/doc/en_US.ISO8859-1/books/pmake/index.html has a nice HTML version of the BSD make documentation. Adriaan

OpenBSD 5.1 - snapshot - bsd.mp only detects one CPU of dual-processor AOpen DX34 Plus board

2012-02-13 Thread Adriaan
tel Pentium III ("GenuineIntel" 686-class) hw.ncpu=2 hw.byteorder=1234 hw.pagesize=4096 hw.disknames=wd0:1580bc6962d5b146,fd0: hw.diskcount=2 hw.cpuspeed=856 hw.vendor=AOpen hw.product=DX34 Plus hw.version=N/A hw.serialno=N/A hw.uuid=Not Set hw.physmem=536375296 hw.usermem=536297472 hw.ncpufound=2 I need the machine right now for testing my new Internet line, but in two or three days, I could install some older snapshots or 5.0 to find out about which time this regression occurred. Adriaan

Re: OpenBSD 5.1 - snapshot - bsd.mp only detects one CPU of dual-processor AOpen DX34 Plus board

2012-02-14 Thread Adriaan
On 2/14/12, Brynet wrote: > On Mon, Feb 13, 2012 at 11:34:59PM +0100, Adriaan wrote: >> ... >> OpenBSD 5.1 (GENERIC.MP) #187: Sat Feb 11 12:30:14 MST 2012 >> apm0 at bios0: Power Management spec V1.2 >> acpi at bios0 function 0x0 not configured >> .. >> >

Re: ASUS P5B-VM SE and 3 sata drives, GURU need help ...

2007-11-12 Thread Adriaan
500, 500+160 and etc), and wd2 is always > unavailable no matter how and what I dob& > > What else should I try? :,( > -- You could start by posting the full dmesg output, so people can see what kind of hardware you have and which version of OpenBSD. =Adriaan=

Re: Groklaw artical about the BSD license

2007-01-15 Thread Adriaan
rticle. I think most people will disagree with the article and agree with this slashdot post http://bsd.slashdot.org/comments.pl?sid=216988&cid=17617988 Adriaan

Re: nullconsole?

2007-01-17 Thread Adriaan
: be aware that this could create lots of output. #*.err;auth.notice;authpriv.none;kern.debug;mail.crit /dev/console ==Adriaan==

Re: "No buffer space available" with a lot of queueing

2007-01-31 Thread Adriaan
that paper ;) =Adriaan=

Re: Request: Dedicated OpenBSD (root) Server for a company...

2007-02-23 Thread Adriaan
play a waiting game... [snip] Search the fine misc mailing archives for tthe thread titled "OpenBSD dedicated hosting", it started on September 17, 2006 ;) ==Adriaan==

Re: Linux Compat Query

2007-05-29 Thread Adriaan
On 5/29/07, Edd Barrett <[EMAIL PROTECTED]> wrote: We are using a xerces-c with g++ OpenBSD has a port/package of Sablotron, a XML parser in C. Or you may have better luck with the FreeBSD or NetBSD port/package of xerces-c. =Adriaan=

Re: libexpat confusion

2007-06-12 Thread Adriaan
prepending a '-' to the set name, file name pattern or 'all'. Selected sets are labelled '[X]'. [X] bsd [X] bsd.rd [ ] bsd.mp [X] base41.tgz [X] etc41.tgz [X] misc41.tgz [X] comp41.tgz [X] man41.tgz [ ] xbase41.tgz [ ] xetc41.tgz [ ] xshare41.tgz [ ] xfont41.tgz [ ] xserv41.tgz [X] site41-diogenes.tgz =Adriaan=

'new disklabel disk size different 4096 != 3800' messages in i386 snapshot install

2007-06-13 Thread Adriaan
63swap # Cyl 0*- 4 c: 12594960 0 unused 0 0 # Cyl 0 - 783 =Adriaan=

'netstat: invalid address (30000) ???" on 4.1-current i386 binary snapshot

2007-06-28 Thread Adriaan
*.*LISTEN tcp6 0 0 *.22 *.*LISTEN netstat: invalid address (3) ??? --- Of the X installation file sets I only installed xbase41.tgz because of the expat libs needed by some binary packages. =Adriaan=

Re: Formatting MS-DOS drive

2007-07-01 Thread Adriaan
0 ] unused Then use "disklabel sd0" to check whether OpenBSD has automagically created a virtual disklabel "i" . Then use /dev/rsd0i as device name for the newfs. =Adriaan=

Re: 'netstat: invalid address (30000) ???" on 4.1-current i386 binary snapshot

2007-07-03 Thread Adriaan
On 6/28/07, Otto Moerbeek <[EMAIL PROTECTED]> wrote: On Thu, 28 Jun 2007, Adriaan wrote: > On a freshly installed binary snapshot "netstat -an -f inet6" shows > "netstat: invalid address (3) ???" thanks for the report, we can reproduce and are looking into

Re: 'netstat: invalid address (30000) ???" on 4.1-current i386 binary snapshot

2007-07-03 Thread Adriaan
On 7/3/07, Adriaan <[EMAIL PROTECTED]> wrote: On 6/28/07, Otto Moerbeek <[EMAIL PROTECTED]> wrote: > > On Thu, 28 Jun 2007, Adriaan wrote: > > > On a freshly installed binary snapshot "netstat -an -f inet6" shows > > "netstat: invalid addres

Re: PF problems with many connections.

2007-07-13 Thread Adriaan
equately come back here with a posting of: 1) dmesg to see what kind of hardware you are using 2) vmstat -i output to show the interrupt rate of the NICs Using 'systat vmstat" will give you a 'live' view of the interrupt rate and other resources 3) netstat -m output to see the mbuf stats 4) your pf.conf Others may have additional suggestions of course ;) =Adriaan=

Re: print filter?

2007-07-14 Thread Adriaan
d it to "/usr/bin/awk". =Adriaan=

Re: DNS issues

2007-07-15 Thread Adriaan
dump -eni pflog0. Unless you have a routing issue, this will give you all the clues you need. =Adriaan=

Re: DNS issues

2007-07-15 Thread Adriaan
firewall. It didn't know how to route ihe replies to the outside and hence nothing showed up on pflog0. tcpdump is not limited to pflog0, you also can run it on a normal interface. ;) SSH in on the nameserver and run tcpdump on it's NIC tcpdump -ni fxp0 port domain Check if you see a DNS request coming in =Adriaan=

Re: DNS issues

2007-07-15 Thread Adriaan
On 7/15/07, Braden Mailloux <[EMAIL PROTECTED]> wrote: Adriaan wrote: > On 7/15/07, Braden Mailloux <[EMAIL PROTECTED]> wrote: > >> Dear Readers; >> >> I've been using the log feature of pf and have found that, when >> attempting to access m

Re: Disk encryption

2007-07-16 Thread Adriaan
penbsd-encrypted-nas-howto =Adriaan=

amd64 snapshot 4.1 -> 4.2 issues

2007-07-26 Thread Adriaan
mainbus0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com0: console com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo 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 rd0: fixed, 4096 blocks dkcsum: wd0 matches BIOS drive 0x80 root on rd0a swap on rd0b dump on rd0b erase ^?, werase ^W, kill ^U, intr ^C, status ^T (I)nstall, (U)pgrade or (S)hell? i Welcome to the OpenBSD/amd64 4.1 install program. -- =Adriaan=

Re: amd64 snapshot 4.1 -> 4.2 issues

2007-07-28 Thread Adriaan
On 7/27/07, Bob Beck <[EMAIL PROTECTED]> wrote: > > This has been corrected and new snaps are being > built. > > -Bob > > * Adriaan <[EMAIL PROTECTED]> [2007-07-26 20:39]: > > The MD5 file of the latest amd64 snapshot contains md5 fingerpri

Re: X11 install packages?

2007-07-28 Thread Adriaan
those? But X snapshot file sets were not being built daily. There have been some minor issues with the transition from 4.1-current to 4.2-beta. Maybe the i386 X snapshot file sets suffer the same fate ;) [snip] =Adriaan=

Missing x*42.tgz installation file sets from i386 binary snapshots

2007-08-01 Thread Adriaan
64 bits arch has X file sets, while the 32 bit arch has not ;) =Adriaan=

Re: Missing x*42.tgz installation file sets from i386 binary snapshots

2007-08-01 Thread Adriaan
On 8/1/07, Peter N. M. Hansteen <[EMAIL PROTECTED]> wrote: > Adriaan <[EMAIL PROTECTED]> writes: > > > There are no X installation file sets for i386 snapshots. > > Don't slashdot it just yet. I think we can be reasonably sure that > even on i386, OpenBSD 4.2

Re: Missing x*42.tgz installation file sets from i386 binary snapshots

2007-08-01 Thread Adriaan
;). And sometimes there are modifications in snapshots that should be tested. >From http://marc.info/?l=openbsd-misc&m=118056376719177&w=2 "The most recent i386 snapshot contains 45 modified files which are not yet commited." So compiling from checked out souirce, wouldl never test these not yet committed "experimental" features. [snip] =Adriaan=

Re: Missing x*42.tgz installation file sets from i386 binary snapshots

2007-08-02 Thread Adriaan
6:20 xshare42.tgz There are also new packages dated July 31. So you can install bash ;) =Adriaan=

Re: ftp-proxy vs "FTP over SSL"

2007-08-03 Thread Adriaan
ed ftp has been suggested in http://www.bsdforums.org/forums/showthread.php?t=51153 =Adriaan=

Re: Anchor File Consolidation

2007-08-04 Thread Adriaan
ve individual anchors load when I want > them to? Is there a better way to achieve what I want? > You could make (pun intended) each anchor a target in a Makefile. =Adriaan=

Re: searching packages? pkg_grep?

2007-08-09 Thread Adriaan
gt;latest-stacken" ls /pub/OpenBSD/snapshots/packages/i386/ "| cut -b30- >latest-pkg-stacken" quit -------- The file latest-pkg-stacken is then easy to search =Adriaan=

amd64 snapshot: md5 mismatch "install42.iso"

2007-08-12 Thread Adriaan
22:53 xbase42.tgz -rw-r--r-- 1 root wheel 78235 Aug 9 22:53 xetc42.tgz -rw-r--r-- 1 root wheel 35580412 Aug 9 22:53 xfont42.tgz -rw-r--r-- 1 root wheel 11237189 Aug 9 22:53 xserv42.tgz -rw-r--r-- 1 root wheel 2548608 Aug 9 22:53 xshare42.tgz =Adriaan=

Re: Soekris 4801-60 max 2mbit

2007-08-24 Thread Adriaan
n, but since I also disabled pf > completely the problem isn't there. Check the output of 'ifconfig' for the correct speed and duplex setting. During a ftp transfer check the output of 'systat vmstat' for a live view of the interrupt rate of the NICs. and other resources. Review the output of 'netstat -s' for possible errors/retransmissions etc. =Adriaan=

Re: Radeon X1300 mobile + WXGA - out of luck?

2007-08-25 Thread Adriaan
itional Video Mode" info. as described in http://www.x.org/wiki/FAQVideoModes#head-d174fd476064edf62ed05d71d8a91b3dc4307324 ? =Adriaan=

Re: partioning for multiple OS's

2007-09-03 Thread Adriaan
ary partition. A possible complication would be a "suspend-to-RAM" partition which possible would take away one, only leaving you with only 2 primaries. I never owned a laptop, nor did I use suspend-to-RAM so I leave that issue to others ;) =Adriaan=

Re: Centralized ports collection server

2007-09-03 Thread Adriaan
alternative would be to use one box to create binary packages from ports. Copy or link the packages to one directory which you make available to the clients by NFS, scp or ftp. You now can install the binary packages on the clients by setting their PKG_PATH to that directory of the building machine. =Adriaan=

Re: Following Current general question

2007-09-08 Thread Adriaan
tp server for the install and customized "site42.tgz" and "site42-hostname.tgz" sets a fresh install is done faster then a recompile on my <1000Mhz boxes. =Adriaan=

You can vote for OpenBSD and/or open documentation support for Lenovo/Thinkpads

2007-09-09 Thread Adriaan
See http://lenovoblogs.com/insidethebox/?p=98 =Adriaan=

Re: help needed with laptop hdd

2007-09-10 Thread Adriaan
t welcome > and would allow me to hack when I am at home again ;( > I am in Hamburg/Germany, btw. > [snip] My financial situation does not allow me to get you one :-( But after some googling I found one. According to http://computers.pricegrabber.com/hard-drives/m/10437456/ the price is USD 399.-- for a 60GB disk. =Adriaan=

Re: SMP

2007-09-13 Thread Adriaan
ou will have to use the bsd,mp kernel. The "mp" stands for multi-processor. One simple way to use this kernel is to put the following line in "/etc/boot.conf" set image /bsd.mp And reboot the system =Adriaan=

Re: Is AMD64 page out of date about W^X?

2007-09-21 Thread Adriaan
tel.com/details.aspx?sSpec=SL99W =Adriaan=

Re: Is install42.iso lagging behind cd42.iso and individual packages?

2007-09-29 Thread Adriaan
o create your own ISO you alternatively can use them in the environment friendly USB-mediazine method as described in http://www.bsdforums.org/forums/showthread.php?t=50433 =Adriaan=

Re: [spam] Re: Forum-Software, good and secure, on OpenBSD systems?

2006-09-14 Thread Adriaan
Anybody considering using any application written in PHP should consider Marc Espie's option about the PHP language ( http://marc.theaimsgroup.com/?l=openbsd-misc&m=114664070319490&w=2 ) - quote - I'm not the maintainer of php itself, but still I have an opinion. I don't like php, fr

Re: Low priority or real coders

2006-09-14 Thread Adriaan
On 9/14/06, steve szmidt <[EMAIL PROTECTED]> wrote: * Out of date vi, harder to navigate and use, poor visual feedback. Use an .exrc file set number set ruler set verbose set showmode set showmatch set shiftwidth=4

Re: shell not reading login script

2008-08-20 Thread Adriaan
On Thu, Aug 21, 2008 at 3:30 AM, Joel Rees <[EMAIL PROTECTED]> wrote: > I was thinking I wanted to set CVSROOT and PKG_PATH > in my login scripts, but the login scripts seem to be ignored. > > $ tail -1 /etc/passwd > admin:*:1000:1000:Big Shot:/home/admin:/bin/sh > > (User names changed to protec

Re: Being a shell provider - good business?

2008-09-15 Thread Adriaan
shell access at http://silenceisdefeat.org ;) Adriaan

Re: DNS Server behind Router

2008-11-16 Thread Adriaan
t mean the port > forwarding is working? I am not sure whether you really did direct that query over the internet to the public IP or from your local LAN. Initiating a DNS query from a local LAN box to the public IP will not get redirected. See http://openbsd.org/faq/pf/rdr.html#reflect for the explanation. =Adriaan=

Re: Help: OpenBSD 4.2 setup VPN gateway for mobile users

2008-05-23 Thread Adriaan
On Fri, May 23, 2008 at 3:56 PM, Chiah Tong Kiat <[EMAIL PROTECTED]> wrote: > thanks for the tip. > > I'll have a look at OpenVPN. > You can find some configuration examples for OpenVPN at http://daemonforums.org/showthread.php?t=527 Adriaan

Re: OT: Dissertation ideas for my degree

2008-06-25 Thread Adriaan
On Wed, Jun 18, 2008 at 11:15 PM, Edd Barrett <[EMAIL PROTECTED]> wrote: > Hi, > > As it seems my last two project ideas for my degree have fallen through, I > wonder if anyone here has any ideas for software projects which are: > > a) Useful > b) Conceptually new > > Ideas need not be OpenBSD base

Re: OpenBSD dedicated hosting

2006-09-19 Thread Adriaan
rtual server" I never used calyx myself, just happen to use their OpenBSD ftp mirror once in a while ;) 220 ftp.calyx.nl FTP server (Version 6.6/OpenBSD) ready. Name (ftp.calyx.nl:adriaan): Adriaan

Re: Letter to OLPC

2006-10-07 Thread Adriaan
On 10/5/06, Theo de Raadt <[EMAIL PROTECTED]> wrote: I have decided to make public this letter which I sent to the OLPC ("One Laptop Per Child" group, which is strongly associated with Red Hat. [snip] See Jim Gettys defense at http://www.gettysfamily.org/wordpress/?p=27 =Adriaan=

Re: Soekris network problems - 48 hour deadline

2006-10-14 Thread Adriaan
On 10/14/06, Richard P. Koett <[EMAIL PROTECTED]> wrote: I'm having throughput problems using a Soekris net4801 as a firewall running OpenBSD 3.9. This is replacing a SonicWALL device that was working fine from the user's perspective. (I want to replace it because, among other things, I abhor Son

Re: PF.CONF - with DMZ and packet tagging example

2011-11-07 Thread Adriaan
ot good, missing quick in the block rule? > > Regards. > You should also consider the advice I gave in http://www.daemonforums.org/showthread.php?t=6483#post41274 Adriaan

Re: RfC-1323-Test for pf/NAT-Installation

2011-11-11 Thread Adriaan
using firefox : $ sudo pfctl -vvss all tcp 192.168.222.20:13929 -> 74.125.79.19:443 ESTABLISHED:ESTABLISHED [2051800193 + 46464] wscale 0 [2773829936 + 16384] wscale 6 all tcp 192.168.222.20:28008 -> 80.255.11.121:80 FIN_WAIT_2:FIN_WAIT_2 [2631730358 + 7808] wscale 0 [3474674542 + 16384] wscale 7 Adriaan

Re: can't raise screen resolution xorg.log

2011-11-11 Thread Adriaan
oublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "1920x1440" (vrefresh > out of range) > [2454003.697] (II) intel(0): Not using default mode "960x720" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "832x624" (vrefresh out > of range) > [2454003.697] (II) intel(0): Not using default mode "416x312" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "1400x1050" (hsync out > of range) > [2454003.697] (II) intel(0): Not using default mode "700x525" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "1400x1050" (vrefresh > out of range) > [2454003.697] (II) intel(0): Not using default mode "700x525" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "1920x1440" (vrefresh > out of range) > [2454003.697] (II) intel(0): Not using default mode "960x720" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "2048x1536" (hsync out > of range) > [2454003.697] (II) intel(0): Not using default mode "1024x768" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "2048x1536" (vrefresh > out of range) > [2454003.697] (II) intel(0): Not using default mode "1024x768" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Not using default mode "2048x1536" (vrefresh > out of range) > [2454003.697] (II) intel(0): Not using default mode "1024x768" (doublescan > mode not supported) > [2454003.697] (II) intel(0): Printing probed modes for output VGA > [2454003.697] (II) intel(0): Modeline "1024x768"x > > I have two LCD monitors which don't report their sync rates through DDC. I had to get them from the manual. Some monitors show the horizontal sync and vertical refresh rates on the on-screen configuration "information" menu. Or maybe Windows will them. By adding/modifying the following two sections of xorg.conf I can get the maximum resolution: Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName"Monitor Model" HorizSync30-80 VertRefresh 58-75 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection Adriaan

Re: SNAP March 7 cksum?

2010-03-08 Thread Adriaan
= The documentation of these scripts are at http://siralas.nl/OBSDsnapshot-tracking.html The scripts and the installation Makefile at http://siralas.nl/OBSDsnapshot_tracking-1.05.tgz Have fun ;) Adriaan

usb(3) to usb(4) migration issue at http://www.openbsd.org/cgi-bin/man.cgi

2010-03-13 Thread Adriaan
The following URL which is supposed to show the usb(4) man page still shows the old usb(3) man page: http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&apropos=0&manpath=OpenBSD+Current&arch= I know it is release time and that everybody is extremely busy :) Adriaan

Re: authlog messages

2010-03-14 Thread Adriaan
IN ;; AUTHORITY SECTION: com.900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1268577348 1800 900 604800 86400 ;; Query time: 139 msec ;; SERVER: 192.5.6.30#53(192.5.6.30) ;; WHEN: Sun Mar 14 15:35:59 2010 ;; MSG SIZE rcvd: 100 We ask for an record, but don't really get an answer, just a SOA authoritiy section. Adriaan

Re: How to make FTP work from the firewall system?

2010-03-16 Thread Adriaan
\ port ftp pass out quick on egress inet proto tcp from egress port >= 1023 to any port >= $FTPfirst After finishing ftp you flush the rules from the anchor. I know this is not exactly what you asked for ;) Adriaan

Re: siteXX.tgz and install.site behaviour questions

2010-03-20 Thread Adriaan
On Sun, Mar 21, 2010 at 12:39 AM, a b wrote: > Hi, > > Would appreciate it if someone could spare a few minutes to outline the > reasons for the following behaviour : > > 1/ Why does OpenBSD not chown files to > root ? > > For example, in my test siteXX.tgz, I had a custom "/etc/sudoers" > file. >

Re: Tracking What it's changing in current

2011-02-15 Thread Adriaan
On Tue, Feb 15, 2011 at 5:53 PM, Orestes Leal R. wrote: > I need to see (with a tool or whatever) what changes have occured between > current, > let's say between current 4.9 from february 9 and current dated february 14. > For future changes subcribe to the "source-changes" mailing list. For past

Re: Output from "at" job

2010-01-06 Thread Adriaan
found in the man page for at(1) $ at -c 1262799360.c You can check the error before submitting with: $ sh -nv myatjobfile Adriaan

Re: IPSEC: "bad checksum"

2010-01-22 Thread Adriaan
You will see entries like 6575 input datagrams checksum-processed by hardware 5765 output datagrams checksum-processed by hardware =Adriaan=

Re: MFM disk geometry

2010-02-02 Thread Adriaan
is a little bit confusing, and you have to edit protocol.ini and another *ini file. And you need a driver for your NIC. NIC's from that time came with a floppy with drivers for Microsoft Client or Lan Manager. Adriaan Adriaan IIRC these are self extracting

Re: Disk architecture during install

2010-02-02 Thread Adriaan
If you then run cu or tip within an xterm you can easily scroll up and down through the dmesg. =Adriaan=

Re: Dump levels ?

2010-02-18 Thread Adriaan
On Thu, Feb 18, 2010 at 11:21 PM, Jean-Francois wrote: [snip] > My dump level 1 dumps all the files again. How to let it dump based on the > lower level ? > > I did as follows : > sudo dump -0ua -f /mnt/tera/backup/2010.02.18_www.0 /var/www/htdocs/ > sudo dump -0ua -f /mnt/tera/backup/2010.02.18

Re: Packet forwarding performance

2009-11-02 Thread Adriaan
tion was to adjust net.inet.tcp.recvspace to 65536. On my old Pentium II router, I did not have to change anything, those settings are still the default: net.inet.tcp.recvspace=16384 net.inet.tcp.sendspace=16384 [snip] Adriaan

Re: delete user in group script

2010-12-14 Thread Adriaan
- FILE=/etc/group FILE=group install ${FILE} ${FILE}.orig sed -e "/$1/s/$2//" \ -e "/$1/s/,,/,/" \ -e "/$1/s/,$//" \ -e "/$1/s/:,/:/" ${FILE}.orig > ${FILE} # Adriaan

Re: Predictable network interface numbering

2011-02-02 Thread Adriaan
On Wed, Feb 2, 2011 at 3:00 PM, Jean H. Theoret wrote: > This one's got me stumped for a few days now... > > How is it possible to control the network interface numbering assignment order? > > Here's my specific case: the box has 2 on-board Ethernet interfaces and > a 3rd one on a PCI-Express card

PAE and Non-PAE current snapshots

2006-04-24 Thread Adriaan Misc
16:16:00 xbase39.tgz 10318 KB04/24/0612:29:00 ==Adriaan==

Re: REPOST: console on 3.9-current question

2006-04-25 Thread Adriaan Misc
://openbsd.unixtech.be/report.html: [quote] "Current version problem reports If your problem is with the current source tree rather than a release or stable tree, 1. Test the problem at least twice, with source updated a few days apart." [endquote] Or try a new current snapshot.. You now even have the choice between non-PAE and very-close-to-PAE ones ;) ==Adriaan==

Re: looking for reliable USB printer

2005-10-02 Thread Adriaan Misc
> by people... Last year I bought a HP Deskjet 3820, but I don't think it is really a current model anymore. It has USB as well as a parallel port Because I don't use color I take advantage of the PCL support of the printer and simply configure it as a Laserjet. I use apsfilter . With "hpijs" it also prints color. =Adriaan=

Re: pf.conf(5) buglet wrt logging

2005-12-10 Thread Adriaan Misc
pfctl -s nat rdr pass log on fxp0 inet proto tcp from ! 127.0.0.1 to 192.168.222.69 port = tag IN_OK -> 192.168.222.69 port 22 rdr pass log on fxp0 inet proto tcp from ! 192.168.222.69 to 192.168.222.69 port = tag IN_OK -> 192.168.222.69 port 22 =Adriaan=

Re: Block MAC address

2006-01-13 Thread Adriaan Misc
On 1/13/06, Bc. Radek Krejca <[EMAIL PROTECTED]> wrote: > Hello, > > I need to restrict some mac addresses or better allow set of > addresses and block others. > > How can I do it? Is there any tool in OpenBSD? > {SNIP} > See man brconfig. It even has examples ;)