Re: mysql problem

2007-07-13 Thread Gordon Stratton
On 7/12/07, Marcos Laufer [EMAIL PROTECTED] wrote: ERROR 1018 (HY000): Can't read dir of './mysql/' (errno: 9) Use fstat(1) or similar tool to check the open files on the system, maybe you're bumping up against a limit somewhere? There is an old thread[1] on a similar topic which might apply

Re: mysql problem

2007-07-13 Thread Marcos Laufer
I did read the archives, and it helped me to find out that restarting mysql fixes it for some time, and i increased the values several times but no luck. It starts working fine for a while but then again it fails . In the end i have this config right now and the problem persists, i can reproduce

Re: mysql problem

2007-07-13 Thread Otto Moerbeek
On Fri, 13 Jul 2007, Marcos Laufer wrote: I am having a very strange problem on a 3.9 , suddenly i can't access any table on the databases. I have around 100 databases on this server and can't access not even one. This is a production server and i am in an urge to solve it, if anyone can

Re: mysql problem

2007-07-13 Thread Otto Moerbeek
On Fri, 13 Jul 2007, Marcos Laufer wrote: I did read the archives, and it helped me to find out that restarting mysql fixes it for some time, and i increased the values several times but no luck. It starts working fine for a while but then again it fails . In the end i have this config right

Re: ipsec vpn with os x clients

