Re: softraid(4)/bioctl(8) vs. non-512-byte sectors disks

2015-10-08 Thread Kenneth R Westerback
On 10/08, Marcus MERIGHI wrote: > kwesterb...@gmail.com (Kenneth Westerback), 2014.03.19 (Wed) 17:09 (CET): > > Alas, softraid only supports 512 byte block devices at the moment. > > Ken > > Any news on this one? No answer as always means 'no'. > > I saw plus58.html: > * Use DEV_BSIZE inste

Microsoft Now OpenBSD Foundation Gold Contributor

2015-07-08 Thread Kenneth R Westerback
The OpenBSD Foundation is happy to announce that Microsoft has made a significant financial donation to the Foundation. This donation is in recognition of the role of the Foundation in supporting the OpenSSH project. This donation makes Microsoft the first Gold level contributor in the OpenBSD Foun

OpenBSD Foundation 2014/2015 News & Fundraising

2015-02-25 Thread Kenneth R Westerback
2014 was the most successful year to date for the OpenBSD Foundation. Both in the amount of money we raised and in the support we provided for the OpenBSD and related projects. We are extremely grateful for the support shown by our contributers large and small. A detailed summary of the Foundation

Re: resolver question

2013-12-24 Thread Kenneth R Westerback
On Mon, Dec 23, 2013 at 02:37:47PM +0100, Peter J. Philipp wrote: > I'm trying to track down the code in the libasr that causes this behaviour: > > Whenever I go to a IPv4 site and IPv6 query is made for domain+mydomain > like a search. So with logging turned on, on my nameserver I get this: > >

Re: dhcpd(8) support for option domain-search

