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

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] ] [

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? #

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

2007-10-03 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

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 = directories separated by semi-colons default: C:\WINDOWS;C:\WINDOWS\SYSTEM Used

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=articlesid=20070705092624 Or the archives ... http://marc.info/?l=openbsd-miscw=2r=1s=wpaq=b http://marc.info/?l=openbsd-miscm=117983545326556w=2 On 18/10/2007, at 10:04 PM, Predrag Punosevac wrote: I was wondering

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.

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's rather small

Re: About Xen: maybe a reiterative question but ..

2007-10-25 Thread Richard Toohey
My analogies usually go to custard, but I'll try this one. You are in charge of getting four ambassadors to a meeting. As well as making sure they are happy and fed, you are in charge of their security. All four are hated in their home countries and you know their are people wanting to kill

Re: About Xen: maybe a reiterative question but ..

2007-10-25 Thread Richard Toohey
On 25/10/2007, at 8:28 PM, Richard Toohey wrote: My analogies usually go to custard, but I'll try this one. You are in charge of getting four ambassadors to a meeting. As well as making sure they are happy and fed, you are in charge of their security. All four are hated in their home

Re: About Xen: maybe a reiterative question but ..

2007-10-25 Thread Richard Toohey
On 25/10/2007, at 9:00 PM, Lars Noodin wrote: Richard Toohey wrote: My analogies usually go to custard, but I'll try this one. .. 1. One car per ambassador. ... With all four cars loaded onto a single car-carrier truck. -Lars Exactly! Have you made each of the ambassadors more secure

Re: new dell install completed, but...

2007-10-25 Thread Richard Toohey
On 25/10/2007, at 4:35 PM, [EMAIL PROTECTED] wrote: thanks for the response. I'll give that a read, and a try. where are you getting 4.2? the web site only shows 4.1 as being released. metajunkie 4.2 - order it online (they've been REALLY good this year - took less than 2 weeks from

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

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

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 disallow ssh

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

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

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

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

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} != XNO -a -f /etc/dhcpd.conf ]; then Now i have no clue what -a -f does (anyone

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} != XNO -a -f /etc/dhcpd.conf ]; then Now i have no clue what -a -f does (anyone care to point me to the right manual?) [cut] man test -f file True

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

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: 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-miscm=119006249920380w=2 http://marc.info/?l=openbsd-miscm=119012951715635w=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

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

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-03 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

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': : undefined reference

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 ... pckbc: command

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-miscm=121234449912679w=2 ... so

Re: Changing From headers in mail on a whim?

2008-06-18 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

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

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 install, I get

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

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

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

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

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. #

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

Re: PHP5 And Apache on 4.4

2008-12-10 Thread Richard Toohey
On 11/12/2008, at 5:10 PM, Bret wrote: Greets: I recently did a clean install of OpenBSD 4.4 on a system that had been running 4.0. I have tried getting Php5 to run but I have not had any luck. Apache works fine. I installed from packages and followed the Instructions to do: ln -s

Re: PHP5 And Apache on 4.4

2008-12-10 Thread Richard Toohey
[cut] Yes a clean install, Apache works fine,, index,html servers up across my network... php -i from the command line works,,, a page called qw.php with only ? phpinfo(); ? displays nothing but from firefox a show page source shows the ? phpinfo(); ? as being there. also did multiple

Re: PHP5 And Apache on 4.4

2008-12-12 Thread Richard Toohey
On 12/12/2008, at 4:51 PM, Marcos Laufer - Ipv4networks.com wrote: Or you could just enable short tags in php.ini: short_open_tag = On [cut] Yes, that's what I used to do. And then I used someone else's server. Or a fresh install of PHP 5. Or something. And I/you forget about short

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 keys

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 someone who

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 support the

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 it is,

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: Easy way to follow -current, a write-up

2011-12-03 Thread Richard Toohey
On 4/12/2011, at 8:36 AM, Marc Espie wrote: On Sat, Dec 03, 2011 at 08:01:43PM +0100, Sime Ramov wrote: I just wrote this document outlining the steps I do to keep up with -current: http://ramov.com/writing/obsd-current.html Hope someone finds it useful. Bad advice. As discussed with

Re: roundcubemail packet

2011-12-05 Thread Richard Toohey
On 5/12/2011, at 9:03 PM, Wesley M. wrote: Hi, I have the following error : Check DB config DSN (write): NOT OK(MDB2 Error: connect failed) Make sure that the configured database exists and that the user has write privileges DSN: mysql://roundcube:pass@localhost/roundcubemail Try

