Relayd - block bad bots

2023-12-08 Thread Michal
no support for globs there. This means I would need to constantly adjust my filters when they release new version into the wild. Has anyone had any success with achieving something similiar? Frankly I was a bit surprised that globs in value are not supported. Seems like a great use case. --- Michal

Re: Default partitioning scheme ran out of space for updates

2023-05-13 Thread michal . lyszczek
ncdu -x /" and see what is taking so much space. -- .-.---.--.-. | Michal Lyszczek | Embedded C, Linux | Company Address| .-. opensource | | +48 727 564 419 | Software Engineer | Akacjowa 10a; 55-330 | oo| supporter | | https://bofc.pl `.--

Re: OpenBSD 7.2 on VPS, routing via IPv6 gateway outside of interface prefix

2022-11-08 Thread Michal Šmucr
-iface vio0 was appended to /etc/hostname.vio and 2001:db8:efef::1 went normally to /etc/mygate Works like a charm now. Thank you so much for the help. Michal

Re: OpenBSD 7.2 on VPS, routing via IPv6 gateway outside of interface prefix

2022-11-07 Thread Michal Šmucr
cloud provider) routes IPv6 to their VPS. I also installed and used some systems to their cloud, so it also came to my mind, but it didn't work in this particular case. Michal

Re: OpenBSD 7.2 on VPS, routing via IPv6 gateway outside of interface prefix

2022-11-07 Thread Michal Šmucr
-1 So unfortunately adding a route this way also doesn't work. Thank you, Michal

OpenBSD 7.2 on VPS, routing via IPv6 gateway outside of interface prefix

2022-11-07 Thread Michal Šmucr
additional flags, when adding. But it never worked. Is it impossible to achieve? Like without the equivalent of Linux noprefixroute option, there will always be an already automatically declared offending route. Or do I have some mistakes there? Thank you, Michal

Re: No valid root disk found when upgrading

2022-04-23 Thread michal . lyszczek
mnt. mkdir it and > that shoukd fix the problem. Yup, that was the problem. Thank you! Guess I must have removed it at some point from my rootfs. Thanks again for the help Stuart. -- .-.---.--.-. | Michal Lyszczek | Embedded C, Linux | Company Address| .-.

Re: No valid root disk found when upgrading

2022-04-21 Thread michal . lyszczek
eplacing all "() {" with "() {\nset -x" will do the trick? -- .-----.---.--.-. | Michal Lyszczek | Embedded C, Linux | Company Address| .-. opensource | | +48 727 564 419 | Software Engineer | Akacjowa 10a; 55-330 | oo| supporter | | https://bofc.pl `.--

No valid root disk found when upgrading

2022-04-21 Thread michal . lyszczek
4 > boot> When system is booted root disk is sd0 > # mount | grep sd0a > # /dev/sd0a on / type ffs (local) I don't know what else might be usefull. I have no idea what else I can do here :( -- .-.---.--.-. | Michal Lyszczek | Embedded C, Linux | Company Address| .-. opensource | | +48 727 564 419 | S

Re: pf queue on packets with state

2021-02-02 Thread michal . lyszczek
t" and see if you can do something that way. (e.g. standard > bandwidth is slower, but allow a fast initial burst). But you'll probably > need to do that with separate queues per IP and it gets to be a pain. I found some sites with ip ranges for netflix and youtube, they are quite broa

pf queue on packets with state

2021-02-02 Thread michal . lyszczek
Any ideas? Maybe I didn't read something carefully enough? -- .-.---.-.--. | Michal Lyszczek | Embedded C, Linux | Company Address | .-. open source | | +48 727 564 419 | Software Engineer | Leszczynskiego 4/29 | oo|

Re: Bridging multiple WAN via VLAN

2020-12-03 Thread michal . lyszczek
t will probably never get faster than 20Mbps each. Thanks for explanation and opening my eyes:) -- .-.---.-.--. | Michal Lyszczek | Embedded C, Linux | Company Address | .-. open source | | +48 727 564 419 | Software Engineer | L

Bridging multiple WAN via VLAN

2020-12-01 Thread michal . lyszczek
things and I should go with routing way:) Thanks in advance for any help with this. -- .-.---.-.--. | Michal Lyszczek | Embedded C, Linux | Company Address | .-. open source | | +48 727 564 419 | Software Engineer

