mirror.bytemark.co.uk appears to have removed all OpenBSD content?

2024-02-26 Thread Peter Kay
Just been to upgrade a rather old system I keep OpenBSD on for fun all the way up from 6.9, and found bytemark no longer seem to be hosting any OpenBSD content. Fortunately there's a couple of archives with pretty much every OpenBSD release ever, so sysupgrade is currently rather busy PK

Re: 4G mini PCI-e modem support?

2021-01-19 Thread Peter Kay
On Fri, 8 Jan 2021 at 16:47, Stefan Sperling wrote: > > On Fri, Jan 08, 2021 at 05:13:52PM +0100, Patrick Wildt wrote: > > There's umb(4). It supports USB's MBIM standard. There are some MBIM > > compatible chips around, one for instance is this one: [..] > I have umb(4) working on an APU1 boar

Re: How to request a specific IP address from DHCP server

2021-01-19 Thread Peter Kay
On Tue, 19 Jan 2021 at 20:57, Radek wrote: > > Hi, > I can't manage to request a specific IP address from DHCP server. It is just > a testing lab, the requiested IP address (.104) isn't used by any other > client. What I'm doing wrong? You're using the wrong tool for the job, use an address res

4G mini PCI-e modem support?

2021-01-08 Thread Peter Kay
There appear to be no 4G modem support at the moment, specifically a mini PCI-e one so I can stick it in a PC engines apu4d4 and have a backup connection. Presuming a driver would need to be written, but just checking if I've missed anything?

Re: What is the relationship between fdisk and disklabel?

2019-10-29 Thread Peter Kay
Your disk layout is strange, an EFI partition is typically initialised by a GPT disk, not MBR. GPT has a number of advantages including no differentiation between primary and extended partitions, and beating the 2TB limit of MBR. When created, GPT also creates a 'protective MBR' covering the

Re: When will be created a great desktop experience for OpenBSD?

2019-05-24 Thread Peter Kay
There's a very simple solution to this : create your own post install setup program and stick it in ports. If it becomes wildly popular then a line could be added to afterboot to point users at it. In the meantime I'm quite happy not answering X questions when installing OpenBSD as a firewall.

Re: Cheaper alternatives for APC UPS

2018-12-18 Thread Peter Kay
This isn't what you want to hear, but all the alternatives to APC I'd be happy to use are more expensive. I've used cheaper alternatives in the past and they don't put out a decent sine wave or cope with dirty power from a generator. Minimum of SmartUPS, and nothing less. There's a load of secon

Re: Hyperthreading not disabled on E5-2690 v1?

2018-10-12 Thread Peter Kay
Yep, I looked at the Top source after that and saw that the inactive CPU hiding code was backed out seven days ago. Running a make -j32 on a port shows that only CPUs 0-15 are active. Cheers! PK On Fri, 12 Oct 2018 at 21:41, Stuart Henderson wrote: > > On 2018-10-12, Peter Kay wrote:

Hyperthreading not disabled on E5-2690 v1?

2018-10-12 Thread Peter Kay
I can't see any recent source code changes about hyperthreading, and presume it's still supposed to be disabled by default? It is not disabled on an EP2C602 with two E5-2690 CPUs (Sandy Bridge EP), I can see 32 'CPUs' in both top and systat. Bug I presume..? Can provide dmesg, debugging info, and

Graphical debugger for C/C++ ?

