mountd occupies port 993

2009-07-02 Thread Per-Erik Persson

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 consider the environment before printing this email



Re: mountd occupies port 993

2009-07-02 Thread Philip Guenther
On Thu, Jul 2, 2009 at 1:18 AM, Per-Erik Perssonp...@fos.su.se wrote:
 mountd and and imaps occupies the same port 993.

 Are the any good ways of telling openbsd  that mountd should not use that
 port.
...

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



Gül: İlişkilerimizi Daha İleriye Taşımak İstiyoruz

2009-07-02 Thread Çin'den Haberler
 Cin'den Haberler'i dCzgCn gC6rCntClenemiyorsa lCtfen
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.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFBkpWAVVKUlAGDlIH

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

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFCUpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFCEpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFBkpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFCUpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgFCEpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEAUpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEAEpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEA0pWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEAUpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEAkpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEBUpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEBEpWAVVKUlAGDlIH

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEB0pWAVVKUlAGDlIH
 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEBkpWAVVKUlAGDlIH
 mailto:nopermis...@email2clients.com

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgECUpWAVVKUlAGDlIH
 mailto:sendmem...@email2clients.com

 

 
http://www.email2clients.com/geotourism/lists/lt.php?id=ZU4EAw8JUwgEBEpWAVVKUlAGDlIH






--
Powered by PHPlist, www.phplist.com --



Re: mountd occupies port 993

2009-07-02 Thread Per-Erik Persson
I am running 4.3 and the problem arised after upgrading from a previous 
version.

Well spotted :-)
Thanks a lot!

Philip Guenther wrote:

On Thu, Jul 2, 2009 at 1:18 AM, Per-Erik Perssonp...@fos.su.se wrote:
  

mountd and and imaps occupies the same port 993.

Are the any good ways of telling openbsd  that mountd should not use that
port.


...

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
  



--


Please consider the environment before printing this email



Ultrabasic guide to NAT

2009-07-02 Thread Manuel Ravasio
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. Very simple, works ok.

Now I need to get a second public address and create a 1:1 map to an 
internal host.
I understand I have to use a binat rule, which looks very simple, but I still 
miss the whole procedure.

I suppose somehow I have to map the second public address to re0, then apply 
the binat rule; otherwise I can use re4.

Can someone point me to some proper documentation, some howtos,...?
Otherwise, can someone give me a list of the logical steps to achieve this 
trivial goal?

Thank you all!

Byee,
Manuel


 --
Hana wa sakuragi, hito wa bushi



Re: Ultrabasic guide to NAT

2009-07-02 Thread Lars Nooden
Manuel Ravasio wrote:
 ... I don't have much time to ... 

There's your problem.  Try to plan better next time.

 Can someone point me to some proper documentation,

 http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf

 ... some howtos,...?

 http://www.openbsd.org/faq/pf/nat.html
 http://home.nuug.no/~peter/pf/en/nat.html
 http://home.nuug.no/~peter/pf/en/basicgw.html
 http://www.thedeepsky.com/howto/newbie_pf_guide.php

See also

 http://openbsd.org/support.html
 http://www.openbsdfoundation.org/

Regards
-Lars



Re: Ultrabasic guide to NAT

2009-07-02 Thread Manuel Ravasio
  ... I don't have much time to ... 
 
 There's your problem.  Try to plan better next time.

Eh...
Sometimes you can, sometimes shit just happens and you have to manage it the 
way it comes :-).

  Can someone point me to some proper documentation,
 
 http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf
 
  ... some howtos,...?
 
 http://www.openbsd.org/faq/pf/nat.html
 http://home.nuug.no/~peter/pf/en/nat.html
 http://home.nuug.no/~peter/pf/en/basicgw.html
 http://www.thedeepsky.com/howto/newbie_pf_guide.php
 
 See also
 
 http://openbsd.org/support.html
 http://www.openbsdfoundation.org/

Thank you!

Manuel



cron problem

2009-07-02 Thread Chris Bennett

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 values from matches, update 
database, sleep, repeat for new pages until done with list of search values.



Chris Bennettf



Re: cron problem

