Re: OpenBSD 5.5 on mSATA SSD unit in PC Engines APU.1C - bad dir ino 2 at offset 0: mangled entry kernel panic

2014-06-20 Thread Roger Wiklund
No problems so far with Intel mSATA 525 30GB.

On a side note I'm a bit worried about the CPU temperate, almost 70
degrees C during normal load.

On Thu, Jun 12, 2014 at 9:49 PM, Chris Cappuccio ch...@nmedia.net wrote:
 Happy to report that Plextor M6M (msata) passes all the tests so far,
 unlike msata Sandisk X110.



Re: OpenBSD 5.5 on mSATA SSD unit in PC Engines APU.1C - bad dir ino 2 at offset 0: mangled entry kernel panic

2014-06-20 Thread Roger Wiklund
Did some tests (cold Swedish midsummer around 12C outside)

Bedroom floor near open window
1:48PM  up  1:06, 1 user, load averages: 0.29, 0.17, 0.11
hw.sensors.km0.temp0=58.00 degC

Kitchen countertop, no open windows
3:01PM  up  1:09, 1 user, load averages: 0.11, 0.09, 0.08
hw.sensors.km0.temp0=64.25 degC

Closed closet where I have my other server/networking stuff
4:14PM  up  1:10, 1 user, load averages: 0.20, 0.11, 0.09
hw.sensors.km0.temp0=68.00 degC

Max temp for the CPU is 90C
http://www.amd.com/Documents/49282_G-Series_platform_brief.pdf

On Fri, Jun 20, 2014 at 2:11 PM, Liviu Daia liviu.d...@gmail.com wrote:
 On 20 June 2014, Zé Loff zel...@zeloff.org wrote:
 On Fri, Jun 20, 2014 at 11:40:02AM +0200, Roger Wiklund wrote:
  No problems so far with Intel mSATA 525 30GB.
 
  On a side note I'm a bit worried about the CPU temperate, almost 70
  degrees C during normal load.

 Same here: 70-75C, for a 0.2 average load. The case gets pretty hot,
 so I'm guessing I installed the heatsink correctly...

 The case itself is the sink. :)

 Does anyone have (much) lower figures?

 No, this seems to be common.  I managed to lower the temperature a
 little by rising the case legs, so that there's better air circulation
 below it.  Room temperature makes a big difference too.

 Regards,

 Liviu Daia



Re: Transferring Multimedia Files from Mac OS X to OpenBSD

2013-03-13 Thread Roger Wiklund
On Wed, Mar 13, 2013 at 1:54 PM, James Griffin j...@kontrol.kode5.net wrote:
 Hi

 I have decided to sell my Mac computer as I'm totally skint, being a
 student. But, I would like to preserve the Music and Videos I've got on
 it -- mainly from iTunes -- and transfer them to my OpenBSD system so I
 can play them.

 Is it simply a case of creating a tar file of the music files and
 copying them over? Will the encoding (mostly mp4, mp4 and mp4a) be ok to
 use as-is or will I need to do some extra processing on them using
 some tool or other? I've got mplayer and vlc player installed which I
 hope I can use to play them, etc.

 Has anyone had experience with this type of thing and able to offer some
 info about the steps, if any, I need to take?

 Thanks in advance for any help offered.

 Best wishes, James.

I would say VLC can play almost anything. One problem would be DRM
though, if you bought stuff from iTunes that has DRM, those files are
locked to your iTunes/Mac/Apple ID (not sure which one it is)

Just go ahead and copy the files before you sell it and test it out on
OpenBSD. There are ways around DRM, for example in iTunes burn the
songs to a CD and then rip them, DRM free.



Re: OpenBSD 5.2 AHCI problems with IBM x3250 M4

2013-03-12 Thread Roger Wiklund
On Sun, Mar 10, 2013 at 6:21 PM, Nick Holland
n...@holland-consulting.net wrote:
 Please keep it on the list...

 On 03/10/13 06:38, Roger Wiklund wrote:
 ...
 AHCI mode enabled and booting from CD:

 CD-ROM: 94
 Loading /5.2/I386/CDBOOT
 probing: pc0 pci mem[628K 3055M 444K 3M 1024M a20=on]
 disk: cd0
 OpenBSD/i386 CDBOOT 3.17
 boot boot hd0a:/bsd
 booting hd0a:/bsd

 And then it hangs, I've tried hd0a, hd1a, hd2a etc, same result.
 Looks like it can only find the cd0.

 yep, and that's your problem.  the BIOS is only exposing the CD to the
 boot system; your machine is broke.
 ...

 As someone suggested, check for firmware upgrades.  This system is
 probably incompatible with any non-UEFI OS, I doubt they want that.  If
 they do, return to vendor, they don't want your business.


 Nick.

Thanks!

Sorry, forgot to hit reply all.
I've sent a query to IBM regarding the issue.

I was thinking of a workaround base on the FAQ:

Kernel: /bsd: This is the goal of the boot process, to have the
OpenBSD kernel loaded into RAM and properly running. Once the kernel
has loaded, OpenBSD accesses the hardware directly, no longer through
the BIOS.

Is it possible to install the system in AHCI mode, then boot with a
bootable CD that contains the installed kernel, load it and when
OpenBSD then has access to the hardware tell it to mount the disk and
load the rest as usual?

Regards
Roger



Re: OpenBSD 5.2 AHCI problems with IBM x3250 M4

