Re: Apache Seg Fault after upgrade to 4.6 stable

2010-01-08 Thread Brynet
Aaron Mason wrote: I would recompile PHP and MySQL considering they were compiled for the -release kernel and therefore would need to be redone for the -stable kernel. Well that's complete nonsense, there is no benefit to doing this whatsoever. -Bryan.

Re: Disks connected to ahd0 causes boot to fail

2010-01-16 Thread Brynet
Ken wrote: As a general note, the source tree is going to be locked in the near future for 4.7. There has been a major re-write of the SCSI layer internals, and many device drivers were touched. TEST NOW! Test anything that produces sd, cd, st, etc. devices. All hardware and all weird-ass

Re: acpitz0: _AL0[0] _PR0 failed on intel atom mb

2010-01-21 Thread Brynet
Hi, You should probably try a -CURRENT snapshot, before reporting problems you see in 4.6. Several BIOS updates appear available for your motherboard as well perhaps one of them will solve the problem, if it's still an issue with OpenBSD -CURRENT.

Re: ath AR5424 support

2010-01-22 Thread Brynet
Luis Henriques wrote: Hi! I finally got tired of not using my wireless card on my laptop and decided to take a look at the code. I compared the ath OpenBSD code with similar drivers on NetBSD and Linux kernels, start adding/correcting the ath code and finally got it to work. I am

Re: Disks connected to ahd0 causes boot to fail

2010-01-22 Thread Brynet
Kenneth R Westerback wrote: Being in Australia and confused about what day it is, I should be more precise. Make sure the trees you generate test kernels from have r1.166 or greater of scsi_base.c. That was the last commit from n2k10. And I think that particular diff should fix the Check

Re: Disks connected to ahd0 causes boot to fail

2010-01-22 Thread Brynet
Hi Ken, The SCSI message remains in the January 23rd snapshot. Whoops, that would be the January 20th snapshot. -Bryan

Re: Disks connected to ahd0 causes boot to fail

2010-01-23 Thread Brynet
Kenneth R Westerback wrote: Is there a media in the drive? Ken No, it properly detects a 2880 block (1M) geometry when a floppy disk is inserted, otherwise it shows that SCSI message. It doesn't show the message in 4.6. Thanks. :-) -Bryan.

Re: Disks connected to ahd0 causes boot to fail

2010-01-23 Thread Brynet
Kenneth R Westerback wrote: Does the diff below suppress the unwanted message? Ken Index: sd.c === RCS file: /cvs/src/sys/scsi/sd.c,v retrieving revision 1.182 diff -u -p -r1.182 sd.c --- sd.c 15 Jan 2010

Re: Disks connected to ahd0 causes boot to fail

2010-01-24 Thread Brynet
Kenneth R Westerback wrote: Weird. Try this diff, which should let me know which partition is being opened. i.e. why is rawopen different in 4.6 and -current. Also, what is your fstab? Ken Index: sd.c === RCS file:

Re: Disks connected to ahd0 causes boot to fail

2010-01-24 Thread Brynet
Kenneth R Westerback wrote: Hmmm. So why is sd0c being opened as a block special device rather than a character special device. Ken Not sure, seems to be happening just before the root partition is mounted. Is there anything else I can do to help? -Bryan.

Re: Disks connected to ahd0 causes boot to fail

2010-01-24 Thread Brynet
Kenneth R Westerback wrote: When in doubt, panic. If you can try this and send me the ddb trace, perhaps it will be a clue as to why we are doing a block device open. Ken Sounds like a plan! :-) -Bryan. - panic: Why are we here? Stopped at Debugger+0x4: leave RUN AT LEAST

Re: Change root password from shell-script

2010-01-27 Thread Brynet
Paul Branston wrote: A little more generic in case there is no usermod -p PASSWORD=$(echo my_new_password | encrypt -b 6) perl -p -i.bk -e 's/^root:.*?:/root:$PASSWORD:/' /etc/shadow Wow, Question: are you even using OpenBSD? -Bryan.

