[drm] *ERROR* [CRTC:41:pipe ] flip_done timed out

2020-02-03 Thread Jacek Kowalczyk
. What I need to set or install and where to solve it? BR Jacek Kowalczyk http://jacekkowakczyk82.github.ii -- Wysłane za pomocą K-9 Mail.

Building Firewalls with OpenBSD and PF, 3rd ed. (updated for OpenBSD 4.7)

2010-05-19 Thread Jacek Artymiak
d valuable feedback. You have no idea what it means to me. Those who found peace in telling me to go to hell, I understand your anger. Kind Regards, Jacek

Re: reply-to/return-path mail/smtpd question

2010-04-20 Thread Jacek Masiulaniec
On Mon, Mar 22, 2010 at 06:05:37PM +0100, Didier Wiroth wrote: > Hello, > (I'm using current with smtpd.) > I'm sending mail reports to a mail address which is defined in the > alias file like this: > didier: dwir...@company.com > > My smtpd.conf is: > listen on lo0 > map "aliases" { source db "/e

Re: smtpd: Aliases only work with for local alias aliases

2010-04-20 Thread Jacek Masiulaniec
On Mon, Apr 12, 2010 at 12:26:09PM +0200, Rene Maroufi wrote: > Hello, > > In my smtpd.conf i have this: > > map aliases { source db "/etc/mail/aliases.db" } > > and: > > accept from all for local deliver to maildir > > If i send a mail to an alias smtpd rejected the mail. The Log says: 530 >

Re: smtpd.conf: syntax error with from local

2010-04-20 Thread Jacek Masiulaniec
On Sun, Apr 11, 2010 at 08:20:24PM +0200, Rene Maroufi wrote: > Hi, > > i tried smtpd on a snapshot from March (GENERIC#556). If i use: > > accept from local for all relay > > I get with smtpd -n: > > /etc/mail/smtpd.conf:11: syntax error > > If i remove from local, everything is OK. Whats wro

Re: OpenSMTPd actual development and integration

2010-01-15 Thread Jacek Masiulaniec
I am familiar with DJB's writings on queue structure and others. Fundamentally, OpenSMTPD makes use of file system atomic operations similarly to qmail in order to achieve the same goal, the difference lies in directory hierarchy organization which that is of secondary importance. But I believe Ma

Re: How to remove "Operation timed out" messages" from queue with smtpctl?

2010-01-01 Thread Jacek Masiulaniec
On Sat, Dec 26, 2009 at 08:47:28AM +0100, Tomas Bodzar wrote: > Hi all, > > how can I remove "Operation timed out" messages from mail queue with > smtpctl(8)? I have default setup for local delivery and I tested if > it's possible to send emails to outside world as with default > sendmail(8) confi

Re: sptmd(8), MDA and SpamAssassin? (semi-OT)

2009-12-21 Thread Jacek Masiulaniec
On Sun, Dec 20, 2009 at 11:10:21PM -0600, Adam Thompson wrote: > Is there a better way? Can I skip procmail? (Do I want to? Procmail > also seems to be the only way to have Maildir-format for some users and > mbox-format for others, when using smtpd(8).) Is there any (useful) way > to invoke

Re: Firefox pegging my CPU

2009-11-30 Thread Jacek Masiulaniec
Did you ktrace it? On Mon, Nov 30, 2009 at 03:08:43AM -0500, Nick Guenther wrote: > I installed firefox35 on 4.6 and used it happily until yesterday when > it went crazy. It will still load pages but extremely slowly--to the > point of being unusable. I deleted my .mozilla directory--no luck. I >

Re: imsg framework

2009-11-19 Thread Jacek Masiulaniec
On Thu, Nov 19, 2009 at 04:48:06PM -0600, Marco Peereboom wrote: > but still no man pages... > > tsk tsk tsk It's worth noting that thanks to syncing done by eric@ and pyr@ at c2k9, the imsg lib is now possible, and thus the doc will come when the lib is done.

Re: imsg framework

2009-11-19 Thread Jacek Masiulaniec
On Thu, Nov 19, 2009 at 05:56:15PM +0200, Gregory Edigarov wrote: > Hello, > > just wonder is there any information about it available? > I mean the source is good to look for details but I would like to have > a big picture first. The source code is really rather simple, you should be able to wo

Re: smtpd IP log

2009-11-13 Thread Jacek Masiulaniec
On Mon, Oct 19, 2009 at 06:21:51PM +0200, Philippe NICOLAS wrote: > Hello > > I tried smtpd for a while and I must admit it is very convenient to use ! > > Anyway is it possible for smtpd to log the IP of the remote server in the > maillog as sendmail did it ? That is what happens in -current.

Re: no hostname in mails sent with smtpd in a crontab

2009-10-15 Thread Jacek Masiulaniec
On Wed, Oct 14, 2009 at 04:37:17PM -0700, Claus Assmann wrote: > > smtpd currently does no content inspection. However, even the most > > basic SMTP implementation needs to parse message content, eg. to > > add missing domainpart to From:, add missing Date: or Message-Id: > > or to strip Return-P

Re: no hostname in mails sent with smtpd in a crontab

2009-10-14 Thread Jacek Masiulaniec
On Wed, Oct 14, 2009 at 03:01:57PM -0700, patrick keshishian wrote: > On Wed, Oct 14, 2009 at 1:52 PM, Gilles Chehade wrote: > > this was discussed with jacekm@ and the issue is actually a bit > > trickier than i initially assumed, we'll fix that soon but it's > > not a five minutes fix as it look

Re: smtpd update

2009-09-22 Thread Jacek Masiulaniec
On Thu, Sep 17, 2009 at 02:09:17PM +0200, Michael wrote: > > smtpd has recently benefited from many changes to the local and remote > > delivery code paths. Their aim is to advance smtpd few steps further to > > being well suited for production use. I have been working on this for a > > number of

Re: smtpd update

2009-09-16 Thread Jacek Masiulaniec
On Wed, 16 Sep 2009 15:54:36 +0200, Landry Breuil wrote: > On Wed, Sep 16, 2009 at 11:14 AM, Jacek Masiulaniec > wrote: >> Hi, >> >> smtpd has recently benefited from many changes to the local and remote >> delivery code paths. Their aim is to advance smtpd few

smtpd update

2009-09-16 Thread Jacek Masiulaniec
/libexec/smtpd/makemap and run # echo sendmail_flags=NO >> /etc/rc.conf.local # echo smtpd_flags= >> /etc/rc.conf.local # newaliases Finally, reboot the box to verify smtpd is started automatically. Thanks, Jacek

Re: chown

2009-06-04 Thread Jacek Artymiak
On Thu, Jun 4, 2009 at 9:52 AM, Steve wrote: ... > Is there a way to selectively change files recursively ? ... xargs(1) -- Jacek Artymiak http://devGuide.net OpenBSD Command-Line Companion http://devguide.net/books/obclc1 Building Firewalls with OpenBSD and PF http://devguide.net/bo

Re: Rewriting Addresses in SMTPD

2009-06-01 Thread Jacek Masiulaniec
On Sun, May 31, 2009 at 10:56:50PM -0400, Aaron W. Hsu wrote: > Is there a way in smtpd(8) yet, to do something like genericstables in > sendmail? Right now, when my client sendmail sends out a mail, it > rewrites the envelope and the From addresses to be valid email addresses > with the domain

Re: Edit files on the installer shell?

2009-05-26 Thread Jacek Artymiak
On Tue, May 26, 2009 at 11:03 AM, Sunnz wrote: > I am wondering if I wanted to edit something before the installation > then what can I use to edit files? I was told that vi is almost always ed -- Jacek Artymiak http://devGuide.net OpenBSD Command-Line Companion http://devguide.net

Building Firewalls with OpenBSD and PF, 3rd ed.

2009-05-25 Thread Jacek Artymiak
on will be receiving PDFs with updates for another year (think OpenBSD 4.5, 4.6, and 4.7). More news, updates at http://www.devguide.net/books/bfwoap3 Kind Regards, Jacek Artymiak http://devGuide.net

OBCLC1 Updates Shipping

2009-05-20 Thread Jacek Artymiak
on to devGuide.net ltd (UK) and will be phasing out our activities in Poland. devGuide.net ltd will be taking over the responsibilities of devGuide.net Poland. Kind Regards, Jacek Artymiak http://devGuide.net

Re: How to find my USB?

2009-04-14 Thread Jacek Artymiak
On Sat, Apr 11, 2009 at 1:29 AM, Juan Jimenez Galdos wrote: > Ok, thank you very much Alexander, Jacek :). > > A question: if i need to download a package with the dependences, is there a > command? is there in OpenBSD a cache with the packages? > > Thank you very much again

Re: How to find my USB?

2009-04-10 Thread Jacek Artymiak
ns that you may have mounted on your system. If you forget to do that, the system may become confused and you my loose your data. Hope the above helps you a little. -- Jacek Artymiak http://devGuide.net Twitter: http://twitter.com/devguide Facebook: http://www.facebook.com/group.php?gid=50168432081

Re: smtpd authentication?

2009-03-31 Thread Jacek Masiulaniec
On Tue, Mar 31, 2009 at 12:49:29AM -0400, Aaron W. Hsu wrote: > Does the recently linked in smtpd support things like certificate based > authentication for relay? Not yet. It will at one point.

Re: smtpd, please test

2009-03-17 Thread Jacek Masiulaniec
We came up with simplified instructions. Fetch these scripts: http://www.poolp.org/~jacekm/smtpd-enable http://www.poolp.org/~jacekm/smtpd-disable Then, run the following on a recent snap after cvs up: sudo smtpd-enable To deactivate: sudo smtpd-disable On Tue, Mar 17, 2009 at 01:55:

Re: script

2009-01-13 Thread Jacek Artymiak
> Actually, there's a bug in the script. Should be "\$0.99". ;o) That's so wasteful. That's one keystroke too many. '$0.99' would be more appropriate for today's 'green' enterprises ;-) -- Jacek Artymiak http://devGuide.net

The OpenBSD Command-Line Companion

2008-12-29 Thread Jacek Artymiak
oad him. PS. If you are on the RadioBSD mailing list, the PDF will be sent to you automatically to the address you used to subscribe to that list. Kind Regards, -- Jacek Artymiak http://devGuide.net Facebook: http://www.facebook.com/group.php?gid=50168432081 Twitter: http://twitter.com/devgui

Re: httpdump?

2008-11-23 Thread Jacek Artymiak
nds (methods). If there's a way to >> get this via tcpdump I haven't found it yet. > > Just increase the snaplen. > > tcpdump -s 65000 -w dump port 80 > > ^C when you're done and vim the dump. Raw packets but you'll see the GET in > there.

Re: Problems with installation OpenBSD 4.4

2008-11-23 Thread Jacek Artymiak
e that connects the motherboard to the disk. I had a similar problem just two weeks ago. -- Jacek Artymiak http://devGuide.net Installing OpenBSD 4.4 Webinar (web seminar) http://www.devguide.net/training/webinars/openbsd001 vi(1) Tips: Essential vi/vim Editor Skills, 1st ed. http://www.devguide.net/books/vitips1

Re: How to synchronize mediawiki installs for CARP'd web servers

2008-11-15 Thread Jacek Artymiak
7;s how wikipedia does it, > but since my servers are CARP'd and ip balanced, requests will go to > different computers over time. If any of you know how to use rsync > effectively with mediawiki, I'd love to know. Read "Building Scalable Web Sites" by Cal Henderson http:

Re: Segmentation fault in sh script using base utilities only

2007-08-05 Thread Jacek Masiulaniec
s. My script would replace the tabs with an adequate number of spaces to align foo2 and bar2. Writing replacement for "column -t", huh? Jacek

openbsd 4.1 and keep state

2007-06-28 Thread jacek
Hi all, I have quick question , i need not to create state on one of the rule but once is done by default starting with verison 4.1 , not sure how to do it. Any tips welcome Thanku you Jacek

locate(1) improvements

2007-06-21 Thread Jacek Masiulaniec
Index: locate.1 === RCS file: /cvs/src/usr.bin/locate/locate/locate.1,v retrieving revision 1.24 diff -u -p -r1.24 locate.1 --- locate.131 May 2007 19:20:12 - 1.24 +++ locate.121 Jun 2007 14:50:03 - @@ -106,7 +106,

Re: Chaos Computer Camp 2007. Anyone going?

2007-05-17 Thread Jacek Artymiak
Felix kept on twisting my arm so hard about it that he finally managed to convince me to go. I have always wanted to go there anyway. I'll stock up on my meds and if I'm in good enough shape, I'll join the merry gang. Look for me somewhere in the BSD village. -- Jacek Artymiak devGuide.net

Building Firewalls..., 2nd ed. & RadioBSD subscriptions

2007-03-01 Thread Jacek Artymiak
I'll add you within 48 hours. This promotion is valid while supplies last. -- Jacek Artymiak devGuide.net :: RadioBSD

Free Advertising for the BSD Community

2007-02-26 Thread Jacek Artymiak
nd tell me what you'd like to advertise. The specs are simple: a black & white copy, 4x7 inches in EPS or TIFF at 600dpi. My choices are final. I give preference to non-profits, but I welcome businesses too. -- Jacek Artymiak devGuide.net :: RadioBSD

100 brave souls needed

2007-02-19 Thread Jacek Artymiak
ry. PS (1). Those of you already on the RadioBSD beta just wait for more information. PS (2). I don't want to clutter this list with my emails. If you want to know more about what's happening in my neck of woods, visit and subscribe to this feed: http://feeds.artymiak.com/jacek-artymia

Re: DSL Modem (multiple PPPoE) --> OpenBSD (Ext NIC) --> multiple Inside NICs with unique addrs. setup problem

2007-01-02 Thread jacek
rom 192.168.3.0/24 to any -> $IP3 EXT0 = tun0 IP0-3 = public ips -- > Good ideas and examples are most welcome. > > Thanks, > > Randy @ RTMX > > [demime 1.01d removed an attachment of type APPLICATION/DEFANGED which had > a name of randy.20304DEFANGED-vcf] > > cheers Jacek

altq not working properly openbsd 3.8

2006-10-25 Thread jacek
o tcp all keep state queue (std, tcp_ack) " line but it did not force to use diffren queue for web and ssh traffic Perhaps one of You were using such setup or had similar issues and would like to share with experience. Thanks in advance Jacek

Re: please chek my pf

2006-09-28 Thread jacek
hi -- Jacek On 9/28/06, sonjaya <[EMAIL PROTECTED]> wrote: > > rdr pass on $int_if proto tcp to port ftp -> 127.0.0.1 port 8021 > rdr on $ext_if proto tcp from any to any port 110 -> 192.168.0.1 > block all > pass out keep state you should set rules per interface

Re: bandwidth speed between openbsd boxes

2006-09-27 Thread jacek
that was it , ifq.drop number was high 7 sth, i increased ifx.maxlen to 300, and now im getting 25Mbytes/s ~ 200 Mbitsto obsd box using scp, still seems to be a bit slow 5 times less then ( 1Gb links) but it's better then it was :) . Thanks again for a tip. -- Jacek On 9/27/06, jacek &l

Re: bandwidth speed between openbsd boxes

2006-09-27 Thread jacek
to obsd box it very slow < 10Mb , window is 32k then.( checked by tcpdump ) so which tool would you recommend to test speed between obsd boxes ? -- > :wq Claudio > > thanks for your reply -- Jacek

bandwidth speed between openbsd boxes

2006-09-27 Thread jacek
MBytes306 Mbits/sec [SUM] 0.0-10.0 sec720 MBytes603 Mbits/sec I was playing a bit with sysctl tcp option and bpf but no success.Perhapsyou found soulution for these strange behavior , i would be greatful for any response , thanks in advance , i can attach dmesg/pf.conf if it can help Regards Jacek

apache2 /mod_proxy

2006-05-18 Thread jacek
Hi all, i know that it's not really related with obsd , but ive got such problem : ive compiled apache2.0.58 ( with mod_proxy, mod_so ) at obsd 3.8, set virtual host with proxy to services at ports 8080 and 8010 and can get it working fine but im getting starnge errors in logs ---ext--obsd3.8

Re: ALTQ priq: bandwidth or no?

2006-05-11 Thread jacek
sorry i replied only to you :) , it's working coz you're setting max value which in your case it's not crossed above 1452 On 5/11/06, Jeff Quast <[EMAIL PROTECTED]> wrote: > > On 5/11/06, jacek <[EMAIL PROTECTED]> wrote: > > hi, that's part of your

Re: ALTQ priq: bandwidth or no?

2006-05-11 Thread jacek
hi, that's part of your pf.conf ---cut # normalize outbound packets to prevent mapping of LAN hosts scrub out on $ext_if all random-id min-ttl 250 max-mss 1492 Queueing ### # Note: Only outgoing traffic may be queued. ---cut i think you made a m

Re: firewall pf rules multiple dhcp servers

2006-04-25 Thread jacek
who cares :) On 4/25/06, Chris Smith <[EMAIL PROTECTED]> wrote: > > On Tuesday 25 April 2006 13:04, Chris Smith wrote: > > nic would then get it's info from your > > ugly grammar error > should be "its" instead of "it's", sorry for that