Re: opening fifo locks process in D state

2018-09-20 Thread michal . lyszczek
On 2018-09-20 09:13:42, Alexandre Ratchov wrote: > On Wed, Sep 19, 2018 at 11:32:40PM +0200, michal.lyszc...@bofc.pl wrote: > > Hello, > > > > I've stumbled upon a weird problem. Long story short, I try to open > > fifo two times, once O_WRONLY and once O_RDONLY, both in separate > > threads - but

opening fifo locks process in D state

2018-09-19 Thread michal . lyszczek
Hello, I've stumbled upon a weird problem. Long story short, I try to open fifo two times, once O_WRONLY and once O_RDONLY, both in separate threads - but on process. Unfortunately both threads are locked in open() functions. I prepared very small program that reproduces this problem for me,

Re: syspatch ideas

2017-05-15 Thread Michal Bozon
On 2017-05-15 Mon 02:50, Theo de Raadt wrote: > ... > This system is intentionally simple, to create robustness via simplicity. > > I think you are being critical because you think it is amusing. > (please not that the subject is still "syspatch ideas") Syspatch infrastructure itself is

Re: syspatch ideas

2017-05-15 Thread Michal Bozon
On 2017-05-15 Mon 08:19, Michal Bozon wrote: > > > ... > > ... > ... > Reverting the last patchset would be reverting the patches from the last > patchset file, and removing that file. > correction/addition: in the reverse order

Re: syspatch ideas

2017-05-15 Thread Michal Bozon
On 2017-05-15 Mon 02:23, Theo de Raadt wrote: > >On 2017-05-15 Mon 01:31, Theo de Raadt wrote: > >> >2) Notion of transactions > >> > > >> >Often, more patches are installed at once, with the single `syspatch` > >> >command. One might want to be able to revert all those patches at once > >> >as

Re: syspatch ideas

2017-05-15 Thread Michal Bozon
On 2017-05-15 Mon 01:31, Theo de Raadt wrote: > >2) Notion of transactions > > > >Often, more patches are installed at once, with the single `syspatch` > >command. One might want to be able to revert all those patches at once > >as well. A notion of transactions could be made by adding a notion >

syspatch ideas

2017-05-14 Thread Michal Bozon
port for -r optional argument, which could be comma separated patch number list. (And this optional argument support would be also nice for the proposed -L option) thanks for very handy feature, Michal Bozon

Re: thinkpad x220 with OpenBSD 6.1

2017-05-12 Thread Michal Bozon
On 2017-04-14 Fri 13:28, "misc nick" wrote: > This e-mail is complementary to the one i sent at dm...@openbsd.org. > > After the completion of the installation process, everything works except: > > -screen brightness controlled by the keyboard > -suspend/resume when i close the lid > > Both

Re: [PATCH] Installer bug (MSDOS tildes)

2017-05-12 Thread Michal Bozon
The comment for the mentioned patch reversion was: the map-to-lowercase scheme for msdos is not going to work, because other filesystems can contain mixed case files (ie. sgi). discussed with krw and halex which makes not much sense for me, because the fix was a conditional treatment for

Re: [PATCH] Installer bug (MSDOS tildes)

2017-05-10 Thread Michal Bozon
is used, maybe it fixed some problem, but it has introduced another one. MB On 2017-05-10 Wed 12:34, Michal Bozon wrote: > Hi, > there is a typo in install.sub > causing problems e.g. when removable FAT32 formatted > disk with installation files is attached, > and "disk" i

[PATCH] Installer bug (MSDOS tildes)

2017-05-10 Thread Michal Bozon
_opts="-s" -mount -o ro,$_opts /dev/$_dev$resp /mnt2 +mount -o ro $_opts /dev/$_dev$resp /mnt2 } regards, Michal Bozon

Re: not exactly (Re: systrace removed? Why?)

2016-09-03 Thread Michal Bozon
if someone's interested, here a list of fs differences between 6.0 upgraded from 5.9, and 6.0 install, i found, with some obvious differences like smtpd spool or sysmerge backups removed (amd64/qemu): http://pastebin.com/raw/VPkdbvxy (text/plain) (not pasting because of long lines) hth