2018-10-11 Thread Peter Kay
Just looking at writing a small enhancement to dhcpd, and starting to use gdb properly for the first time. OK, it is functional, but it's a bit awkward compared to graphical alternatives. What does everyone use? I can see ddd and eclipse exist at least. Typically I've used windbg on Windows (and h

Re: SGI O2 on 6.3 - Keyboard/Mouse issues

2018-09-16 Thread Peter Kay
The keyboard issue on an O2 is supposedly because it uses the PS/2 command set 3 rather than the more widely used 2. Even in Irix the keyboard handling isn't perfect. NetBSD is just as bad. I took the pragmatic approach of putting a keyboard faker on the PS/2 port and installing a USB PCI card,

Re: autri(4) disabled by default

2018-07-31 Thread Peter Kay
On 31 July 2018 at 14:22, Christian Weisgerber wrote: > On 2018-07-31, Janne Johansson wrote: > >>> I see autri(4) is disabled by default in an amd64 kernel, probably >>> others too, and has been for a very long time. >> >> Seems like it came over with the initial amd64 port from i386, and noone

autri(4) disabled by default

2018-07-31 Thread Peter Kay
I see autri(4) is disabled by default in an amd64 kernel, probably others too, and has been for a very long time. I can't see any notice of why this is so, anyone know? My secondary system has a Trident 4DWave in it (yes, it's an old soundcard. I grabbed it off ebay to work with Arca Noae, as it'

Re: Open source RISC-V 64bit w ECC RAM & PCIe this summer

2018-05-18 Thread Peter Kay
>4-core (5-core?) 1.5Ghz, 8GB DDR4 ECC RAM, two >PCIe slots (one one-lane >and one two-lane PCIe 2.0?), SATA, gigabit ethernet, >microSD, HDMI, >UART Neat, but horribly slow and expensive. Raptor CS, on the other hand, are releasing the POWER9 based Talos II Lite soon, and also (apparently) the b

HDD fail signal

2017-11-16 Thread Peter Kay
On various SATA/SAS backplanes, notably the Icy Box/Raidsonic IB555SK, there is a 'HDD fail signal IN' connector and a note that this can be provided by the controller, to make the failure LED flash. I can't find any controller that supports this, and presume it's directly supported by the con

Re: wireshark illegal instruction on older systems

2016-03-19 Thread Peter Kay
o get worse, is it wise to do a CPU check, and refuse to install some packages? PK On 16/03/2016, Vadim Zhukov wrote: > 2016-03-15 21:33 GMT+03:00 Stuart Henderson : >> On 2016-03-15, Peter Kay wrote: >>> It's a MOVSD SSE instruction. Tshark is ok. I can cope with that o

Re: wireshark illegal instruction on older systems

2016-03-16 Thread Peter Kay
Not wishing to be a dick about this, but what sort of notification is in place to stop time being wasted trying to run programs on incompatible CPUs? Obviously old processors need to be supported in base for embedded systems, but it would be nice to have a note for packages. Is it viable to redire

Re: wireshark illegal instruction on older systems

2016-03-14 Thread Peter Kay
n.cpp+118>:add$0xc,%esp 0x06d68649 <_GLOBAL__sub_I_qguiapplication.cpp+121>:mov%edi,(%eax) 0x06d6864b <_GLOBAL__sub_I_qguiapplication.cpp+123>:push %esi 0x06d6864c <_GLOBAL__sub_I_qguiapplication.cpp+124>:push %eax On 15 March 2016 at 00:30, Micha

wireshark illegal instruction on older systems

2016-03-14 Thread Peter Kay
Wireshark, running on -current, is dumping core ('illegal instruction') on two separate pentium ii systems here. It's fine on a Core2Duo running i386. I'm presuming it's using pentium 3 or later instructions/SSE2 etc. Has anyone else seen this before I look at it? PK

Re: Boot loader uses INT 13h [WAS BIOS call fallback]

2015-12-24 Thread Peter Kay
On 24 December 2015 08:00:01 GMT+00:00, Dragos Ruiu wrote: >Returning back to the discussion where I suggested it would be nice to >build >OS kernels that would fail deliberately when virtualized to close off >that >class of malware, especially on the new Intel Skylake chips that have >fixed >so m

Re: Boot loader uses INT 13h [WAS BIOS call fallback]

2015-12-23 Thread Peter Kay
On 23 December 2015 02:04:01 GMT+00:00, Dragos Ruiu wrote: >I would be interested in any code that can knowingly break inside a VM >to >verify unvirtualized status, esp. on Skylake. Older processors can >probably >use the virtualization bugs in the hardware for this function. Who cares? Yes, ther

Re: Octeon snapshots

2015-12-05 Thread Peter Kay
On 5 December 2015 09:36:29 GMT+00:00, Daniel Ouellet wrote: >On 11/13/15 12:02 PM, Daniel Ouellet wrote: >To the kind sole. > >Not sure who did the new current updated release, but many thanks to >who >ever did it! It cod not have come at a better time, it stopped me going 'oh roe is me, my Oct

Re: Daily digest, Issue 3641 (37 messages)

2015-11-25 Thread Peter Kay
Yes, it is possible for grub to boot Windows. LILO too, it can even boot Xen if you use mbootpack (otherwise it doesn't support initrd). The point is that if you use Windows you must use its boot menu, and it's easier to configure it to boot multiple OS than grub or lilo. EasyBSD handles all

Re: Hitting the bootable cylinder limit?

2015-11-24 Thread Peter Kay
You are making life unnecessarily difficult for yourself, even apart from running multi boot (mind, I have multi boot here on various legacy systems, but not for anything serious). Install Windows first, although I would note a 32GB boot partition is not large enough to properly maintain any recen

Re: Virtualization: vmm with Linux guests - when?

2015-11-17 Thread Peter Kay
On 17 November 2015 15:46:59 GMT+00:00, "Luis P. Mendes" wrote: > Hi, > > I know that development time is not a determinisc thing, but > nonetheless I'd like to know if it's closer to one, six, twelve (or > more) months until we get the possibility to run Linux guests > through vmm. You'd be

Re: GPT should work? (was Re: Dual Booting OpenBSD vs Windows7)

2015-07-04 Thread Peter Kay
OK, I should be more specific - what I got working was an OpenBSD install on a GPT disk which included Windows 7 installed in MBR mode. This involves some nasty hackery with OpenBSD fdisk, and was done at the time because I thought I'd be installing OS X on the same disk. What I haven't explic

Re: Dual Booting OpenBSD vs Windows7

2015-06-30 Thread Peter Kay
The method in the OpenBSD docs is a no extra tools required method. BCDedit makes it even easier. 1) Install Windows 7/8 on an MBR disk. GPT should work but requires more effort. 2) As part of 1) create a partition for OpenBSD 3) Use OpenBSD fdisk to change partition type to A6, install on that 4)