Re: Failed to setup fvwm for antialiased Xft fonts

2011-12-08 Thread Richard Toohey
On 9/12/2011, at 7:27 PM, Tekk wrote: iirc the binary packages are audited, ports are not Guys, they put so much effort into the docs FAQ - read them. The recommendation is to use the binary packages unless you know you are doing. http://www.openbsd.org/faq/faq15.html#Intro The packages

Re: Failed to setup fvwm for antialiased Xft fonts

2011-12-09 Thread Richard Toohey
On 10/12/2011, at 5:18 AM, Neoklis Kyriazis wrote: - Original Message - From: Richard Toohey richardtoo...@paradise.net.nz To: Tekk t...@parlementum.net Cc: Neoklis Kyriazis n5b...@yahoo.com; OpenBSD misc@openbsd.org Sent: Friday, December 9, 2011 9:03 AM Subject: Re: Failed

Re: What generates the OpenBSD page?

2011-12-09 Thread Richard Toohey
On 10/12/2011, at 3:02 PM, John Tate wrote: I am wondering what software if any generates the OpenBSD and similar websites. It appears to be a static page generated by some software, that software doesn't seem to be mentioned. What is it? Or is it just hand made? You might find some answers

Re: error report when installing gnome on openbsd 5.0

2012-01-18 Thread Richard Toohey
On 19/01/2012, at 8:15 PM, lbvvbooo lbvvbooo wrote: After a 2nd thought, I don't think it's caused by packages of different versions in one folder, because the error are all tracked and rooted to one error: can't install gnugetopt: library c.51.0 not found; library intl.4.0 not found. It seems a

Re: FR: Make it possible to turn off untrusted users ability to read cmdline arguments of processes they don't own

2012-02-01 Thread Richard Toohey
On 2/02/2012, at 12:30 PM, Paul Dejean wrote: Even though it's bad practice, a lot of commonly programs will request passwords or similar sensitive information as command line arguments. For instance, curl, svn, useradd... There will usually be a way to work around doing things this way (curl

Re: What's the location trash after move to trash

2012-02-01 Thread Richard Toohey
On 2/02/2012, at 6:05 PM, lbvvbooo lbvvbooo wrote: I checked folder ~/.local/share/Trash/files/, and test it again, still can't find the deleted files. The trash icon does NOT show them either. Anybody help? If you know one of the file names or part of one of the filenames - use find.

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-13 Thread Richard Toohey
On 14/02/2012, at 5:01 PM, Giridhari wrote: HELO have tried a cvs checkout of OPENBSD_5_0 several times in the last week or two and have seen cvs abort: cvs checkout: Updating src/games/snake cvs [chckout aborted]: could not chdir to src/games/snake/snake : Not a directory Could

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-14 Thread Richard Toohey
: Richard Toohey Sent: Tuesday, February 14, 2012 5:15 PM To: Giridhari Cc: misc@openbsd.org Subject: Re: CVS checkout for OPENBSD_5_0 : aborted On 14/02/2012, at 5:01 PM, Giridhari wrote: HELO have tried a cvs checkout of OPENBSD_5_0 several times in the last week or two and have seen cvs

Re: ping from chrooted httpd fails

2012-03-03 Thread Richard Toohey
On 3/03/2012, at 9:38 PM, fRANz wrote: Hi, I tried to make ping working inside httpd chroot from php script. Without chroot, ping works fine. I don't know what I miss in this configuration: # uname -a OpenBSD d7 5.0 GENERIC#59 i386 # cat /etc/rc.conf | grep httpd # use -u to disable

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 fquinon...@gmail.com: 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 mss

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 quoteRemoving 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

4.4-4.5, then patches, ifconfig gives SIOCGIFNETMASK: Device not configured (Was Re: help with getting kernel/userland back in sync)

2009-05-15 Thread Richard Toohey
On 7/05/2009, at 4:02 AM, Robert Urban wrote: I'll answer my own question. It seems it's not a problem of the kernel and userland being out of sync, but rather /sbin/sysctl was hosed too. rebuilt and problem disappeared. I'm guessing that either I had some junk in /usr/obj/sbin or

Re: PF performance problem

