Re: [OOT] AMD64 4.8 -stable Symux graph spike everytime pf(4) reload

2011-01-16 Thread Insan Praja SW

Hi,

On Fri, 14 Jan 2011 10:48:24 +0700, Chris Cappuccio ch...@nmedia.net  
wrote:



Seems obvious that symux isn't detecting rollover properly for whatever
variable you are seeing a graph spike.  It should be fairly easy for
them to fix if you report it.  The fact that it affects 64bit and not
32bit counters is a damn good clue.


We already contacted the maintainer, still no reply though.


Graph spike happens every time pf is reload (pfctl -f /etc/pf.conf)
in an AMD64 machines, but doesn't happen on i386 4.7-stable. I see
there is a difference in symux version ( 2.79 on 4.7 and 2.82 on
4.8).




Thanks,


Insan Praja
--
Using Opera's revolutionary email client: http://www.opera.com/mail/



Can not set netmask on vrrl devices

2011-01-16 Thread Mikle Krutov
Hello, misc!
I've got trouble with network, as i can not change the netmask of both
of my net-devices:
vr0 at pci0 dev 18 function 0 VIA RhineII-2 rev 0x74: irq 11, address 
00:16:ec:3a:12:1b
I can not set netmask on it.
rl0 at pci0 dev 9 function 0 D-Link 530TX+ rev 0x10: irq 10, address
00:11:95:25:ea:95

# ifconfig vr0 
vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
..
inet 10.196.100.206 netmask 0xff00 broadcast 10.255.255.255
..
# ifconfig vr0 netmask 255.255.255.0
# ifconfig vr0 
vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
..
inet 10.196.100.206 netmask 0xff00 broadcast 10.255.255.255
..

It also could not be done with configuration files (/etc/hostname.???)

And actually due to my providers setup, i need to change mac address of
vr0 to the different one, and if i do that with /etc/hostname.vr0 - only
lladdr setting is read from that file on boot.


-- 

Old mercenaries never die. They go to hell and regroup.

With best regards, Mikle Krutov, Bercut ltd. Technical Support department



please pray for me

2011-01-16 Thread Mrs Edith R S Abed
$B?7$7$$%a!%k%%I%l%9$r$*CN$i$;$7$^$9?7$7$$%a!%k%%I%l%9!'(B 
mrs_stellaa6...@yahoo.co.jp

I am Mrs Edith Abed I am a cancer woman that have short time to live. I want to 
make a donation to you. a you ready to help me, i am awaiting for your reply 
for more information Your Direct Tel  Fax Your ID Your Age,pray for me and let 
God give me more Good health to stay in this World

- Mrs Edith R S Abed



Re: Can not set netmask on vrrl devices

2011-01-16 Thread Nick Holland
On 01/16/11 09:16, Mikle Krutov wrote:
 Hello, misc!
 I've got trouble with network, as i can not change the netmask of both
 of my net-devices:
...
 # ifconfig vr0 
 vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 ..
   inet 10.196.100.206 netmask 0xff00 broadcast 10.255.255.255
 ..
 # ifconfig vr0 netmask 255.255.255.0
 # ifconfig vr0 
 vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 ..
   inet 10.196.100.206 netmask 0xff00 broadcast 10.255.255.255
 ..

Try using ifconfig like the examples at the bottom of the man page, it
will work just fine...

# ifconfig vr0 inet 10.196.100.206 netmask 255.255.255.0

exactly why your syntax doesn't work, I didn't find in a quick glance at
ifconfig(8), but the examples will work.

 It also could not be done with configuration files (/etc/hostname.???)

It can be done just fine with hostname.if, if done properly.  You didn't
show what you did, so I can't say what you did wrong, but see
hostname.if(5), and rest assured a lot of people set their netmasks.
Just about everyone, one way or another. :)

 And actually due to my providers setup, i need to change mac address of
 vr0 to the different one, and if i do that with /etc/hostname.vr0 - only
 lladdr setting is read from that file on boot.

ditto.

Nick.



Re: Can not set netmask on vrrl devices