Re: install openbsd to the area made by LINUX's fdisk

2015-03-30 Thread Peter Kay
On 30 March 2015 13:03:36 BST, RD Thrush wrote: >The OP's OpenBSD partition is located above 128G, ie. sector >start=842752000, which may have led to the complicated work-around. I'm pretty certain the artificial 128GB limit was removed a few releases back - I've installed above that with no is

Re: Mac Mini

2014-11-20 Thread Peter Kay
On 20 November 2014 20:13:42 GMT+00:00, Austin Gilbert wrote: >I have no serial ports I can redirect the console to. > >I gather I'm just dead in the water then. I assume the normal OS >developer >would debug under friendlier conditions. ;( I was going to suggest yaifo, but it looks like it's d

Re: RS/600 install

2014-10-28 Thread Peter Kay
If I remember correctly that's a PReP model, the PowerPC Reference Platform. You might be able to get NetBSD running on it, Windows NT and if you're a masochist, possibly OS/2 PPC... (Plus AIX, of course) On 28 October 2014 14:40:09 GMT+00:00, David Coppa wrote: >On Tue, Oct 28, 2014 at 3:36 P

Re: openbsd live cd installable?

2012-12-23 Thread Peter Kay
>On 24 December 2012 00:09, Alexander Hall wrote: > Anyway, what's a "live cd installable"? Isn't the point of a live cd that you > *don't* install it? > Nope - for several Linux and other live OS installations the initial boot is install-less, but there's an option to install to media once the b

Re: USB hubs

2012-11-06 Thread Peter Kay
I'm pretty certain my USB hub doesn't need to be uplinked to charge devices (the computer definitely does not need to be on) and unplugging the hub to detect new devices is not necessary. Robert Connolly wrote: >Hello. I recently bought self powered USB hubs. To my surprise I had two >problems

Re: Atheros driver.

2012-09-30 Thread Peter Kay
uffer the same issue, but I've not seen a definite solution so far. On 30 September 2012 17:38, Stefan Sperling wrote: > On Sun, Sep 30, 2012 at 04:39:16PM +0100, Peter Kay wrote: > > I've got this if it helps : > > > > athn0 at pci0 dev 15 function 0 "Atheros

Re: Atheros driver.

2012-09-30 Thread Peter Kay
It looks like you're probably out of luck, see http://madwifi-project.org/wiki/Compatibility/TP-Link TL-WN350GD is AR2417 / AR5007G, neither of which are listed either in athn(4) or ath(4), or the CVS commits if openbsd src is searched. I've got this if it helps : athn0 at pci0 dev 15 function 0

Re: OpenBSD hangs hard on a flashrd system with either 5.2 current or 5.1 stable with athn(4) patches

2012-09-10 Thread Peter Kay
> On 7 September 2012 12:27, Nick Holland wrote: > On 09/07/12 03:58, Peter Kay wrote: > > I have a Pentium III system running 5.1 current with athn(4) hostap power > > saving patches or 5.2 current. It has the slightly unusual configuration > of > > an ISA video car

OpenBSD hangs hard on a flashrd system with either 5.2 current or 5.1 stable with athn(4) patches

2012-09-07 Thread Peter Kay
I have a Pentium III system running 5.1 current with athn(4) hostap power saving patches or 5.2 current. It has the slightly unusual configuration of an ISA video card (X not used) and a 64 bit PCI NIC hacked to run in a 32 bit slot, but is otherwise a bog standard desktop. It's running flashrd due

Re: ss20's wanted for ports builds

2012-07-17 Thread Peter Kay
I have an SS20 in the loft (Manchester, UK) as it's too noisy and slow for me now. It's very low end though IIRC one CPU @ 40MHz and 32 or 64MB RAM. Transport to other countries is probably a mite expensive due to weight, mind.. Otto Moerbeek wrote: >On Tue, Jul 17, 2012 at 08:37:19AM +0200, B

