openbsd-misc mailing list

FromSubjectsort iconDate
Kito Waziri
Je sur comptable a la banque BCB je vais virée $6.million s...

Invitation : "Je sur comptable a la banque BCB je vais virie $6.million sui votre compte".

Par votre htte Kito Waziri:

Date: jeudi 2 juillet 2009

Heure: 22h 00 - 23h 00 (GMT+00:00)
Lieu: Cher Ami Salut, Je suis MR, Kito Waziri comptable a la BANQUE COMERCIALE DU BURKINA (BCB), je vais virie $6.million (usd) sui votre compte ci ga vous intersse je vous enverrons tous les ditails sur la fagon dont on va fait le demache et igalement noter que vous aurez 30% du montant i...

Jul 2, 6:51 pm 2009
Julien Cabillot
i386 snapshot kernel crash (intagp)

Hi,
I'm have a problem with the latest snapshot (1er july), the kernel crash on
intagp,
I don't have serial connected so I take a little picture :
http://img33.imageshack.us/img33/6628/img4400g.jpg
And trace give that :
http://img194.imageshack.us/img194/8093/img4402s.jpg

My last update (25 Jun) work nice (it's a GENERIC.MP + raidframe).

OpenBSD 4.5 (GENERIC.MP) #0: Thu Jun 25 20:33:02 CEST 2009
root@:/usr/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz ("Genui...

Jul 2, 1:43 pm 2009
Michal
Cheap Sun equipment

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=1412&SALE_REFERENCE_ID=DL...
OFBC611200952523

Jul 2, 12:58 pm 2009
Chris Bennett
cron problem

I had an odd problem with cron.

I made three perl scripts: LWP4.pl, LWP5.pl and LWP6.pl

During testing, I put the following entry in cron:

33 * * * * * LWP4.pl; LWP5.pl; LWP6.pl;

When it ran, I got 6 versions of each of these scripts running
concurrently and in order also.
They didn't start at exact same time, but as if LWP4.pl, then another
and another, etc.

When first version of LWP4.pl finished, then first version of LWP5.pl etc.

These scripts get a web page, extract ...

Jul 2, 11:27 am 2009
Frank Bax
Re: cron problem

Too many asterisks?

Jul 2, 12:36 pm 2009
steve szmidt
Re: cron problem

Just off hand, are there not too many time parameters?

--

Steve Szmidt

"They that would give up essential liberty for temporary safety
deserve neither liberty nor safety."
Benjamin Franklin

Jul 2, 2:41 pm 2009
Chris Bennett
Re: cron problem

Probably, I just threw in some * to fill in extra ones.
I was just trying to show that I was purposefully running at a certain
time during testing.
Too lazy to count them correctly :)

Running these solo in separate entries works fine.

That will work fine, but I do want to clearly understand what the error
was caused by.
Thinking about it, I got 6 duplicates and the sleep was set for 10 secs.
60 secs in one minute.
60/10 = 6. Coincidence?

The total time to run all three alone, added up to ...

Jul 2, 4:05 pm 2009
Frank Bax
Re: cron problem

So how many asterisks are in your crontab? An extra * will attempt to
"run" every file in current directory. Your script files wouldn't
happen to be in the default directory would they?

Jul 2, 4:36 pm 2009
Robert
Re: cron problem

On Thu, 02 Jul 2009 10:27:46 -0500

Hi,

The command in cron is executed by the defined $SHELL.
The semicolon means run each part after one another, without caring for
the exitstatus of the previous.
With ksh you'd want to connect the parts with a single ampersand so
they are "executed in the background".
Just have a look at the manpage for whatever shell you use in that
crontab.

- Robert

Jul 2, 1:01 pm 2009
Randal L. Schwartz
Re: cron problem

>>>>> "Chris" == Chris Bennett <chris@bennettconstruction.biz> writes:

Chris> During testing, I put the following entry in cron:

Chris> 33 * * * * * LWP4.pl; LWP5.pl; LWP6.pl;

Chris> When it ran, I got 6 versions of each of these scripts running concurrently
Chris> and in order also.

If the total time to run the three scripts in sequence is greater than an
hour, you will get overlapping runs.

If you don't want that, you should put some sort of ...

Jul 2, 12:33 pm 2009
Manuel Ravasio
Ultrabasic guide to NAT

Hello list.

I know this is a very simple issue, but I can't find a quick answer and I don't have much time to google around; I need the thing working in short time.

OpenBSD + PF firewall, connecting 3 "internal" networks to an "external" one.
The firewall has 5 NICs, re0 to re4; re0 is connected to the external network, re1 to re3 to internal networks; re4 is currently unused.
I have a single "external" IP mapped on re0 and 3 "nat" pf rules, one for each "internal" network, plus some basic filtering...

Jul 2, 5:56 am 2009
Lars Nooden Jul 2, 7:29 am 2009
Manuel Ravasio
Re: Ultrabasic guide to NAT

Eh...

Thank you!

Manuel

Jul 2, 9:43 am 2009
Çin'den Haberler
Gül: İlişkilerimizi Daha İleriye Taşımak İst

Cin'den Haberler'i dC<zgC<n gC6rC<ntC<lenemiyorsa lC<tfen
t}klay}n}z
<http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFAkpWAVVKUlAGDlIH>
.

<http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFBUpWAVVKUlAGDlIH>

<http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFBEpWAVVKUlAGDlIH>

<http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFB0pWAVVKUlAGDlIH>

<http://www.email2cli...

Jul 2, 4:59 am 2009
Per-Erik Persson
mountd occupies port 993

mountd and and imaps occupies the same port 993.

Are the any good ways of telling openbsd that mountd should not use
that port.
The quick n'dirty solution is to kill mountd in rc.local and start it up
again after the imap mailserver has occupied the port and then start up
mountd again.

An other solution would be to tell the mailserver software to listen to
some other port and use pf to redirect it but that seems unneccesery if
a better solution exists.

Any ideas?

--

Please co...

Jul 2, 4:18 am 2009
Philip Guenther
Re: mountd occupies port 993

...

Upgrade to OpenBSD 4.4 or later, as that version made /etc/rc
automatically tell the kernel to not assign to dynamic services any of
the ports mentioned in /etc/services, and imaps has been in
/etc/services since 3.something.

If you're running 4.4 or later, please verify that
1) /etc/services contains "imaps 993/tcp"
2) you're running the stock /etc/rc
3) the output of "sysctl net.inet.tcp.baddynamic" contains ',993,'
4) that you're running a stock mountd

Philip Guenther

Jul 2, 4:39 am 2009
Per-Erik Persson
Re: mountd occupies port 993

I am running 4.3 and the problem arised after upgrading from a previous
version.
Well spotted :-)
Thanks a lot!

--

Please consider the environment before printing this email

Jul 2, 5:18 am 2009
Aaron Mason
Re: Problems using ppp on my cell phone

Perhaps the other side has changed their configuration in such a way
that it throws pppd off. You'd probably get no support from them
regarding this, because it's not Windows :/

FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C

--
Aa...

Jul 1, 9:19 pm 2009
Andrej Elizarov
Re: Problems using ppp on my cell phone

If Aaron is right, you need to call to your mobile operators and ask about
"initialization string" in cell-modem properties in Windows
(like /AT+CGDCONT=1,"IP","web.pt.lu"/ ), at first. And about new phone
number for dial-up connection.
In some rare cases i had to edit resolve.conf manually ( you can ask
operator for dns ).

Jul 2, 2:15 pm 2009
previous daytodaynext day
NoneJuly 2, 2009None