2007-07-13 Thread Hans-Joerg Hoexer
Hi, On Thu, Jul 12, 2007 at 05:38:47PM -0800, eric wrote: I have an OpenBSD 4.1 (OpenBSD snip 4.1 GENERIC#1435 i386) acting as a PPPoE NAT router firewall to my ISP. I'd like to replace my OS X 10.4 Server IPSEC VPN with the OpenBSD system. My road warrior clients are all OS X 10.4.10.

PF problems with many connections.

2007-07-13 Thread TuxR
Hello. I trying to use OpenBSD under high load and have problems with PF. When there is very many connections to server in some point other connections just failes. I try to use simple test application that creates 1000 connections to server for 1000 iteration. Maximum number I have observed

Re: PF problems with many connections.

2007-07-13 Thread TuxR
2007/7/13, Adriaan [EMAIL PROTECTED]: On 7/13/07, TuxR [EMAIL PROTECTED] wrote: Hello. I trying to use OpenBSD under high load and have problems with PF. When there is very many connections to server in some point other connections just failes. I try to use simple test application that

Re: FAQ/PF Guide PDF links out of date?

2007-07-13 Thread Nick Holland
Richard Wilson wrote: I think I may have found a glitch in the OpenBSD website - The FAQ and the PF User's guide are provided as PDF's, which is very handy for those of us who like to print them out to hand to people as part of their site documentation. Quickly out of date I know, but some of

Re: PF problems with many connections.

2007-07-13 Thread TuxR
2007/7/13, Stuart Henderson [EMAIL PROTECTED]: pass log quick on $int_if proto tcp from $me to 10.10.10.10 port 80 ^^^ Is it any better without logging? And `pfctl -si` have normal values. It's better to include the output. Also sysctl net.inet.ip.ifq. # pfctl -si Status: Enabled

FastCGI / php and chroot- what to try next? (Was: fastcgi + php: how to handle further extensions?)

2007-07-13 Thread Matt
Hello, My problem is with FastCGI php5 in a chrooted environment. In chroot the binary refuses to find the shared libs like mysql.so (but the binary itself works). Whenever I disable chroot (-u) the binary includes the shared libs without any problems. Pointing to a different (relative or

Re: PF problems with many connections.

2007-07-13 Thread Stuart Henderson
pass log quick on $int_if proto tcp from $me to 10.10.10.10 port 80 ^^^ Is it any better without logging? And `pfctl -si` have normal values. It's better to include the output. Also sysctl net.inet.ip.ifq.

Re: DTP pm2654U2

2007-07-13 Thread Stuart Henderson
On 2007/07/13 13:35, Tang Tse wrote: sd1: 70088 MB iopsp0 at iop0 tid 8: SCSI port SYMBIOS,SYM53C895,0001 scsibus3 at iopsp0: 16 targets -- that's the last line. Anyone had the same problem or similar? Any idea? I'm pretty sure there's something about it in the archives, and

Re: PF problems with many connections.

2007-07-13 Thread Adriaan
On 7/13/07, TuxR [EMAIL PROTECTED] wrote: Hello. I trying to use OpenBSD under high load and have problems with PF. When there is very many connections to server in some point other connections just failes. I try to use simple test application that creates 1000 connections to server for 1000

DTP pm2654U2

2007-07-13 Thread Tang Tse
Hi there! I got a Xeon Machine with DTP PM2654U2 ( a very old raid adapter ). I take a look at Hardware compatibility list and it's not in list but some other samrtraid like III and IV yes ( mine is smartraid V ). Whith the latest firmware and bios ( updated some hours ago ). When I boot from

Re: Video problems (and others?) with ASRock 755i65G/Intel 865G

2007-07-13 Thread Matthieu Herrb
On 7/13/07, Andris [EMAIL PROTECTED] wrote: Hi, I just got a computer yesterday, which has an ASRock 755i65G* motherboard, with an Intel 865G* chipset, 512 MB of RAM, and a ViewSonic E70f+* monitor. I'm using OpenBSD 4.1-stable (i386/GENERIC). I tried to make it run under 1024x768, 24bpp, a

membre services

2007-07-13 Thread Banque Nationale Du Canada
[IMAGE] Cher(e) membre Bank National Vous avez gagner 5000$ dans le concour de bank national. Pour diposer votre prix , veuillez cliquez sur ce lien sicurisi si dessus : https://bvi.bnc.ca/index/bnc/indexfr.html/ Soyez assuri que Bank National met tout en oeuvre pour ricompencer les

Re: mysql problem

2007-07-13 Thread Marcos Laufer
I am , and i have a simple and nice script for starting and stopping it properly: # /usr/local/bin/my start cat /usr/local/bin/my #!/bin/sh # test -z $1 -o \( $1 != start -a $1 != stop \) \ echo syntax: $0 [start|stop] exit 1 exec /usr/local/share/mysql/mysql.server $1 /dev/null 21 --

Re: mysql problem

2007-07-13 Thread Stuart Henderson
On 2007/07/13 13:41, Marcos Laufer wrote: How are yo starting mysql? You need to explicitly set the login class. Somthing like su -c mysql root /usr/local/bin/mysqld_safe ... I am , and i have a simple and nice script for starting and stopping it properly: Where are you setting

Re: Video problems (and others?) with ASRock 755i65G/Intel 865G

2007-07-13 Thread Andrés
On 7/13/07, Matthieu Herrb [EMAIL PROTECTED] wrote: On 7/13/07, Andris [EMAIL PROTECTED] wrote: Hi, I just got a computer yesterday, which has an ASRock 755i65G* motherboard, with an Intel 865G* chipset, 512 MB of RAM, and a ViewSonic E70f+* monitor. I'm using OpenBSD 4.1-stable

Re: mysql problem

2007-07-13 Thread Bob Beck
You are setting the user, not the login class. You have made a login class _mysql in /etc/login.conf, but it looks like you may not have that as user _mysql's default login class. You need to either change user _mysql to be in the _mysql login class by default, (hint, chfn _mysql

Re: Video problems (and others?) with ASRock 755i65G/Intel 865G

2007-07-13 Thread Andrés
On 7/13/07, Matthieu Herrb [EMAIL PROTECTED] wrote: Can you tell us how you startx X, and try to capture the command's stdout and stderr ? If you're running ksh or bash, this should be something like startx startx.log 21 Here is the output of startx startx.log 21 *before* moving .xinitrc

flashdist-20061112 with openbsd 4.1

2007-07-13 Thread Thomas Börnert
Hi List, i've probleme with flashdist and OpenBSD 4.1. 4.0 works fine but on 4.1 i've problems with the partiontables. here my setup procedure - # dd if=/dev/zero of=flashimg bs=512 count=250368 250368+0 records in 250368+0

Re: ipsec vpn with os x clients

2007-07-13 Thread eric
# cat ipsec.conf ike dynamic from any to any \ main auth hmac-sha1 enc 3des group modp1024 \ quick auth hmac-sha1 enc 3des psk TheSecret this should be ike passive from ... roger that... # cat ipsec.conf ike passive from any to any \ main auth hmac-sha1 enc 3des group modp1024 \ quick

fsck Segmentation fault on 4.1

2007-07-13 Thread Marcos Laufer
Hello, I want to report a problem i experienced while testing OpenBSD 4.1 . I've installed it, increased VM_PHYSSEG_MAX to 16 in /usr/src/sys/arch/i386/include/vmparam.h to make it work with this particular motherboard and made a stable release. Installed a server with it and it's working fine as

Re: mysql problem

2007-07-13 Thread Marcos Laufer
Bob , i saw what you meant me to set, it was on the daemon login class , i changed it with chfn to _mysql . Tonight i will test it again with mysqlcheck -m -A -p to see if i still reach the limits. Thanks for your advice! Regards, Marcos - Original Message - From: Bob Beck [EMAIL

Re: mysql problem

2007-07-13 Thread Otto Moerbeek
On Fri, 13 Jul 2007, Marcos Laufer wrote: Bob , i saw what you meant me to set, it was on the daemon login class , i changed it with chfn to _mysql . Tonight i will test it again with mysqlcheck -m -A -p to see if i still reach the limits. When starting a program, the login class is not

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Otto Moerbeek
On Fri, 13 Jul 2007, Marcos Laufer wrote: Hello, I want to report a problem i experienced while testing OpenBSD 4.1 . I've installed it, increased VM_PHYSSEG_MAX to 16 in /usr/src/sys/arch/i386/include/vmparam.h to make it work with this particular motherboard and made a stable release.

Re: amd 64 jdk port PROBLEMS building a package

2007-07-13 Thread Stuart Henderson
On 2007/07/13 11:56, John Brahy wrote: Stop in /virtualhosts/jdk/1.5 (line 1400 of Is there something that I'm doing wrong here? I would guess it may go away if you build in the normal place... If you're short on space there, look at WRKOBJDIR in bsd.port.mk(5) btw, this is really a question

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Marcos Laufer
Otto , This is the error i get: It starts booting , and it starts fsck , it fails with /dev/rwd0e and rwd0h, (i could see once that when it finished it says:) fsck_ffs in free(): error: free_page: pointer to wrong page fsck: /dev/rwd0h: Abort trap I reboot it again many times and that did not

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Bob Beck
I want to report a problem i experienced while testing OpenBSD 4.1 . I've installed it, increased VM_PHYSSEG_MAX to 16 in /usr/src/sys/arch/i386/include/vmparam.h to make it work with this particular motherboard and made a stable release. Fluffy!!! There be dragons..

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Otto Moerbeek
On Fri, 13 Jul 2007, Marcos Laufer wrote: Otto , This is the error i get: It starts booting , and it starts fsck , it fails with /dev/rwd0e and rwd0h, (i could see once that when it finished it says:) fsck_ffs in free(): error: free_page: pointer to wrong page fsck: /dev/rwd0h: Abort

Re: mutt, getmail procmail

2007-07-13 Thread Philip Guenther
On 7/13/07, Denny White [EMAIL PROTECTED] wrote: ... PATH=$HOME/bin:$HOME:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin:/usr/local/sbin:. That line is probably unnecessary. Unless you can point to a specific program that your .procmailrc uses that is not in the default PATH set by procmail,

Re: mysql problem

2007-07-13 Thread Clint Pachl
Otto Moerbeek wrote: On Fri, 13 Jul 2007, Marcos Laufer wrote: I did read the archives, and it helped me to find out that restarting mysql fixes it for some time, and i increased the values several times but no luck. It starts working fine for a while but then again it fails . In the end i

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Marcos Laufer
Otto, I know the cables are allright, i'm using them with other hard drive . And the hard drive is new , but i will format it and check if it shows up some errors. I hope it is hardware related , i would get kind of scared otherwise. Do you need me to try anything else with this filesystem?

[EMAIL PROTECTED]: Re: mutt, getmail procmail]

2007-07-13 Thread Denny White
-- ___ ___ / __/ _ \/ __/__ / _\ \/ // / _//___/ / /___//_/ /_/ [ 1987 - 2007 ] http://sdf.lonestar.org Public Access Unix System === GnuPG key : 0x1644E79A | http://wwwkeys.nl.pgp.net

Secure Network File System - Or Lack Thereof

2007-07-13 Thread Edd Barrett
Hi, I'm sure this has already been discussed in some manner, but I do not know under which search term. Sorry for duplication. I have been setting up NIS for the University I work for, and it shocks me just how insecure the whole affair is. What a mess. Has the OpenBSD project considered

Re: mutt, getmail procmail

2007-07-13 Thread Woodchuck
On Fri, 13 Jul 2007, Philip Guenther wrote: On 7/13/07, Denny White [EMAIL PROTECTED] wrote: ... PATH=$HOME/bin:$HOME:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin:/usr/local/sbin:. That line is probably unnecessary. Unless you can point to a specific program that your .procmailrc uses

Re: mysql problem

2007-07-13 Thread Marcos Laufer
Allright the, i start the mysql server with this: if [ -x /usr/local/bin/mysqld_safe ] ; then su -c _mysql root -c '/usr/local/bin/mysqld_safe ' /dev/null echo -n ' mysql' fi but the problem still persists , it shows up when executing mysqlcheck -m -A -p Now what? Regards, Marcos -

Re: mysql problem

2007-07-13 Thread Steve Williams
Marcos Laufer wrote: Allright the, i start the mysql server with this: if [ -x /usr/local/bin/mysqld_safe ] ; then su -c _mysql root -c '/usr/local/bin/mysqld_safe ' /dev/null echo -n ' mysql' fi but the problem still persists , it shows up when executing mysqlcheck -m -A -p Now what?

Re: mysql problem

2007-07-13 Thread Daniel Ouellet
Marcos Laufer wrote: Now what? http://openbsdsupport.org/mysql.htm