UTF-8 problem with php-7.4

2020-09-09 Thread Bambero
Hi, It seems that perl regular expressions lost one polish letter (ą): https://www.compart.com/en/unicode/U+0105 I can see this problem only under OpenBSD 6.7 with php-7.4 (same version of php under linux is OK) Ex.: PHP 7.4.10 or 7.4.5

mariaDB - limits problem?

2018-03-05 Thread Bambero
and how to change it up? How can i check how many locks are currently made? Thanks for any help. Bambero

Re: mariaDB - limits problem?

2018-03-05 Thread Bambero
aemon: I found in source that there is file locks limit: int maxlocksperuid = 1024; https://github.com/openbsd/src/blob/2452e2a8d7e9b5090ff527bcb559d0 2899e5c6af/sys/kern/vfs_lockf.c Maybe this is a reason? On Mon, Mar 5, 2018 at 12:10 PM, Stuart Henderson wrote: > On 2018-03-05, B

Re: mariaDB - limits problem?

2018-03-05 Thread Bambero
2018 at 12:43:05PM +0100, Bambero wrote: > > > Thanks for the answer. > > This prblem is not related with open-files limit. This error is completly > > different. > > I have a special class in login.conf so open files limit we should > exclude > > in this case:

setgid problem

2013-10-09 Thread Bambero
ms: -rw-r--r-- 1 operator wheel 0 Oct 9 16:16 permtest So it looks like the setgid not works ? Can anyone help ? Bambero

Re: setgid problem

2013-10-09 Thread Bambero
-r--r- 1 root wheel 1354 Aug 17 2011 /etc/sudoers I'm I right ? Bambero On Wed, Oct 9, 2013 at 4:30 PM, Otto Moerbeek wrote: > On Wed, Oct 09, 2013 at 04:26:20PM +0200, Bambero wrote: > > > Hello > > > > I have a small php script which creates a file: > >

current port build under 6.2

2018-12-11 Thread Bambero
nal-package') *** Error 1 in /usr/ports/security/clamav (/usr/ports/infrastructure/mk/ bsd.port.mk:2425 'package') Any ideas? Thanks, Bambero

rescue booting system by cdrom bootloader

2016-04-13 Thread Bambero
Hi Now I'm booting from cdrom and using command: boot hd0a:/bsd and it works, but root filesystem is readonly. How to make it rw? Regards Bambero

openfiles limit

2016-08-23 Thread Bambero
ptors) 128 processes1310 So why mysql is allowed to open more than 256 files: # fstat -u _mysql | wc -l 998 Can anyone help with that? # uname -a OpenBSD zeus.apisoft.pl 5.9 GENERIC.MP#1888 amd64 Regards, Bambero

LDAPD attribute and ACL'S

2014-07-25 Thread Bambero
Hi Is it possibile to give write access only for userPassword field ? sth like: allow write access to attr=userPassword by self Regards Bambero

powerdns port

2009-06-22 Thread Bambero
Hi, It seems there is no ldap backend for powerdns. Does anyone know why ? Bambero

mc problem under 4.2

2007-11-27 Thread Bambero
kernel. It doesn't matter which terminal I use. I tried to instal mc using ports but it won't help. There is no problem with other software. Thanks for any help Regards, Bambero

Re: mc problem under 4.2

2007-11-27 Thread Bambero
On Nov 27, 2007 8:25 PM, Jack J. Woehr <[EMAIL PROTECTED]> wrote: > On Nov 27, 2007, at 12:02 PM, Bambero wrote: > > > > > When i type: > > > > mc > > > > I have to wait 5 min to see the Midnight Commander. After comannd it > > hangs and it

Re: mc problem under 4.2

2007-11-27 Thread Bambero
On Nov 27, 2007 8:24 PM, Jeff Quast <[EMAIL PROTECTED]> wrote: > On Tue, Nov 27, 2007 at 08:02:46PM +0100, Bambero wrote: > > Hello > > > > I have a strange problem with mc (MidnightCommander). > > After install OpenBSD 4.2 mc doesn't work properly. >

Re: mc problem under 4.2

2007-11-27 Thread Bambero
On Nov 27, 2007 8:24 PM, Jeff Quast <[EMAIL PROTECTED]> wrote: > On Tue, Nov 27, 2007 at 08:02:46PM +0100, Bambero wrote: > > Hello > > > > I have a strange problem with mc (MidnightCommander). > > After install OpenBSD 4.2 mc doesn't work properly. >