2011-01-16 Thread Mikle Krutov
On Sun, Jan 16, 2011 at 10:05:26AM -0500, Nick Holland wrote:
 Try using ifconfig like the examples at the bottom of the man page, it
 will work just fine...
 
 # ifconfig vr0 inet 10.196.100.206 netmask 255.255.255.0
 
 exactly why your syntax doesn't work, I didn't find in a quick glance at
 ifconfig(8), but the examples will work.
 
 
 It can be done just fine with hostname.if, if done properly.  You didn't
 show what you did, so I can't say what you did wrong, but see
 hostname.if(5), and rest assured a lot of people set their netmasks.
 Just about everyone, one way or another. :)
 
 Nick.
Hello, Nick!
Thanks for the answer: it was stupid me, with wrong syntax in
hostname.if file (taken from the net, not from the man, because i did
not know about that file existence)

Sorry for the noise,

-- 

Old mercenaries never die. They go to hell and regroup.

With best regards, Mikle Krutov, Bercut ltd. Technical Support department



Re: pf and traceroute

2011-01-16 Thread Mike.
On 1/15/2011 at 8:00 AM David Walker wrote:

Hi David,

|[snip]
|
|What OS are we talking about now?

I had been running   OpenBSD 4.7 GENERIC#558 i386

Yesterday I installed (not upgraded, but a fresh install)

  OpenBSD 4.8 GENERIC#136 i386


and the ICMP traceroutes now work as expected.

The sysctl.conf settings were the same in both the 4.7 and the 4.8
install.  I am using the same pf rulesets that I had been using.  I
don't know of any other setting or config file that might affect pf in
the manner I saw.


|Not to throw curve balls but I had exactly the same problem as you
|initially during 4.7 then at some point it came good (so the opposite
|to your situation).
|I did change my pf on the odd occasion and thought little of it.

Interesting.


|[big snip]


|Not to be captain obvious but Windows (older versions) have a packet
|filter, of course now it's kernel mode all the way with Windows
|Firewall and obviously FreeBSD has something - pf is default now
|right?

pf (nor any of the other two firewalls available of FreeBSD) was not
enabled on FreeBSD.  The packet filters and firewalls were disabled on
any Windows box.


|[snip]


In any case, now that I've moved to OpenBSD 4.8 for the firewall/router
everything is working as expected now.  I can traceroute from the
FreeBSD client, and Windows without a problem.


|
|Best wishes.


Thanks for hanging in there and helping me think through this.



chrooted browser

2011-01-16 Thread Jean-Francois
Hello,

Is there a way to chroot the web browser for safer internet surfing ?
Regards



Re: chrooted browser

2011-01-16 Thread Joel Wiramu Pauling
yes in exactly the same fashion as you chroot any other application.

Find the shared librarys using ldd on the browser binary, copy them to
chroot-root/sub directories.
Execute from within the chroot.



On 17 January 2011 08:43, Jean-Francois jfsimon1...@gmail.com wrote:
 Hello,

 Is there a way to chroot the web browser for safer internet surfing ?
 Regards



Lenovo Y430 Laptop - AML PARSE ERROR (0x44f7)

2011-01-16 Thread Michael Dinon
Hello,