Re: MacBook Air SSD not found

2010-01-29 Thread Brynet
Hi, Perhaps it's unrelated to your problem, but you could try forcing your SATA controller into AHCI mode.. maybe you'll see your drive then. -Bryan. Index: dev/pci/ahci.c === RCS file: /cvs/src/sys/dev/pci/ahci.c,v retrieving

Re: Fw: pico and/or nano in the releases and snapshots

2010-02-03 Thread Brynet
Hello, While you're likely a troll, you may just be some sad religious zealot ranting on a mailing list. If you're not fond of vi(1), you may be interested in mg(1).. while it's not exactly the same as pico or nano, it's not that far off. Keep it off the lists next time, -Bryan.

Re: MacBook Air SSD not found

2010-02-04 Thread Brynet
Pete Vickers wrote: Hi, Thanks for the patch - good idea. However Since the firmware on the MacBook Air in question does not recognise non-OSX (HFS+) USB memory sticks, I could only test this patch by applying it on another machine's tree, then 'make release' and burning the

Re: MacBook Air SSD not found

2010-02-04 Thread Brynet
Otto Moerbeek wrote: How odd that I read this then. Not that I can help in this area. Not all developers read this list indeed. To make sure your problem is reaching the right developer, file a pr, or post to b...@. -Otto Whoops, Sorry. :-) -Bryan.

Re: flags for wd timeouts?

2010-02-08 Thread Brynet
Hi Roger, Not entirely sure what is causing your problems, but there are several options in your BIOS that are worth investigating. http://www.supermicro.com/manuals/motherboard/HT2000/MNL-H8DSP-8i.pdf Plug Play OS (might be worth setting this to No) KBC Clock Source (try 8MHz) S-ATA Mode

Re: Apache can't resume downloads after upgrade to 4.6

2010-02-10 Thread Brynet
It's a side-effect of this change, resume still works on 64-bit arch. Hi, Can resume support be fixed by 4.7? or is it too late? -Bryan.

Re: How to change pciide to ahci if there is no option for this in BIOS

2010-02-18 Thread Brynet
Hi, There is no runtime option to enable AHCI support (..although it would be nice). If the BIOS doesn't provide the ability to configure this, your only recourse is to modify the ahci.c driver and force attach on this specific device. Last month I posted a diff for someone else, although it

Re: uaudio - Lexicon Alpha

2010-02-20 Thread Brynet
I understand there are USB soundcards out there not even appearing as USB Audio class devices. Yes there do exist some devices that depend on vendor supplied drivers, however there may be hope for this device: http://www.lexiconpro.com/knowledgebase.php?product=7 Q: Will the Alpha work on

Re: Advice requested on modem WiFi for old notebook

2010-03-01 Thread Brynet
Dave wrote: Since I didn't see any not configured messages for cbb*, my guess is that this is at least partly functional; is that correct? What limitations does the couldn't map interrupt message imply for WiFi or modem use? (There don't seem to be any BIOS options which affect

Re: Advice requested on modem WiFi for old notebook

2010-03-02 Thread Brynet
Dave wrote: Unfortunatly that resulted in a system that wouldn't boot. Well that is indeed quite unfortunate, sorry, but maybe you can send acpidump(8) output to dm...@? 4.7 is near release, can you try a 4.7-beta snapshot? -Bryan.

Re: Advice requested on modem WiFi for old notebook

2010-03-02 Thread Brynet
I wrote: Well that is indeed quite unfortunate, sorry, but maybe you can send acpidump(8) output to dm...@? 4.7 is near release, can you try a 4.7-beta snapshot? -Bryan. One more thought, try updating the BIOS.. it seems Sony has released updates for your laptop.

Re: cannot mount cdrom

2010-03-08 Thread Brynet
shwegime wrote: I have a cdrom that came with a language course, I can neither mount it nor dd it to an iso image inside openbsd, but it reads fine on my dvd player (the ones you use with your tv set). I have not tried it on windows, and anyway I would like to be able to listen to it on

Re: QEMU

2010-03-31 Thread Brynet
The later versions of QEMU no longer support kqemu at all, was removed. I've had chats with the maintainer (Todd Fries), but so far it seems that newer versions of QEMU are just not stable enough yet.. exposing compiler/optimization bugs and generally just sucking badly. There is nothing

Re: which monitoring do you use (on OpenBSD)

2010-08-11 Thread Brynet
Jiri B. wrote: Sorry no flash :) Hello, The follow was embedded on the page linked by jdixon, near the bottom you'll find this: http://s.omniti.net/video/noit-oscon-demo/flash/playlist.xml The direct link is inside. Without flash, manually forging for direct links is part of life.. -Bryan.

