Re: A clue about php5, please?

2008-01-01 Thread Richard Toohey
On 2/01/2008, at 6:28 PM, Antti Harri wrote: On Wed, 2 Jan 2008, STeve Andre' wrote: However I can't use imbedded php like Use so I'm missing something and I haven't found what it is after a lot of looking around. Can someone point me in the correct direction? -- Antti

Re: Help with Seagate STT3401A tape drive

2008-01-01 Thread Richard Toohey
On 28/12/2007, at 12:21 PM, [EMAIL PROTECTED] wrote: Hi, all. I've finally found some time to try and get a tape drive - Seagate STT3401A (now Certance/Quantum) - working on a Dell SC440. [cut] mt rewind will log this (/var/log/messages): /bsd: wdc_atapi_intr: warning: reading only 255

Re: kernel_map out of virtual space panic on different hardware within hours of difference

2008-01-10 Thread Richard Toohey
On 11/01/2008, at 7:47 AM, Martmn Coco wrote: Hi misc, I'm having frequent crashes on OpenBSD 4.2 (stable) on different machines with the following error: panic: pmap_pinit: kernel_map out of virtual space! Specifically, we have two carped firewalls (running pfsync) that showed the same error

Re: avoid logging useless ssh brute force attempts

2008-02-01 Thread Richard Toohey
On 1/02/2008, at 8:39 PM, Peter N. M. Hansteen wrote: Chris <[EMAIL PROTECTED]> writes: my logs are filled with useless ssh bruteforce attempts - is there anything i can do to avoid logging random brute force attacks? since i disallow ssh root login and use the allowuser acl - i guess i cou

Re: avoid logging useless ssh brute force attempts

2008-02-01 Thread Richard Toohey
On 1/02/2008, at 9:11 PM, Richard Toohey wrote: On 1/02/2008, at 8:39 PM, Peter N. M. Hansteen wrote: Chris <[EMAIL PROTECTED]> writes: my logs are filled with useless ssh bruteforce attempts - is there anything i can do to avoid logging random brute force attacks? since i disall

Re: pf issues with a web-server

2008-02-03 Thread Richard Toohey
On 4/02/2008, at 7:31 PM, Bales, Tracy wrote: I have the following network configuration: InternetFirewallNetwork SwitchWeb-Server I've looked at the OpenBSD pf FAQ and tried the inetd(8) with nc (1) suggestion but...it blocks web access to the internet. I've just got

Re: need some help with base httpd

2008-02-17 Thread Richard Toohey
On 18/02/2008, at 8:31 PM, System Administrator wrote: After spending the weekend testing this every which way and searching the net and archives to no avail, I need a few more eyes to help determine whether this is a bug, a feature, or some minor stupidity on my part... [cut] into a file to

Re: ThinkPad : X freezes on exit...

2008-02-22 Thread Richard Toohey
On 23/02/2008, at 8:29 PM, Mayuresh Kathe wrote: Hi, I've got a ThinkPad R61i (dmesg at the bottom of mail). I configured X using 'X -configure', it showed a nice 1024x768 X startup screen, but when I did 'Ctrl+Alt+Backspace' to get back to my console X just froze. The only way to get out was t

Re: 004_pf.patch path not correct for 4.2

2008-02-23 Thread Richard Toohey
On 24/02/2008, at 10:44 AM, Jay Hart wrote: I see that there is some problem trying to apply patch 004 (the pf patch) under 4.2. Looks like there was some discussion late in Mov 07 about fixing the patch to correct for wrong path / missing directory tree in the patch. I've updated the ind

Re: 004_pf.patch path not correct for 4.2

2008-02-23 Thread Richard Toohey
On 24/02/2008, at 11:15 AM, Jay Hart wrote: On 24/02/2008, at 10:44 AM, Jay Hart wrote: I see that there is some problem trying to apply patch 004 (the pf patch) under 4.2. Looks like there was some discussion late in Mov 07 about fixing the patch to correct for wrong path / missing directory

Re: dhcpd rc bug?