2013-03-12 Thread Roger Wiklund
On Tue, Mar 12, 2013 at 12:20 PM, Roger Wiklund roger.wikl...@gmail.com wrote:
 On Sun, Mar 10, 2013 at 6:21 PM, Nick Holland
 n...@holland-consulting.net wrote:
 Please keep it on the list...

 On 03/10/13 06:38, Roger Wiklund wrote:
 ...
 AHCI mode enabled and booting from CD:

 CD-ROM: 94
 Loading /5.2/I386/CDBOOT
 probing: pc0 pci mem[628K 3055M 444K 3M 1024M a20=on]
 disk: cd0
 OpenBSD/i386 CDBOOT 3.17
 boot boot hd0a:/bsd
 booting hd0a:/bsd

 And then it hangs, I've tried hd0a, hd1a, hd2a etc, same result.
 Looks like it can only find the cd0.

 yep, and that's your problem.  the BIOS is only exposing the CD to the
 boot system; your machine is broke.
 ...

 As someone suggested, check for firmware upgrades.  This system is
 probably incompatible with any non-UEFI OS, I doubt they want that.  If
 they do, return to vendor, they don't want your business.


 Nick.

 Thanks!

 Sorry, forgot to hit reply all.
 I've sent a query to IBM regarding the issue.

 I was thinking of a workaround base on the FAQ:

 Kernel: /bsd: This is the goal of the boot process, to have the
 OpenBSD kernel loaded into RAM and properly running. Once the kernel
 has loaded, OpenBSD accesses the hardware directly, no longer through
 the BIOS.

 Is it possible to install the system in AHCI mode, then boot with a
 bootable CD that contains the installed kernel, load it and when
 OpenBSD then has access to the hardware tell it to mount the disk and
 load the rest as usual?

 Regards
 Roger

Ah, boot -a from the installation cd lets me pick the root device.
However it hangs when I'm prompted root device (default cd0a):

Anyone come across this?



Re: OpenBSD 5.2 AHCI problems with IBM x3250 M4

2013-03-12 Thread Roger Wiklund
On Tue, Mar 12, 2013 at 3:43 PM, Roger Wiklund roger.wikl...@gmail.com wrote:
 On Tue, Mar 12, 2013 at 12:20 PM, Roger Wiklund roger.wikl...@gmail.com 
 wrote:
 On Sun, Mar 10, 2013 at 6:21 PM, Nick Holland
 n...@holland-consulting.net wrote:
 Please keep it on the list...

 On 03/10/13 06:38, Roger Wiklund wrote:
 ...
 AHCI mode enabled and booting from CD:

 CD-ROM: 94
 Loading /5.2/I386/CDBOOT
 probing: pc0 pci mem[628K 3055M 444K 3M 1024M a20=on]
 disk: cd0
 OpenBSD/i386 CDBOOT 3.17
 boot boot hd0a:/bsd
 booting hd0a:/bsd

 And then it hangs, I've tried hd0a, hd1a, hd2a etc, same result.
 Looks like it can only find the cd0.

 yep, and that's your problem.  the BIOS is only exposing the CD to the
 boot system; your machine is broke.
 ...

 As someone suggested, check for firmware upgrades.  This system is
 probably incompatible with any non-UEFI OS, I doubt they want that.  If
 they do, return to vendor, they don't want your business.


 Nick.

 Thanks!

 Sorry, forgot to hit reply all.
 I've sent a query to IBM regarding the issue.

 I was thinking of a workaround base on the FAQ:

 Kernel: /bsd: This is the goal of the boot process, to have the
 OpenBSD kernel loaded into RAM and properly running. Once the kernel
 has loaded, OpenBSD accesses the hardware directly, no longer through
 the BIOS.

 Is it possible to install the system in AHCI mode, then boot with a
 bootable CD that contains the installed kernel, load it and when
 OpenBSD then has access to the hardware tell it to mount the disk and
 load the rest as usual?

 Regards
 Roger

 Ah, boot -a from the installation cd lets me pick the root device.
 However it hangs when I'm prompted root device (default cd0a):

 Anyone come across this?

I compiled a custom kernel with the root path hard coded to sd0a, put
that on the CD and then it worked.
I think it's an OK workaround until IBM fixes the uEFI problem.

Did a simple dd with bs=1M count=1024M.

SSD
IDE write = 175MB/s
AHCI write = 250MB/s

Pretty significant difference.



OpenBSD 5.2 AHCI problems with IBM x3250 M4

2013-03-09 Thread Roger Wiklund
If I enable AHCI mode in UEFI/BIOS and boot from the cd52.iso, the
installation finds the disk (sd0) and I can setup everything in fdisk
and complete the installation.
However when I reboot, the system can't find any operation system.

It works if I change it to IDE mode, but I don't want that.
VMware ESXi 5.1 installs and boots just fine with AHCI mode.

I'm trying to figure out if the problem is with OpenBSD or my hardware
as the x3250 M4 runs UEFI and I guess has some sort of BIOS emulation.

I've tried 5.3 snapshot with the same result.

Any pointers?

Thanks!



Where is appetalk NETATALK in GENERIC OBSD 5.0?

2012-01-18 Thread Roger Wiklund
Hi,

I want to install support for Appletalk on my OBSD 5.0 box.
After unsuccessfully trying back and forth with a custom kernel to add
NETATALK I found this:

Revision 1.180: download - view: text, markup, annotated - select for diffs
Sat Jul 9 00:47:18 2011 UTC (6 months, 1 week ago) by henning
Branches: MAIN
Diff to: previous 1.179: preferred, coloured
Changes since revision 1.179: +1 -2 lines

begone, fucking rotten appletalk shit. ok room



So appletalk is removed? No way of running it at all anymore?

Thanks
Regards