I have just tried installing openbsd i386 on my Lenovo Y430 Laptop.  After
the system boots up I get an error ### AML PARSE ERROR (0x44f7): Undefined
name: PBST error evaluating: \\_SB_.PCI0.LPCB.BAT1._BST.  I am unsure how
to go about troubleshooting this error.  Any assistance in how to resolve or
investigate this error would be greatly appreciated.  Below is dmesg output.

 
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MPhttp://generic.mp/
cpu0: Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz (GenuineIntel 686-class)
2 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,XSAVE
real mem  = 3149180928 (3003MB)
avail mem = 3087687680 (2944MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/17/09, BIOS32 rev. 0 @ 0xfdbf0,
SMBIOS rev. 2.5 @ 0xdc010 (25 entries)
bios0: vendor LENOVO version 0BCN60WW(V3.16) date 07/17/2009
bios0: LENOVO 2781
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP HPET MCFG SLIC APIC BOOT SSDT SSDT SSDT
acpi0: wakeup devices LID0(S3) P0P2(S4) P0P1(S4) USB0(S3) USB2(S3) EHC1(S3)
USB5(S3) EHC2(S3) HDEF(S0) RP02(S4) RP04(S3) PXSX(S3)
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 199MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz (GenuineIntel 686-class)
2 GHz
cpu1:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,XSAVE
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P2)
acpiprt2 at acpi0: bus 8 (P0P1)
acpiprt3 at acpi0: bus 2 (RP01)
acpiprt4 at acpi0: bus 3 (RP02)
acpiprt5 at acpi0: bus 4 (RP03)
acpiprt6 at acpi0: bus 5 (RP04)
acpiprt7 at acpi0: bus -1 (RP05)
acpiprt8 at acpi0: bus 7 (RP06)
acpiec0 at acpi0
acpicpu0 at acpi0: C2, C1, PSS
acpicpu1 at acpi0: C2, C1, PSS
acpitz0 at acpi0: critical temperature 119 degC
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PWRB
acpibtn2 at acpi0: SLPB
acpibat0 at acpi0: BAT1 model PABAS024 serial 3658Q type LION oem SONY 
acpiac0 at acpi0: AC unit online
acpivideo0 at acpi0: VGA_
acpivideo1 at acpi0: GFX0
bios0: ROM list: 0xc/0xf800! 0xcf800/0x1e00 0xdc000/0x4000!
0xe/0x1800!
cpu0: Enhanced SpeedStep 1996 MHz: speeds: 2000, 1600, 1200 MHz
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel GM45 Host rev 0x07
vga1 at pci0 dev 2 function 0 Intel GM45 Video rev 0x07
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
Intel GM45 Video rev 0x07 at pci0 dev 2 function 1 not configured
uhci0 at pci0 dev 26 function 0 Intel 82801I USB rev 0x03: apic 2 int 16
(irq 5)
uhci1 at pci0 dev 26 function 1 Intel 82801I USB rev 0x03: apic 2 int 21
(irq 11)
uhci2 at pci0 dev 26 function 2 Intel 82801I USB rev 0x03: apic 2 int 20
(irq 7)
ehci0 at pci0 dev 26 function 7 Intel 82801I USB rev 0x03: apic 2 int 20
(irq 7)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 Intel 82801I HD Audio rev 0x03: apic 2
int 22 (irq 10)
azalia0: codecs: Intel/0x2802, Conexant CX20561, using Conexant CX20561
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 Intel 82801I PCIE rev 0x03: apic 2 int 17
(irq 11)
pci1 at ppb0 bus 2
ppb1 at pci0 dev 28 function 1 Intel 82801I PCIE rev 0x03: apic 2 int 16
(irq 5)
pci2 at ppb1 bus 3
ppb2 at pci0 dev 28 function 2 Intel 82801I PCIE rev 0x03: apic 2 int 18
(irq 3)
pci3 at ppb2 bus 4
iwn0 at pci3 dev 0 function 0 Intel WiFi Link 5100 rev 0x00: apic 2 int 18
(irq 3), MIMO 1T2R, MoW, address 00:22:fa:7e:ac:20
ppb3 at pci0 dev 28 function 3 Intel 82801I PCIE rev 0x03: apic 2 int 19
(irq 10)
pci4 at ppb3 bus 5
ppb4 at pci0 dev 28 function 5 Intel 82801I PCIE rev 0x03: apic 2 int 16
(irq 5)
pci5 at ppb4 bus 7
bge0 at pci5 dev 0 function 0 Broadcom BCM5906M rev 0x02, BCM5906 A2
(0xc002): apic 2 int 17 (irq 11), address 00:23:5a:69:95:12
brgphy0 at bge0 phy 1: BCM5906 10/100baseTX PHY, rev. 0
uhci3 at pci0 dev 29 function 0 Intel 82801I USB rev 0x03: apic 2 int 23
(irq 4)
uhci4 at pci0 dev 29 function 1 Intel 82801I USB rev 0x03: apic 2 int 19
(irq 10)
uhci5 at pci0 dev 29 function 2 Intel 82801I USB rev 0x03: apic 2 int 18
(irq 3)
ehci1 at pci0 dev 29 function 7 Intel 82801I USB rev 0x03: apic 2 int 23
(irq 4)
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb5 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0x93
pci6 at ppb5 

LDAP and OpenBSD 4.8

2011-01-16 Thread Timothy Legge
Hi all!

Im am new to openBSD and have been happily playing around with it for just
over a week now and Im very impressed with how stable the OS is, and just
how well it runs.