Re: Debugging athn(4) hostap connection problem

2012-07-12 Thread Peter Kay
On 12 July 2012 21:39, Daniel Melameth wrote: > On Thu, Jul 12, 2012 at 1:21 PM, Peter Kay > wrote: > > I have an athn(4) hostap system : > > As far as I know--if I'm wrong I'm certain someone will correct > me--none of the OpenBSD wireless devices support power s

Debugging athn(4) hostap connection problem

2012-07-12 Thread Peter Kay
I have an athn(4) hostap system : athn0 at pci0 dev 15 function 0 "Atheros AR5416" rev 0x01: irq 11 athn0: MAC AR5416 rev 2, RF AR2133 (3T2R), ROM rev 5, address b0:48:7a:ec:9f:34 that is working ok with a couple of Windows machines, but not with a HP Touchpad (WebOS is much better than Android,

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-05 Thread Peter Kay
"C. L. Martinez" wrote: >Hi all, > > I wonder if with OpenBSD is possible to create virtualized firewalled >implementations of conventional physical topologies and designs such >as central and remote DMZs (my question has nothing to do with >virtualization platforms like ESXi/vSphere or Xen or KV

Re: No audio on auvia0 / "VIA VT8233 AC97"

2012-06-05 Thread Peter Kay
On 5 June 2012 12:18, Brett wrote: > > doh! I tried that and it does not work for me. Perhaps the connector or > chip is flaky, and the PCI is the way to go. > > I suspect it's the chipset support rather than the connector. Google suggests that it's actually a Realtek ALC653 and there were diffic

Re: Large (3TB) HDD support

2012-06-04 Thread Peter Kay
On 4 June 2012 15:06, Christian Weisgerber wrote: > Peter Kay wrote: > > > GPT is a foregone conclusion unless you are blind to the future. The only > > alternative is OS specific disk hackery, and that does no-one any > favours. > > Well, OpenBSD/i386 (and now /a

Re: Large (3TB) HDD support

2012-06-03 Thread Peter Kay
Can we please differentiate GPT from EFI. GPT may be part of the EFI specification, but it's a standalone piece - implementing GPT is not going to restrict anyone's freedom to do what they want with a machine. Some possibilities EFI offers are more contentious.. GPT is a foregone conclusion unless

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Peter Kay
On 12 December 2011 21:29, Henning Brauer wrote: > * sc...@web.de [2011-12-12 16:06]: > > > BTW: the ethernet on the motherboard (Asus K8U-X) does not work. > > "Acer Labs M5263 LAN" rev 0x40 at pci0 dev 13 function 0 not configured > > indeed. never heard of it, might be as simple as a missing

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Peter Kay
Google is informative. It depends on your stepping. Try it and find out. Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' If you don't have an OS installed, a boot disk with a CPU information tool would help. On 12/12/2011, sc...@web.de

Setting up access point & multiple radios

2011-12-12 Thread Peter Kay
I'm looking at rebuilding my OpenBSD firewall to include a wireless access point using a discrete card rather than an external access point. Can I just verify : athn(4) is a decent choice, but the docs are a bit out of date (CVS commits and comments seem to suggest power saving has been fixed, and

Re: PC for assembly learning purposes

2011-07-25 Thread Peter Kay
The easiest (if not perhaps the cheapest) solution is virtualisation. Use VMWare ESXi/VMWare Server/Xen or Qemu. Alternatively if you have more cash, run VMWare Workstation which includes the ability to record the state of a machine and then play it backwards to track down especially tricky bugs.

Re: Graphics tablet use with OpenBSD?

2011-05-05 Thread Peter Kay
If 'cheap but ok' is the overriding factor, you might want to investigate a serial based tablet off ebay. It may be a hassle to get it to work in Windows or OS X, but *nix usually has less problems. Checking this out is left as an exercise for the reader, however. On 04/05/2011, ropers wrote: >

Re: obtaining openbsd.pbr from windows 7

2011-03-08 Thread Peter Kay
You're making this far more complicated than it needs to be. Run Windows 7/Vista. Download EasyBCD - http://neosmart.net/dl.php?id=1 Run it as admin, add the OpenBSD partition to the boot menu. Done! On 07/03/2011, marc wrote: > Dear all, > > I was reading through the docs on how to boot openbs

Re: Multi-head support

2010-07-30 Thread Peter Kay
depends on the card - multihead usually works but multi card multihead is broken until a later version of X is added to openbsd (see previous mails on this list) I dont know what the ati support is like in X currently but if you want to run 3 monitors it may work out cheaper to get an ati card wit

Re: Anyone still using a SCSI scanner (i.e., ss(4))?

2010-06-23 Thread Peter Kay
On 24 June 2010 01:30, Kenneth R Westerback wrote: > > I think the real question is "Does anybody use a scsi scanner without > using sane?". > > Ken > > Yes, but that's using commercial scanner software under OS/2, so OpenBSD relevance is low.. In any case, I've got a Microtek Scanmaker 330

Re: OpenBSD as a laptop OS

2010-06-18 Thread Peter Kay
OpenBSD is absolutely fine for browser, mail and pictures. Once you install gnome, the GUI will generally be the same as most other gnome desktops. Flash and NTFS are sticking points. Neither work particularly well. I've had variable experiences with VLC for video - it lost sync on earlier releas

Re: Why I left OpenBSD

2010-06-11 Thread Peter Kay
Maybe I'm getting on a bit, but I don't consider swapping operating system to be the best option in that case. Vista may be a memory hog, but it's usually easier in the long run to spend cash on 4GB for a laptop, than to install and faff around with a whole new operating system.. Linux running out

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Peter Kay (Syllopsium)
From: "Siju George" On Thu, May 27, 2010 at 3:22 PM, Peter Kay (Syllopsium) wrote: From: "Siju George" but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should do to get the other 1 GB of RAM recognized by the System? This is normal. Large memor

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Peter Kay (Syllopsium)
From: "Siju George" but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should do to get the other 1 GB of RAM recognized by the System? This is normal. Large memory support is not yet included in OpenBSD by default for amd64.

Re: Help contacting Richard Stallman

2010-05-26 Thread Peter Kay (Syllopsium)
From: "Julian Acosta" Hello! I'm from the Postgraduate Departmen of the ITCC University from Mexico, Really we need to contact with Richard Stallman, just for give us his opinion and answer us some questions about free software, How can I contact him? What's his real email? You'd be better con

Re: Source Overview

2010-04-20 Thread Peter Kay (Syllopsium)
From: "J.C. Roberts" The developers *CONSTANTLY* *ASK* *FOR* *YOUR* *HELP* with testing, but this "dull and heavy" work is somehow below most people who just talk about wanting to become developers and are looking for shortcuts to becoming one. Since validity is critical, if you cannot test prop

Re: OpenBSD culture?

2010-04-19 Thread Peter Kay (Syllopsium)
From: "Siju George" On Mon, Apr 19, 2010 at 2:59 AM, wrote: Of course I boot using the Vista bootloader and easybcd to edit the configuration, which saves a lot of headache. The important thing is it can be done. :) How Do you Tell the OpenBSD Installer to install to a logical partition?

Re: Multibooting (was : OpenBSD culture)

2010-04-19 Thread Peter Kay (Syllopsium)
From: "Brad Tilley" as appropriate if you're using grub etc or XP.. Another Option. Assuming a i386 or amd64 PC: 1. Put another hard drive into the computer. 2. Go into the BIOS and make the new hard drive have higher priority. 3. Boot the computer and install OpenBSD onto the new hard drive

Multibooting (was : OpenBSD culture)

2010-04-19 Thread Peter Kay (Syllopsium)
OpenBSD does not require a primary partition, nor does NetBSD. Solaris does for the moment, although code to fix that has been committed. I have a Windows 7 x64, OpenBSD, Solaris, NetBSD multiboot. It's not that difficult to arrange. I did most of the partitioning in Windows, setting up a pri

Re: Testing bigmem properly on amd64?

2010-04-15 Thread Peter Kay (Syllopsium)
From: "Henning Brauer" * Peter [2010-04-15 03:27]: I know bigmem is still in a state of flux and can be enabled by editing machdep.c and compiling a custom kernel. What's the best way to test and report this? none. bigmem is known broken, otherwise it would be enabled by default. and tests pr

Re: 4.6 patch support

2010-03-22 Thread Peter Kay (Syllopsium)
From: "Andreas Gerdd" when 4.8 comes out (a year after 4.6 came out) support for 4.6 will stop. Quite short time. Perhaps, but it /is/ free. There are undoubtedly some people who will backport fixes to earlier versions if you paid them. Our advise is to upgrade to a newer version and pla

Re: OpenBSD Volunteer needed today in Los Angeles - Solved!

2010-02-23 Thread Peter Kay (Syllopsium)
On 2/22/2010 9:23 AM, Bret S. Lambert wrote: Unless some benefactor is willing to come forward and deal with the logistical headache of doing the paperwork and keeping it all as up to date as it needs to be, it's not going to happen, even if getting an EAL meant ponies, rainbows, and money trees

Re: MFM disk geometry

2010-02-02 Thread Peter Kay (Syllopsium)
From: "Daniel Malament" To: "Peter Kay (Syllopsium)" I think my first course of action would be to use DOS, or possibly OS/2, to override the disk geometry, unless the disk has data on it that can only be accessed from OpenBSD. Yes, I know it's intellectually more fu

Re: MFM disk geometry

2010-02-02 Thread Peter Kay (Syllopsium)
From: "Daniel Malament" Subject: Re: MFM disk geometry Try looking for "Total Hardware '99" - your controller might be documented in there. Nice! Thanks. http://th99.dyndns.org/c/C-D/20069.htm Unfortunately, it doesn't look like it's actually all that configurable. Although I don't know wh

Re: way to help: laptops and weekly

2010-01-26 Thread Bofh (Peter Kay)
On 26/01/2010 20:03, Jonathan Thornburg wrote: This needs some tweaking, because sometimes "shutdown" really means "I want this laptop to shutdown *now* so I can put it in the padded/insulated carrycase for without the laptop overheating." or even "I want this laptop to shutdown *no

Re: OpenBSD in VirtualBox 3.1.x on non-SMP machine

2010-01-08 Thread Peter Kay - Syllopsium
From: "Bayard Bell" "Requires VT-x or AMD-V hardware virtualization support." It would appear they've therefore made VT-x and friends non- configurable. You can file a bug report and see where that goes. Would it be too cynical to suggest using a product which doesn't suck? It really is a pi

Re: installboot: broken MBR

2010-01-06 Thread Peter Kay - Syllopsium
OpenBSD works just fine in an extended partition, even if the documentation says it requires a primary partition - at least on amd64. However, I seem to remember convention is that extended partitions should be at the end of the disk. In theory this probably shouldn't matter, provided the OS/b

Re: decreasing the size of the distribution

2009-10-26 Thread Peter Kay - Syllopsium
From: "Jan Stary" On Oct 26 00:10:20, Abdullah Sendul wrote: Hi, we are having a couple of openbsd servers, of which, the content is static. I would like to identify all the files needed for this system to run, and then move it to a flash disk to minimise the size of the distribution You c

Re: 4.6 arriving

2009-10-09 Thread Peter Kay - Syllopsium
From: "Lukas Ratajski" On 09.10.2009, at 08:30, patrick keshishian wrote: arrived in burbank, ca (usa) today. thank you all! tiny little "puffy" shrine: http://sidster.com/gallery/misc/2009/obsd46-32-21-mugs.jpg Oh man, I'd LOVE to give the 2.1 version a boot opportunity on i386. Just

Re: VirtualBox2.2+OpenBSD4.4 (fail)

2009-10-07 Thread Peter Kay - Syllopsium
From: "L. V. Lammert" On Wed, 7 Oct 2009, Peter Kay - Syllopsium wrote: It's VirtualBox - looks like it's still crap. VMWare works fine, so does qemu. As does VirtualBox with proper hardware support (AMD64 Socket AM2), .. though we do not use X on VMx. Are you seriously

Re: VirtualBox2.2+OpenBSD4.4 (fail)

2009-10-07 Thread Peter Kay - Syllopsium
Hi guys, (Pardon since lot of people use *BSD and Linux together but if rude, I'll take it off-list) Ok. It installs fine. However, I keep getting segfaults on simple programs (such as xorgconfig). (I don't have exact text/dmesg to dump right now but I can produce it if required) Is it that Virtu

Re: OT: Laptop advice. SSD costs.

2009-09-17 Thread Peter Kay - Syllopsium
From: "Henning Brauer" * Robert [2009-09-17 16:34]: On Thu, 17 Sep 2009 11:16:58 +0200 Henning Brauer wrote: > * Aaron Mason [2009-09-17 03:52]: > > Would these drives by any chance be similar to the 1.8" ZIF drives > > used in (*shudder*) 5th gen iPods? I have one from my iPod that > > die

Re: Defending OpenBSD Performance

2009-09-16 Thread Peter Kay - Syllopsium
From: "L. V. Lammert" On Wed, 16 Sep 2009, Henning Brauer wrote: > Building from source is light years > more difficult than 'apt-get update && apt-get upgrade, or 'yum > upgrade' or the > like. so don't fucking do it, use releases and packages. *OR* learn how to use environment variables

Re: Laptop advice. SSD costs.

2009-09-14 Thread Peter Kay - Syllopsium
- Original Message - From: "David Vasek" It could make sense. However, you won't have working suspend/resume with OpenBSD yet and will have to fight with ACPI and its possible problems. Not speaking about hibernation, which X4x laptops have. Also, a keyboard without Microsoft keys is m

Re: Laptop advice. SSD costs.

2009-09-14 Thread Peter Kay - Syllopsium
From: "Edd Barrett" I have located someone willing to sell me an X41 tablet at a very affordable price, however this is the model with the sucky hitachi disk [..snip..] a) Is there anywhere you can get SSD's for cheaper than 100GBP. I only really need 60GB or so. b) Any other comments? Unless t

Re: VHS transfer on OpenBSD

2009-08-17 Thread Peter Kay - Syllopsium
From: "Jan Stary" I need to transfer some old VHS tapes into (any) digital video format. On OpenBSD of course. I understand I need (1) a VCR, obviously, to play those tapes (2) a TV card that can input what the VCR outputs (3) a piece of software that can capture the input Before I start shoppi

Re: boot disk ???

2009-08-05 Thread Bofh (Peter Kay)
PJ wrote: It really pisses me off that everyone assumes that the poor sap who is asking for help is too stupid to have done things right and they just forget that maybe the problem is in the SOURCE ! I know what a bootable image usually looks like... but neither of those I downloaded look right.

Re: Open Vs Free BSD

2009-06-22 Thread Peter Kay - Syllopsium
From: "Anton Parol" OBSD is the best choice of OS for people who like violent little fish mascots. And it has blue-boot-console-thingy (tm) . Ace. I wasn't going to contribute to this thread, but I have to ask. *What* blue-boot-console-thingy? I'm not sure it's sensible to do direct compar

Re: Even and Odd numbered OpenBSD versions

2009-05-19 Thread Peter Kay - Syllopsium
From: "Mark Romer" Hello, just a simple question. We have here at work a old hand at openbsd and he says he only uses openbsd versions that are even numbered. (3.8, 4.0, 4.2, 4.4 etc...) I am not sure why, did not have a chance to ask him. I believe that you should use the latest version

Re: Multiboot OpenBSD with Vista

2009-05-15 Thread Peter Kay - Syllopsium
From: "MANI" Subject: Multiboot OpenBSD with Vista First of all you need to know I am running OpenBSD on my laptop and PC at home happily as sole OS, but unfortunately I need to dual boot my PC at Office because of some proprietary softwares we need at company, the other OS is Microsucks Windows

Re: Shared IRQ

2009-05-14 Thread Peter Kay - Syllopsium
From: "Henry Sieff" To: "Joco Salvatti" http://www.openbsd.org/faq/faq12.html 12.7.3 2009/5/14 Joco Salvatti : Hi, I would like to know if a different hardware can shared the same IRQ with another? 12.7.3 is accurate, however there is a difference between 'can it' 'should it' and 'will

Re: OT: 10GbE Physical Network Taps

2009-05-07 Thread Peter Kay - Syllopsium
From: "J.C. Roberts" To: "Johan Fredin" On 09-05-07 05.00, J.C. Roberts wrote: > If anyone here mistakenly thinks they can actually run *ANALYSIS* at > these speeds with off the shelf components... > > BAWAHAHAHAHAHAHAHA! Well, depends on what you mean by "off the shelf". Procera Networks is

Re: USB->PS2 converter with KVM?

2009-04-27 Thread Peter Kay - Syllopsium
From: "J.C. Roberts" Subject: USB->PS2 converter with KVM? I'm attempting to use a USB-to-PS2 converter and running the PS2 through a Belkin KVM. The converts I bought seem to be old USB 1.1 stuff, and they don't play very well with any OS. [..snip..] Can anyone suggest a brand (and model)

Re: ThinkPad T60 audible bell *very* loud

2009-04-21 Thread Peter Kay
Theo de Raadt wrote: Holy cow, 20+ messages about a damn bell, and important changes to the tree get ignored. Get a life, people -- get a frigging life! Hi Theo.. I appreciate what you've done for the project, but *what* changes to the tree? There's the message on openbsd-cvs about the MD

Re: Build a custom kernel to installation

2009-04-07 Thread Peter Kay - Syllopsium
From: "Ricardo Augusto de Souza" Could you please tell me the steps I must follow? Is it possible enable it at boot -c? I don't wish to be rude, but you're not reading what people are telling you : aac is not enabled in snapshots. you still need to build your own on another machine. It is

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

2009-03-27 Thread Peter Kay - Syllopsium
From: "Kamil Monticolo" On Fri, 27 Mar 2009 12:57:10 -0000 "Peter Kay - Syllopsium" wrote: > Literally all I needed to do was X -configure, if I remember correctly. I'll try with an up to date 4.4 snapshot at some point. Peter, can You post your configuration h

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

2009-03-27 Thread Peter Kay - Syllopsium
From: "Kamil Monticolo" To: "Peter Kay - Syllopsium" On Fri, 27 Mar 2009 12:29:21 - "Peter Kay - Syllopsium" wrote: I can tell you it works fine on a 7600GT - I only needed to do X -configure. Don't even think I had to explicitly tell it to use

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

2009-03-27 Thread Peter Kay - Syllopsium
From: "Kamil Monticolo" To: Sent: Friday, March 27, 2009 10:38 AM Subject: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT Hi folks. I have 4.5 GENERIC.MP on my machine and I'd like to have it dual-head. My dmesg is at the bottom, if you want more information or output, I'll give that. I

Re: Ideas for Getting MATLAB/Mathematica to utilize sparc64 ram that runs openbsd

2009-03-25 Thread Peter Kay - Syllopsium
On Wed, 25 Mar 2009 02:09:08 -0700 Vivek Ayer wrote: Hi guys, I realize openbsd/sparc64 is probably the best port of any OS to the sparc64 architecture, however I work in an environment where matlab/mathematica are greatly needed. I know openbsd/i386 has linux binary emulation, which would do

Re: HP Proliant DL385 with Squid at a Gigabit-switch - bad network performance

2009-03-16 Thread Peter Kay - Syllopsium
Whilst I can't comment on the foibles of modern Cisco switches, I can certainly say that Cisco switches I've used somewhat more recently than fifteen years ago (but more than five) refused to autonegotiate to some servers. So far they remain the only switches I've had to manually set the speed

Re: nfs proxies

2009-02-19 Thread Peter Kay - Syllopsium
From: "Jason Dixon" People always say this but never mean it. I have proof, and I'm sure Theo does too. You have no idea how much a real feature costs to implement. When you present them with the costs they always balk. To be fair, some of them do mean it, but just don't understand the cost

Re: Port ZFS to OpenBSD

2009-01-15 Thread Peter Kay - Syllopsium
From: "bofh" I have to ask - if you're not copying the code, but only copying the concept/technical requirements over (ie, a rewrite), that new code would be bsd licensed, right? Probably, but this is filesystem code. The last thing you want to do is to replace complex, generally well debugge

Re: Best supported arch/workstation

2009-01-08 Thread Peter Kay - Syllopsium
From: "Matt KP60" Hi, I am looking at purchasing a workstation to put OpenBSD on for programming development. What is the best supported arch overall? Or even better what is your most recommended workstation for running OpenBSD? i386, without any doubt whatsoever (imo). amd64 is almost as well

Re: laptop choice

2008-12-23 Thread Peter Kay - Syllopsium
From: "Mihai Popescu B.S." I don't need dual core since the support for this is scarce in many operating systems. With respect, scarce in what operating system apart from say, DOS? I can't think of any Unixes or Unix alikes that don't have SMP support (even Plan 9 does). OS/2 has had it as an

Re: laptop choice

2008-12-23 Thread Peter Kay - Syllopsium
IBM's X series are 12.1" only which is outside your 15-17" suggestion. If you want a cheap X series laptop preferably go for the X32 - it's faster and newer than the X31 and has a 2.5" hard drive. The X40/X41 are very OpenBSD compatible but have a 1.8" hard drive (slow, expensive, difficult to

Re: OpenBSD

2008-12-05 Thread Peter Kay - Syllopsium
From: "Markus Hennecke" <[EMAIL PROTECTED]> You mean it works great except for newer cards, dual-head setups and a fast X desktop? Yes, but I would not call that great. That's not true. 8800GT support, at the very least, was added back in OpenBSD 4.3 according to the changelog. I'm using two 7

Re: Virtual Consoles in OpenBSD/macppc

2008-11-13 Thread Peter Kay - Syllopsium
From: "Pedro de Oliveira" <[EMAIL PROTECTED]> Hi, Anyone here using OpenBSD/macppc knows if its possible to enable more than one virtual console? I cant seem to find any info about that in the FAQ. http://www.openbsd.org/faq/faq7.html It's not supported. Use 'screen' from packages instead. PK

Re: openbsd sgi - uname -m, packages and mips64

2008-11-10 Thread Peter Kay - Syllopsium
From: "Matthew Weigel" <[EMAIL PROTECTED]> Peter Kay - Syllopsium wrote: A bit of an oddity. On all other platforms (at least I think so), the output from 'uname -m' matches the name of the directory under packages, For all supported platforms, the name of the

openbsd sgi - uname -m, packages and mips64

2008-11-10 Thread Peter Kay - Syllopsium
A bit of an oddity. On all other platforms (at least I think so), the output from 'uname -m' matches the name of the directory under packages, except under sgi, for which the directory is 'mips64'. Any chance of this changing for 4.5? I'm presuming no-one is porting to mips32 (netbsd supports

  1   2   >