Securing apache

2007-12-17 Thread Bambero
odule which may help me ? Regards Bambero

System limits

2007-12-21 Thread Bambero
with spamassasin, and clamav. Which options should I change ? Thanks for any help. Regards, Bambero

APACHE source modification

2008-01-27 Thread Bambero
Hello I have modified apache source in /usr/src/usr.sbin/httpd. What commands should I use to build it to override my current binary instalation ? ./configure && make && make install will be good ? Regards, Bambero -- Bambero <[EMAIL PROTECTED]>

Re: APACHE source modification

2008-01-27 Thread Bambero
On Sun, 27 Jan 2008 08:36:22 -0500 Josh Grosse <[EMAIL PROTECTED]> wrote: > On Sun, Jan 27, 2008 at 02:12:38PM +0100, Bambero wrote: > > Hello > > > > I have modified apache source in /usr/src/usr.sbin/httpd. > > What commands should I use to build

PHP PDO drivers

2006-12-30 Thread Bambero
Hello I can't see php pdo drivers in packages respository but pdo i available. Anyone know how to install pdo_drivers ? Regards Bambero

log rotation

2007-05-15 Thread Bambero
Hello I'm wondering how to implement log rotation with chrooted apache. Anyone solved this problem ? Thanks Bambero

two wan interfaces

2007-05-25 Thread Bambero
interfaces. When the request goes to first interface it should back via first interface. When the request goes to second interface it should back via second interface. Please forgive me my broken english. Thanks for any help. Bambero

OpenBSD and USB printer

2007-06-10 Thread Bambero
seconds! I [10/Jun/2007:20:56:49 +0200] LoadPPDs: Read "/etc/cups/ppds.dat", 13 PPDs... I [10/Jun/2007:20:56:49 +0200] LoadPPDs: No new or changed PPDs... I [10/Jun/2007:20:56:49 +0200] Full reload complete. What may be wrong ? Regards Bambero

chrooted sftponly - how ?

2006-09-18 Thread Bambero
I want to change it becouse of text/plain passwords. Any suggestions ? Bambero

Re: chrooted sftponly - how ?

2006-09-18 Thread Bambero
Seems to work fine but it's still not chrooted environment. Users have access to a whole system. On 9/18/06, Francois Visconte <[EMAIL PROTECTED]> wrote: Hello, Try changing sftp-only user's shell to /usr/libexec/sftp-server Cheers, Frangois Visconte Bambero wrote: > Hel

Re: chrooted sftponly - how ?

2006-09-18 Thread Bambero
rvice This sems to be better way. Whatever, it will be nice to have builtin chroot in sftp-sever. Such in ftpd. But I suppose it's technicaly impossible. Thanks for help Bambero Cheers, Frangois Visconte Bambero wrote: > Seems to work fine but it's still not chrooted environme

Re: chrooted sftponly - how ?

2006-09-19 Thread Bambero
t and the most secure way is setup rssh. But there are two problems. BSD systems are not supported and program wont compile becouse of missing wordexp() function. Secondly sftp-server requires /dev/null device in chrooted environment so you cannot mount /home partition as nodev. Bambero wrote

Re: chrooted sftponly - how ?

2006-09-19 Thread Bambero
On 9/19/06, Francois Visconte <[EMAIL PROTECTED]> wrote: Lukasz Sztachanski wrote: >On Mon, Sep 18, 2006 at 03:23:37PM +0200, Bambero wrote: > > >>Hello >> >>Is there any good way to setup chrooted sftp-server without shell access ? >> >>I trie

overwritten file recovery - how ?

2006-09-30 Thread Bambero
Hello I need to recovery overwritten txt file. Ex. echo "my data" > testfile.txt echo "" > testfile.txt I have partition image file creted using dd. Is it possible to dump it and search using grep for example ? Is it possible to recover overwritten data ? Thanks Bambero

Re: overwritten file recovery - how ?

2006-09-30 Thread Bambero
On 9/30/06, Paul Stoeber <[EMAIL PROTECTED]> wrote: On Sat, 30 Sep 2006 19:24:43 +0200 Bambero <[EMAIL PROTECTED]> wrote: > Hello > > I need to recovery overwritten txt file. > > Ex. > echo "my data" > testfile.txt > echo "" > testfile.t

Re: blobs are bad

