![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
||||
|
4.5-beta was "announced" in CVS logs last night, and the announcement was published this morning in the OpenBSD Journal: http://undeadly.org/cgi?action=artic...&mode=expanded
For those who may not know, the "-beta" flavor of OpenBSD is -current which has all of the functionality of the upcoming -release. 4.5-release is expected on or before May 1. Its purpose is to have a robust testing (and patching) period prior to the final -release lock down. An OpenBSD user on 4.4-release/4.4-stable who wishes to participate in testing may "upgrade" to 4.5-beta using a snapshot, followed by careful use of sysmerge(8) along with a review of the following -current FAQ. Continued testing with new snapshots will go on for 4 to 6 weeks. At the end of the beta period, the user may elect to stay with -current, or, may "upgrade" from 4.5-beta to 4.5-release/stable on May 1. If the user moves on to 4.5-current at the end of the -beta period (when -release is tagged), they should note they'll stay on -current unless they reinstall, as an "upgrade backwards" to 4.5-release is not supported.
__________________
OpenBSD LiveCDs/LiveDVDs Last edited by jggimi; 9th February 2009 at 02:52 PM. |
|
|||
|
And 4.5 snapshots have arrived too
Code:
94576 Feb 10 10:13 INSTALL.amd64
807 Feb 10 10:13 MD5
52557308 Feb 10 10:13 base45.tgz
7284459 Feb 10 10:13 bsd
7308015 Feb 10 10:13 bsd.mp
6425058 Feb 10 10:13 bsd.rd
6541312 Feb 10 10:13 cd45.iso
42940 Feb 10 10:13 cdboot
2048 Feb 10 10:13 cdbr
103191839 Feb 10 10:13 comp45.tgz
511710 Feb 10 10:13 etc45.tgz
1474560 Feb 10 10:13 floppy45.fs
2706320 Feb 10 10:13 game45.tgz
227 Feb 10 04:05 index.txt
262547456 Feb 10 10:13 install45.iso
8223311 Feb 10 10:13 man45.tgz
2935045 Feb 10 10:13 misc45.tgz
53268 Feb 10 10:13 pxeboot
11265249 Feb 10 10:14 xbase45.tgz
77937 Feb 10 10:14 xetc45.tgz
35579835 Feb 10 10:14 xfont45.tgz
21490094 Feb 10 10:14 xserv45.tgz
2762776 Feb 10 10:13 xshare45.tgz
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
|||
|
Quote:
I'm sure there will be both discussion & debate on misc@ when it finally happens. |
|
||||
|
It was added to the tree in mid-November for testing and bug reporting, according to the developer, gilles@. In early December a call for testing went out, but I have seen no announcements (yet) of sendmail redaction. 4.5-beta includes sendmail -- which means 4.5-release will include it.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
The new SNMP daemon was simply committed to make it easier to work on, it isn't even linked to the build yet, so unfortunately.. sendmail remains for now.
|
|
||||
|
For amd64, true. But the i386 bsd.rd (RAMDISK_CD) still has it.
Inclusion of a particular filesystem varies by architecture and specific kernel. See src/sys/<arch>/conf/RAMDISK* for specifics.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
||||
|
I'm now running 4.5-beta:
Code:
# dmesg | head -1 OpenBSD 4.5-beta (GENERIC) #1684: Sun Feb 15 15:26:02 MST 2009 ![]() Almost everything works nicely on my laptop, but there is one problem: Code:
# dmesg | grep apm apm0 at bios0: Power Management spec V1.2 apm0: AC on, battery charge unknown |
|
||||
|
Quote:
Quote:
ACPM and APM work almost perfectly on my ThinkPad A20p. The only problem I noticed is that it hangs if you try to power of by typing Code:
shutdown -hp now In all tree cases battery monitor works perfectly. I rarely or never use hibernation mode so I really can not tell you if it works from the top of my head. Last edited by Oko; 20th February 2009 at 04:13 AM. |
|
||||
|
Quote:
I like how WPA and the key are configured via ifconfig, by the way. Very simple and elegant. |
|
||||
|
Quote:
Having suffered through the older method, I agree with you, ifconfig is the right place for it.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
As has been indicated previously on this forum, apm(4) gets first dibs at attaching under most circumstances.
You can disable apm(4) and use acpi(4) instead: boot> boot -cUKC> disable apmUKC> quitFortunately when you switch to ACPI it generously provides APM emulation so user-land applications can still use the /dev/{apm,apmctl} interface. This means those ports should work as intended, as will apm(8), but you won't see the apm(4) verbiage in the dmesg(1) output. Hope that helps.
|
|
|||
|
Note; the instructions above aren't permanent.. you can use the config(8) utility to make them so.
I would going to leave this as an exercise, but that seemed counterproductive. $ sudo config -ef /bsd..output. ukc> quitGood luck. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Official FreeBSD Forums announced | tuck | FreeBSD General | 36 | 5th December 2008 03:16 PM |
| Asus P5Q-E support in FreeBSD 7.1-BETA (amd64) | hydra | FreeBSD General | 4 | 1st October 2008 06:22 PM |
| DaemonForums wiki BETA | Carpetsmoker | Feedback and Suggestions | 4 | 26th July 2008 12:18 AM |
| Fire Fox Beta 3 RC1 | FloridaBSD | Solaris | 7 | 13th June 2008 01:53 PM |
| Building Mozilla Firefox 3 Beta 5 on FreeBSD | vi5in | FreeBSD General | 6 | 12th May 2008 11:25 PM |