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
and how to change it up?
How can i check how many locks are currently made?
Thanks for any help.
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
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:
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
-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:
> >
nal-package')
*** Error 1 in /usr/ports/security/clamav (/usr/ports/infrastructure/mk/
bsd.port.mk:2425 'package')
Any ideas?
Thanks,
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
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
Hi
Is it possibile to give write access only for userPassword field ?
sth like:
allow write access to attr=userPassword by self
Regards
Bambero
Hi,
It seems there is no ldap backend for powerdns. Does anyone know why ?
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
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
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.
>
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.
>
odule which may help me ?
Regards
Bambero
with spamassasin, and clamav.
Which options should I change ?
Thanks for any help.
Regards,
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]>
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
Hello
I can't see php pdo drivers in packages respository but pdo i
available. Anyone know how to install pdo_drivers ?
Regards
Bambero
Hello
I'm wondering how to implement log rotation with chrooted apache.
Anyone solved this problem ?
Thanks
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
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
I want to change it becouse of text/plain passwords.
Any suggestions ?
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
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
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
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
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
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
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
x27;m not sure it will works with php.
Secondly I'm using chrooted apache.
Any solutions ?
Regards
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
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
)
/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
,
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
>>
&
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
...
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
installed the system on newly created sd0 device
Everything went OK but system doesn't boot after reboot.
What I missed ?
Regards,
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
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 ?
>
le to test.
Unfortunatelly there is no documentation for mod_ldapvhost.
Thanks for any help,
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
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
45 matches
Mail list logo