Re: athn0: radio is disabled by hardware switch

2010-10-16 Thread Brynet
Hey Fred, I have an Acer Aspire 5551 with an athn(4), the radio switch is Fn+F3. On Windows the Wireless LED goes on and off when toggling, but not on OpenBSD... it does work however, even though there are no visible indications. One quirk is that I have to hold down both keys for a few

Re: Linux-2.6.36-libre: turning Linux's Free Bait into Free Software

2010-11-09 Thread Brynet
Why are you sending this crap here? the inclusion of binary firmware/microcode in OpenBSD is considered acceptable so long as the license allows for redistribution.

Re: OpenBSD 4.8 kernel: protect fault trap, code=0

2010-11-23 Thread Brynet
16087 6928 6928 1000 3 0x2000180 selectimspector You dirty dirty voyeur, you. -Bryan.

Re: OpenBSD 4.8 kernel: protect fault trap, code=0

2010-11-23 Thread Brynet
On 11/23/10 16:20, R0me0 *** wrote: I'm upgraded installed packages with pkg_add -u and recompiling impector Thank you My comments were totally unrelated, this will not solve your problem. -Bryan.

Re: extra slashes in gcc errors?

2010-11-24 Thread Brynet
Hugo wrote: As defined by POSIX: Multiple successive slashes are considered to be the same as one slash. http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap03.html#tag_03_266 I'm sure that Ted is well aware that multiple slashes are allowed by POSIX, it isn't however what he

Re: How to open PDF that requires Adobe 9

2010-12-04 Thread Brynet
Hi, Why are you using xpdf? it's so old and crummy :-). print/epdfview, which uses the poppler library. textproc/mupdf, independent renderer, pretty good. -Bryan.

Re: How to open PDF that requires Adobe 9

2010-12-04 Thread Brynet
On 12/04/10 23:09, Clint Pachl wrote: All I can say is that I use cwm and don't like interfaces, GTK, gnome, or KDE. I highly agree with Patrick. I also use cwm, but that doesn't means I completely avoid applications using GTK+ or even Qt, there aren't a whole lot of programs using xlib or xcb

Re: USB Keyboard problem

2011-01-05 Thread Brynet
Luis wrote: Hi Guys, I installed a new machine with OBSD 4.8. For some reason, when I disconnect the USB keyboard and connect it again, it does not work anymore. Moreover, when I connected on some specific USB sockets it works again. Any clue of what could be happening? Thanks, Luis I

Re: DNSSEC validating resolver

2011-01-14 Thread Brynet
BIND10 will be written in a combination of Python and C++, not really a suitable upgrade for OpenBSD's base resolver/nameserver. Not sure how long BIND9 is going to be maintained by ISC. -Bryan.

Re: 4.8 on Thinkpad SL410

2011-02-15 Thread Brynet
Ugh, http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-73436 -Bryan.

Re: 4.8 on Thinkpad SL410