2013-12-24 Thread Kenneth R Westerback
On Mon, Dec 23, 2013 at 12:03:13AM -0700, Darren Spruell wrote: > Wanted to verify my understanding that the included dhcpd(8) in base > does not currently support the domain-search option: > > """ > option domain-search domain-list; The domain-search option specifies a > 'search list' of Domain N

Re: netstat segfault on -current

2013-12-23 Thread Kenneth R Westerback
On Tue, Dec 24, 2013 at 12:31:56AM +0200, Alexey Suslikov wrote: > On Tue, Dec 24, 2013 at 12:26 AM, Jirimie Courrhges-Anglas > wrote: > > Alexey Suslikov writes: > > > >> On Tue, Dec 24, 2013 at 12:16 AM, Chris Smith > >> wrote: > >>> On Mon, Dec 23, 2013 at 5:10 PM, Alexey E. Suslikov > >>>

Re: dhcpd: rejecting bogus offer

2013-12-09 Thread Kenneth R Westerback
On Mon, Dec 09, 2013 at 01:25:30PM -0500, Chris Smith wrote: > What might be the implications of the following messages in the log? > > > Dec 6 15:09:39 firewall dhcpd[29710]: option option-79 (119) larger > than buffer. > Dec 6 15:09:39 firewall dhcp

Re: Help troubleshooting performance problem

2013-11-30 Thread Kenneth R Westerback
On Sat, Nov 30, 2013 at 07:04:44PM -0600, Shawn K. Quinn wrote: > On Sat, Nov 30, 2013, at 03:55 PM, Kenneth R Westerback wrote: > > On Sat, Nov 30, 2013 at 04:02:58PM -0500, John Hynes wrote: > > > OpenBSD 5.3 (GENERIC.MP) #0: Fri Sep 13 04:11:52 EDT 2013 > > > j..

Re: Help troubleshooting performance problem

2013-11-30 Thread Kenneth R Westerback
On Sat, Nov 30, 2013 at 04:02:58PM -0500, John Hynes wrote: > I'm having some trouble figuring out what is causing a systemic performance > issue. By "systemic" I mean that running even seemingly trivial things > (i.e. 'ls' on a directory with only a few files in it) is accompanied by a > substant

Re: mac mini

2013-11-20 Thread Kenneth R Westerback
On Wed, Nov 20, 2013 at 04:09:07PM -0200, Friedrich Locke wrote: > Does anyone here run Open/FreeBSD on mac mini ? > > Does the OS fully supports macmini hadrwared ? > > Thank you for the answers. > > Fried. > I'm typing this on OpenBSD on the last generation of powerpc mac mini's if that help

Re: make release problem with -current

2013-11-06 Thread Kenneth R Westerback
On Tue, Nov 05, 2013 at 11:23:26PM -0500, Scott McEachern wrote: > On 11/05/13 23:02, Philip Guenther wrote: > >On Tue, Nov 5, 2013 at 7:33 PM, Scott McEachern wrote: > >>On 11/05/13 22:29, Ted Unangst wrote: > >>>On Tue, Nov 05, 2013 at 22:18, Scott McEachern wrote: > Anyone else running into

Re: Problems receiving IP with dhclient

2013-11-05 Thread Kenneth R Westerback
On Tue, Nov 05, 2013 at 08:38:49AM +0100, Marc Peters wrote: > Hi misc, > > i upgraded my Router at home from 5.3-STABLE to 5.4-RELEASE on Friday. > After some hours, dhclient has problems to receive the DHCPOFFER > anymore. Surfing the logs shows a lot of DHCPREQUEST without an IP. > Sometimes th

Re: MBR Mishap!

2013-11-05 Thread Kenneth R Westerback
On Mon, Nov 04, 2013 at 06:12:15PM -0500, mia wrote: > On 11/03/13 10:35, Nick Holland wrote: > >On 11/02/13 20:38, mia wrote: > >>On 11/02/13 22:35, Nick Holland wrote: > >>>On 11/02/13 14:18, mia wrote: > Hi All, > > I have a system with a sata disk or the OS and a areca pcie raid ca

Re: USB stick geometry question

2013-11-01 Thread Kenneth R Westerback
I've had similar things happen on my current build-box, but just wrote it off to a weird bios thing. Tweaking the MBR never occurred to me that I can recall. I'll see if it is still happening to me. Ken On Fri, Nov 01, 2013 at 09:09:21PM +0100, Stefan Sperling wrote: > I have run into a sma

Re: Request to OpenBSD Dev's - Beer on offer

2013-10-29 Thread Kenneth R Westerback
On Tue, Oct 29, 2013 at 03:01:22PM +, Andy wrote: > On Tue 29 Oct 2013 14:55:05 GMT, Adam Thompson wrote: > >On 13-10-28 11:54 AM, Andy wrote: > >>Would any of the esteemed OpenBSD developers be interested in adding > >>support for BFD (Bidirectional Forward Detection) to OpenBSD. > >>[...] > >

newfs_msdos(8) creates faulty filesystems

2013-10-21 Thread Kenneth R Westerback
While harmless it seesm pointless to create a filesystem that generates warnings when fsck'd. So check for -1 (an allowed value) in FSFree and FSNext fields, and set FSNext to -1 in newfs_msdos, rather than setting it to a value sure to be not a free cluster. Anybody know of reasons to not do thi

Re: installboot invalid boot record signature, yaifo

2013-09-24 Thread Kenneth R Westerback
On Tue, Sep 24, 2013 at 09:31:52PM +0200, Jona Joachim wrote: > Hi, > I'm currently patching yaifo to make it work with -CURRENT. The build is > going fine, however I'm stuck at an installboot error which I don't > understand. > > /usr/bin/sudo /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot

Re: Verified OS concerns

2013-09-19 Thread Kenneth R Westerback
On Thu, Sep 19, 2013 at 10:29:39PM +0200, josef.win...@email.de wrote: > Does OpenBSD plan to varify its (main) components, to > reach the level of zero-bug software? No. Zeno convinced us that you can't get there from here. > > If not, isn't there any concern that (future) varified OS > will re

Re: cvsync, rsync

2013-09-17 Thread Kenneth R Westerback
On Tue, Sep 17, 2013 at 06:18:48PM +, hru...@gmail.com wrote: > Kenneth R Westerback wrote: > > > And your endless meanderings around the pointless questions you pose > > are not welcome on the list. They certainly have NOTHING to do with > > OpenBSD. > > Wha

Re: cvsync, rsync

2013-09-17 Thread Kenneth R Westerback
On Tue, Sep 17, 2013 at 03:22:16PM +, hru...@gmail.com wrote: > I wrote to the list. If you have something to say about the thema, > then please to the list. Your impolite mails are not welcome in > my mailbox. > > Rodrigo. And your endless meanderings around the pointless questions you pose

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Kenneth R Westerback
On Sat, Sep 14, 2013 at 06:41:58PM -0400, Jeffrey Walton wrote: > I'm trying to add myself to sudoers. I used `su -` to get root, and > then `adduser jwalton sudo`. > > Now I'm stuck a loop of: > > Enter username[]: > > When I try and add my name, I'm told its there. When I try to > (no name)

Re: cvsync, rsync

2013-09-14 Thread Kenneth R Westerback
On Sat, Sep 14, 2013 at 01:59:50PM +, hru...@gmail.com wrote: > Dear Sirs! > > I have a question, perhaps a little of-topic, but it arose as I > read about cvsync in openbsd web page. And OpenBsd people sure know > a lot about cryptography :) > > Does rsync suppose that a part of a file in th

Re: 11" mid-2102 i7 MacBook Air 5,1 dmesg

2013-09-05 Thread Kenneth R Westerback
Geez, not much changed in the 89 years between now and 2102. :-) Ken

Re: bioctl & replacing a failed mirror

2013-09-02 Thread Kenneth R Westerback
On Mon, Sep 02, 2013 at 08:20:11AM -0400, John Hynes wrote: > On Mon, Sep 2, 2013 at 8:07 AM, Kenneth R Westerback > wrote: > > > On Mon, Sep 02, 2013 at 07:50:41AM -0400, John Hynes wrote: > > > Greetings All, > > > > > > I have a softraid

Re: bioctl & replacing a failed mirror

2013-09-02 Thread Kenneth R Westerback
On Mon, Sep 02, 2013 at 08:20:11AM -0400, John Hynes wrote: > On Mon, Sep 2, 2013 at 8:07 AM, Kenneth R Westerback > wrote: > > > On Mon, Sep 02, 2013 at 07:50:41AM -0400, John Hynes wrote: > > > Greetings All, > > > > > > I have a softraid

Re: bioctl & replacing a failed mirror

2013-09-02 Thread Kenneth R Westerback
On Mon, Sep 02, 2013 at 07:50:41AM -0400, John Hynes wrote: > Greetings All, > > I have a softraid device, sd3, which was created as follows: > > bioctl -c 1 -l /dev/sd0a,/dev/sd1a,/dev/sd2a softraid0 > > The chunk sd2a failed. bioctl shows the RAID1 as degraded, and chunk sd2a > as OFFLINE. >

Re: 10GBit OpenBSD Firewall

2013-09-02 Thread Kenneth R Westerback
On Mon, Sep 02, 2013 at 01:41:58PM +0200, Denis Fondras wrote: > Hi Mike, > > Le 02/09/2013 13:21, Mike Belopuhov a ?crit : > > We are trying to address problems with MP networking right now, > > but due to the lack of manpower the progress is slow. > > > > What would you need to accelerate ? De

Re: 5.3 Installer Hangs After Entering Netmask (Broadcom NIC)

2013-09-02 Thread Kenneth R Westerback
On Sun, Sep 01, 2013 at 10:45:50PM -0700, andrew fabbro wrote: > I have a Shuttle SD11G5, which is a small Celeron-based PC (1.5Ghz Celeron, > 2GB RAM, a couple SATA drives). > > The OpenBSD 5.3 installer consistently hangs after I enter the Netmask for > the onboard NIC. > > I'm booting the 32-b

Re: In some man pages Mb means MB, in others it means Mb/s

2013-08-26 Thread Kenneth R Westerback
On Mon, Aug 26, 2013 at 03:06:22PM +0200, Erling Westenvik wrote: > On Mon, Aug 26, 2013 at 11:27:36AM +, Stuart Henderson wrote: > > you will then end up with some of them switching to dreadful MiB etc. ;) > > Kinda off topic and I take it you were being sarcastic, but your > mentioning of th

Re: What should we look before buying a laptop?

2013-08-26 Thread Kenneth R Westerback
On Sun, Aug 25, 2013 at 10:19:11PM -0600, Michael Paul Zamot wrote: > Hello, my name is Michael Paul Zamot, I'm from Costa Rica. > I'm using OpenBSD since two months ago and I'm in love with it. > > I'm planning buying a laptop, perhaps a screen of 11" or 12" inches. > > I would like to know if y

Re: OpenBSD pxe automated install

2013-08-12 Thread Kenneth R Westerback
On Mon, Aug 12, 2013 at 08:59:27PM +0200, Lo?c BLOT wrote: > Hello @misc. > > Today i'm working on automated deploy with PXE. I have successful found > and made automated PXE install on Debian with pxelinux. > > I know OpenBSD have a pxe boot image to netinstall the system > http://www.cyberciti.

Re: C partition of type 4.2BSD

2013-08-09 Thread Kenneth R Westerback
On Fri, Aug 09, 2013 at 04:54:01PM -0400, Kenneth R Westerback wrote: > On Fri, Aug 09, 2013 at 11:38:16AM +0200, Federico Giannici wrote: > > I don't know how I made it (probably in previous releases of OS), > > but now I have a disk with the following disklabel: > >

Re: C partition of type 4.2BSD

2013-08-09 Thread Kenneth R Westerback
On Fri, Aug 09, 2013 at 11:38:16AM +0200, Federico Giannici wrote: > I don't know how I made it (probably in previous releases of OS), > but now I have a disk with the following disklabel: > > # /dev/rsd2c: > type: SCSI > disk: SCSI disk > label: ST1000DM003-9YN1 > duid: b0e3fc037df87899 > flags:

Re: 4k-sector drives

2013-08-02 Thread Kenneth R Westerback
On Sat, Aug 03, 2013 at 01:09:24AM +0200, Robert wrote: > On Sun, 21 Jul 2013 13:19:11 -0400 > Kenneth R Westerback wrote: > > Disks with logical sector sizes other than 512-bytes are supported. > > I am unaware of any outstanding issues with support for 4K sector > &g

Re: Pfsync bulk for 6 states takes 13 minutes

2013-08-02 Thread Kenneth R Westerback
On Fri, Aug 02, 2013 at 12:04:24PM +0200, Dariusz Binkul wrote: > Hello, > > I have 2 openbsd systems (OpenBSD 5.3 (GENERIC.MP) #62: Tue Mar 12 18:21:20 > MDT 2013) in active-backup configuration. > During boot of OS, pfsync bulk takes 13 minutes to sync with master server > no matter how many sta

Re: 4k-sector: wrong sector size in disk label

2013-07-22 Thread Kenneth R Westerback
On Mon, Jul 22, 2013 at 06:15:38PM +0200, David Vasek wrote: > On Mon, 22 Jul 2013, Kenneth R Westerback wrote: > > >On Mon, Jul 22, 2013 at 01:56:16PM +0200, David Vasek wrote: > >>Hello. > >> > >>From the experiment below it seems that the kernel modifies

Re: 4k-sector: wrong sector size in disk label

2013-07-22 Thread Kenneth R Westerback
On Mon, Jul 22, 2013 at 01:56:16PM +0200, David Vasek wrote: > Hello. > > From the experiment below it seems that the kernel modifies its > knowledge of a sector size of a disk hardware according to what can > be found in the disk label sector. It does so even if the value > found does not make se

Re: Automatically direct to serial console BEFORE passphrase prompt on FDE (i386)

2013-07-22 Thread Kenneth R Westerback
On Mon, Jul 22, 2013 at 07:49:21AM -0400, Jiri B wrote: > On Mon, Jul 22, 2013 at 09:36:25PM +1000, Joel Sing wrote: > > Otherwise you could use a modified boot(8), which defaulted to serial - see > > constab in sys/arch/i386/stand/boot/conf.c for example. > > What about installboot to have an op

Re: 4k-sector NTFS can't be mounted

2013-07-21 Thread Kenneth R Westerback
On Sun, Jul 21, 2013 at 11:45:47PM +0200, David Vasek wrote: > On Sun, 21 Jul 2013, Kenneth R Westerback wrote: > > >>A 4k-sector NTFS filesystem > >>can't be mounted as of 5.3/i386. > > > >At least one person is usi

Re: 4k-sector NTFS can't be mounted

2013-07-21 Thread Kenneth R Westerback
On Sun, Jul 21, 2013 at 10:46:08PM +0200, David Vasek wrote: > Hello, > > I guess this one is something expected. Nope, not expected. > A 4k-sector NTFS filesystem > can't be mounted as of 5.3/i386. At least one person is using a 4K-sector disk with NTF

Re: 4k-sector drives

2013-07-21 Thread Kenneth R Westerback
On Sun, Jul 21, 2013 at 04:55:35PM +0200, David Vasek wrote: > Hello misc@, > > are disks with logical sector sizes other than 512-bytes supported? > I can get basic functionality with a 4k-sector drive, still there > are some flaws. Does it make sense to report these bugs now, or is > it too earl

Re: dhcp address in /etc/hosts

2013-07-20 Thread Kenneth R Westerback
On Sat, Jul 20, 2013 at 08:42:21PM -0400, Sam Fourman Jr. wrote: > I don't like this diff. > > > > > But perhaps because I totally hate that the installer is placing that > > name there. I believe that dynamically learned names should not be > > saved in that fashion. > > > > > > I don't really

Re: current/macppc on Mac Mini

2013-07-20 Thread Kenneth R Westerback
On Sat, Jul 20, 2013 at 08:23:35PM +0200, Jan Stary wrote: > On Jul 20 11:23:01, kwesterb...@rogers.com wrote: > > On Sat, Jul 20, 2013 at 11:45:07AM +0200, Jan Stary wrote: > > > > What troubles me is that whatever device (device name) I try, > > > > it is the 'ofwboot' which is not found. > > > >

Re: current/macppc on Mac Mini

2013-07-20 Thread Kenneth R Westerback
On Sat, Jul 20, 2013 at 11:45:07AM +0200, Jan Stary wrote: > > What troubles me is that whatever device (device name) I try, > > it is the 'ofwboot' which is not found. > > I don't mind calling my disk 'cd' in the boot sequence > > or altering the devaliases, or "setenv boot-device cd:,ofwboot", >

Re: Automatically direct to serial console BEFORE passphrase prompt on FDE (i386)

2013-07-19 Thread Kenneth R Westerback
On Fri, Jul 19, 2013 at 06:15:49PM +0200, Erling Westenvik wrote: > Maybe a stupid question, but is it possible to have a i386 machine > configured with FDE to automatically direct to serial console BEFORE the > passphrase prompt? > > The steps below require the machine to have an attached keyboar

Re: panic: ext2fs_dirbadentry

2013-07-17 Thread Kenneth R Westerback
On Wed, Jul 17, 2013 at 12:11:34PM +0400, Sergey Bronnikov wrote: > Bug was catched by fsfuzzer. Probably that bug cannot be > found in real life with real usecase, but anyway it is a bug. Why? A failed consistency check means a bad fs, not necessarily a bug. "inode out of range" seems clear. A to

Re: 802.11n support

2013-06-21 Thread Kenneth R Westerback
On Sat, Jun 22, 2013 at 10:21:10AM +1000, John Tate wrote: > I have an Atheros AR9227, there is at the moment no support for > 802.11n in the patch branch. Is there support in current or some > unoffical patch I can apply to the source code? Support for this would > be good. > > -- > www.johntate.

Re: max RAM

2013-06-15 Thread Kenneth R Westerback
On Sat, Jun 15, 2013 at 07:37:06PM +0200, Tony Berth wrote: > Dear group, > > what is the max RAM the current release can support? > > Thanks > > Tony > Define 'support'. Ken

Re: dhcp devices getting the wrong default route on one subnet

2013-06-14 Thread Kenneth R Westerback
On Fri, Jun 14, 2013 at 02:38:48PM +0100, Stuart Henderson wrote: > On 2013/06/14 21:49, John Tate wrote: > > On Fri, Jun 14, 2013 at 9:16 PM, Stuart Henderson > > wrote: > > > On 2013-06-14, John Tate wrote: > > >> It doesn't complain about it but I've never done much with routing > > >> before

Re: ASC/ASCQ: Unrecovered Read Error

2013-06-12 Thread Kenneth R Westerback
On Wed, Jun 12, 2013 at 01:03:39PM +0300, Claudiu Tanaselia wrote: > Hello all, > > Today is the second day in a row when my OpenBSD 5.2 machine became > unresponsive: would not accept remote ssh connection and it hangs after the > username input using local keyboard. The error message I receive o

Re: 5.3 change affecting hostname.if, dhcp

2013-06-06 Thread Kenneth R Westerback
On Thu, Jun 06, 2013 at 07:09:05PM -0400, gpon...@spamcop.net wrote: > I recently updated from 5.2 to 5.3 and one ethernet port got broken. > The port connected to a cable modem and was configured for DHCP. > With 5.3, the DHCP assigned address is getting lost when I add an > alias. Mixing dhcp an

Re: Western Digital - Advanced Format

2013-06-01 Thread Kenneth R Westerback
On Sat, Jun 01, 2013 at 07:38:50AM +0100, MD wrote: > Recently obtained WD7500-BPKT (750g) hard drive that apparently > possesses Advanced Format technology. > On Intel D525MW board through ACPI. > > On installation of 5.3-release, offered FFS (not FFS2) - ok ;-) > > First partition auto-aligned

Re: Hackathon

2013-05-29 Thread Kenneth R Westerback
On Wed, May 29, 2013 at 08:35:12PM -0400, Scott McEachern wrote: > On 05/29/13 20:22, Kenneth R Westerback wrote: > >On Wed, May 29, 2013 at 07:54:39PM -0400, Scott McEachern wrote: > >>Have fun, and thanks for the work you're putting in. Just out of > >>curi

Re: Hackathon

2013-05-29 Thread Kenneth R Westerback
On Wed, May 29, 2013 at 07:54:39PM -0400, Scott McEachern wrote: > As a person who was born and raised in Toronto, and currently lives > a bit outside of the city, I wanted to extend a warm welcome to our > OpenBSD hackathon guests! > > I hope the major storm that happened last night, which caused

Re: how long should CD orders take?

2013-05-23 Thread Kenneth R Westerback
On Thu, May 23, 2013 at 12:03:48PM +0100, Michael Stevens wrote: > On Tue, May 21, 2013 at 07:52:01PM +0200, mxb wrote: > > Try openbsdeurope.com next time. I already got mine. Last week. > > > > //mxb > > > > On 21 maj 2013, at 19:26, Peter J. Philipp wrote: > > > > > I ordered my CD through a

Re: provide option to dhclient at boot

2013-05-20 Thread Kenneth R Westerback
On Mon, May 20, 2013 at 07:29:45AM -0400, Jiri B wrote: > On Mon, May 20, 2013 at 11:56:15AM +0200, Daniel Polak wrote: > > I'd like to use the -l option to have dhclient use an alternate location > > for the leases file. > > Netstart starts dhclient at boot but I don't see a way to supply the -l >

Re: provide option to dhclient at boot

2013-05-20 Thread Kenneth R Westerback
On Mon, May 20, 2013 at 11:56:15AM +0200, Daniel Polak wrote: > I'd like to use the -l option to have dhclient use an alternate location > for the leases file. > Netstart starts dhclient at boot but I don't see a way to supply the -l > option to dhclient other than to modify netstart. > > Am I mis

Re: dhclient exiting on lease expiry

2013-05-13 Thread Kenneth R Westerback
On Mon, May 13, 2013 at 09:40:59AM +0100, Mike Williams wrote: > Hi, > > I have been upgrading my machines to 5.3 this weekend and I am > seeing some strange behaviours with dhclient. The config is simple: > > /etc/dhclient.conf > send host-name "pc-1"; > request subnet-mask, broadcast-address,

Re: DHCLIENT v5.3

2013-05-09 Thread Kenneth R Westerback
On Thu, May 09, 2013 at 07:38:55AM -0400, Jiri B wrote: > On Wed, May 08, 2013 at 07:58:26PM -0700, Chris Cappuccio wrote: > > For now you'll need to call your dns script from dhclient. A system() will > > do the trick. > > Is planned to have an ability to fire a script/command from dhclient > in

Re: adsuck start at boot

2013-05-03 Thread Kenneth R Westerback
ain only: > nameserver 127.0.0.1 > > Thanks again for your help. > -Scott Excellent. The only problem I see with your setup (not being an adsuck user, so all advice should be taken with a grain of salt) is that if the domain name server info that dhclient gets changes, your setup may fail.

Re: adsuck start at boot

2013-05-03 Thread Kenneth R Westerback
On Fri, May 03, 2013 at 02:52:06PM -0700, Scott wrote: > Good day, > I can't get adsuck to start at boot on OpenBSD 5.3. I copied strings like a > monkey and thought them over (even testing them in shell), but no luck. > > # grep adsuck /etc/rc.conf.local: > adsuck_flags="-c /var/adsuck -f /files/

Re: install fixes address in /etc/hosts

2013-04-29 Thread Kenneth R Westerback
On Mon, Apr 29, 2013 at 01:41:52PM +0200, Jan Stary wrote: > Installed yesterday's current/i386, using dhcpd and pxeboot > from another machine. After the installation, I noticed > that the address that was assigned to me during the install > via DHCP was written into /etc/hosts. Is that intended?

Re: dhclient drops address on re-exec in 5.3 bsd.rd

2013-04-28 Thread Kenneth R Westerback
On Sun, Apr 28, 2013 at 05:29:05PM -0400, David Higgs wrote: > On Sun, Apr 28, 2013 at 4:00 PM, Kenneth R Westerback > wrote: > > On Sun, Apr 28, 2013 at 02:41:36PM -0400, David Higgs wrote: > >> Confirmed in 5.3-current downloaded several minutes ago. > >> > &

Re: dhclient drops address on re-exec in 5.3 bsd.rd

2013-04-28 Thread Kenneth R Westerback
On Sun, Apr 28, 2013 at 05:29:05PM -0400, David Higgs wrote: > On Sun, Apr 28, 2013 at 4:00 PM, Kenneth R Westerback > wrote: > > On Sun, Apr 28, 2013 at 02:41:36PM -0400, David Higgs wrote: > >> Confirmed in 5.3-current downloaded several minutes ago. > >> > &

Re: dhclient drops address on re-exec in 5.3 bsd.rd

2013-04-28 Thread Kenneth R Westerback
On Sun, Apr 28, 2013 at 02:41:36PM -0400, David Higgs wrote: > Confirmed in 5.3-current downloaded several minutes ago. > > Steps to reproduce: > - Boot bsd.rd > - Select upgrade, hit enter until dhclient gets and assigns an address > - Complete upgrade or control-C, then restart the upgrade proce

Re: dhclient drops address on re-exec in 5.3 bsd.rd

2013-04-28 Thread Kenneth R Westerback
On Sun, Apr 28, 2013 at 02:41:36PM -0400, David Higgs wrote: > Confirmed in 5.3-current downloaded several minutes ago. > > Steps to reproduce: > - Boot bsd.rd > - Select upgrade, hit enter until dhclient gets and assigns an address > - Complete upgrade or control-C, then restart the upgrade proce

Re: Why does OpenBSD use CVS?

2013-04-20 Thread Kenneth R Westerback
On Sat, Apr 20, 2013 at 01:06:44PM +0200, Franco Fichtner wrote: > On Apr 20, 2013, at 1:02 PM, na...@mips.inka.de (Christian Weisgerber) wrote: > > > Alokat MacMoneysack wrote: > > > >> I find it a little bit difficult to see the commits from the developers. > >> Because I have to check out the

Re: OpenBSD Foundation benefit Auction / Absolute OpenBSD 2nd Ed.

2013-04-16 Thread Kenneth R Westerback
On Tue, Apr 16, 2013 at 05:17:21PM -0400, Michael W. Lucas wrote: > Auction is over. $1,145 for the Foundation. > > http://blather.michaelwlucas.com/archives/1660 > > ==ml > > -- > Michael W. Lucas - mwlu...@michaelwlucas.com, Twitter @mwlauthor > http://www.MichaelWLucas.com/, http://blathe

Re: Perl fails to build in -current

2013-03-29 Thread Kenneth R Westerback
On Fri, Mar 29, 2013 at 09:08:25AM -0400, Ryan Kavanagh wrote: > I downloaded a snapshot on the 27th or so, and am trying to update by > compiling > from source, but get the FTBFS below. This may or may not have to do with the > perl update (my snapshot came with perl 5.16.3, so I assumed I would

Re: Why to use packages?

2013-03-16 Thread Kenneth R Westerback
On Sat, Mar 16, 2013 at 03:59:59PM +0400, Alexander Nusov wrote: > Got it, thanks! > As far I understood one reason to use packages is bootstrapping? So > install packages first then update all needed software from ports? a) Packages are built on correct versions of software. So 5.2 packages work

Re: dhcpd issues with Android phone

2013-03-14 Thread Kenneth R Westerback
On Thu, Mar 14, 2013 at 09:46:04PM +1100, John Tate wrote: > I have an android phone that requests a least regularly from my dhcpd > server on OpenBSD 5.2 which eventually starts failing with this error in > /var/log/daemon > > Mar 14 21:40:42 menger dhcpd[7088]: DHCPREQUEST for 10.0.0.4 from > 0c

Re: dhcpd and sync

2013-03-12 Thread Kenneth R Westerback
On Tue, Mar 12, 2013 at 06:15:27PM +0200, Kapetanakis Giannis wrote: > Hi, > > I'm testing dhcpd sync features and I'm getting errors due to wrong > HMAC calculation. > (not getting back note("DHCP_SYNC_LEASE from). > > sync_recv() is exiting in HMAC calculation in /* Compute and > validate H

Re: installer - moving sets location right after network for automated installation

2013-03-07 Thread Kenneth R Westerback
On Thu, Mar 07, 2013 at 12:19:22PM -0500, Jiri B wrote: > Hi, > > I was thinking that if we would move part in the installer which let the user > locate installation sets right after setting networking, we could introduce > some install.site alternative which could feed installer with configuratio

Re: em(4) watchdog timeouts on 5.0-release

2013-03-07 Thread Kenneth R Westerback
On Thu, Mar 07, 2013 at 12:10:08PM +0100, mxb wrote: > What about 5.2? Same issues? Even better, what about -current or 5.3 snaps? Ken

Re: dhclient not receiving dhcpoffers with wep connection but fine with wpa

2013-03-03 Thread Kenneth R Westerback
On Sun, Mar 03, 2013 at 03:10:38PM -0800, Jeff Richards wrote: > I have been trying to configure a HP Pavilion dv5000(5210us) laptop to connect > to a WEP network.? I have tried OBSD 5.2 and CURRENT without success using WEP > but can connect with WPA --personal hotspot. > > > The network interfa

Re: Softraid 3TB Problems

2013-03-03 Thread Kenneth R Westerback
On Sun, Mar 03, 2013 at 07:54:07PM +0100, Robert wrote: > On Sun, 3 Mar 2013 12:35:29 -0500 > Kenneth R Westerback wrote: > > On Sun, Mar 03, 2013 at 11:15:54AM -0600, Brandon Tanner wrote: > > > Joel, > > > > > > Would the fact that my two 3TB dri

Re: Softraid 3TB Problems

2013-03-03 Thread Kenneth R Westerback
On Sun, Mar 03, 2013 at 11:15:54AM -0600, Brandon Tanner wrote: > Joel, > > Would the fact that my two 3TB drives (ST3000DM001) use 4k sectors be the > reason I wasn't getting it working then? Both of the drives in the dmesg you posted report 512-byte sectors. Ken > > I will try to zero t

Re: Softraid 3TB Problems

2013-03-02 Thread Kenneth R Westerback
On Sat, Mar 02, 2013 at 07:25:18PM -0600, Brandon Tanner wrote: > By the way, does softraid on amd64 support 4096 bytes per sector? I don't think so, but I haven't refreshed my memory of that recently. Ken > > > On Sat, Mar 2, 2013 at 5:05 PM, Kenneth R Westerback

Re: Disk layout: OpenBSD OT

2013-03-02 Thread Kenneth R Westerback
On Sat, Mar 02, 2013 at 10:04:50PM +0100, Matthias Appel wrote: > Am 02.03.2013 20:59, schrieb Miod Vallat: > >>just wonder in a typical hard drive nowadays (SATA/SAS), the sector 0 > >>is in the inner or outter track ? > >>Which tracks are faster: the inner ones or the outter ? > >Only the manufac

Re: Softraid 3TB Problems

2013-03-02 Thread Kenneth R Westerback
On Sat, Mar 02, 2013 at 01:18:09PM -0600, Brandon Tanner wrote: > Anyone else having trouble getting bioctl to see more than 2TB when > creating softraid0? > > I've got 2 x 3TB drives, BIOS sees them fine. > > dmesg on bootup: > > sd1 at scsibus0 targ 3 lun 0: SCSI3 0/direct > fixed naa.5000c50

Re: Summer Code

2013-03-02 Thread Kenneth R Westerback
On Sat, Mar 02, 2013 at 12:41:28AM -0500, Shoufu Luo wrote: > Is there any google summer code project in obsd community? > > -Shoufu > Read the archives for a history of failed attempts to get Google to let OpenBSD sponsers in. Short answer: no. Long answer: maybe in the future. Ken

Re: Bug (?) - softraid

2013-02-02 Thread Kenneth R Westerback
On Sat, Feb 02, 2013 at 03:02:51PM +0100, Maxime Villard wrote: > Hi, > I have a Thinkpad T61, with an extractible cd drive like this one: > http://www.notebookcheck.biz/typo3temp/pics/b7bc6b4b90.jpg > > If I unplug this drive when the system is fully booted - and logged > in -, I get a strange bu

Re: How to configure pppoe client on OpenBSD?

2013-01-13 Thread Kenneth R Westerback
On Sun, Jan 13, 2013 at 08:42:37PM +0100, Peter N. M. Hansteen wrote: > Jay Jennings writes: > > > Rudeness is why people find openbsd hard for newbies; and potentially > > new funders of the projects and buyers of cds and merchandise.?? > > > > As a 5 year user ... apropos is a new page for me t

Re: vi vs ed in bsd.rd - proposal

2013-01-12 Thread Kenneth R Westerback
On Sat, Jan 12, 2013 at 01:34:44AM -0300, Carlo Borelli wrote: > 2013/1/12 Nick Holland > > > On 01/11/13 16:38, Paolo Aglialoro wrote: > > ... > > > Btw, how many are really using ed everyday, now in 2013? I believe I'm > > not > > > the only one who thinks this. My guess is that vi could be mor

Re: Foxconn NanoPC nT-i1250 fails to boot after install

2013-01-11 Thread Kenneth R Westerback
On Fri, Jan 11, 2013 at 01:16:53PM +0100, Martin Pieuchot wrote: > On 10/01/13(Thu) 14:08, Kent Fritz wrote: > > On Thu, Jan 10, 2013 at 9:26 AM, Stefan Sperling wrote: > > > Can you please try to find out which protocol probe routine is > > > responsible for hanging the machine? > > > > > None of

Re: dhcrelay Can't find free bpf: No such file or directory

2013-01-08 Thread Kenneth R Westerback
On Tue, Jan 08, 2013 at 06:37:45PM +0100, Ulrich Drolshagen wrote: > Hi, > > I am running an openbsd router attached to several vlans. On one of > them there is running a box with an isc-dhcp server. > For one of the vlans I have started a dhcrelay to forward the dhcp > broadcasts of the respecti

Re: Jan 4, 2013 snapshot fails with DHCP

2013-01-04 Thread Kenneth R Westerback
On Fri, Jan 04, 2013 at 02:10:02PM -0800, James A. Peltier wrote: > - Original Message - > | On Jan 04 12:05:53, jpelt...@sfu.ca wrote: > | > I just tried to use the latest amd64 snapshot to prepare for an > | > upgrade to our firewall. We use DHCP during initial installation > | > to PXE

Re: 5.2 vs 5.1

2012-12-30 Thread Kenneth R Westerback
On Sun, Dec 30, 2012 at 09:01:41AM +, J Boehm wrote: > I have recently tried out 5.2 on a slightly dated hardware (nvidia based, > Athlon, 500MB Ram). Working with Seamonkey or Xombrero seems to be slow, > pages load reluctantly in 5.2. Videos on Youtube are almost impossible to > view. I tried

Re: A point about the BSD license I'm feeling edgy about

2012-12-29 Thread Kenneth R Westerback
On Sat, Dec 29, 2012 at 05:00:11PM +0100, Live user wrote: > On 29/12/2012 16:50, Peter N. M. Hansteen wrote: > >If all you've done is compile something, you did not contribute anything > >copyrightable. If you did contribute something copyrightable, you are > >free to add a copyright notice of yo

Re: Goodbye to you my file descriptor - take 3

2012-12-28 Thread Kenneth R Westerback
On Thu, Dec 27, 2012 at 02:04:24PM +0100, Maxime Villard wrote: > Well, as no one seems to give a fuck on tech@, I put a more > glamourous title here. > > btw, i wonder why you don't put -Wextra to the makefile, you would > see that there are a lot of unused parameters, comparisons between > signe

Re: Strange behaviour on OpenBSD 5.2 and usb disk

2012-12-19 Thread Kenneth R Westerback
On Wed, Dec 19, 2012 at 05:23:55PM -0300, Marcos Laufer wrote: > This is a DL360G3 running OpenBSD 5.2 . I can't use a "WD My Passport" > USB disk, i get input/output error, here is what i got: > > # dmesg > OpenBSD 5.2 (GENERIC) #0: Fri Dec 14 23:58:18 ART 2012 > root@:/u/system/src/sys/ar

Re: PRIMERGY RX200 S2 installation problems

2012-12-03 Thread Kenneth R Westerback
On Mon, Dec 03, 2012 at 06:08:34PM +0200, Tony Berth wrote: > here is the installation dmesg when trying to install the 5.2 i386 snapshot: And the installation dmesg from a -current snapshot would be even more useful. Ken > > - > LSI Logic Corp. MPT IME BIOS > Copyright 1995-2005 LSI

Re: OpenBSD hangs when i unplug USB disk

2012-11-16 Thread Kenneth R Westerback
On Wed, Nov 14, 2012 at 04:22:20PM -0300, Marcos Laufer wrote: > Hello, i'd like to inform a problem when dettaching an external 1TB > USB disk drive , the system just freezes, i can't type anything. > Also It stops responding to ping. > If i don't unplug it then i can use the disk normally, i can

Re: OpenBSD hangs when i unplug USB disk

2012-11-16 Thread Kenneth R Westerback
On Fri, Nov 16, 2012 at 12:02:11PM -0300, Marcos Laufer wrote: > > Kenneth R Westerback wrote: > >On Thu, Nov 15, 2012 at 12:48:03PM -0300, Marcos Laufer wrote: > >>Kenneth R Westerback wrote: > >>>On Wed, Nov 14, 2012 at 04:22:20PM -0300, Marcos Laufer wrote:

Re: OpenBSD hangs when i unplug USB disk

2012-11-15 Thread Kenneth R Westerback
On Wed, Nov 14, 2012 at 04:22:20PM -0300, Marcos Laufer wrote: > Hello, i'd like to inform a problem when dettaching an external 1TB > USB disk drive , the system just freezes, i can't type anything. > Also It stops responding to ping. > If i don't unplug it then i can use the disk normally, i can

Re: Possible regression on dhclient (current)

2012-11-14 Thread Kenneth R Westerback
On Tue, Nov 13, 2012 at 12:01:31AM +0200, Ville Valkonen wrote: > Hello all, > > I was surfing on a Web when suddenly all traffic stopped. Closer examination > revealed "Too many open files" failure with the dhclient. Since there have > been You are not sufficiently current. That should have bee

Re: Major dhclient(8) changes - no more dhclient-script

2012-11-10 Thread Kenneth R Westerback
guration and it worked fine for me on -current. Are there any messages in /var/log/daemon that might shed light on what happened? Ken > > ??? johnw ?? Google Major dhclient(8) changes - > no > more dhclient-script ?? gmane.os.openbsd.tech Kennet

Re: The little ssh that (sometimes) couldn't

2012-10-28 Thread Kenneth R Westerback
On Sun, Oct 28, 2012 at 04:02:08PM +0100, Peter N. M. Hansteen wrote: > I stumbled across this little gem of a blog post, I think this deserves > a wider audience, via my twitter feed: > http://mina.naguib.ca/blog/2012/10/22/the-little-ssh-that-sometimes-couldnt.html > > To be filed under "tcpdump

Re: nfs_server=YES in /etc/rc.conf.local does not work

2012-10-28 Thread Kenneth R Westerback
On Sun, Oct 28, 2012 at 02:43:51PM +0100, Antoine Jacoutot wrote: > On Sun, Oct 28, 2012 at 09:25:24AM -0400, Kenneth R Westerback wrote: > > On Sun, Oct 28, 2012 at 11:45:02AM +0400, Mike Korbakov wrote: > > > Last chance to not mix up the problem. So I see the following proble

Re: nfs_server=YES in /etc/rc.conf.local does not work

2012-10-28 Thread Kenneth R Westerback
On Sun, Oct 28, 2012 at 11:45:02AM +0400, Mike Korbakov wrote: > Last chance to not mix up the problem. So I see the following problems: > > 1. Search engine for the official site. > Search should be available by simple actions: text entry and one-click (or > "Enter") > Search results from the of

  1   2   3   4   >