On 2007-06-05T06:43, Edgars Mak?a wrote:
> IP is static and entered commands/text is the same too. No mistakes, i
> was carefully checking all commands and entered text.
> And as i found most problematic smtp is windows based MailEnable.
> What else i should check?
maybe your "spamlogd" is the pro
On 2007-02-16T17:25, Florian Fuessl wrote:
> Hi,
>
> the new ICP-Vortex ICP90x4RO (ICP SCSI U320 - PCI-X) SCSI-RAID controllers
> do not seem to be supported by the OpenBSD gdt-module.
>
> Are there any workarounds or plans to support the new ICP-Vortex
> RAID-hardware within the next release?
It
On 2007-01-18T11:27, Martin wrote:
> Hello.
>
> I'm using spamd but am noticing that some SPAM is still coming though
>
> It's probably more dev but I don't like posting to the dev/tech lists. If
> the
> ideas/info have merit, then perhaps it can be forwarded to that list.
>
> Can (or does) s
On 2007-01-09T14:01, Peter Philipp wrote:
...
> At that point (if you look at the timestamp) it's been 4 hours since the
> OpenBSD main source did a change in the kernel versions and all the other
> mirrors hadn't picked up the changes. So there was a checksum mismatch. I
> was wondering wheth
On 2007-01-05T13:47, Florian Fuessl wrote:
> Hi,
>
> I have problems with an OpenBSD 3.9 GENERIC.MP#0 i386 machine causing
> uvm_fault crashes:
>
> uvm_fault(0xd05cc640, 0xedbe2000, 0, 3) -> e
> kernel page fault trap, code=0
> Stopped at memset+0x33: repe stosl %es:(%edi)
>
> The sys
On 2006-12-30T19:10, Edy wrote:
> Good Day,
>
> I have setup a box OpenBSD 4.0 with bridge firewall, spamd, snort with
> mysql + BASE and snort2pf.
>
> I would like to create an ISO image of the box so that I could install
> the exact setup on any system.
>
> Is there a document which explains
On 2006-12-21T16:06, Dominik Zalewski wrote:
> On Thursday 21 December 2006 15:59, Marcus Popp wrote:
> > On 2006-12-21T15:29, Dominik Zalewski wrote:
> > > On Thursday 21 December 2006 15:04, Peter N. M. Hansteen wrote:
> > > > Dominik Zalewski <[EMAIL PROTECTED]&
On 2006-12-21T15:29, Dominik Zalewski wrote:
> On Thursday 21 December 2006 15:04, Peter N. M. Hansteen wrote:
> > Dominik Zalewski <[EMAIL PROTECTED]> writes:
> > > I have OpenBSD 4.0 firewall and I would like to redirect all outgoing
> > > http requests to my squid web proxy.
> >
> > Daniel Hartm
Hi James,
On 2006-12-12T11:45, James Turner wrote:
> xidle was a great suggestion thanks. The below script doesn't work
> either, and for some reason when running apmd in debug mode nothing gets
> outputted from what I can tell. For locking the screen before suspend
> I'll probably just stick
On 2006-12-04T14:50, Bambero wrote:
...
> rdr pass proto tcp from any to any port -> port 80
...
> What may be wrong ?
nothing. You can't redirect to ports only. You could only redirect to an
IP address/port. Please read the man pages/faq.
hth,
Marcus
On 2006-11-29T13:57, Robert C Wittig wrote:
...
> pf_rules=/etc/pf.conf # specify which file contains your rules
that is not necessary.
...
> I am curious to know why 'pf=YES' added to /etc/rc.conf.local did not
> start PF automatically on reboot, and what I might do to correct this.
I'm
On 2006-11-28T20:58, Bruno Carnazzi wrote:
...
> >I don't think this problem is caused by IPv6.
> >Have you tried adding a slash, as stated in man 1 pkg_add, to the
> >PKG_PATH?
>
> I'm updating... :)
>
> But I don't think the backslash is the problem, as in second case,
> everything works fine (
On 2006-11-28T19:40, Bruno Carnazzi wrote:
> Hi all,
>
> When using
> PKG_PATH=ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386
> with pkg_add(1), updating package with "sudo pkg_add -ui -F update -F
> updatedepends" fails, saying "no package in PKG_PATH". When using
Hi Alexander,
On 2006-11-24T10:50, Alexander Farber wrote:
> Then I've added a second "!" and moved those 2 lines to
> the top of /etc/syslog.conf:
>
>!!pref
>*.*/var/log/pref
>
> Now no messages at all are written into /var/log
for the archives
On 2006-11-18T14:33, Marcus Popp wrote:
> Hi,
>
> I have a strange problem, my spamd-white table is empty.
there was no "spamd: (pf update) (spamd)" process.
Because I have started spamd not with eval and the spamd_flags variable
was not evaluated.
eval
Hi,
I have a strange problem, my spamd-white table is empty.
# pfctl -t spamd-white -T show
#
I use this flags to start spamd:
spamd_flags="-b 127.0.0.1 -n 'Mail Daemon'"
spamd_grey=YES
spamdb shows a _lot_ of WHITE entries.
Any help would be really appreciated.
Please reply only to the maili
Hi,
I would support (money|board) a BCM95352E[1] based solution like
the Linksys WRT54GL[2]. The HW is pretty cheap ca. 60 Euros.
so long,
Marcus.
[1]
http://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM95352E
[2]
http://www.linksys.com/servlet/Satellite?c=L_Product
On 2006-11-14T18:43, C. L. Martinez wrote:
> Sorry?? Do I need to run pfctl to load rules only on one fw under carp and
> then this rules are sync to the others firewalls ?? If this is ok, then I
> don't read pf's very well ...
no, you have to run pfctl on every machine to activate changes in
your
On 2006-11-14T16:37, C. L. Martinez wrote:
> Hi all,
>
> Somebody knows where I can find a good shell script to sync pf.conf rules
> over a several Openbsd firewalls using CARP?
for HOST in a b c d; do
scp /etc/pf.conf $HOST:/etc/
done
hth,
Marcus.
Hi,
there is a special ml for ports@,
further information can be found at http://www.openbsd.org/mail.html.
hth,
Marcus.
On 2006-11-03T15:09, Robert George Ababurko wrote:
> I am just getting back into using OpenBSDI see that 4.0 has more support
> for the Areca SATA RAID cards, but do ot list them in the supported devices
> list. It just has a note showong 4.0 features.
>
> That said, when installing 4.0 on my
On 2006-10-19T21:28, sonjaya wrote:
> i have script for update automaticly here:
> # cat /root/update_part1.sh
> #!/bin/csh
> cd /usr/src
> setenv CVS_CLIENT_PORT -1
> setenv CVSROOT [EMAIL PROTECTED]:/cvs
> cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd
> date > /root/update_part1.log
>
> when i try run
On 2006-10-18T15:58, Marcus Popp wrote:
> On 2006-10-18T17:27, Francois Visconte wrote:
> > Hello,
> > is there any way to retrieve boot params, like /proc/cmdline under linux ?
> wrong list.
aehmm, sorry got you wrong.
so long,
Marcus.
On 2006-10-18T17:27, Francois Visconte wrote:
> Hello,
> is there any way to retrieve boot params, like /proc/cmdline under linux ?
wrong list.
hth,
Marcus.
On 2006-09-03T23:16, Bill Marquette wrote:
> On 9/3/06, Ted Unangst <[EMAIL PROTECTED]> wrote:
> >On 9/3/06, Sylwester S. Biernacki <[EMAIL PROTECTED]> wrote:
> >> I use Intel cards for several years and was happy of them almost all
> >> the time. However, after I've read about them at this lis
Hi ben,
On 2006-08-24T12:00, ben wrote:
> I just spent more time than I would have liked to searching for info
> on providing HA/LB via CARP (and possibly other tools) for individual
> services (such as http) rather than IP addresses. I was surprised to
> find just about nothing on the topic since
On 2006-08-24T16:56, Bachman Kharazmi wrote:
> I use hotplugd to attach my usbstick. I works well, but I miss a
> detach script which I couldn't find as a example in the manual so I
> wonder if it's necessary. I've tried once to just disconnect the stick
> without umounting the FS manually, and it
Hi jlr0i6sg3t,
On 2006-07-27T19:17, [EMAIL PROTECTED] wrote:
> Someone has written an article under "Information Security News",
> entitled "Linux patch problems: Your distro may vary". As if
> OpenBSD were a "Linux distro".
Ok, thats wrong.
> In this article, he compares response times to vulne
Hi Paul,
On 2006-05-22T14:14, Paul Wright wrote:
> Hi all,
>
> I've followed a set of instructions[1] describing a method of
> installing OpenBSD onto a RAID 1 array created with raidctl using only
> 2 disks (sd0b + sd1b). The basic premise is to first install normally
> onto one disk (sd0b) and
On 2006-05-19T11:51, James Mackinnon wrote:
> Hey everyone
>
> I'm looking at upgrading my Environment to 2 firewalls using carp and such.
>
> I have a bunch of segments (5) internally + the pfsync connection
>
> I do alot of data transfers on the backend, which would likely be best managed
> wi
On 2006-05-06T14:32, Siju George wrote:
> Hi Tanvir,
>
> Thankyou so much for the info and offer :-)
>
> On 5/6/06, Tanvir Ahmed <[EMAIL PROTECTED]> wrote:
> >On 5/5/06, Siju George <[EMAIL PROTECTED]> wrote:
> >> It would be really great if some on can give advice on this topic :-)
> >
> >You ca
On 2006-04-19T14:54, Marcus Popp wrote:
> Hi Jacob,
>
> On 2006-04-19T09:15, Jacob Yocom-Piatt wrote:
> ...
> > any other suggestions for website development software?
>
> have a look at quanta it's a kde web-dev tool.
> http://quanta.kdewebdev.org/
>
> ht
Hi Jacob,
On 2006-04-19T09:15, Jacob Yocom-Piatt wrote:
...
> any other suggestions for website development software?
have a look at quanta it's a kde web-dev tool.
http://quanta.kdewebdev.org/
hth,
Marcus.
On 2006-04-07T10:59, Michael Steinfeld wrote:
> If anyone cares here's the dmesg from my MacBook Pro.
> --
>
> OpenBSD 3.8 (GENERIC) #138: Sat Sep 10 15:41:37 MDT 2005
> [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
> cpu0: Genuine Intel(R) CPU T2500 @ 2.00GHz ("GenuineIntel" 686-cl
Hi,
On 2006-03-16T18:38, Gabriel George POPA wrote:
>Thank you Joachim. Now, regarding spamd(8), I knew that I need help
> from pf. Regarding SpamAssassin: I did pkg_add, I followed
> the instructions on modifying /etc/procmailrc I started spamd (spamc
> should have been called for every mes
On 2005-11-04T18:58, netture wrote:
> Hi every one.
>
> im a newbe with OpenBSD,
>
> I just wan to know how to set my route table as i want "during the boot
> process".
> in fact this is my route table
>
> $ netstat -rn
>
On 2005-10-21T07:53, morla wrote:
> hello all,
>
> i just made up a second account on my box and wanted to prevent the old
> one from loging into it, due i want to keep it for email retrival.
>
> when i enter something like
>
> morla:*:1000:1000:morla:/home/morla:/sbin/nologin
>
> into /etc/p
Hi,
On 2005-06-23T08:55, Roberto Pereyra wrote:
> Hi
>
> I have a simple question about pf.
>
> I want to block outgoing smtp traficc for all my users. I only pass
> smtp traffic to two smtp server (correo.urdi.com.ar,
> smtp.bourlot.com).
>
> This rule:
>
> block out log quick on $ext_if prot
On 2005-05-11T20:24, Christian Jones wrote:
> A minor, even trivial, perhaps pointless issue---but I'm curious:
>
> /etc/skel/.profile includes the line
> export PATH HOME TERM
>
> This appears to be unnecessary; login(1) places all three into the
> environment. Simple testing with ksh and sh
39 matches
Mail list logo