2006-10-18 Thread Bambero
open source community answer: http://www.petitiononline.com/nvfoss/petition.html On 10/18/06, Theo de Raadt <[EMAIL PROTECTED]> wrote: http://news.com.com/Exploit+code+released+for+Nvidia+flaw/2100-1002_3-6126846.html I just wanted to say... "Told you so". Quite amusing. Of course we know th

Changing apache uid for VirtualHost's

2006-11-11 Thread Bambero
x27;m not sure it will works with php. Secondly I'm using chrooted apache. Any solutions ? Regards Bambero

port forwarding

2006-12-04 Thread Bambero
erway when I try to forward port to machine with public IP evething works fine: rdr pass proto tcp from any to any port -> 129.128.5.191 port 80 /tcp open sun-answerbook Port 80 on 192.168.0.2 is open. What may be wrong ? Regards, Bambero

Re: port forwarding

2006-12-04 Thread Bambero
On 12/4/06, Marcus Popp <[EMAIL PROTECTED]> wrote: On 2006-12-04T14:50, Bambero wrote: ... > rdr pass proto tcp from any to any port -> port 80 ... This line really looks like this: rdr pass proto tcp from any to any port -> 192.168.0.2 port 80 Don't know why

Zend Guard Loader

2011-11-02 Thread Bambero
) /lib/ld-linux.so.2 (0xb781f000) Under OpenBSD:: ldd /home/admin/ZendGuardLoader.so /home/admin/ZendGuardLoader.so: Cannot load specified object Thanks for any help. Regards, Bambero

Copy root partition to another machine

2011-11-04 Thread Bambero
, Bambero

Re: Copy root partition to another machine

2011-11-06 Thread Bambero
wd0a bs=32m | gzip > root.img.gz] > > and > > dd if=root.img of=/dev/wd0a bs=32m [decompression: gzip -d -c > root.img.gz | dd of=/dev/wd0a bs=32m] > > And yes, you can ommit additional values. > > Dnia piD , 4 lis 2011, 17:43:28 Bambero pisze: >> Hello >> &

SSH chroot and ForceCommand

2010-03-19 Thread Bambero
ng no AllowTcpForwarding no but it doesnt work too. I don't want to set special group (ex. sftopnly) for users. Is there a better way ? Thanks, Bambero

httpd virtualhost ip

2011-06-12 Thread Bambero
... My virtualhost part in httpd.conf: ... ... ... Everything works fine. But when making request (for ex. fsockopen) with php the outgoing IP is 123.456.789.66. Does anybody know how to tell php to bind to virualhost IP when making request ? Regards Bambero

softraid

2010-06-04 Thread Bambero
installed the system on newly created sd0 device Everything went OK but system doesn't boot after reboot. What I missed ? Regards, Bambero

OpenBSD 4.8

2010-09-15 Thread Bambero
Hi, I'd like to know, is OpenBSD 4.8 ready now ? Release date is 01-11-2010 but maybe it's possible to have it now using preorders. I have to change datacenter in next week, so it's best time to upgrade. Thanks, Bambero

Re: OpenBSD 4.8

2010-09-15 Thread Bambero
Yes, it seems to be the best way. Does anyone know that may I use 4.7 instalation CD to install 4.8 sets ? On Wed, Sep 15, 2010 at 1:40 PM, Dunceor wrote: > On Wed, Sep 15, 2010 at 1:23 PM, Bambero wrote: >> Hi, >> >> I'd like to know, is OpenBSD 4.8 ready now ? >

mod_ldapvhost

2010-02-18 Thread Bambero
le to test. Unfortunatelly there is no documentation for mod_ldapvhost. Thanks for any help, Bambero

Re: mod_ldapvhost

2010-02-18 Thread Bambero
This is not DNS related. Maybe I should write: Apache can't see virtualhosts in LDAP. On Thu, Feb 18, 2010 at 8:45 PM, Bret S. Lambert wrote: > On Thu, Feb 18, 2010 at 08:23:08PM +0100, Bambero wrote: >> Hello >> >> I have a problem with mod_ldapvhost. It won't

Excessive memory cache causing performance issues

2024-11-12 Thread Bambero
Hi, I'm encountering an issue with excessive cache usage on my OpenBSD 7.5 hosting server. The setup includes an AMD Ryzen 9 7900X3D with 128GB RAM and NVMe storage. After a fresh boot, I typically see around 110GB of free memory, but once I initiate a backup with rsync (many files), the cac