2008-03-14 Thread Richard Toohey
On 14/03/2008, at 8:15 PM, Erwin van Maanen wrote: Hello everyone, I found out i couldn't disable my dhcp daemon yesterday and i think i've traced the problem to this in /etc/rc: if [ X"${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then Now i have no clue what " -a -f " does (a

Re: [ and test (was dhcpd rc bug?)

2008-03-14 Thread Richard Toohey
On 14/03/2008, at 8:31 PM, Richard Toohey wrote: On 14/03/2008, at 8:15 PM, Erwin van Maanen wrote: if [ X"${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then Now i have no clue what " -a -f " does (anyone care to point me to the right manual

Re: dhcpd rc bug?

2008-03-14 Thread Richard Toohey
On 14/03/2008, at 8:59 PM, Erwin van Maanen wrote: Just I more question if you don't mind answering it... which procress starts the rc and rc.local, is that the kernel itself or some kind of process that is started by the kernel. Ummm, man rc DESCRIPTION rc is the command script tha

Re: Large file freezes with 4.2, Samba, and XP64

2008-03-15 Thread Richard Toohey
On 16/03/2008, at 1:14 PM, Vinicius Vianna wrote: Chris Zakelj wrote: when I try to copy large files FROM desktop TO samba, desktop freezes. Hi Chris, This all seems to be a problem with your Desktop I've often had problems copying large files from Windows clients to other machines

Re: Large file freezes with 4.2, Samba, and XP64

2008-03-15 Thread Richard Toohey
On 16/03/2008, at 3:39 PM, Chris Zakelj wrote: Richard Toohey wrote: I usually batch the files into ~ 50Mb at a time, or use a different copying mechanism/program (or a script to copy n directories across at a time.) Not really an option, given that a single DVR recording can be upwards

Re: pkg_add Problems

2007-08-31 Thread Richard Toohey
Or ... 1. Download packages. 2. pkg_add -v downloaded-package(s) 3. See what dependancies it fails on - note down the name(s) - GOTO step 1 4. Repeat steps 1 - 3 until it works. [It's slow and dumb but it does work. Option B - download all packages - I've done that in the past - but rat

Re: Show your appreciation and get your 4.2 DVD

2007-09-10 Thread Richard Toohey
The public visibility is good for those people who have to chivvy their employers to contribute. So although it seems like a very trivial thing (and you guys have a million better things to do,) it does make a difference to some of us who are trying to get some more $ $$s in the kitty. PH

Re: Define hosts lookup for pf.conf

2007-09-18 Thread Richard Toohey
For question 1: perl should be part of the base install. From a 4.1 box, base install, NO X, packages installed, etc. $ perl -v This is perl, v5.8.8 built for i386-openbsd [cut] The Socket module should also be there: $ perl -e 'use strict; use Socket; print("hello\n");' hello For question

Re: Define hosts lookup for pf.conf

2007-09-18 Thread Richard Toohey
It's telling you exactly what's wrong - you have not specified any code for the -e option. man perl: SYNOPSIS perl [ -sTuU ] [ -hv ] [ -V[:configvar] ] [ -cw ] [ -d[:debugger] ] [ -D[number/list] ] [ -pna ] [ -Fpattern ] [ -l[octal] ] [ -0[octal] ] [ -Id

Re: Package Dependency Problem with glitz and X

2007-09-24 Thread Richard Toohey
The command you used works for me (well, no errors) on i386 - 4.1 installed off CD. X installed at install time, and definitely working on the machine. What is your PKG_PATH / where are the packages that you are installing from? # PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i

Re: To whom can I direct email for artwork use permission pls?

2007-10-02 Thread Richard Toohey
So if I need five CDs for five servers, should I buy one CD (something to install off and also so that my employer gets something physical for the expenditure - seems to help getting the money) and donate $200 - total $250? Or would you prefer me to buy 5 CDs so that CD sales are up - and so same

Re: wine question

2007-10-04 Thread Richard Toohey
I do not know much about wine, but the issue interested me ... I've built from ports and I am having a look. From the manual page, re. the wine configuration file, it has this: format: path = default: C:\WINDOWS;C:\WINDOWS\SYSTEM Used to specify the path which will be use

Re: Wireless WAP encryption question

2007-10-18 Thread Richard Toohey
You need to hang out at undeadly.org ... 8-) http://undeadly.org/cgi?action=article&sid=20070705092624 Or the archives ... http://marc.info/?l=openbsd-misc&w=2&r=1&s=wpa&q=b http://marc.info/?l=openbsd-misc&m=117983545326556&w=2 On 18/10/2007, at 10:04 PM, Predrag Punosevac wrote: I was wond

Re: cp(1) bug ?

2007-10-18 Thread Richard Toohey
This looks like fun ... 8-) And this is open source, so let's follow the code and learn something as we go along ... But first, I guess it IS following your instructions ... You asked it to copy what's in directory foo, recursively. And you are changing what's in foo at the same time ... 1. W

Re: : cp(1) bug ?

2007-10-19 Thread Richard Toohey
On 19/10/2007, at 8:12 PM, Raimo Niskanen wrote: On Thu, Oct 18, 2007 at 10:06:42PM +1300, Richard Toohey wrote: JUST FOR FUN I have tried to "fix" this. What I know about C code can be written on the back of a postage stamp Did I mention the SIZE of the postage stamp? It'

44.html - few minor typos

2008-09-06 Thread Richard Toohey
(I reported these on www@ but they don't seem to have been picked up.) rtadvd(8) now revoces it's privileges and runs as it's own user _rtadvd. ---> Should be "revokes its" ... and "runs as its own" scsi(4) probing makes better use of the TEST UNIT READY command to clear errors and allow succes

4.4 arrived in New Zealand

2008-10-14 Thread Richard Toohey
Thanks to all the developers and everyone else who helped get 4.4 to my doorstep. Your work is much appreciated.

Re: what exactly is enc0?

2008-10-15 Thread Richard Toohey
On 15/10/2008, at 8:59 PM, Vivek Ayer wrote: Hey folks, So having successfully installed OpenBSD on my lab's Sun Blade Workstation, I started to configure the network. The blade workstation had two ethernet ports, gem0 and enc0. gem0 is the gigabit PCI adapter, but enc0 is not like a traditiona

Re: apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-16 Thread Richard Toohey
On 17/11/2008, at 7:04 PM, Andrei Pirvan wrote: Hello The problem I have is that default apache can't load PHP module. PHP was installed from packages (php5-core-5.2.6.tgz), so here is nothing custom made. The only error I have is when I try to start apache is when I make a configtest. # apach

Re: apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-17 Thread Richard Toohey
On 17/11/2008, at 7:37 PM, Andrei Pirvan wrote: 1. Why does it say "Starting Pure-FTPd"? Have no ideea. Anyway, Pure-FTPd is already installed on the system, but don't know why it shows here. [snip] Let's go back to the Pure-FTPd - is your apachectl shell script broken? /usr/sbin/apachectl

Re: Upgrade woes with httpd at 4.3->4.4 on amd64

2008-11-23 Thread Richard Toohey
On 24/11/2008, at 5:04 PM, Uwe Dippel wrote: Here after reboot I find the following: # apachectl start /usr/sbin/httpd:/usr/lib/libm.so.2.3: undefined symbol 'isinf' /usr/sbin/httpd:/usr/lib/libm.so.2.3: undefined symbol 'isnan' /usr/sbin/httpd:/usr/local/lib/php/libphp5.so: undefined symbol

Re: "conversation with su failed" in KDE

2008-11-25 Thread Richard Toohey
On 19/11/2008, at 5:22 PM, Antoine Jacoutot wrote: On Tue, 18 Nov 2008, Mark Beihoffer wrote: Hello, I'm working on my laptop with OpenBSD 4.4 and am quite pleased with it thus far. However, I am having trouble with KDE, specifically accessing administrator mode in many of the Control

Re: OpenBSD 4.4-release installation hangs on large disk (x86)

2008-11-30 Thread Richard Toohey
On 1/12/2008, at 9:24 AM, Chris wrote: 2) in an earlier message you indicated that there was some kind of RAID on this system, I think it is safe to say that it is a BIOS- assisted software RAID, which COULD be causing you problems if it is still configured in the BIOS. And even if it isn't c

Re: Installing Perl on openBSD 4.0

2008-04-09 Thread Richard Toohey
You don't seem to have moved on much from when you last asked this question? http://marc.info/?l=openbsd-misc&m=119006249920380&w=2 http://marc.info/?l=openbsd-misc&m=119012951715635&w=2 Perl is in the base install - write it down somewhere. Good luck upgrading the boxes - read, re-read, plan

Re: How secure is OpenBSD really

2008-04-15 Thread Richard Toohey
What's your point? Is OpenBSD perfect? No. Does it have flaws? Yes. Can it be broken? Yes, and you've dug something out from six years ago that may or not prove that. But the same can be said of Linux, Windows, Mac OS, etc., etc. Has every flaw/bug been discovered? No. Will there be more

Re: web development on OpenBSD

2008-04-29 Thread Richard Toohey
On 28/04/2008, at 8:29 AM, badeguruji wrote: Hello, I plan to develop a money management app for personal use on OpenBSD. Since I am not big on any backend /prog.language I have decided to ask the experts, what should i choose. Based on the consensus and depth of a response, I will devote

Re: : : web development on OpenBSD (Drupal)

2008-05-01 Thread Richard Toohey
On 30/04/2008, at 7:36 PM, Raimo Niskanen wrote: Oops my bad english. I thought drupal was a for me unknown common english word, not a CMS name. It was which CMS system you had chosen I was curious to know... Which brings us back to the OP's question on web development software on OpenBSD ...

Re: whither pow() ?

2008-05-02 Thread Richard Toohey
On 3/05/2008, at 6:18 PM, Ben Calvert wrote: I'm sure i'm doing something really basic and stupid here, but i can't seem to use pow() from math.h ??? ben:2$ cc test_pow.c /tmp//ccy24322.o(.text+0x31): In function `main': : undefined reference to `pow' collect2: ld returned 1 exit status ben:3

Re: whither pow() ?

2008-05-03 Thread Richard Toohey
On 3/05/2008, at 6:21 PM, Richard Toohey wrote: On 3/05/2008, at 6:18 PM, Ben Calvert wrote: I'm sure i'm doing something really basic and stupid here, but i can't seem to use pow() from math.h ??? ben:2$ cc test_pow.c /tmp//ccy24322.o(.text+0x31): In function `main': :

Re: PHP gd library isn't loading...

2008-05-18 Thread Richard Toohey
On 18/05/2008, at 12:09 PM, Jeff Ross wrote: It seems that I've somehow lost the ability to load the php5-gd library into apache on my more or less -current box, even though I've installed the package and made the link as instructed when I installed the package. A page that pulls php_info

Compaq Presario C300 - keyboard no longer works (snapshot 3rd June 2008)

2008-06-12 Thread Richard Toohey
Compaq Presario C300 working fine with 4.2 and 4.3 BETA (last snapshot 26th Feb - see dmesg.) Trying to help with the testing, so booted with snapshot of 3rd June, but cannot install. When I press "i" for install, I get ... pckbc: command timeout ... and a never-ending repetition of "i" This

Re: Compaq Presario C300 - keyboard no longer works (snapshot 3rd June 2008)

2008-06-12 Thread Richard Toohey
On 12/06/2008, at 7:57 PM, Richard Toohey wrote: Compaq Presario C300 working fine with 4.2 and 4.3 BETA (last snapshot 26th Feb - see dmesg.) Trying to help with the testing, so booted with snapshot of 3rd June, but cannot install. When I press "i" for install, I get ... pckb

Re: Compaq Presario C300 - keyboard no longer works (snapshot 3rd June 2008)

2008-06-12 Thread Richard Toohey
On 12/06/2008, at 8:04 PM, Richard Toohey wrote: When I press "i" for install, I get ... pckbc: command timeout 4.3 CD OK. Snapshot 27 May OK Snapshot 03 June - problem Snapshot 11 June - problem So guessing changes around here ... http://marc.info/?l=openbsd-misc&m=12123

Re: Changing From headers in mail on a whim?

2008-06-17 Thread Richard Toohey
On 18/06/2008, at 3:56 PM, Aaron W. Hsu wrote: $ sendmail -t [EMAIL PROTECTED] Actually, this does help me some, because that will allow my to compose a new message using sendmail. However, this does not help me in actually doing much of the composing for replies to emails and such.

Re: Changing From headers in mail on a whim?

2008-06-18 Thread Richard Toohey
On 18/06/2008, at 9:00 PM, Pieter Verberne wrote: On Tue, Jun 17, 2008 at 03:56:02PM -0500, Aaron W. Hsu wrote: I was looking at mail(1) and wondering if there was any way to get control over the other headers? I haven't checked the source yet, but I couldn't find any documentation on adjusti

Re: OT: Mail was Re: Changing From headers in mail on a whim?

2008-06-19 Thread Richard Toohey
On 19/06/2008, at 1:04 PM, Aaron W. Hsu wrote: Hey Predrag, Since I'm the one that brought up this issue, I figure that I could comment on your suggestion... I was wondering if you guys could clarify something for me. I looked heirloom mailx (nail) very carefully and it looks li

Re: boot install cd on pentium mmx

2008-06-22 Thread Richard Toohey
On 22/06/2008, at 6:51 PM, STeve Andre' wrote: On Sunday 22 June 2008 02:39:02 Gabri Mate wrote: Dear List, i would like to install OpenBSD 4.3 on an old Pentium MMX machine. The BIOS can boot off from a cd, but it simply refuses to boot the OBSD installation media. It checks the cd, waits

Re: Compaq Presario C300 - keyboard no longer works (snapshot 3rd June 2008)

2008-06-23 Thread Richard Toohey
On 13/06/2008, at 2:12 AM, Marco Peereboom wrote: We are battling a few memory leaks in ACPI. This is what causes your machine to misbehave. On Thu, Jun 12, 2008 at 09:13:47PM +1200, Richard Toohey wrote: On 12/06/2008, at 8:04 PM, Richard Toohey wrote: When I press "i" for inst

Re: Compaq Presario C300 - keyboard no longer works (snapshot 3rd June 2008)

2008-06-24 Thread Richard Toohey
On 23/06/2008, at 8:28 PM, Richard Toohey wrote: On 13/06/2008, at 2:12 AM, Marco Peereboom wrote: We are battling a few memory leaks in ACPI. This is what causes your machine to misbehave. On Thu, Jun 12, 2008 at 09:13:47PM +1200, Richard Toohey wrote: On 12/06/2008, at 8:04 PM, Richard

Re: Compaq Presario C300 - keyboard no longer works (snapshot 3rd June 2008)

2008-06-24 Thread Richard Toohey
On 24/06/2008, at 8:33 PM, Richard Toohey wrote: On 23/06/2008, at 8:28 PM, Richard Toohey wrote: On 13/06/2008, at 2:12 AM, Marco Peereboom wrote: We are battling a few memory leaks in ACPI. This is what causes your machine to misbehave. On Thu, Jun 12, 2008 at 09:13:47PM +1200, Richard

Re: pkg_add not terminating

2008-07-12 Thread Richard Toohey
On 12/07/2008, at 12:31 PM, Daniel Ouellet wrote: Ivo van der Sangen wrote: When trying to install texlive_texmf-minimal-2007p2.tgz I run into problems. The pkg_add script does not terminate. The progress bar stops at 100% and there are still 3 processes running: perl, ftp and gzip. It ha

Re: assembler noob question

2008-07-25 Thread Richard Toohey
On 25/07/2008, at 2:13 PM, Jesus Sanchez wrote: I'm trying to do things without gcc at all. Just as (or nasm) and ld, so inline assembly isn't nice for me, only as last option to learn. People get excited if this is made too easy, so the clues ... 1. http://marc.info/?l=openbsd-misc and s

Re: Is not possible to disable sndiod process??

2012-06-10 Thread Richard Toohey
On 10/06/2012, at 8:25 PM, carlopmart wrote: > On 06/09/2012 12:56 PM, Alexandre Ratchov wrote: >> On Sat, Jun 09, 2012 at 12:36:19PM +0200, carlopmart wrote: >>> On 06/09/2012 12:21 PM, Alexandre Ratchov wrote: On Sat, Jun 09, 2012 at 11:48:29AM +0200, carlopmart wrote: > Hi all, > >

Re: ftpd server

2011-08-31 Thread Richard Toohey
On 31/08/2011, at 7:16 PM, matteo filippetto wrote: > 2011/8/31 fqui nonez : >> Hello >> >> I have a ftpd server box, OBSD-4.9, and pflog shows: >> >> Aug 29 10:11:03.520900 rule 3/(match) pass in on rl0: >> 190.87.195.241.2732 > 192.168.5.2.21: S 2008995709:2008995709(0) win >> 65535 >> Aug 29 1

userdel -p option - FAQ/man page issue?

2011-09-15 Thread Richard Toohey
Hi, guys. I wanted to disable a user account under OpenBSD 4.9, and Google led me here: http://www.openbsd.org/faq/faq10.html#AddDelUser Removing users To remove users with the user(8) hierarchy of commands, you will use userdel(8). This is a very simple, yet usable command. To remove the user

Re: Burning DVDs

2011-11-13 Thread Richard Toohey
On 14/11/2011, at 6:13 PM, John Tate wrote: > Device seems to be: Generic mmc2 DVD-R/DVD-RW. > > cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code. > cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD. > cdrecord: Free test versions and free

Re: How to suggest a package?

2011-11-14 Thread Richard Toohey
On 15/11/2011, at 6:03 PM, STeve Andre' wrote: > On 11/14/11 23:38, James Hozier wrote: >> I see that ii (FIFO-based 'irc it' IRC client) is in the packages, >> but sic (ii's "younger brother") is not. How can I suggest that >> sic be made as a package for OpenBSD? >> >> > You just did.Whether

Re: gkrellm and uuid's for filesystems

2011-11-18 Thread Richard Toohey
On 19/11/2011, at 1:46 PM, John Tate wrote: > Misc/Ports, > > gkrellm has an OpenBSD specific shortcoming. Depending on what USB > drives are plugged in, my softraid could be anywhere between sd2-sd6. > gkrellm needs to be reconfigured every time. The OpenBSD port of > gkrellm could instead suppor

Re: Recommended working IDE

2011-11-18 Thread Richard Toohey
On 19/11/2011, at 2:51 PM, John Tate wrote: > Misc, > > I've had troubles with eclipse and anjuta. Eclipse does not want to > run, anjuta seems to be missing it's symbol browser in anjuta-extras. > Anjuta actually works, but when I open a project it gives me an error. > I've already posted what i

Re: Giving java apps more memory

2011-11-18 Thread Richard Toohey
On 19/11/2011, at 4:12 PM, John Tate wrote: > Netbeans crashes with this... > > john@rothbard ~$ netbeans > # > # A fatal error has been detected by the Java Runtime Environment: > # > # java.lang.OutOfMemoryError: requested 32784 bytes for Chunk::new. > Out of swap space? > # > # Internal Error

Re: selling bsd in cd for profit??

2010-02-26 Thread Richard Toohey
On 27/02/2010, at 3:04 PM, Joel Wiramu Pauling wrote: > Let me clear on this. > > Yes you can. > > Follow the BSD licence terms (none of which say anything about for > profit) and you are fine. > > There is absolutely zero legal reason you cannot put together a cd of > OpenBSD and sell it. The off

Re: File Server: fsck, memory requirements and large disk drives

2010-03-02 Thread Richard Toohey
On 2/03/2010, at 1:40 PM, Rob Sheldon wrote: > On Sat, 27 Feb 2010 18:19:57 +0100, "Claus Niesen" > wrote: >> I'm trying to figure out the best way to setup a home file server. I > have >> a 700MHz Celeron with 512MB RAM (maxed out), a gigabit network adapter > and >> 1.5TB hard drive along with

Re: weird maildirmake problem

2010-04-21 Thread Richard Toohey
On 21/04/2010, at 9:48 AM, Ozgur Kazancci wrote: > Hi, > > I've a strange problem; > > I installed an OpenBSD mail server last day with Postfix, Courier-Imap..etc > > Everything was working fine, until i wanted to re-create an e-mail account. > > Now, when i'm trying to make user's directory, > (a

Re: maia in openbsd 4.6

2010-04-21 Thread Richard Toohey
On 22/04/2010, at 5:02 PM, sonjaya wrote: > hi all ... > > i have problem installed maia in openbsd 4.6 , problem module perl file(1). > > Application/Module Version Status > > Perl : 5.10.0 : OK > fi

Re: USB stick 4GB Kingston not working

2010-04-21 Thread Richard Toohey
On 20/04/2010, at 4:05 PM, STeve Andre' wrote: > On Monday 19 April 2010 23:51:21 Sean Howard wrote: >> I have a Kingston, it has behaved very erratically (and currently lost its >> partition, leaving the drive unformatted). I've done no research into this, >> but a similar problem is there. I fou

Re: Installer Source

2011-02-10 Thread Richard Toohey
On 11/02/2011, at 1:30 PM, mailing list wrote: > Can someone direct me to a copy of the OpenBSD installer, source code? > Thanks > $ cd /usr/src/ $ grep -rs 'Choose your keyboard' *

Re: benchmarks

2011-04-17 Thread Richard Toohey
On 18/04/2011, at 1:07 PM, Rodrigo Mosconi wrote: > Hi all, > > I'm interested on some benchmarks, specially with network/PF. > On the general performance: http://www.openbsd.org/faq/pf/perf.html > For example: > > What's the maximum bandwidth that a soekris (or alix) can handle safely as a > f

Re: ntfs support on amd64?

2011-04-21 Thread Richard Toohey
On 21/04/2011, at 7:36 PM, Guillaume Duali wrote: > On Thu, 21 Apr 2011 08:00:43 +0200, marc wrote: >> Hello everybody > Hi, >> >> When I try to mount a ntfs partition, "mount /dev/sd1i /mnt/win" I get: >> mount_ntfs: /dev/sd1i on /mnt/x: Operation not supported >> >> I formated it with Wind

Re: pkg_add problems after 4.7 upgrade

2010-05-30 Thread Richard Toohey
On 30/05/2010, at 4:50 PM, Casey Allen Shobe wrote: > On 30 May, 2010, at 12:15 AM, Denny White wrote: >> Not really sure what happened with >> ftp://obsd.cec.mtu.edu/pub/OpenBSD/4.7/packages/i386/ >> since it worked fine for me including 'ls'. >> >> As for the 2nd one you tried which didn't work:

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-03 Thread Richard Toohey
On 3/06/2010, at 8:42 PM, Uwe Dippel wrote: [cut] > No, that seriously turns me off. I have given everything in detail > that I came across, I have not been silent about any additional > message, any unusual activity. I have stated a few times that I > followed the upgrade procedure to the dot, I

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-03 Thread Richard Toohey
On 3/06/2010, at 9:02 PM, Richard Toohey wrote: > On 3/06/2010, at 8:42 PM, Uwe Dippel wrote: > > [cut] >> No, that seriously turns me off. I have given everything in detail >> that I came across, I have not been silent about any additional >> message, any unusual ac

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-04 Thread Richard Toohey
On 4/06/2010, at 6:41 PM, patrick keshishian wrote: > On Thu, Jun 3, 2010 at 11:18 PM, Uwe Dippel wrote: >> On Thu, Jun 3, 2010 at 7:18 PM, Richard Toohey >> wrote: >> >>> OK, I've tried it and cannot reproduce what you see. I've never done >>>

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-04 Thread Richard Toohey
On 4/06/2010, at 8:33 PM, Uwe Dippel wrote: > On Fri, Jun 4, 2010 at 4:22 PM, Eric Faurot wrote: > >> Don't you have old stuff lying around in /usr/obj that gets installed >> over your new binaries? > > That's probably the critical question now. Though, sorry to say, there > is nowhere written th

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-04 Thread Richard Toohey
On 5/06/2010, at 7:31 AM, Nick Holland wrote: > Jacob Meuser wrote: >> On Fri, Jun 04, 2010 at 04:22:35PM +, Uwe Dippel wrote: >>> Still, may I suggest, that the next Upgrade Guide gets an extra line, with a >>> remark pointing out the existence of /usr/obj; and the suggestion to clean it? >>

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-04 Thread Richard Toohey
On 5/06/2010, at 5:51 PM, Theo de Raadt wrote: >> On Fri, Jun 4, 2010 at 7:49 PM, Jacob Meuser >> wrote: >>> I'm still curious how anything left in /usr/obj can be anything >>> but a possible problem after updating system binaries and sources >>> to a new release. especially for people who are j

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-05 Thread Richard Toohey
On 5/06/2010, at 7:45 PM, Jan Stary wrote: > On Jun 04 16:22:35, Uwe Dippel wrote: >> Jacob Meuser sdf.lonestar.org> writes: >> >>> oh good grief. you had a dirty /usr/obj. >>> >>> just look at the pfctl snippet of the log you posted. do you see pfctl >>> being built? do you see pfctl being in

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-05 Thread Richard Toohey
On 5/06/2010, at 8:14 PM, Marc Espie wrote: > On Sat, Jun 05, 2010 at 06:48:18PM +1200, Richard Toohey wrote: >> But I don't understand what he's doing differently to me. A new release is >> out, you want to upgrade from the previous release to the new one, and >

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-07 Thread Richard Toohey
ake > make install > cd ../../sbin > make obj > make depend > make > make install > > > , where mk_build_clean is just the set of steps pointed out in 'man release', > respectively in FAQ5. > To me, and I gue

Re: Running systat queues Leads to System Hang

2010-07-07 Thread Richard Toohey
On 8/07/2010, at 2:45 PM, Daniel Melameth wrote: > On Fri, Jun 18, 2010 at 11:08 PM, Daniel Melameth > wrote: >> On my firewall at home, on occasion, running systat queues leaves me with > an >> unresponsive system. pings are not returned and the keyboard at the > console >> is unresponsive. So

Re: becoming a openbsd developer , any guides ?

2010-08-04 Thread Richard Toohey
On 4/08/2010, at 6:32 PM, Philip Guenther wrote: > On Tue, Aug 3, 2010 at 10:50 PM, Aaron Lewis > wrote: >> I've been googled a lot , nothing interesting about this topic , can >> anyone get me some ideas ? undeadly and bsdtalk (http://bsdtalk.blogspot.com/) are great resources. e.g. thing

Re: MTA choice

2010-08-13 Thread Richard Toohey
On 13/08/2010, at 7:41 PM, open...@e-solutions.re wrote: > I only want to know what is better (easiest way, most secure) to use. > And have your advice. Easiest doesn't necessarily fit with most secure ... or everyone would be using Windows and Macs? You have to understand what you are setting u

Minor nits in 4.7/001_kerberos.patch

2010-09-16 Thread Richard Toohey
Hi all. Patching a 4.7 box from the errata patch and noticed this: + +if (len < checksum_sz + et->confoundersize) { + krb5_set_error_string(context, "Encrypted data shorter then " + "checksum + confunder"); + return KRB5_BAD_MSIZE; +} + That "t

Re: Minor nits in 4.7/001_kerberos.patch

2010-09-16 Thread Richard Toohey
D'oh ... didn't even cross my mind! Now watch me mangle a diff ... On 16/09/2010, at 8:44 PM, Bret S. Lambert wrote: > All that, and you don't provide your own diff fixing these? > > On Thu, Sep 16, 2010 at 08:41:18PM +1200, Richard Toohey wrote: >> Hi all. >

Re: gcc4.2.20070307p11 fails to build

2009-07-23 Thread Richard Toohey
On 24/07/2009, at 1:47 PM, Jamie Griffin wrote: Hi i installed openoffice3 using pkg_add. After trying to update the package using ports the build fails[cut] Not sure how you *upgrade* a package via ports, or have I missed the point? (You should be able to REBUILD the package from ports

Re: F1-F10, 'HOME', 'END' keys.

2009-07-31 Thread Richard Toohey
On 1/08/2009, at 8:49 AM, 4625 wrote: How to achieve the adequate behaviour on pressing keys F1-F10 in GoldED+ (message editor); 'HOME' - return to begin of line, 'END' - end of line in bash prompt and some text/message editors? [cut] 'HOME' and 'END' keys will display the '~' almost ever

Re: Encrypted virtual disk.

2009-07-31 Thread Richard Toohey
On 1/08/2009, at 9:00 AM, 4625 wrote: Can anyone explain how to create encrypted virtual disk? (similar to vncrypt disk on FreeBSD). -- 4625 Google openbsd encrypted virtual disk Not sure if it is the same as FreeBSD's vncrypt, though.

Re: F1-F10, 'HOME', 'END' keys.

2009-08-03 Thread Richard Toohey
On 3/08/2009, at 12:21 PM, 4625 wrote: On Sat, 1 Aug 2009, Richard Toohey wrote: 'HOME' and 'END' keys will display the '~' almost everywhere in OpenBSD console. openbsd home key tilde First link might help with the HOME and END keys; depending on what exac

Re: F1-F10, 'HOME', 'END' keys.

2009-08-03 Thread Richard Toohey
On 3/08/2009, at 8:19 PM, Richard Toohey wrote: On 3/08/2009, at 12:21 PM, 4625 wrote: On Sat, 1 Aug 2009, Richard Toohey wrote: 'HOME' and 'END' keys will display the '~' almost everywhere in OpenBSD console. openbsd home key tilde First link might h

Re: FTP public

2009-08-04 Thread Richard Toohey
On 4/08/2009, at 7:49 AM, Yamidt Henao wrote: Hi, I cant publish a ftp server using the pf, my ftp server used autenticacion,I have in pf: #1: rdr on $ext_if proto tcp from any to ($ext_if) port { ftp-data } -> port ftp-data #2: rdr on $ext_if proto tcp from any to ($ext_if) port { ftp } -

Re: Supporting OpenBSD

2009-09-09 Thread Richard Toohey
On 9/09/2009, at 9:14 PM, Johan M:son Lindman wrote: On Wednesday 09 September 2009 08:45:41 you wrote: I have a few questions about the stores in Australia (since we're on the topic here). (http://www.openbsd.org/orders.html#au/lsl) LSL doesn't seem to be doing pre-orders (see http://www.

Re: 4.6 arriving

2009-10-06 Thread Richard Toohey
On 7/10/2009, at 12:09 AM, Victor Camacho wrote: CD Showed up in San Antonio Texas on Monday, Oct. 6. Thank you Theo and all the developers. I appreciate and am grateful for the hard work and pride you put into OpenBSD. Thank You, Victor Camacho And today in Tauranga, New Zealand. Than

Re: Daily script - wake up disk

2009-10-17 Thread Richard Toohey
On 18/10/2009, at 3:00 AM, jean-francois wrote: > > In the first place, I use to change the time of the cron job > because it > used to start in a big noise (this disk is very noisy compared to the > server itself) at 1 o clock in the night, waking me up (!) nearly > every > time. > Looks like

Re: How to set up sendmail

2009-10-24 Thread Richard Toohey
On 25/10/2009, at 5:44 PM, Mark Yieh wrote: Hi I'm trying to set up sendmail as my home mail server but it's my first time so I'm not sure what to do. I know it's already installed and enabled in base but will only accept requests from local host. So I've added this flag in rc.conf.local to e

Re: Segfault in Apache after upgrade to v4.6

2009-11-01 Thread Richard Toohey
On 1/11/2009, at 5:27 PM, Jeremy Bowen wrote: Hi I've just upgraded a couple of (old-ish) servers to 4.6 and now Apache has started throwing intermittent segfaults on both. (dmesgs appended below) I previously upgraded from 4.4 to 4.5 without incident. Both of these machines have been run

Re: Disk occupation problem

2009-11-09 Thread Richard Toohey
On 9/11/2009, at 9:11 PM, BARDOU Pierre wrote: Hello, I have a strange problem with disk occupation. Df says my disk is nearly full (25G occupied), but when I do a du  sh on the mountpoint it says only 10M used !? Are you deleting in-use log files? Does the space come back after a reboot?

misc@openbsd.org

2009-11-18 Thread Richard Toohey
On 18/11/2009, at 1:56 AM, W.E.B. Schrott wrote: Hi These 2 files do not seem to be there anymore. I couldn't find any info about this facts anywhere. www.openbsd.org/spamd/koreacidr.txt.gz www.openbsd.org/spamd/chinacidr.txt.gz I guess, I will have to get them directly and reformat them to f

Installer adding user - doesn't allow periods in user name

2010-11-04 Thread Richard Toohey
Hi, guys. This thread[1] (sync adduser with installer) reminded me of a question that I had: If I use adduser, I can create a user "firstname.lastname"; if I try that via the installer, it doesn't like it - "firstname.lastname is not a useable loginname." If I look in (4.7) /usr/src/distrib/mini

Re: problem patching with 004: RELIABILITY FIX: November 17, 2010

2010-11-19 Thread Richard Toohey
On 19/11/2010, at 9:01 PM, FUGU wrote: > I experience the following when I try to patch with 004 patch on openbsd 4.8 > > ===> mount_portal > make: don't know how to make /usr/src/sys/sys/simplelock.h. Stop in > /usr/src/sbin/mount_portal. > *** Error code 2 > > Stop in /usr/src/sbin (line 48 of /

Re: OpenBSD 4.8 crash unexpectedly (panic: trap type 6, code=0, pc=d056c5dd)

2010-11-30 Thread Richard Toohey
On 30/11/2010, at 5:39 PM, Bahador NazariFard wrote: > Hi , all dear friends > My OpenBSD crashed and rebooted agian after panic: trap type 6, code=0, > pc=d056c5dd. > I am trying to find where is the origination of this problem but I could not > find anything. Can't help with core files, but wou

Re: Question about filesystem

2011-02-05 Thread Richard Toohey
On 6/02/2011, at 9:31 AM, Jean-Francois wrote: > Hi, > > Right. Could you please describe in few words whet softdeps is ? http://www.openbsd.org/faq/faq14.html#SoftUpdates Wouldn't you rather let Nick & the other OpenBSD developers *WORK* on OpenBSD? I would. Rather than answering questions tha

<    1   2   3   >