Re: not exactly (Re: systrace removed? Why?)

2016-09-03 Thread Michal Bozon
> > good(?) news: sysmerge is gone in 6.0 > > but not removed by 5.9 to 6.0 uprade process. > > > > I really have a hard time understanding what you're trying to point out. > > Yes, systrace is gone, but it's an ordinary binary that does no harm, > feel free to remove it if it makes you feel

Re: not exactly (Re: systrace removed? Why?)

2016-09-03 Thread Michal Bozon
> good(?) news: sysmerge is gone in 6.0 > but not removed by 5.9 to 6.0 uprade process. s/sysmerge/systrace/

not exactly (Re: systrace removed? Why?)

2016-09-03 Thread Michal Bozon
> Why? good(?) news: sysmerge is gone in 6.0 but not removed by 5.9 to 6.0 uprade process.

Re: lyrics.html nit.

2016-08-12 Thread Michal Bozon
> -With twitchy fingers on flashing keys > +Twitchy fingers, flashing keys > > -always claiming "it was just a prank!" > +Claiming "it was just a prank!" hi, this time (60c), i hear this: Money, donate your pay. Automate with a cron job and we'll be ok. +Money, donate your pay. Thoughtful

Re: hostname.if manpage enhancement: be clearer about #

2016-08-12 Thread Michal Bozon
> Even adding "debug" keyword did not assure me > whether the problem is with my password definition: > wpakey s3cur3-as-#311, for illustration (was not sure > if the '#' has to be escaped somehow); or somewhere > else. Finally, it was the latter, but it took me a while > to realize that. .. or

Re: hostname.if manpage enhancement: be clearer about #

2016-08-12 Thread Michal Bozon
Theo de Raadt wrote: > > > As i said, my config with # in the password worked > > > without any escaping or quoting needed. > > > > > > > i understood from your mail that you'd had to escape it. > > that is correct. ... now i'm jealous, i want to be able to read other people's thoughts too.

Re: hostname.if manpage enhancement: be clearer about #

2016-08-11 Thread Michal Bozon
> On Mon, Aug 08, 2016 at 10:23:22AM +0200, Michal Bozon wrote: > > Hi, I've had an issue connecting to a wireless network > > (by doas sh /etc/netstart $if). Its password contained > > '#' character(s). > > > > Even adding "debug" keyword did not a

Re: ksh, ctrl-r followed by arrow key leaves "[D" or "[C" artifacts

2016-08-08 Thread Michal Bozon
Hi, this also bugs me. But ksh is not bash. Try hitting ESC before an arrow. (I'm not sure if it is a consistent keystroke behavior of ksh or not) Here's one of older threads to this: https://marc.info/?t=12126533981=1=2 regards, Michal Bozon Dave Cohen wrote: ... I'll try to describe

hostname.if manpage enhancement: be clearer about #

2016-08-08 Thread Michal Bozon
Hi, I've had an issue connecting to a wireless network (by doas sh /etc/netstart $if). Its password contained '#' character(s). Even adding "debug" keyword did not assure me whether the problem is with my password definition: wpakey s3cur3-as-#311, for illustration (was not sure if the '#' has to

Re: lyrics.html nit.

2016-08-04 Thread Michal Bozon
this is what i hear: -With twitchy fingers on flashing keys +Twitchy fingers, flashing keys -always claiming "it was just a prank!" +Claiming "it was just a prank!" regards, michal bozon

"Abort trap" when pledge()d and compiled with -pg

2016-02-13 Thread Michal Mazurek
When compiling a program that calls pledge(2) with "-pg" the resulting binary will execute seemingly fine, but at the very end die with: Abort trap (core dumped) I think the problem lies in a call to profil(2). Is this a bug or a feature? -- Michal Mazurek

Re: CD's arrived

2015-10-09 Thread Michal Bozon
On 2015-10-08 Thu 16:33, Aaron Poffenberger wrote: > On 10/08/15 16:13, ian kremlin wrote: > >Hello > > > >Syracuse, NY -- no CD, but poster has arrived. looks great! > > > >http://ce.gl/openbsd-5.8-poster.jpg > > > >ian > > > >On Wed, Oct 7, 2015 at 10:51 AM, M Wheeler <6f84c...@refn.co.uk>

Re: 2^64 - 39 ...

2015-09-09 Thread Michal Bozon
> ... > Michael > you have won! > > --- /usr/src/games/factor/factor.c Wed Oct 28 00:59:24 2009 > +++ factor.cTue Sep 8 20:06:44 2015 > @@ -192,6 +192,19 @@ pr_fact(u_int64_t val) /* Factor this value. > */ > (void)putchar('\n'); > } > > +static u_int32_t >