2011-02-15 Thread Brynet
Bryan Chapman wrote: Ok. Lets take two. I have upgraded to the latest snapshot. The single processor kernel boots and runs fine. I have included a dmesg from it. When booting from the multiprocessor kernel the last line displayed is: mtrr: Pentium Pro MTRR support -Bryan

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Brynet
http://www.chrysocome.net/dd -Bryan.

Re: Create a custom RAMDISK

2011-03-22 Thread Brynet
Mike Erdely's yaifo project is useful for remote installations. http://sourceforge.net/projects/yaifo/ http://merdely.wordpress.com/category/tech/yaifo/

Re: mplayer video sluggish with Radeon HD 4200

2011-03-26 Thread Brynet
Hi Scott, I have a Mobility Radeon HD 4200, indeed, xf86-video-ati in base lacks 2D/3D XVideo acceleration. Compiling a newer version of the radeon DDX driver works for me, trying the obsolete radeonhd driver is also an option (..I found it unstable). So far, 6.14.0 works.. 6.14.1 does not

Re: mplayer video sluggish with Radeon HD 4200

2011-03-26 Thread Brynet
On Sat, Mar 26, 2011 at 05:52:14PM +, iproudlyeat...@gmail.com wrote: So far, 6.14.0 works.. 6.14.1 does not (X server segfaults). If you are using the power management features (clock gating friends), did you notice any improvement on battery life and/or temperature? I don't

Re: mplayer video sluggish with Radeon HD 4200

2011-03-26 Thread Brynet
On Sat, Mar 26, 2011 at 05:52:14PM +, iproudlyeat...@gmail.com wrote: So far, 6.14.0 works.. 6.14.1 does not (X server segfaults). If you are using the power management features (clock gating friends), did you notice any improvement on battery life and/or temperature? DynamicPM seems

Re: mplayer video sluggish with Radeon HD 4200

2011-03-26 Thread Brynet
On Sat, Mar 26, 2011 at 03:15:13PM -0400, Scott McEachern wrote: Hi Bryan, I tried the new driver you suggested and with light testing it works quite well. For standard apps (firefox, thunderbird, amarok), and mplayer with regular def and HD it's just fine. mplayer with 1080p is slow,

Re: usr.sbin/wake removal

2009-02-10 Thread Brynet
M. Kim. -Brynet [demime 1.01d removed an attachment of type application/octet-stream which had a name of ifconfig-wol.diff]

Re: usr.sbin/wake removal

2009-02-10 Thread Brynet
I totally forgot about demime, shame on me.. :-) Index: ifconfig.8 === RCS file: /cvs/src/sbin/ifconfig/ifconfig.8,v retrieving revision 1.173 diff -u -r1.173 ifconfig.8 --- ifconfig.8 12 Dec 2008 22:09:26 - 1.173 +++

Re: System security question

2009-02-28 Thread Brynet
://ftp.cis.uoguelph.ca/pub/nfsv4/OpenBSD4.2/ It is unofficial.. but it does exist, regardless of how many people think otherwise. -Brynet

Re: How long it should take for a fsck to check a 300GB hdd?

2009-03-06 Thread Brynet
instead of apm(4)+pcibios(4).. only when you have some free time. -Brynet

Re: Tape Drive, TANDBERG, IBM 4200, I09X

2009-03-23 Thread Brynet
Hey Milan, I admit I haven't used a tape drive in some time, but could that be indicative of a blank tape? Make sure the tape really is rewound: $ sudo mt rewind -Brynet

Re: Install freezes on macppc

2009-03-24 Thread Brynet
that. -Brynet

Re: fdisk -- difference between 'update' and 'write'

2009-03-26 Thread Brynet
. You may want to read fdisk(8) again. -Brynet

Re: I can't mount HDDs

2009-04-07 Thread Brynet
HELO gmail.com 250 mx.google.com at your service The functionality you require is provided by mount(8).. a command in base, not a package. :) -Brynet