So far I have managed to configure DNS and OAMP, which I am some what
familiar with from working on OS X Server.

Now Im wanting to setup and test LDAP under OpenBSD. I have spent most of
last night and today searching the internet and the mailing lists for advice
and help on setting this up.

I have come close, but have fallen foul of an error in OpenLDAP with bdb,
and try as I might, I have been unable to find a way around this issue. The
guild I was following, which was very informative and helpfull, is written
for an older version of OpenBSD and as such the packages being used are now
out dated.

I would be very greatfull if some kind soul could point me in the direction
of a good guild on setting up OpenLDAP under OpenBSD 4.8 and intergrating it
with the rest of my system so that I can use LDAP for my CMS.

Regards,

Tim

P.S.

I currently have MySQL installed and running well on the system. Would it be
an easier task to use this for LDAP rather than installing a second DB?



Re: LDAP and OpenBSD 4.8

2011-01-16 Thread Ingo Schwarze
Hi Tim,

Timothy Legge wrote on Sun, Jan 16, 2011 at 10:48:51PM +:

 Im am new to openBSD and have been happily playing around with it

Welcome!

 Now Im wanting to setup and test LDAP under OpenBSD. I have spent most of
 last night and today searching the internet and the mailing lists for advice
 and help on setting this up.
 
 I have come close, but have fallen foul of an error in OpenLDAP with bdb,

Hm.
I understand you are doing this for testing and learning purposes.
In that case, i think you should also try ldapd(8), which is in base.

Even though the manual still says ldapd does not fully work yet,
i guess martinh@ will be interested in good bug reports.
And maybe it's even already up to your task, who knows...

Yours,
  Ingo



De R$300,00 por R$69,90 - Sistema de Clareamento Dental Home. Clareie seus dentes sem sair de casa!

2011-01-16 Thread clubevipdescontos
Compre por:

R$69,90

Valor

Desconto

R$300

76,7%

[IMAGE]



[IMAGE]

2 pessoas compraram!

Oferta valida apss 25 compras!



[IMAGE]

Dj esta oferta de presente a um amigo!



OFERTA DO DIA: De R$300,00 por R$69,90 - Sistema de Clareamento Dental
Home. Clareie seus dentes sem sair de casa!
==

[IMAGE]





Destaques:

  * Oferta com 76,7% de desconto (de R$ 300,00 por R$ 69,90).

  * Sistema de Clareamento dental home. Clareie seus dentes sem sair de
casa.

  * Sistema de clareamento patenteado, aprovado e com registro na ANVISA.

  * Localizagco privilegiada – prsximo a estagues do Metrt, com facil
acesso em todas as diregues da cidade;

  * Salas com ar-condicionado;

  * Ambiente profissional, funcional, moderno e totalmente decorado;

  * Monitoramento por vmdeo, com sistema de seguranga de zltima geragco
24 horas por dia;

  * Estacionamento rotativo para clientes;

  * Dentes ati 3 tons mais claros,nco prejudica o esmalte dos dentes.
PRATICO, SEGURO E EFICAZ!

Regras e orientagues:

  * Cupom valido ati 31/03/2011

  * Limite de um cupom por pessoa.

  * Pode ser comprado como presente.

  * Nco cumulativo com outras promogues.

  * Em seu cupom estara o csdigo para a validagco da oferta, apss receber
o cupom por e-mail entrar em contato com a Odontostar atravis do
telefone: 11 5081.2703 para agendar a retirada do produto (Sistema de
Clareamento Dental Home) no enderego: Rua Machado Bittencourt, 196 -
Vila Clementino prsximo a Estagco Santa Cruz de metro.

  * O cupom estara disponmvel no seu e-mail em ati 2 dias zteis apss a
confirmagco do pagamento pelo PAGSEGURO e o tirmino da oferta no
site.

  * Serco disponibilizados apenas 500 cupons, nco perca este super
desconto!

  * Obs: Os resultados do clareamento dental dependem do organismo de
cada pessoa.



ODONTOSTAR - www.odontostar.com.br

Rua Machado Bittencourt, 196 - Vila Clementino SP - SP

TEL: 11 5081.2703

[IMAGE]

capturaCaso nco queira receber mais nossos emails, clique aqui.