Re: 2^64 - 39 ...

2015-09-07 Thread Michal Bozon
.. i was wondering before, why *bin/factor is in games, now i get it. Very nice observation! Another factor game fake primes: 18446744073709551503 == 2^64 - 113 == 119026343 * 154980348121 18446744073709551499 == 2^64 - 117 == 363269 * 50779846542671 18446744073709551491 == 2^64 - 125 ==

Re: 2^64 - 39 ...

2015-09-07 Thread Michal Bozon
there's more.. * worst case is 18446744030759878681, which is previous_prime(sqrt(2^64))^2, which is 4294967291^2 * _smallest_ OpenBSD composite prime seems to be 4295360521, which is 65539^2 Michal Bozon

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
On 14.05.2015 15:02, Joel Sing wrote: On Thursday 14 May 2015, Michal Lesniewski wrote: Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success. my httpd.conf: server default { listen on 10.11.0.200 tls port 443

OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
openssl s_client: michal@michal-MSQ87TN:~$ openssl s_client -connect 10.11.0.200:443 CONNECTED(0003) GET / HTTP/1.0 httpd log: # httpd -dvv startup server_tls_load_keypair: using certificate /etc/ssl/server-unified.pem server_tls_load_keypair: using private key /etc/ssl/private

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
On 14.05.2015 14:43, Abel Abraham Camarillo Ojeda wrote: On Thu, May 14, 2015 at 7:35 AM, Michal Lesniewski open...@michal.wildnet.pl wrote: Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success. my httpd.conf: server default

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
On 14.05.2015 16:01, Joel Sing wrote: On Thursday 14 May 2015, Michal Lesniewski wrote: On 14.05.2015 15:02, Joel Sing wrote: On Thursday 14 May 2015, Michal Lesniewski wrote: Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success

Huawei E3272 USB 4G LTE modem (no HiLink)

2014-09-16 Thread Michal Lesniewski
1.00 uhub4 port 1 powered port 2 powered port 3 powered Controller /dev/usb5: addr 1: full speed, self powered, config 1, OHCI root hub(0x), ATI(0x1002), rev 1.00 uhub5 port 1 powered port 2 powered port 3 powered Best Regards, Michal

Scrolling the terminal is slow on -current

2013-04-06 Thread Michal Mazurek
(a1b91d15922da01d.a) swap on wd0b dump on wd0b -- Michal Mazurek

Installing OpenBSD on a TS-412 Turbo NAS

2012-03-03 Thread Michal Mazurek
Has anybody successfully installed OpenBSD on a QNAP TS-412 Turbo NAS? I'm looking for a NAS that I can keep in my room, and would like to run OpenBSD. -- Michal Mazurek

Re: alix2d2 LM86, no hw.sensors

2012-02-20 Thread Michal Mazurek
targets root on wd0a (c8fc559b0e991404.a) swap on wd0b dump on wd0b clock: unknown CMOS layout -- Michal Mazurek

alix2d2 LM86, no hw.sensors

2012-02-17 Thread Michal Mazurek
uhub1 at usb1 AMD OHCI root hub rev 1.00/1.00 addr 1 mtrr: K6-family MTRR support (2 registers) nvram: invalid checksum vscsi0 at root scsibus0 at vscsi0: 256 targets softraid0 at root scsibus1 at softraid0: 256 targets root on wd0a (c8fc559b0e991404.a) swap on wd0b dump on wd0b -- Michal Mazurek

Re: man page sources?

2011-10-24 Thread Michal Mazurek
/mandoc %s _build.[1-9n] /usr/bin/mandoc -Owidth=`stty size | awk '{print $2 - 2}'` %s to have the manpage fit my display. Especially usefull if I have split screen in a tiling window manager, and the terminals are smaller than 80 columns. -- Michal Mazurek

Absurdly high temperature reading - system shutdown

2011-06-16 Thread Michal Mazurek
); + } } if (sc-sc_hot != -1 sc-sc_hot = sc-sc_tmp) { printf(%s: _HOT temperature\n, DEVNAME(sc)); -- Michal Mazurek

Re: Absurdly high temperature reading - system shutdown

2011-06-16 Thread Michal Mazurek
It was pointed out to me to attach acpidump and dmesg. Kernel is custom built to include bce. -- Michal Mazurek [demime 1.01d removed an attachment of type application/octet-stream] [demime 1.01d removed an attachment of type application/octet-stream] [demime 1.01d removed an attachment

Re: CARP and routing

2010-11-25 Thread Michal
On 25/11/10 12:22, Toni Mueller wrote: Hi, I discover that CARP and routing don't always mix well: Internet --- host1 host2 If host1 and host2 have a CARP interface with the same IP, then packets destined for that IP don't ever reach host2, even if the interface on host1 is in BACKUP

Re: CARP and routing

2010-11-25 Thread Michal
On 25/11/10 13:20, Robert Hoffmann wrote: On Thu, 25 Nov 2010 13:22:13 +0100 Toni Muelleropenbsd-m...@oeko.net wrote: Internet --- host1 host2 Because your setup should rather look like this? Internet --- switch --- host1 --- switch --- LAN + --- host2 +

Re: HP Proliant NEO N36L

2010-11-23 Thread Michal
Storage Controller Embedded SATA Controller with Embedded RAID (0, 1) This concerns me. Generally with RAID, it's either a known, branded raid controller that can easily be replaced, or software raid. Anything in the middle like raid on desktop motherboards I avoid for servers

Re: OT: Disadvantages of using virtual firewalls like OpenBSd

2010-11-23 Thread Michal
On 23/11/10 13:56, Bahador NazariFard wrote: OK You are right. But you know in this case your security level is not higher than virtual machine. Because your security level in complex chained system is not higher than weakest point.In fact you are accepting the risk of using virtual machine. I

Re: Building a Practical Penetration Test Lab

2010-11-12 Thread Michal
I can confirm that OpenBSD doesn't always work as a virtual machine. So I would focus on using OpenBSD as the host and using some other OS as a client in QEMU. If you insist and I don't know about the latest version, then vmware is likely much more reliable than virtualbox but still more

Re: suggestion for a new/additional OpenBSD release media option

2010-11-01 Thread Michal
For me, the ability to boot of the install media is not a requirement. I do all my installs via pxeboot. If there were enough room on the DVD, you could also provide the CDROM ISOs. If a user REALLY needed bootable media, they could burn the ISOs to CDROMs, and do that. Again, these are only

Re: availability of Building Firewalls with OpenBSD and PF, 3rd ed.

2010-10-21 Thread Michal
The books outlined bellow are not the same book the OP was asking about... On 21/10/10 13:11, open...@e-solutions.re wrote: I also bought this one this morning ;-) And have it on PDF also !! Thanks to NOSTARCH! On Thu, 21 Oct 2010 12:03:41 +0100,alastair.john...@trinity.ox.ac.uk wrote:

Re: ZFS and Storage Systems

2010-10-12 Thread Michal
It would be even better to simply ask them what exact Supermicro hardware (specifically, model numbers) they're using to build these systems. You can see Supermicro mentioned in thetitle of their site, so that's definitely what they're using, even down to the controller card offerings (some of

Re: Why renice not work in OpenBSD?

2010-10-11 Thread Michal
Dmitry-T Is in OpenBSD lacks developers? That might as well be the last message you post here. Any little help you would get, you've just offended them. reading his e-mails, I don't think he is trying to be offensive, I think his English is just poor

Re: OpenBSD on DELL R310

2010-10-01 Thread Michal
Well, it optionally comes with one of five (or so) different RAID controllers, so if it is possible to check which - if any - it has it would be great. Thanks, -- Bjvrn Sandellbi...@chalmers.se You can look those up and check in the archives or on compatibility lists. I think the main ones

Re: project : openbsd as nas

2010-08-31 Thread Michal
On 30/08/10 13:03, Jean-Francois wrote: Hello, I was thinking about how to help openbsd project, and since I am not able to help in programming, I'm thinking about starting something aroung openbsd such as a layer making it an easy enough to manage home nas server of good quality. I have not

Re: another slow connection on openbsd 3.4

2010-08-25 Thread Michal
I think I can say without fear of contradiction, interest in 3.4 problems can only be measured by instruments sensitive enough to measure pixie dust. Brandished by those rare birds, OpenBSD Software Archeologists. Seriously dude, you need to upgrade if you want OpenBSD help/suggestions!!

Re: OpenBSD Training

2010-07-28 Thread Michal
On 28/07/10 14:49, Robert wrote: On Wed, 28 Jul 2010 05:50:19 -0600 Chris Bennettch...@bennettconstruction.biz wrote: My advice is to setup a server with some websites (doesn't matter if the are real or bogus) and learn to deal with the problems that pop-up. Be sure to get an ISP with

Re: Multiple VLANs in the same subnet on different Routing Domains

2010-07-23 Thread Michal
I've had no luck Googling this issue so thought I'd ask the experts. Ok we have 4 firewalls providing internet connectivity whose internal interfaces are on a single shared subnet, although the IPs are different. Outbound traffic from the various hosts on this subnet are distributed across the

Re: Segmentation Faults shortly after install, somehow random

2010-07-20 Thread Michal
Again I got Segmentation Fault, this time from sshd and ssh. Now I used gdb, and it was telling me about some problem with libcrypto.so.18.0, my bad I did not keep this file, I directly overwrote it with the lib from my backup , which I needed to create the Softraid. After this sshd and ssh was

Re: network access controller like medusa ?

2010-07-15 Thread Michal
On 15/07/10 13:35, Leonardo Lombardo wrote: Hi all, do you know if there is any project/packet/something that runs on openbsd similar to this http://www.medusabusiness.com/overview.html ? I'm interested even to abandoned or uncomplete projects. Thanks for any advice ! Leonardo I have no

Re: Mac mini G4

2010-07-01 Thread Michal
On 01/07/2010 14:15, Fred Snurd wrote: fu...@safe-mail.netfu...@safe-mail.net wrote: I have one question: Is the any way to put the mini in server mode (make it boot automatically after Power Loss)? While asking about server mode, is it also possible to run a PPC mini headless? Thanks.

Re: Origin 350

2010-05-19 Thread Michal
On Wed, May 19, 2010 at 08:09:00AM -0500, Matt Bettinger wrote: That is unfortunate. I emailed theo if they could use some origin 350s but got no response. They have been recycled yesterday. I do have sgi memory etc if needed. I don't want to sound like I'm digging at you...but that was

Re: nested vlans: safe to use?

2010-05-11 Thread Michal
On 11/05/2010 12:45, Toni Mueller wrote: Hi, I've been trying to figure out whether I can use OpenBSD in a nested vlan scenario. I'm looking at a data centre where I want to get two wires, each carrying several vlans, and funneling them home across a WAN link. Various switch vendors claim

Squid (Stupid question that I can't solve)

2010-04-21 Thread Michal
I hate to admit this, but I am stumped by what quite clearly is such a simple problem but I can't find the answer. I've seen many sites, tutorials, guides but just cannot figure this one out...it's probably my bad skills with PF but admiittedly some of the things I've read are for older version of

Re: OpenBSD culture?

2010-04-15 Thread Michal
On 14/04/2010 19:27, J Sisson wrote: On Wed, Apr 14, 2010 at 1:19 PM, Matthias Kilian k...@outback.escape.de wrote: On Wed, Apr 14, 2010 at 12:38:56PM -0500, Ron McDowell wrote: Yup, nowhere in that goals page does it say anything about don't be rude to the casual users. Maybe that is why

Re: OpenBSD culture?

2010-04-14 Thread Michal
but if a questioner seems sincere there is usually a certain level of friendliness in Linux community towards them. I'm on Open/Free BSD, Fedora and Debian and while sometimes I find there can be a bit of unnecessary rudeness on the OpenBSD ML it's a truck load better then what you see on

Re: Relayd

2010-03-18 Thread Michal
On 17/03/2010 22:23, Glenn Beadle wrote: Hello, I know this is the OpenBSD mailing list, but I'm having an issue with relayd on FreeBSD and was just hoping to get some direction. I'm currently using relayd as a load balancer, and it's working fine. Now I'm trying to add ssl accelration,

Re: softdeps enabled = poor concurrent access?

2010-02-24 Thread Michal
On 24/02/2010 09:52, Jan Stary wrote: On Feb 23 19:20:28, Noah McNallie wrote: Hey guys. Noah here. I'd like to use openbsd on an older machine i have. I've had it on there before and never tested something that i've been testing on various operating systems lately. That's how well they do

OT - comments from a debian user

2010-02-23 Thread Michal
I would ignore this if you don't like Off topic posts, and flame me if you so wish, just there is a small discussion going on in a debian mail list and this post made me chuckle a bit...reminded me of Jason's presentation about bsd dying. In hindsight, why I said anything in the first place I will

Re: Refusal to mention OpenBSD in a MSc Advanced Networking course

2010-02-15 Thread Michal
On 14/02/2010 02:40, TS Lura wrote: Thank you all for the replies. I might do a lecture on my own, presenting OpenBSD. If I where to do that it, as a subsection, would be cool to give references to other institutions that are using OpenBSD and why they are using it. Why one would use

Re: AMD power reduction

2010-02-05 Thread Michal
On 04/02/2010 23:02, Jean-Francois wrote: All, I am looking forward to reduce the TDP for a server planned to be built. As low as possible shall be best, is AMD cool'n quiet operating with latest OpenBSD ? Regards Depending on what you where looking at, you can reduce the voltages (if

Re: AMD power reduction

2010-02-05 Thread Michal
Hello, I think of doing this too. What I would like to understand is if I will be able to use the frequency change 1000 / 2000 MHz dynamic load based. Regards Do you mean change the frequency depending on load on the computer...? This is very easy in a virtual environment, I am not

Re: trac on OpenBSD current

2010-01-21 Thread Michal
I think that this is the point. I installed from a plain install46.iso, but then I thought I could have choosen which ports tree to choose, -stable or -current. Where can I get more info about the upgrade process to -current? Thanks Sebastiano http://openbsd.org/anoncvs.html#starting

Re: another reassemble tcp problem - details for PF developers

2010-01-15 Thread Michal
snip It may be an irrelevant coincidence but each FTP site that this happened with was Microsoft FTP. It never happened (ie FTP always worked fine) with other server types. snip I don't know if this matters, but I had some problems recently with people downloading from external FTP servers

Re: ComixWall terminated

2009-12-10 Thread Michal
So what...someone was wrong, someone's train of thought was wrong...so what? Someone posts something and it's the wrong place...ok, say this isn't the place and move on. If this person though they where helping and people think they are not...well they have a different opinion but really they

Re: Truncation Data Loss

2009-11-11 Thread Michal
Janne Johansson wrote: Nick Guenther wrote: So, as nicely summarized at http://www.h-online.com/open/news/item/Possible-data-loss-in-Ext4-740467.html , ext4 is kind of broken. It won't honor fsync and, as a /feature/, will wait up to two minutes to write out data, leading to lots of files

Re: Filtering scp ssh and sftp

2009-09-29 Thread Michal
Simen Stavdal wrote: Hello misc, I have an openbsd host running that I wish to access in different manners depending on where the users connect from. This host runs sftp chrooted for internet users, and at the same time, I wish to administer the box with ssh. At the same time, I do not wish

Re: OT: Iphone with OpenBSD

2009-09-18 Thread Michal
That whole site as brilliant rants that remind me zero punctuation videos :) -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Gilles Chehade Sent: 18 September 2009 12:22 To: Jacob Yocom-Piatt Cc: misc@openbsd.org Subject: Re: OT: Iphone with

Re: 4.6 postponed to Nov 1

2009-09-18 Thread Michal
How dare she...you'd only be thinking about it ;) -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Matt Bettinger Sent: 18 September 2009 15:39 To: Michael Cc: m...@cvs.openbsd.org Subject: Re: 4.6 postponed to Nov 1 On 9/18/09, Michael

Re: OT: Iphone with OpenBSD

2009-09-18 Thread Michal
...you just kill-joyed that whole page. It's a stupid rant that's quite funny if you like that humour and he is going on the first version of the iphone, non-jailbreak, (you cant bring that into it by the way as he is taking both phones as-is) So please donbt suck the humour out of everything

Re: 4.6 will be released on October 1st?

2009-08-19 Thread Michal
-Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Jacob Meuser Sent: 19 August 2009 04:08 To: OpenBSD Misc Subject: Re: 4.6 will be released on October 1st? On Tue, Aug 18, 2009 at 10:03:58PM +0300, Lars Nooden wrote: wim wauters wrote:

Re: Boxes hanging intermittently. Anybody seen such ?

2009-08-17 Thread Michal
Is there a set time when this will happen, say after it's been up for ~5 hours, or is it completely random, 2 days one time, 1 hour another -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Andres Salazar Sent: 17 August 2009 01:29 To:

Re: Web GUI for named(8) ?

2009-07-23 Thread Michal
What about ISPConfig. I can vouch for webmin, but ISP config comes highly recommended by a lot of people. You also have Cpannel but I am not sure if that has an OpenBSD port...or ISPConfig for that matter but you didn't mention it so though I would... -Original Message- From:

Re: New Project - MICO

2009-07-23 Thread Michal
I liked the video, I liked the concept, I give you more credit for using ogv and I will defiantly have a look at MICO...but please...for love of atheism, please dont keep highlighting bits of text if you make another one...it made it incredibly tedious to watch at times. All credit to the fact

Re: reason for libexec?

2009-07-15 Thread Michal
As far as I'm aware ADD is on the autistic spectrum, and it is generally believed that a lot of people in IT are on the spectrum, especially those in the more technical areas, so in a way, your probably sort of right...in a way. Though, have you been tested for Asperger Syndrome? -Original

Cheap Sun equipment

2009-07-02 Thread Michal
With the Woolworths collapse, there are still some things up for grabs. It's phase 4 now, almost all has gone, but people might be interested http://www.hilcoind.com/sales/sale.asp?SALE_ID=1412SALE_REFERENCE_ID=DLNOCM OFBC611200952523

Re: random crashes on a firewall with OpenBSD 4.5-stable

2009-06-26 Thread Michal
-Original Message- From: Comhte [mailto:com...@daknet.org] Sent: 26 June 2009 16:42 To: Michal Subject: Re: random crashes on a firewall with OpenBSD 4.5-stable Oh sorry :p How could i test the power supply unit ? Michal a icrit : Other servers?? I don't mean PDU, I mean PSU...the power supply

Re: Open Vs Free BSD

2009-06-22 Thread Michal
-Original Message- From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd-sta...@freebsd.org] On Behalf Of Charlie Kester Sent: 19 June 2009 20:24 To: freebsd-sta...@freebsd.org Subject: Re: Open Vs Free BSD On Fri 19 Jun 2009 at 11:23:26 PDT Michael R. Wayne wrote: OK, I'm going

Open Vs Free BSD

2009-06-19 Thread Michal
Someone once said this too me Comparing FreeBSD and OpenBSD, FreeBSD is generally better at disk-related I/O whereas OpenBSD handles net-I/O better. No test has been carried out to prove this though. Every offence to the person which said this, but they are not the best admin ever, though

Re: Open Vs Free BSD

2009-06-19 Thread Michal
It wasn't an argument or a versus anything. It was just a question relating to what he had said and the truth in it and the two OS's being used for different reasons. That's all. No rage, no debate or looking for any winner! -Original Message- From: owner-m...@openbsd.org

Re: OpenBSD HA

2009-06-11 Thread Michal
Not that I am disagreeing or anything, more questioning...but would we say OpenBSD is better then Nokia Checkpoint Firewalls (disregarding cost here)... -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Joachim Schipper Sent: 11 June 2009 10:14

Re: OpenBSD HA

2009-06-11 Thread Michal
Well yes, horse's for courses :) -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Stuart Henderson Sent: 11 June 2009 16:51 To: misc@openbsd.org Subject: Re: OpenBSD HA On 2009-06-11, Michal mic...@sharescope.co.uk wrote: Not that I am

  1   2   >