2009-07-02 Thread Randal L. Schwartz
 Chris == Chris Bennett ch...@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 highlander (there can
be only one!) locking in your scripts.  I addressed this subject in
my column at: http://www.stonehenge.com/merlyn/WebTechniques/col54.html

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
mer...@stonehenge.com URL:http://www.stonehenge.com/merlyn/
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion



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: cron problem

2009-07-02 Thread Robert
On Thu, 02 Jul 2009 10:27:46 -0500
Chris Bennett ch...@bennettconstruction.biz wrote:

 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 values from matches, update 
 database, sleep, repeat for new pages until done with list of search
 values.
 
 
 Chris Bennettf

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



i386 snapshot kernel crash (intagp)

2009-07-02 Thread Julien Cabillot
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 (GenuineIntel 686-class) 2.14
GHz
cpu0:
FPU,V86,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,EST,TM2,CX16,
xTPR
real mem  = 1070034944 (1020MB)
avail mem = 1025949696 (978MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 08/20/08, BIOS32 rev. 0 @ 0xfb210,
SMBIOS rev. 2.4 @ 0xf0100 (34 entries)
bios0: vendor Award Software International, Inc. version F4 date 08/20/2008
bios0: Gigabyte Technology Co., Ltd. G31M-ES2L
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP HPET MCFG APIC SSDT
acpi0: wakeup devices PEX0(S5) PEX1(S5) PEX2(S5) PEX3(S5) PEX4(S5) PEX5(S5)
HUB0(S5) UAR1(S3) USB0(S3) USB1(S3) USB2(S3) USB3(S3) USBE(S3) AZAL(S5)
PCI0(S5)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 266MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class) 2.14
GHz
cpu1:
FPU,V86,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,EST,TM2,CX16,
xTPR
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 2
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (PEX0)
acpiprt2 at acpi0: bus 2 (PEX1)
acpiprt3 at acpi0: bus -1 (PEX2)
acpiprt4 at acpi0: bus -1 (PEX3)
acpiprt5 at acpi0: bus -1 (PEX4)
acpiprt6 at acpi0: bus -1 (PEX5)
acpiprt7 at acpi0: bus 3 (HUB0)
acpicpu0 at acpi0
acpicpu1 at acpi0
acpibtn0 at acpi0: PWRB
bios0: ROM list: 0xc/0xb400!
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel 82G33 Host rev 0x10
vga1 at pci0 dev 2 function 0 Intel 82G33 Video rev 0x10
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0xd000, size 0x1000
inteldrm0 at vga1: apic 2 int 16 (irq 5)
drm0 at inteldrm0
azalia0 at pci0 dev 27 function 0 Intel 82801GB HD Audio rev 0x01: apic 2
int 16 (irq 5)
azalia0: codecs: Realtek ALC883
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 Intel 82801GB PCIE rev 0x01: apic 2 int 16
(irq 5)
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 Intel 82801GB PCIE rev 0x01: apic 2 int 17
(irq 10)
pci2 at ppb1 bus 2
re0 at pci2 dev 0 function 0 Realtek 8168 rev 0x02: RTL8168C/8111C (0x3c00),
apic 2 int 17 (irq 10), address 00:1f:d0:14:72:b2
rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2
uhci0 at pci0 dev 29 function 0 Intel 82801GB USB rev 0x01: apic 2 int 23
(irq 7)
uhci1 at pci0 dev 29 function 1 Intel 82801GB USB rev 0x01: apic 2 int 19
(irq 11)
uhci2 at pci0 dev 29 function 2 Intel 82801GB USB rev 0x01: apic 2 int 18
(irq 3)
uhci3 at pci0 dev 29 function 3 Intel 82801GB USB rev 0x01: apic 2 int 16
(irq 5)
ehci0 at pci0 dev 29 function 7 Intel 82801GB USB rev 0x01: apic 2 int 23
(irq 7)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb2 at pci0 dev 30 function 0 Intel 82801BA Hub-to-PCI rev 0xe1
pci3 at ppb2 bus 3
ichpcib0 at pci0 dev 31 function 0 Intel 82801GB LPC rev 0x01: PM disabled
pciide0 at pci0 dev 31 function 1 Intel 82801GB IDE rev 0x01: DMA, channel 0
configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: Hitachi HDS721616PLAT80
wd0: 16-sector PIO, LBA48, 152626MB, 312579695 sectors
wd1 at pciide0 channel 0 drive 1: HDS728080PLAT20
wd1: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
wd1(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 5
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 Intel 82801GB SATA rev 0x01: DMA, channel
0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 2 int 19 (irq 11) for native-PCI interrupt
wd2 at pciide1 channel 0 drive 0: ST3250620NS
wd2: 16-sector PIO, LBA48, 238475MB, 488397168 sectors
wd2(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
wd3 at pciide1 channel 1 drive 0: ST3250620NS
wd3: 16-sector PIO, LBA48, 238475MB, 488397168 sectors
wd3(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 Intel 82801GB SMBus rev 0x01: apic 2 int
19 (irq 11)
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 512MB DDR2 SDRAM non-parity PC2-5300CL5
spdmem1 at iic0 addr 0x52: 

Re: Problems using ppp on my cell phone

2009-07-02 Thread Andrej Elizarov
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 ).



2009/7/2 Aaron Mason simplersolut...@gmail.com

 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 :/

 On Thu, Jul 2, 2009 at 3:47 AM, Didier Wirothdwir...@gmail.com wrote:
  Thank you for your reply.
  The strange thing is that the config files worked for a few month.
  I have no clue what's wrong ...
 
  Didier
 
  2009/6/30 Aaron Mason simplersolut...@gmail.com:
  Well I'm no expert in pppd, but from what I can see, it looks like
  your system is requesting configuration information from the other
  side, getting it, then rejecting it.  The other side acknowledges the
  rejection, then your system sends another request, before either side
  hangs up.
 
  In summary, it seems like the other side is sending config data that
  pppd isn't configured to like.
 
  On Wed, Jul 1, 2009 at 2:28 AM, Didier Wirothdwir...@gmail.com wrote:
  Here is an output of pppd debugging
  (if someone can help ... because this is chinese to me ;-((
 
  Jun 30 18:26:55 406334g pppd[31216]: Serial connection established.
  Jun 30 18:26:56 406334g pppd[31216]: Using interface ppp0
  Jun 30 18:26:56 406334g pppd[31216]: Connect: ppp0 -- /dev/cuaU0
  Jun 30 18:26:56 406334g pppd[31216]: sent [LCP ConfReq id=0x2 magic
  0x426a5360 accomp]
  Jun 30 18:26:56 406334g pppd[31216]: rcvd [LCP ConfReq id=0x2 auth
 pap
  accomp pcomp asyncmap 0x0 magic 0x42b3af20]
  Jun 30 18:26:56 406334g pppd[31216]: sent [LCP ConfRej id=0x2 auth
 pap
  pcomp]
  Jun 30 18:26:56 406334g pppd[31216]: rcvd [LCP ConfAck id=0x2 magic
  0x426a5360 accomp]
  Jun 30 18:26:59 406334g pppd[31216]: sent [LCP ConfReq id=0x2 magic
  0x426a5360 accomp]
  Jun 30 18:26:59 406334g pppd[31216]: Modem hangup
  Jun 30 18:26:59 406334g pppd[31216]: Connection terminated.
 
 
  Didier Wiroth wrote:
 
  STeve Andre' wrote:
 
I just found out that my ppp link via my T-Mobile
  phone doesn't work.  Of course I found this out while
  being outside without any other net connection.
 
I haven't changed anything other than compiling
  stuff.  This is a -current system on a Thinkpad W500
  compiled on June 26th.  This has worked for years.
 
What happens is that upon firing ppp up manually
  I get the message Working in interactive mode which
  I have never gotten before.  So far I haven't been able
  to do anything with it other than a ^C.  I tried an
  identical phone with my SIM; same results.
 
Any ideas?
 
  Thanks, STeve Andre'
 
  Dmesg, copy of ppp.conf and usbdevs output below.
 
 
  Hello,
  Same here, I'm using a W500 too, I can't connect anymore:
 
  /var/log/daemon output:
  Jun 30 17:15:24 406334g pppd[8832]: pppd 2.3.5 started by dda, uid
 1000
  Jun 30 17:15:28 406334g pppd[8832]: Serial connection established.
  Jun 30 17:15:29 406334g pppd[8832]: Using interface ppp0
  Jun 30 17:15:29 406334g pppd[8832]: Connect: ppp0 -- /dev/cuaU0
  Jun 30 17:15:32 406334g pppd[8832]: Modem hangup
  Jun 30 17:15:32 406334g pppd[8832]: Connection terminated.
 
  /var/log/chat output:
  Jun 30 17:15:25 406334g chat[4387]: timeout set to 120 seconds
  Jun 30 17:15:25 406334g chat[4387]: abort on (BUSY)
  Jun 30 17:15:25 406334g chat[4387]: abort on (ERROR)
  Jun 30 17:15:25 406334g chat[4387]: abort on (NO CARRIER)
  Jun 30 17:15:25 406334g chat[4387]: abort on (VOICE)
  Jun 30 17:15:25 406334g chat[4387]: abort on (NO DIALTONE)
  Jun 30 17:15:25 406334g chat[4387]: send (ATE1^M)
  Jun 30 17:15:26 406334g chat[4387]: expect (OK)
  Jun 30 17:15:26 406334g chat[4387]: ATE1^M^M
  Jun 30 17:15:26 406334g chat[4387]: OK
  Jun 30 17:15:26 406334g chat[4387]:  -- got it
  Jun 30 17:15:26 406334g chat[4387]: send
 (AT+CGDCONT=1,IP,web.pt.lu^M)
  Jun 30 17:15:26 406334g chat[4387]: expect (OK)
  Jun 30 17:15:26 406334g chat[4387]: ^M
  Jun 30 17:15:26 406334g chat[4387]: AT+CGDCONT=1,IP,web.pt.lu^M^M
  Jun 30 17:15:26 406334g chat[4387]: OK
  Jun 30 17:15:26 406334g chat[4387]:  -- got it
  Jun 30 17:15:26 406334g chat[4387]: send (ATD*99***1#^M)
  Jun 30 17:15:27 406334g chat[4387]: expect (CONNECT)
  Jun 30 17:15:27 406334g chat[4387]: ^M
  Jun 30 17:15:28 406334g chat[4387]: atd*99***1#^m~^...@!}!}!}
  }8}...@#}(}}' } } } }%}^ZD)R^W~^M
  Jun 30 17:15:28 406334g chat[4387]: CONNECT
  Jun 30 17:15:28 406334g chat[4387]:  -- got it
  Jun 30 17:15:28 406334g chat[4387]: send ()
 
  I'm using pppd with another provider LUXGSM, but I can't connect
 anymore
  but it used to work perfectly.
 
  I would really appreciate some help too.
 
  Thanks a lot!
  Didier
 
  Here is my dmesg, scripts and usbdevs output:
 
  OpenBSD 4.5-current 

Re: cron problem

2009-07-02 Thread steve szmidt
On Thursday 02 July 2009, Chris Bennett wrote:
 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 values from matches, update
 database, sleep, repeat for new pages until done with list of search
 values.


 Chris Bennettf

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



Re: cron problem

2009-07-02 Thread Chris Bennett

steve szmidt wrote:



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

  

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 less than an hour but 
more than a few minutes


The 'highlander' suggestion sounds useful.

Chris Bennett


--
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects.
  -- Robert Heinlein



Re: cron problem

2009-07-02 Thread Frank Bax

Chris Bennett wrote:

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;




Too many asterisks?



Je sur comptable a la banque BCB je vais virée $6.million sui votre compte

2009-07-02 Thread Kito Waziri
Invitationnbsp;: 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 indiqui 
.si vous jtes d'accord pour m'aider ` exicuter cette transaction. reponne moi 
rapidement et s.v.p ces un propossition confidentielle merci

Invitis:

 * simoneaupa2...@yahoo.ca
 * ametrot...@yahoo.ca
 * journalodys...@yahoo.ca
 * nadiya_...@yahoo.fr
 * amelie_...@yahoo.ca
 * assistant_...@yahoo.ca
 * mytremb...@yahoo.ca
 * hc_torregro...@yahoo.ca
 * bazm1...@yahoo.ca
 * foudemonna...@yahoo.ca
 * marc-edouard.mira...@crchul.ulaval.ca
 * manonchevalier2...@yahoo.ca
 * vincela...@yahoo.ca
 * escalejeune...@yahoo.ca
 * testya...@yahoo.ca
 * stephanecar...@yahoo.ca
 * assistant_carrierolo...@yahoo.ca
 * asso_arc...@yahoo.ca
 * hangital...@yahoo.ca
 * sylvie.losl...@college-em.qc.ca
 * cine_a...@yahoo.ca
 * infoc...@yahoo.ca
 * mlaniecha...@yahoo.ca
 * bedainebreakf...@yahoo.ca
 * pegu...@lycos.com
 * communauteburundaisedeque...@yahoo.ca
 * aehumi...@yahoo.ca
 * brouillardbibeaugari...@yahoo.ca
 * er_agui...@yahoo.ca
 * frederic.legen...@yahoo.ca
 * anthonysur...@yahoo.ca
 * edouard.erg...@wanadoo.fr
 * hugueslecl...@yahoo.ca
 * mdmcanada_ht...@yahoo.ca
 * mdmcanada_h...@yahoo.ca
 * phila...@umontreal.ca
 * ton_solst...@yahoo.ca
 * andree_pou...@yahoo.ca
 * weih9...@yahoo.ca
 * stefanieval...@yahoo.ca
 * guyla2...@yahoo.ca
 * physergostleon...@yahoo.ca
 * article19ae...@yahoo.ca
 * racheltha...@yahoo.ca
 * joell...@yahoo.ca
 * ericspuma...@yahoo.ca
 * jorgepaulpareja2...@yahoo.ca
 * phene...@wanadoo.fr
 * i...@elisabethlocas.com
 * bethlo...@yahoo.ca
 * francoise.lav...@yahoo.ca
 * boogiem...@yahoo.ca
 * actdef...@yahoo.ca
 * lesbiennegatin...@yahoo.ca
 * marielle.lav...@yahoo.ca
 * sdmeson...@yahoo.ca
 * amynkens2...@yahoo.ca
 * helene.nouai...@free.fr
 * helene.p...@wanadoo.fr
 * denislavoi...@yahoo.ca
 * valerie_levass...@yahoo.ca
 * patrickviolonce...@yahoo.ca
 * celine.lav...@yahoo.ca
 * andrelavoi...@hotmail.com
 * cyrv...@yahoo.ca
 * natafr...@yahoo.ca
 * cardozo_o...@yahoo.ca
 * studiorc1...@yahoo.ca
 * a.de.lav...@hotmail.com
 * 1-gabriel5...@hotmail.fr
 * 2-methe...@yahoo.ca
 * lavoie.george...@videotron.ca
 * laurent.leves...@cgocable.ca
 * lav...@hotmail.com
 * c...@yahoo.ca
 * c_bouchard_co...@yahoo.ca
 * soccerboreal.communi...@yahoo.ca
 * misc@openbsd.org
 * cphautesrivie...@yahoo.ca
 * glendonthenu...@yahoo.ca

invitation_add_to_your_yahoo_calendar:

 
http://fr.calendar.yahoo.com//?v=60ST=20090702T22%2BTITLE=Je+sur+comptable+a+la+banque+BCB+je+vais+vir%c3%a9e+$6.million+sui+votre+compteDUR=0100VIEW=din_loc=Cher+Ami+Salut,+Je+suis+MR,+Kito+Waziri+comptable+a+la+BANQUE+COMERCIALE+DU+BURKINA+(BCB),+je+vais+vir%c3%a9e+$6.million+(usd)+sui+votre+compte+ci+%c3%a7a+vous+intersse+je+vous+enverrons+tous+les+d%c3%a9tails+sur+la+fa%c3%a7on+dont+on+va+fait+le+demache+et+%c3%a9galement+noter+que+vous+aurez+30%25+du+montant+indiqu%c3%a9+.si+vous+%c3%aates+d%27accord+pour+m%27aider+%c3%a0+ex%c3%a9cuter+cette+transaction.+reponne+moi+rapidement+et+s.v.p+ces+un+propossition+confidentielle+merciTYPE=10


Copyright ) 2009 Tous droits riservis.
 www.yahoo.fr

Donnies personnelles:
 http://privacy.yahoo.com/privacy/us

Conditions d'utilisation:
 http://docs.yahoo.com/info/terms/



Re: cron problem

2009-07-02 Thread Stuart Henderson
On 2009-07-02, Chris Bennett ch...@bennettconstruction.biz wrote:
 steve szmidt wrote:


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

   
 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 :)

If you're asking people to spend their time helping you, please give
people the information they need by copy and pasting correctly..



Re: cron problem

2009-07-02 Thread Frank Bax

Chris Bennett wrote:

steve szmidt wrote:



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

  

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 :)




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?




Re: Problems using ppp on my cell phone

2009-07-02 Thread STeve Andre'
On Thursday 02 July 2009 14:15:35 Andrej Elizarov wrote:
 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 ).

This was in fact a bug, and Claudio fixed it, at least for me.  The changes
to usr.sbin/ppp were put into the tree today.

Back when I first got this T-Mobile account and data plan, *no one* at
T-Mobile could help a non-Windows non-Mac user.  There was simply no
one there who could help.  It took a lot of reading manuals for me to
build the ppp.conf file that worked.  Perhaps other carriers are less
useless.

--STeve Andre'



Important Security Information

2009-07-02 Thread CUA
Dear Member,

Your CUA Member Number and Web Access Code (WAC) has been locked
temporarily due to many unsuccessful login attempts.

You are kindly advised to Logon to Web Banker and follow the instructions
on your screen.

The data submitted will be transmitted over an SSL encrypted connection
(128 bit Secure Socket Layer).



Tu buscador de productos y servicios de confianza

2009-07-02 Thread Equipo Vigiliam
Si no puede visualizar correctamente la imagen haga click
aquCFCbCbCB.
[IMAGE]

Si no quiere recibir novedades del Circulo Gacela, haga clic
aquCFCbCbCB.
En CCFCbCbCBrculo Gacela respetamos tu Privacidad



Bug in pppoe ?

2009-07-02 Thread Фролов Константин
I have openbsd-based pppoe server for small lan with 20-30 WinXP and Vista 
clients (based on user-level ppp)
After some time some random clients seems to be dead (XP and Vista)
When i try disconnect/reconnect dead host to pppoe, connection established but 
i cannot ping hosts, link is dead.
When i try to connect with different ppp username from same computer, 
connection establised and all OK.
I see in firewall log pass rule for this connection, but can't see any traffic
Maybe somebody knows where is the problem ?
(same pppoe server config with OpenBSD 4.3 works without problems)

My config:

kernel 4.5 GENERIC + pflow patch from Joerg Goltermann

devices
---
/dev/tun0..tun100 (i make 100 tun devices with MAKEDEV)

/etc/ppp/ppp.secret
---
user1 pass1 192.168.100.1
user2 pass2 192.168.100.2
..
user30 pass30 192.168.100.30

/etc/ppp/ppp.conf
--
default:
 set log Phase Chat LCP IPCP CCP tun command
 set device /dev/cua01
 set speed 115200
 set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \\ AT OK-AT-OK ATE1Q0 OK 
\\dATDT\\T TIMEOUT 40 CONNECT

pppoe:
 set timeout 0
 set device !/usr/sbin/pppoe -i vr0
 set mtu max 1492
 set mru max 1492
 set speed sync
 disable acfcomp protocomp
 deny acfcomp
 enable chap
 set ifaddr
 set dns 192.168.70.250
 accept dns
 set ifaddr 192.168.100.254 192.168.100.1-192.168.100.253 255.255.255.255
 disable ipv6cp
 enable mssfixup
 enable lqr
 set lqrperiod 5

/etc/rc.local
-
/usr/sbin/pppoe -p pppoe -i vr0 -s