2009-06-03 Thread Richard Toohey
On 3/06/2009, at 10:02 PM, BARDOU Pierre wrote: Hello, I have performance issues on a OpenBSD 4.4 firewall. CPU load is OK (always below 50%), but system load is always between 1 and 1.5, it may go up to 2 sometimes. [cut] And what is the actual *problem*? What is pf failing to do? Or

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Richard Toohey
On 4/06/2009, at 9:56 AM, Chris Bennett wrote: [chop] I'm very motivated to help out. I'm very eager to do something useful when I have free time, which comes in big bunches together. I don't need something glamorous or sexy. I know very well that I am like the little kid among the grown-ups,

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Richard Toohey
On 4/06/2009, at 8:13 PM, Chris Bennett wrote: Richard Toohey wrote: [chop] The last time this was discussed ... kernel janitors. http://marc.info/?l=openbsd-miscm=119377638131216w=2 Lots of stuff in that thread; including many of the developers. That's a good (and long :) ) thread

Re: Slow response...

2009-06-09 Thread Richard Toohey
On 9/06/2009, at 12:24 PM, Nebojsa Gavrilov wrote: Hello, I recently bought new computer (Phenon II X3 720, GA-MA790FXT-UD5P, 4GB RAM 400GB SATA) and I was decided to install 64 bit (amd64) OpenBSD 4.5 on it. Installation went well and I was setup OpenBSD to use bsd.mp kernel. However

Re: Apache php weird problem

2009-06-16 Thread Richard Toohey
On 16/06/2009, at 7:08 PM, Richard Toohey wrote: On 16/06/2009, at 3:22 PM, MANI wrote: # cd /var/www/conf # vi index.php 1html 2 headPHP Test Page!/head 3 body 4 Hello PHP! 5 /body 6 /html [cut] browsing to http://127.0.0.1/index.html shows *It Worked!* default

Re: Apache php weird problem

2009-06-16 Thread Richard Toohey
On 16/06/2009, at 3:22 PM, MANI wrote: # cd /var/www/conf # vi index.php 1html 2 headPHP Test Page!/head 3 body 4 Hello PHP! 5 /body 6 /html [cut] browsing to http://127.0.0.1/index.html shows *It Worked!* default page. browsing to http://127.0.0.1/index.php will

Re: Apache php weird problem

2009-06-16 Thread Richard Toohey
On 16/06/2009, at 7:44 PM, Richard Toohey wrote: [7] Did you really mean to install php5-mysql and mysql-SERVER? You might have meant mysql-CLIENT - makes more sense. D'oh! More sending without thinking first - installing php5-mysql should have pulled in mysql-CLIENT automatically. That's

Re: apache DOS tool

2009-06-22 Thread Richard Toohey
On 20/06/2009, at 8:24 AM, Peter van Oord van der Vlies wrote: Hi, Today i some pages are publishing news about a apache DOS tool for example (http://isc.sans.org/diary.html?storyid=6601) and http:// ha.ckers.org/blog/20090617/slowloris-http-dos/ Does this applies to the openbsd apache to

Re: apache DOS tool

2009-06-22 Thread Richard Toohey
On 22/06/2009, at 9:25 PM, Aiko Barz wrote: On Mon, Jun 22, 2009 at 08:31:01PM +1200, Richard Toohey wrote: On 20/06/2009, at 8:24 AM, Peter van Oord van der Vlies wrote: Hi, Today i some pages are publishing news about a apache DOS tool for example (http://isc.sans.org/diary.html?storyid

Re: Install difficulties

2009-07-09 Thread Richard Toohey
On 9/07/2009, at 7:41 PM, Eric Furman wrote: This is the best advice you will get. Don't try duel booting until you know what you are doing. And I'm not trying to be a smartass. duel[sic] booting - someone will end up getting shot! 8-)

Re: Climbing the learning curve, in baby steps.

2009-07-14 Thread Richard Toohey
On 15/07/2009, at 5:10 PM, Wayne M. Scace wrote: Hello fellow BSDians, I know it's baby steps, but I am, I thnk, off to a good start in climbing the learning curve of using OpenBSD. I set myself the dual goals of getting the src tree and the ports tree onto the box. Well,

Re: gcc4.2.20070307p11 fails to build

2009-07-24 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

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

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 exactly you are doing. Maybe

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 help with the HOME and END keys

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 } - serverftp port ftp-data #2: rdr on $ext_if proto tcp from any to ($ext_if) port

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

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.

Re: Daily script - wake up disk

2009-10-18 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 you

Re: How to set up sendmail

2009-10-25 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

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

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?

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, (as root)

Re: maia in openbsd 4.6

2010-04-22 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 file(1)

Re: USB stick 4GB Kingston not working

2010-04-22 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 found

  1   2   >