Re: mounting Blu-ray/HD-DVD reader causes system lockup

2009-04-07 Thread Brynet
, it wanted to use an AHCI device but only IDE devices were detected. I hope this helps, just remember to update /etc/fstab when you switch back.. -Brynet

Re: How to find my USB?

2009-04-12 Thread Brynet
Hi Juan, OpenBSD does not have a dynamic /dev filesystem, thus only 5 sd(4) device nodes are created by default. To create additonal device nodes yourself, it's very simple: # cd /dev # ./MAKEDEV sd{5,6} Hope that helps.. -Brynet

Re: how to configure minicom with my serial console (RS232) on USB.

2009-04-20 Thread Brynet
. Have fun, +1 Marco's suggestion as well. -Brynet

Re: how to configure minicom with my serial console (RS232) on USB.

2009-04-21 Thread Brynet
you decide to use, you'll need to update to a newer release of OpenBSD. The relevant device nodes would most likely be /dev/cuaU0 and /dev/ttyU0 as well.. not /dev/usb1. -Brynet

Re: Cannot load Zend/IonCube File not an ELF object

2009-04-27 Thread Brynet
OpenBSD/i386 and OpenBSD/amd64 are 2 entirely different architectures.. you cannot run i386 binaries under the amd64 port, it is not supported. -Brynet

Re: OT: Plea for HELP on dual boot MAC/OpenBSD disaster with refit that turn really bad! (Fixed)

2009-05-03 Thread Brynet
counts will be written to the standard error output in the same format as the standard completion message and dd will exit. In this cast, most people would add something like stty status ^T to their profile, or.. type it before they ran dd. Glad you figured it all out for your run.. :-) -Brynet

Re: floppy attached as sd with notebook bay, fdformat(1)

2012-12-06 Thread Brynet
On Thu, Dec 06, 2012 at 02:02:09PM +0100, MERIGHI Marcus wrote: umass0 at uhub7 port 1 configuration 1 interface 0 Sony USB Floppy Drive rev 1.10/6.01 addr 3 umass0: using UFI over CBI with CCI scsibus0 at umass0: 2 targets, initiator 0 sd0 at scsibus0 targ 1 lun 0: SONY, USB-FDU,

Re: Mount CD/DVD and playback DVD as normal user

2013-11-12 Thread Brynet
There are many reasons for wanting to mount a CD/DVD, perhaps to restore a backup or to access files from someone who only just recently made the transition from floppy. But for the two most common reasons today.. * Music/Audio discs, containing no filesystem and cannot be mounted. cdio(1) in

Re: Xorg on a Omnibook 800

2013-12-20 Thread Brynet
On Fri, Dec 20, 2013 at 11:07:25AM +0100, Riccardo Mottola wrote: .. vga1 at pci0 dev 3 function 0 Neomagic Magicgraph NM2070 rev 0x01 .. I have one of these in an an old Dell laptop that was given to me. I would have settled with vesa(4), but none of the resolutions seem to fit the LCD panel

Re: Xorg on a Omnibook 800

2013-12-21 Thread Brynet
On Sat, Dec 21, 2013 at 04:55:10PM +0100, Riccardo Mottola wrote: Just as a test, in uncommented #Option progLcdModeRegs true #Option progLcdModeStretch true to see if they did any difference and behold! it works. We do swap a bit with 32MB of ram just by displaying a xterm!

Re: bge IPv6 TCP checksum broken

2014-02-24 Thread Brynet
On Mon, Feb 24, 2014 at 04:57:23PM +, Martin Brandenburg wrote: Hello, I have this chip: bge0 at pci8 dev 0 function 0 Broadcom BCM57765 rev 0x10, BCM57765 B0 (0x57785100): msi, address a8:20:66:47:1f:8b brgphy0 at bge0 phy 1: BCM57765 10/100/1000baseT PHY, rev. 4 TCP

<    1   2