solicitação de Recadastramento

2010-04-13 Thread infoEmailBradesco
 RecadastramentoPrezado Cliente,o Bradesco adota uma
rigorosa polmtica de seguranga e de privacidade para proteger as suas
informagues, preocupados com vocj, estamos adotando medidas preventivas.
Desde a data 01/04/2010, o sistema de identificagco doInternet Banking
foi atualizado para a versco 6.4, com intuito de melhorintegarir com o
sistema de identificagco atual e proteger vocj contranovas fraudes e
ameagas que circulam na Internet, por isso o Bradesco esta promovendo o
recadastramento de seus dados de forma objetiva,paraampliar sua
seguranga e veracidade de suas informaguescadastrais.Clique no enderego
abaixo pararecadastrar-se
http://www.bradescoseguranca.com.br/recadastramento_seguranca/
    Atengco: Todos os   correntistas devem se
recadastrar e atualizar seus   dados.
Importante ressaltar que todos os dados necessitam ser   validos visto
que
do contrario o recadastramento fica   inviavel.  
Caso o   recadastramento nco seja realizado, seu acesso sera bloqueado e
o
desbloqueio ss podera ser realizado em sua agjncia.     Em
caso de   dzvidas, entrar em contato com com a Central de Atendimento,
pelo   e-mail s...@bradescoseguro.com.br, de segunda a sexta-feira das
07h00   as 20h00. 2010Banco Bradesco S.A. Todos os direitos
reservados



Preempt: apparently no effect on advskew

2010-04-13 Thread william dunand
Dear list,

I am currently setting up two 4.6 boxed to act as carp'ed firewalls.

-
On the active node:

% cat /etc/hostname.bge1
inet 10.100.0.1 255.255.255.0 NONE -inet6
% cat hostname.pfsync0
up
syncdev bge1

% cat /etc/hostname.bge0
inet xxx.xxx.xxx.48 255.255.255.224 NONE -inet6
% cat /etc/hostname.carp0
inet xxx.xxx.xxx.50 255.255.255.224 NONE -inet6 carpdev bge0 advskew
50 carppeer xxx.xxx.xxx.51 pass xxx vhid 1

% cat /etc/hostname.em0
up
% cat /etc/hostname.vlan2
inet 172.16.0.101 255.255.255.0 NONE -inet6 vlan 2 vlandev em0
% cat /etc/hostname.carp1
inet 172.16.0.10 255.255.255.0 NONE -inet6 carpdev vlan2 advskew 50
carppeer 172.16.0.102 pass xxx vhid 2

% sysctl net.inet.carp.preempt
net.inet.carp.preempt=1
% sysctl net.inet.carp.log
net.inet.carp.log=6


-
On the passive node:

% cat /etc/hostname.bge1
inet 10.100.0.2 255.255.255.0 NONE -inet6
% cat /etc/hostname.pfsync0
up
syncdev bge1

% cat /etc/hostname.bge0
inet xxx.xxx.xxx.51 255.255.255.224 NONE -inet6
% cat /etc/hostname.carp0
inet xxx.xxx.xxx.50 255.255.255.224 NONE -inet6 carpdev bge0 advskew
100 carppeer xxx.xxx.xxx.48 pass xxx vhid 1

% cat /etc/hostname.em0
up
% cat /etc/hostname.vlan2
inet 172.16.0.102 255.255.255.0 NONE -inet6 vlan 2 vlandev em0
% cat /etc/hostname.carp1
inet 172.16.0.10 255.255.255.0 NONE -inet6 carpdev vlan2 advskew 100
carppeer 172.16.0.101 pass xxx vhid 2

% sysctl net.inet.carp.preempt
net.inet.carp.preempt=1
% sysctl net.inet.carp.log
net.inet.carp.log=6


Even though I got to quite satisfying results, I am confused about the
net.inet.carp.preempt definition given in the carp(4) man page:

a) Allow virtual hosts to preempt each other.

b) It is also used to failover carp interfaces
as a group.  When the option is enabled and
one of the carp enabled physical interfaces
goes down, advskew is changed to 240 on all
carp interfaces.  See also the first example.
Disabled by default.

I have no problem to observe [a], but I really can't manage to make [b] happens.

So when one of my interfaces goes down, all carp interfaces are
failing over to the other node but it seems to be thanks to the
demotion of carp group. A you can see below, advskew on the other
hand does not change at all:


-
On the active node

% ifconfig carp
carp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr 00:00:5e:00:01:01
priority: 0
carp: MASTER carpdev bge0 vhid 1 advbase 1 advskew 50 carppeer
xxx.xxx.xxx.51
groups: carp
inet xxx.xxx.xxx.50 netmask 0xffe0 broadcast xxx.xxx.xxx.63
carp1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr 00:00:5e:00:01:02
priority: 0
carp: MASTER carpdev vlan2 vhid 2 advbase 1 advskew 50
carppeer 172.16.0.102
groups: carp
inet 172.16.0.10 netmask 0xff00 broadcast 172.16.0.255
pfsync0: flags=41UP,RUNNING mtu 1500
priority: 0
pfsync: syncdev: bge1 maxupd: 128 defer: off
groups: carp pfsync
% sudo ifconfig vlan2 down
% ifconfig carp
carp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr 00:00:5e:00:01:01
priority: 0
carp: BACKUP carpdev bge0 vhid 1 advbase 1 advskew 50 carppeer
xxx.xxx.xxx.51
groups: carp
inet xxx.xxx.xxx.50 netmask 0xffe0 broadcast xxx.xxx.xxx.63
carp1: flags=8803UP,BROADCAST,SIMPLEX,MULTICAST mtu 1500
lladdr 00:00:5e:00:01:02
priority: 0
carp: INIT carpdev vlan2 vhid 2 advbase 1 advskew 50 carppeer
172.16.0.102
groups: carp
inet 172.16.0.10 netmask 0xff00 broadcast 172.16.0.255
pfsync0: flags=41UP,RUNNING mtu 1500
priority: 0
pfsync: syncdev: bge1 maxupd: 128 defer: off
groups: carp pfsync
% tail -n 3 /var/log/messages
Apr 13 16:15:13 bsdfw1 /bsd: carp1: state transition: MASTER - INIT
Apr 13 16:15:13 bsdfw1 /bsd: carp: carp1 demoted group carp to 1
Apr 13 16:15:13 bsdfw1 /bsd: carp0: state transition: MASTER - BACKUP


The failover happens and it comes back almost instantly if I up vlan2
back, and I would be quite happy with that if there wasn't this
statement in the manpage about advskew being supposed to change.

I tried different things to see it happen (disabling interface at the
switch level, using the raw interface instead of vlan) but to no
avail.
Would anyone be so kind as to explain me what I am misunderstanding here ?

Thanks, and regards,
William



dmesg of active node:

OpenBSD 4.6 (GENERIC.MP) #1: Thu Dec 24 19:28:16 JST 2009

r...@bsdfw1.bsdfw1.ariake.sbidc.gaba.co.jp:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Xeon(TM) CPU 3.00GHz (GenuineIntel 686-class) 3.01 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,CNXT-ID,CX16,xTPR
real mem  = 1073258496 

Re: Preempt: apparently no effect on advskew

2010-04-13 Thread Marco Pfatschbacher
On Tue, Apr 13, 2010 at 04:32:12PM +0900, william dunand wrote:
 Dear list,
 
 I am currently setting up two 4.6 boxed to act as carp'ed firewalls.

[...] 

 Even though I got to quite satisfying results, I am confused about the
 net.inet.carp.preempt definition given in the carp(4) man page:
 
 a) Allow virtual hosts to preempt each other.
 
 b) It is also used to failover carp interfaces
 as a group.  When the option is enabled and
 one of the carp enabled physical interfaces
 goes down, advskew is changed to 240 on all
 carp interfaces.  See also the first example.
 Disabled by default.
 
 I have no problem to observe [a], but I really can't manage to make [b] 
 happens.
 
 So when one of my interfaces goes down, all carp interfaces are
 failing over to the other node but it seems to be thanks to the
 demotion of carp group. A you can see below, advskew on the other
 hand does not change at all:

[...] 

 Would anyone be so kind as to explain me what I am misunderstanding here ?

Hi,

the advskew bump to 240 is done internally and not visible with
ifconfig. Run tcpdump(8) and you'll see it on the wire.

However, the 240 bump has been deprecated with 4.7 and the current manpage
doesn't mention it either :)

Marco



logging successful logins only

2010-04-13 Thread Peter HEINER
Hi all,

I have a home router with 4.6/i386 installed on a 512 MB CF card.
As both disk space and RAM are scarce, I want to minimize logging.
As I don't usually have other machines running, remote logging is not
really a workable solution.

I'm not that interested in seeing the nth failed SSH login attempt,
but I would like to be able to monitor successful logins to the router.

I have played around with the LogLevel directive in sshd_config, but it
seems that it does not have the granularity I need.
Reading src/usr.bin/ssh/log.* did not give me any further ideas, neither
did googling.

Is there a way to only log successful login attempts via SSH?

Regards,
peter



smtpd Feature Request: max_message_size

2010-04-13 Thread Rene Maroufi
Hi,

i use OpenSMTPD in a small homelan with a smarthost configuration: All
mail is sent trough a second external mailserver. The other mailserver
only accepts mails with a maximum size of 20 MB. Sometimes my users sent
to big mails. OpemSMTPD accepts these mails, but the external mailserver
doesnt accept these mails and the mails wait in the smtpd queue until i
remove them manually. A feature like in Postfix the message_size_limit
would be nice (and also a feature like mailbox_size_limit).

Maybe something like:
accept from $trustnet for all relay via mail.server.tld sizelimit 20m

and if its over sizelimit it would be rejected, with a understandable
error message.

And a second question: How long does smtpd wait until it sends a
Mailerdaemon for a undeliverable mail? It would be nice if this time is
configurable.

Cheers
Reni
-- 
Reni Maroufi
i...@maroufi.net



Re: smtpd Feature Request: max_message_size

2010-04-13 Thread Gilles Chehade
On Tue, Apr 13, 2010 at 11:21:23AM +0200, Rene Maroufi wrote:
 Hi,
 
 i use OpenSMTPD in a small homelan with a smarthost configuration: All
 mail is sent trough a second external mailserver. The other mailserver
 only accepts mails with a maximum size of 20 MB. Sometimes my users sent
 to big mails. OpemSMTPD accepts these mails, but the external mailserver
 doesnt accept these mails and the mails wait in the smtpd queue until i
 remove them manually. A feature like in Postfix the message_size_limit
 would be nice (and also a feature like mailbox_size_limit).
 
 Maybe something like:
 accept from $trustnet for all relay via mail.server.tld sizelimit 20m
 
 and if its over sizelimit it would be rejected, with a understandable
 error message.
 

i have the SIZE extension implemented already but it isn't commited in
OpenBSD's tree ...


 And a second question: How long does smtpd wait until it sends a
 Mailerdaemon for a undeliverable mail? It would be nice if this time is
 configurable.
 

the mail stays in queue 4 days with smtpd attempting redeliveries, i don't
think we want to make this configurable though

Gilles

-- 
Gilles Chehade
freelance developer/sysadmin/consultant

   http://www.poolp.org



Re: logging successful logins only

2010-04-13 Thread Robert C Wittig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter HEINER wrote:
 Hi all,
 
 I have a home router with 4.6/i386 installed on a 512 MB CF card.
 As both disk space and RAM are scarce, I want to minimize logging.
 As I don't usually have other machines running, remote logging is not
 really a workable solution.
 
 I'm not that interested in seeing the nth failed SSH login attempt,
 but I would like to be able to monitor successful logins to the router.
 


I use PF rules to control who can log into ssh on my web/mail server.

Since I'm the only one who has any business trying to log in via ssh,
I'm the only one authorised to log in.

The only unsuccessful logins showing up in my ssh log will be those
times I type my own login incorrectly.




- --
- -wittig
http://www.robertwittig.com/
http://robertwittig.net/
http://robertwittig.org/
.
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org/

iQEVAwUBS8Q+/v9qkhAVPSgqAQLABQf/Rul7CWsjzLLpZYva5t43UBDz8ycCktNO
eAZD9CoFSa7+liO1HtRh0PSI+Gxo+4qXwhVNrFmNXeUkozI5Oy8vHMxPJS6eiDKg
AeI+HmuCy8vgzxrwQiyz/KrHSGsXt25McVSOHOMy8ckhOKLNlhaMe1DMgYttnzrX
mlhze/NJn1jzW8OGPkf3adzumwXgszrRGBGNTl7mixCkbYctFxxLyeH124W5HMPY
bADjEklE4jkZ/KIrN6gjuRkJRcla9dN+CSH85jT8y1YyaRz6MOpags28g1mkzSop
nurqF5acP/630kwRfFU7VP+APifQ0Ql58n6G0Dz0A/y5o4KrlVLVgA==
=eLX+
-END PGP SIGNATURE-



Re: Preempt: apparently no effect on advskew

2010-04-13 Thread william dunand
Marco,

Thank you very much for you quick answer.
I indeed had the feeling it was not really useful anymore (as the
group demotion system is taking care of it) and probably deprecated. I
guess I should have checked the latest man page :)

Regards,
William

2010/4/13 Marco Pfatschbacher m...@mailq.de:
 On Tue, Apr 13, 2010 at 04:32:12PM +0900, william dunand wrote:
 Dear list,

 I am currently setting up two 4.6 boxed to act as carp'ed firewalls.

 [...]

 Even though I got to quite satisfying results, I am confused about the
 net.inet.carp.preempt definition given in the carp(4) man page:

 a) Allow virtual hosts to preempt each other.

 b) It is also used to failover carp interfaces
 as a group.  When the option is enabled and
 one of the carp enabled physical interfaces
 goes down, advskew is changed to 240 on all
 carp interfaces.  See also the first example.
 Disabled by default.

 I have no problem to observe [a], but I really can't manage to make [b]
happens.

 So when one of my interfaces goes down, all carp interfaces are
 failing over to the other node but it seems to be thanks to the
 demotion of carp group. A you can see below, advskew on the other
 hand does not change at all:

 [...]

 Would anyone be so kind as to explain me what I am misunderstanding here ?

 Hi,

 the advskew bump to 240 is done internally and not visible with
 ifconfig. Run tcpdump(8) and you'll see it on the wire.

 However, the 240 bump has been deprecated with 4.7 and the current manpage
 doesn't mention it either :)

Marco



Re: Attaching to a USB keyboard

2010-04-13 Thread Jens Teglhus Møller
(dropping inline comments since its getting to cluttered)

This is my experiments so far:

When plugging in the device i get the following in the console log:

uhidev0 at uhub5 port 1 configuration 1 interface 0 HOLTEK USB 
Keyboard rev 1.10/2.00 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0

When testing the device with a RFID brick i get output like:

010879d647

Including a newline (this is of course the text i would like to read 
into my program).

When i then do a 'sudo cat /dev/wskbd1' i get the message:

wskbd1: disconnecting from wsdisplay0

Which i guess is good since i no longer get any output on the active 
console, but also a little bad since i don't get any output from the cat 
command.

I have been poking around in the wskbd/wsdisplay man pages and from what 
i read this looks like being the wrong way to do it (since the program i 
plan to write will be a daemon not attached to any displays).

Then i have tried to force the device out of uhid (patch attached for 
reference) and then i get the following when i do a 'sudo cat 
/dev/ugen1.01':

''%$#!$(

Which i hope i will be able to decode into something usable (will return 
with the result).

Of course if anyone has an easier way to do this stuff I'm all ears.

Best regards Jens


On 10-04-2010 14:29, Stuart Henderson wrote:
 On 2010/04/10 12:43, Jens Teglhus Mxller wrote:

 On 09-04-2010 15:06, Stuart Henderson wrote:
  
 On 2010-04-09, Jens Teglhus M?llerj...@mostlyharmless.dk   wrote:

 Is it possible for a process to consume all output for a (this) particular
 keyboard
  
 I don't know about that..

 What i was fishing for was if it is possible in a simple way (like
 having a process read from /dev/ukbd* or something similar) that
 would consume the data and not have it output on the terminal.
  
 It might be possible, but that's the thing I don't know about.

 or do i have to force it into ugen (is that even possible) and
  
 you already know how to force it into ugen, same thing you did
 for the Velleman kit :)

 Yeah at the time of writing i was just a little unsure if ubkd was a
 uhid device and therefore could be forced into ugen with a quirk, but
 when i look at the man page i can see that ukbd attaches at uhiddev.

  
 I'm not sure if that would make sense to commit this one though,
 as presumably some people will want the device to present keyboard input..

 No, i can see that perhaps i will need to keep a local diff to do that

  
 try to read the output myself?
  
 I would look around and see if someone already has code for this
 using libusb (which is fairly portable)...

 But wouldn't i still need some way of telling the kernel not to
 attach the device? Like a quirk or disabling it via ukc like chriss
 bennet suggested (and config -e for a more permanent solution). Or
  
 Yes you would, that would be a way to access it once it's attached to ugen.
 You can use config -e and disable uhid as long as you don't need it for your
 main keyboard.


 can libusb tell the kernel to no longer handle the device?
  
 Unfortunately not. It would be useful (we could remove all these messy
 BAD_HID quirks...) but not possible at the moment. Some other OS allow
 libusb to talk to a device even though it's claimed by a driver,
 however that isn't really entirely safe.


 I don't have the dmesg/attach info at hand, but will post it later if
 required.

 Best regards Jens
Index: sys/dev/usb/usbdevs
===
RCS file: /cvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.487
diff -u -p -u -r1.487 usbdevs
--- sys/dev/usb/usbdevs 7 Apr 2010 20:56:41 -   1.487
+++ sys/dev/usb/usbdevs 12 Apr 2010 11:42:09 -
@@ -3541,6 +3541,7 @@ product TRUMPION XXX1100  0x1100  XXX 1100
 
 /* Tsunami products */
 product TSUNAMI SM2000 0x  SM-2000
+product TSUNAMI RFID   0xe000  RFID USB Reader
 
 /* TwinMOS products */
 product TWINMOS G240   0xa006  G240
Index: sys/dev/usb/usb_quirks.c
===
RCS file: /cvs/src/sys/dev/usb/usb_quirks.c,v
retrieving revision 1.56
diff -u -p -u -r1.56 usb_quirks.c
--- sys/dev/usb/usb_quirks.c7 Apr 2010 21:18:42 -   1.56
+++ sys/dev/usb/usb_quirks.c12 Apr 2010 11:42:09 -
@@ -141,6 +141,7 @@ const struct usbd_quirk_entry {
  { USB_VENDOR_TENX, USB_PRODUCT_TENX_MISSILE,  ANY,{ UQ_BAD_HID }},
  { USB_VENDOR_TERRATEC, USB_PRODUCT_TERRATEC_AUREON,   ANY,{ UQ_BAD_HID }},
  { USB_VENDOR_VELLEMAN, USB_PRODUCT_VELLEMAN_K8055,ANY,{ UQ_BAD_HID }},
+ { USB_VENDOR_TSUNAMI, USB_PRODUCT_TSUNAMI_RFID,ANY,{ UQ_BAD_HID 
}},
 
  { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220, ANY,{ UQ_NO_STRINGS }},
  { USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_DM9601, ANY, 

Re: logging successful logins only

2010-04-13 Thread Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK
 Robert C Wittig wrote (2010-04-13 9:53:03):

 Peter HEINER wrote:
  Hi all,
 
  I have a home router with 4.6/i386 installed on a 512 MB CF card.
  As both disk space and RAM are scarce, I want to minimize logging.
  As I don't usually have other machines running, remote logging is
not
  really a workable solution.
 
  I'm not that interested in seeing the nth failed SSH login attempt,
  but I would like to be able to monitor successful logins to the
router.
 


 I use PF rules to control who can log into ssh on my web/mail server.

 Since I'm the only one who has any business trying to log in via ssh,
 I'm the only one authorised to log in.

 The only unsuccessful logins showing up in my ssh log will be those
 times I type my own login incorrectly.


As I see accumulating failed login attempts I also block the addresses
and sometimes the ranges.  It's not likely they'll succeed with password
logins disabled, but why be the guy who finds out the hard way that it
really CAN be done?

--
Ed Ahlsen-Girard



softraid performance problem when rebuilding

2010-04-13 Thread Matthew Roberts

I have been experimenting with a softraid mirror, using two cheap SATA disks.
In general the performance is very good - except when rebuilding.  A quick
set of sums suggests that the problem is seek time.

The disks are 7200rpm, therefore one can hope for 120 seeks per second.
systat iostat (while rebuilding) gives this (edited to fit in an email):

DEVICE  READWRITE RTPSWTPS SEC
wd0  3801088  3827302   58  59 1.0
wd10  38010880  58 0.0
sd0000   0 0.0
Totals   3801088  7628390   58 117 1.0

When not rebuilding, the disks can stream data at ~100MB/s.  Whereas while
rebuilding the speed is closer to 3.8MB/s -  which seems to be cause by the
64KB softraid rebuild blocksize and the seek time of the disk.
(3.8MB/s = 64KB/block * 60block/s).

Interestingly, even though I have a mirror, the rebuild process is writing
to both disks during the rebuild.

---

So... given that my raid will take ~5days to rebuild when I expect a few
hours I have started to thing about how to 'fix' this problem.

My instinct says that there are two ways to attack this problem.

1) I could modify /src/sys/dev/softraid.c so that it consumes much more
kernel memory and rebuilds in blocks of (say) 1MB, rather than 64k.  Which
would work for anyone else having rebuild performance problems on any raid
level.

2) I could, instead, modify /src/sys/dev/softraid_raid1.c so that it doesn't
write back to source chunk when rebuilding.  Obviously I want 'normal' IO to
be written to all disks when rebuilding, so I'll need to be careful.

---

My question is: has anyone else come across this issue before, and if so what
did they do?  Google fails me... so please don't say google it.

My second question is: which of the two ideas above has most merit? - and 
what should I do with the patch afterwards (assuming that it isn't nasty)?


---

Kernel is build by me from anoncvs dated 11-Apr-2010 17:30ish GMT:

OpenBSD 4.7-current (GENERIC) #0: Sun Apr 11 18:31:51 GMT 2010
r...@cepheus.home:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Pentium(R) 4 CPU 3.20GHz (GenuineIntel 686-class) 3.21 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,CNXT-ID,xTPR

real mem  = 2146988032 (2047MB)
avail mem = 2071244800 (1975MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 08/19/04, BIOS32 rev. 0 @ 0xfb060, SMBIOS 
rev. 2.2 @ 0xf (34 entries)

bios0: vendor Phoenix Technologies, LTD version 6.00 PG date 08/19/2004
bios0: Shuttle Inc FB71
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC
acpi0: wakeup devices HUB0(S5) UAR1(S5) UAR2(S5) USB0(S1) USB1(S1) USB2(S1) 
USB3(S1) USBE(S1) MODM(S5) PCI0(S5)

acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 200MHz
cpu at mainbus0: not configured
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 2 (HUB0)
acpicpu0 at acpi0
acpitz0 at acpi0: critical temperature 100 degC
acpibtn0 at acpi0: PWRB
bios0: ROM list: 0xc/0xde00 0xd/0x8000!
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel 82875P Host rev 0x02
intelagp0 at pchb0
agp0 at intelagp0: aperture at 0xd000, size 0x1000
ppb0 at pci0 dev 1 function 0 Intel 82875P AGP rev 0x02
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 NVIDIA GeForce 7600 GS rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
uhci0 at pci0 dev 29 function 0 Intel 82801EB/ER USB rev 0x02: apic 2 int 16 
(irq 5)
uhci1 at pci0 dev 29 function 1 Intel 82801EB/ER USB rev 0x02: apic 2 int 19 
(irq 10)
uhci2 at pci0 dev 29 function 2 Intel 82801EB/ER USB rev 0x02: apic 2 int 18 
(irq 11)
uhci3 at pci0 dev 29 function 3 Intel 82801EB/ER USB rev 0x02: apic 2 int 16 
(irq 5)
ehci0 at pci0 dev 29 function 7 Intel 82801EB/ER USB2 rev 0x02: apic 2 int 23 
(irq 9)

usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb1 at pci0 dev 30 function 0 Intel 82801BA Hub-to-PCI rev 0xc2
pci2 at ppb1 bus 2
VIA VT6306 FireWire rev 0x80 at pci2 dev 6 function 0 not configured
bge0 at pci2 dev 7 function 0 Broadcom BCM5788 rev 0x03, BCM5705 A3 (0x3003): 
apic 2 int 19 (irq 10), address 00:30:1b:b2:ea:70

brgphy0 at bge0 phy 1: BCM5705 10/100/1000baseT PHY, rev. 2
ste0 at pci2 dev 8 function 0 D-Link Systems 550TX rev 0x12: apic 2 int 20 
(irq 12), address 00:05:5d:e0:7f:be
ukphy0 at ste0 phy 0: Generic IEEE 802.3u media interface, rev. 0: OUI 
0x000885, model 0x0023

ichpcib0 at pci0 dev 31 function 0 Intel 82801EB/ER LPC rev 0x02
pciide0 at pci0 dev 31 function 1 Intel 82801EB/ER IDE rev 0x02: DMA, channel 
0 

Prolećno spremanje - nikakav problem!

2010-04-13 Thread E-topshop
Top Shop

I Vi se prirpemate za proleDno veliko spremanje?

Ne oD
ajavajte! UD
inite to bez previše napora za upola kraDe vreme - napravite
svoj paket!

Veliko spremanje

Akcija proleDnog spremanja Vam donosi:

◊

Odaberite bilo koja 2 ili više proizvoda iz ponude proizvoda za
D
išDenje ispod - i obezbedite popust od 10% na izabrani paket!

◊

Akcija traje samo do 25. aprila, zato - poEurite!

Veliko spremanje

POKLON: Mini kuhinjska vaga do 1 kg - za merenje zaD
ina!

Ova super akcija traje do 25. aprila 2010.

Sve proizvode iz ponude za kuDu moEete videti ako kliknete na ovaj
tekst ;

Veliko spremanje

Napravite svoj paket - osvojite POKLON i 10% POPUSTA!

Proizvodi za savršenu D
istoDu

Space Bag Tote
+ POKLON!

Space Bag Tote

Vaša cena: 4.990 rsd

Više informacija;

Monster 1200
+POKLON!

Monster 1200

Vaša cena: 6.290 rsd

Više informacija;

Flexi Mop
+ POKLON!

Fexi Mop

Vaša cena: 2.790 rsd

Više informacija;

Shamwow
+ POKLON!

Shamwow

Vaša cena: 2.990 rsd

Više informacijao;

Omni Floor Polisher
+ POKLON!

Omni Floor Polisher

Vaša cena: 4.690 rsd

Više informacija;

Space Bag Cube
+ POKLON!

Space Bag Cube

Vaša cena: 2.690 rsd

Više informacija;

Power Scruber
+ POKLON!

Omni Floor Polisher

Vaša cena: 1.690 rsd

Više informacija;

PAKET: Power Scruber + It Works + POKLON!

Power Sruber + It Works

Vaša cena: 4.390 rsd

Više informacija;

Smellkiller Ziloclassic Set
+ POKLON!

Smellkiller Zilloclassic - odstranjivaD
 neprijatnih mirisa

Vaša cena: 1.990 rsd

Više informacija;

Obezbedite sve Å¡to Vam je potrebno za D
ist dom veD danas!

Ovu elektronsku poštu primate, ukoliko ste svojevoljno ostavili svoju
e-mail adresu na nekom od sajtova Top Shop-a, uD
estvovali u našoj poklon
igri ili nagradnom kvizu ili se prijavili za e-D
asopis Top Shop-a ili
nekog od nasih brendova.

Ponude date u ovom e-mailu vaEe iskljuD
ivo za porudEbine upuDene
putem Interneta ili broja telefona 021 489 26 60.

Ukoliko ne Eelite više da primate naše elektronske poruke, za
odjavljivanje sa naše e-mailing liste, kliknite ovde.

Studio Moderna d.o.o., Bulevar vojvode Stepe 30, 21000 Novi Sad, Tel: 021
489 26 60, Fax: 021 489 29 08,
E-mail: i...@news.top-shop.rs

[IMAGE]If you would no longer like to receive our emails please
unsubscribe by clicking here.



Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread Sergey Prysiazhnyi
Hello m...@. Subj:

Trying to boot from Secondary Compact Flash ...
Using drive 0, partition 3.
Loading...
probing: pc0 com0 com1 apm pci mem[635K 1022M a20=on]
7156348+1055080 [52+363840+348188]=0x882ae8  OpenBSD/i386 BOOT 3.02
entry point at 0x200120
com0: 9600 baud
[ using 712452 bytes of bsd ELF symbol table ]
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2010 OpenBSD. All rights reserved. http://www.OpenBSD.org

OpenBSD 4.7-current (GENERIC) #603: Mon Apr 12 16:28:26 MDT 2010
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 686-class) 2.01 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,CNXT-ID,xTPR
real mem  = 1073115136 (1023MB)
avail mem = 1029746688 (982MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 06/20/07, BIOS32 rev. 0 @ 0xf0010, SMBIOS
rev. 2.3 @ 0xfbbf0 (71 entries)
bios0: vendor American Megatrends Inc. version 080012 date 06/20/2007
bios0: JUNIPER NETWORKS SHASTA_MBD_865
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC OEMB8b800) at pcib_callback+0x48
acpi0: wakeup devices P0P4(S4) MC97(S4) USB1(S4) USB2(S4) USB3(S4) USB4(S4)
EUSB(S4) GBEN(S4) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat0) at config_attach+0x105
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 100MHzay+0x3a
ioapic0 at mainbus0: apid 1 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)678,d0203001) at isapnp_find+0x99
acpiprt1 at acpi0: bus 1 (P0P4)d0a84770,d08a8fdc) at isapnp_match+0x83
acpicpu0 at acpi0d1cc1900,4,1) at isascan+0xf9
acpibtn0 at acpi0: SLPBcc1b00,d0a84db0,d1ca4080,d1ca9000) at config_scan+0xaf
acpibtn1 at acpi0: PWRBd08a8280,d0a84db0,d061f134,d07d5557) at config_attach+0x
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel 82865G Host rev 0x0248
Intel 82865G Video rev 0x02 at pci0 dev 2 function 0 not configuredonfig_proc
ppb0 at pci0 dev 3 function 0 Intel 82865G CSA rev 0x02
pci1 at ppb0 bus 2afc0,d08a6738,d0a84e70,d0502450) at config_attach+0x105
em0 at pci1 dev 1 function 0 Intel PRO/1000CT (82547GI) rev 0x00: apic 1 int 
18 (irq 5)
em0: The EEPROM Checksum Is Not Valid(0,d08a6714,0,0,0) at config_attach+0xfd
em0: Unable to initialize the hardware04d01ba) at config_rootfound+0x27
uhci0 at pci0 dev 29 function 0 Intel 82801EB/ER USB rev 0x02: apic 1 int 16 
(irq 5)
uhci1 at pci0 dev 29 function 1 Intel 82801EB/ER USB rev 0x02: apic 1 int 19 
(irq 5)
uhci2 at pci0 dev 29 function 2 Intel 82801EB/ER USB rev 0x02: apic 1 int 18 
(irq 5)
uhci3 at pci0 dev 29 function 3 Intel 82801EB/ER USB rev 0x02: apic 1 int 16 
(irq 5)
ppb1 at pci0 dev 30 function 0 Intel 82801BA Hub-to-PCI rev 0xc2
pci2 at ppb1 bus 1
fxp0 at pci2 dev 8 function 0 Intel PRO/100 VE rev 0x02, i82562: apic 1 int 
20 (irq 5),
address ff:ff:ff:ff:ff:ff
inphy0 at fxp0 phy 1: i82562ET 10/100 PHY, rev. 0
Cavium NITROX Lite rev 0x00 at pci2 dev 15 function 0 not configured
ichpcib0 at pci0 dev 31 function 0 Intel 82801EB/ER LPC rev 0x02
pciide0 at pci0 dev 31 function 1 Intel 82801EB/ER IDE rev 0x02: DMA, channel 0
configured to compatibility, channel 1 configured to compatibility
pciide0: channel 0 disabled (no drives)
wd0 at pciide0 channel 1 drive 0: 
wd0: 1-sector PIO, LBA, 967MB, 1980720 sectors
wd0(pciide0:1:0): using PIO mode 4, DMA mode 2
ichiic0 at pci0 dev 31 function 3 Intel 82801EB/ER SMBus rev 0x02: apic 1 int 
17 (irq 5)
iic0 at ichiic0
iic0: addr 0x18 0f=18 1e=18 2d=18 3c=18 4b=18 5a=18 69=18 78=f8 87=f8 96=f8
a5=f8 b4=f3 c3=fa d2=00 e1=00 f0=18 words 00= 01= 02= 03=
04= 05= 06= 07=
adt0 at iic0 addr 0x2d: emc6d100 rev 0x6a
iic0: addr 0x2e 20=73 21=7c 22=ba 23=c7 24=be 25=24 26=1f 27=18 28=6f 29=12
2a=a3 2b=12 2c=2f 2d=09 2e=ff 2f=ff 30=40 31=40 32=40 3e=01 3f=69 40=05 43=0d
45=ff 47=ff 49=ff 4b=ff 4d=ff 4e=81 4f=7f 50=81 51=7f 52=81 53=7f 54=ff 55=ff
56=ff 57=ff 58=ff 59=ff 5a=ff 5b=ff 5c=22 5d=02 5e=42 5f=74 60=74 61=74 62=ef
63=ff 64=40 65=40 66=40 67=3a 68=23 69=2e 6a=44 6b=38 6c=38 6e=40 70=23 71=1f
72=17 73=be 75=07 7b=40 7c=4d 7d=43 7e=6f 7f=55 words 00=00ff 01=00ff 02=00ff
03=00ff 04=00ff 05=00ff 06=00ff 07=00ff
spdmem0 at iic0 addr 0x51: 512MB DDR SDRAM non-parity PC3200CL3.0
spdmem1 at iic0 addr 0x53: 512MB DDR SDRAM non-parity PC3200CL3.0
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 Intel UHCI root hub rev 1.00/1.00 addr 1
usb1 at uhci1: USB revision 1.0
uhub1 at usb1 Intel UHCI root hub rev 1.00/1.00 addr 1
usb2 at uhci2: USB revision 1.0
uhub2 at usb2 Intel UHCI root hub rev 1.00/1.00 addr 1
usb3 at uhci3: USB revision 1.0
uhub3 at usb3 Intel UHCI root hub rev 1.00/1.00 addr 1
isa0 at ichpcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 

Re: new mail notifications stopped working

2010-04-13 Thread Andreas Gerdd
On Mon, Apr 12, 2010 at 16:11, Jan Stary h...@stare.cz wrote:
 How did you enable it before?

I did not enable anything before. It was already working.
That notification feature comes by the default installation, i guess.

Some more details:

$ echo $MAILCHECK
600

$ echo $MAIL
/var/mail/andreas

I still don't receive any new mail notification.
And mail command shows that i have new mails. (They are local system mails)

$ mail
/var/mail/andreas: 22 messages 22 new



Re: is skype using encryption?

2010-04-13 Thread Lars Nooden

On Sat, 10 Apr 2010, Jozsi Vadkan wrote:

Can someone [same subnet, e.g.: with a hub, not switch..] sniff my skype
password when i'm using Skype? Is it encrypted?


After looking into the question of Skype's source code, as has been 
recommended ;) , you may want to look at regular SIP packages:


 http://www.openbsd.org/4.6_packages/i386/pjsua-0.7.0p2.tgz-long.html
 http://www.openbsd.org/4.6_packages/i386/ekiga-2.0.12p18.tgz-long.html

And for that matter compare the specification for the skype protocol to 
the specification for SIP.


 http://tools.ietf.org/html/rfc3261

/Lars



allocation for device softc panic on amd64 -current with bigmem = 1

2010-04-13 Thread Jeff Ross
I just built an amd64 kernel with -current sources after setting BIGMEM = 1 
and got a panic on reboot:


r...@varley:/root $ reboot
/etc/rc.shutdown in progress...
/etc/rc.shutdown complete.
syncing disks... done
rebooting...
 OpenBSD/amd64 BOOT 3.01
boot
booting hd0a:/bsd: 5256088+1665997+954816+0+614560 [80+479280+306965]=0xcda338
entry point at 0x1001e0 [7205c766, 3404, 24448b12, 36c0a304]
Bigmem = 1
[ using 787096 bytes of bsd ELF symbol table ]
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2010 OpenBSD. All rights reserved.  http://www.OpenBSD.org

OpenBSD 4.7-current (GENERIC.MP) #1: Tue Apr 13 08:34:18 MDT 2010
r...@varley.openvistas.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8588820480 (8190MB)
avail mem = 8362409984 (7975MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xfbf30 (60 entries)
bios0: vendor American Megatrends Inc. version 080010 date 04/25/2005
bios0: Supermicro H8DA8/H8DAR
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP APIC OEMB SRAT
acpi0: wakeup devices PCI1(S4) USB0(S4) USB1(S4) PS2K(S4) PS2M(S4) UAR1(S4) 
UAR2(S4) GOLA(S4) GOLB(S4) PWRB(S4)

acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compatcpu0 at mainbus0: apid 0 (boot 
processor)

cpu0: AMD Opteron(tm) Processor 250, 2393.56 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB 64b/line 
16-way L2 cache

cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: DTLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: AMD erratum 89 present, BIOS upgrade may be required
cpu0: apic clock running at 199MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Opteron(tm) Processor 250, 2393.18 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB 64b/line 
16-way L2 cache

cpu1: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu1: DTLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu1: AMD erratum 89 present, BIOS upgrade may be required
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 11, 24 pins
ioapic1 at mainbus0: apid 3 pa 0xfebfe000, version 11, 4 pins
ioapic2 at mainbus0: apid 4 pa 0xfebff000, version 11, 4 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 3 (PCI1)
acpiprt2 at acpi0: bus 2 (GOLA)
acpiprt3 at acpi0: bus 1 (GOLB)
acpicpu0 at acpi0
acpicpu1 at acpi0
acpibtn0 at acpi0: PWRB
ipmi at mainbus0 not configured
pci0 at mainbus0 bus 0
iommu0 at cpu0: base 0x8000 length 512MB pte 0x10cb0
iommu1 at cpu1: base 0x8000 length 512MB pte 0x10cb0
ppb0 at pci0 dev 6 function 0 AMD 8111 PCI-PCI rev 0x07
pci1 at ppb0 bus 3
ohci0 at pci1 dev 0 function 0 AMD 8111 USB rev 0x0b: apic 2 int 19 (irq 9), 
version 1.0, legacy support
ohci1 at pci1 dev 0 function 1 AMD 8111 USB rev 0x0b: apic 2 int 19 (irq 9), 
version 1.0, legacy support

vga1 at pci1 dev 4 function 0 ATI Rage XL rev 0x27
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
usb0 at ohci0: USB revision 1.0
uhub0 at usb0 AMD OHCI root hub rev 1.00/1.00 addr 1
usb1 at ohci1: USB revision 1.0
uhub1 at usb1 AMD OHCI root hub rev 1.00/1.00 addr 1
amdpcib0 at pci0 dev 7 function 0 AMD 8111 LPC rev 0x05: 32-bit 14318179Hz 
timer rev 3
pciide0 at pci0 dev 7 function 1 AMD 8111 IDE rev 0x03: DMA, channel 0 
configured to compatibility, channel 1 configured to compatibility

atapiscsi0 at pciide0 channel 0 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: MATSHITA, DVD-ROM SR-8178, PZ16 ATAPI 5/cdrom 
removable

cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 4
pciide0: channel 1 disabled (no drives)
amdiic0 at pci0 dev 7 function 2 AMD 8111 SMBus rev 0x02: SCI
iic0 at amdiic0
lm1 at iic0 addr 0x2d: W83627HF
lm2 at iic0 addr 0x2f: W83792D rev D
amdpm0 at pci0 dev 7 function 3 AMD 8111 Power rev 0x05
ppb1 at pci0 dev 10 function 0 AMD 8131 PCIX rev 0x12
pci2 at ppb1 bus 2
ahd0 at pci2 dev 3 function 0 Adaptec AIC-7902B U320 rev 0x10: apic 3 int 0 
(irq 10)

ahd0: aic7902, U320 Wide Channel A, PCI-X 101-133MHz, 512 SCBs
scsibus1 at ahd0: 16 targets, initiator 7
ahd1 at pci2 dev 3 function 1 Adaptec AIC-7902B U320 rev 0x10: apic 3 int 1 
(irq 11)

ahd1: ahd_init_scbdata - Unable to allocate initial scbs
panic: config_make_softc: allocation for device softc failed
Stopped at  Debugger+0x5:   leave
Debugger() at Debugger+0x5
panic() at panic+0x122
config_make_softc() at config_make_softc+0x18d
config_attach() at config_attach+0x1c7
pci_probe_device() at pci_probe_device+0x273
pci_enumerate_bus() at 

Re: new mail notifications stopped working

2010-04-13 Thread Ron McDowell

Andreas Gerdd wrote:

On Mon, Apr 12, 2010 at 16:11, Jan Stary h...@stare.cz wrote:
  

How did you enable it before?



I did not enable anything before. It was already working.
That notification feature comes by the default installation, i guess.

Some more details:

$ echo $MAILCHECK
600

$ echo $MAIL
/var/mail/andreas

I still don't receive any new mail notification.
And mail command shows that i have new mails. (They are local system mails)

$ mail
/var/mail/andreas: 22 messages 22 new
  


Are you using a different shell now?  They [sh, csh, ksh, bash, etc.] 
all handle mail notification slightly differently.  Check the man page 
for the shell you are using for details.


--
Ron McDowell
San Antonio TX



Greeting From Havert Logistics!

2010-04-13 Thread jolie
Dear Mr Sabry Abuthahir:



I am Jolie from Shanghai HARVEST International Logistics Corp, China; a
professional forwarding agent specialized in all kinds of sea freight, air
freight service. We are prepared to become your reliable partner and gain
the mutual benefits in business.



Here are a few details to give you a short overview about our company (Plz
also kindly find enclosed our profile):



HARVEST is an independent logistics provider and has been successfully
proving services in its markets of all over the world since 2006. The
privately owned company has headquarters in Shanghai and with its own
network in Dalian, Tianjin, Qingdao, Shanghai, Ningbo, Guangzhou, Nanjing,
as well as our overseas partners in most countries around the world.



With our service portfolio in airfreight, seafreight and China Inland
logistics, we are one of the leading freight forwarding companies in
Shanghai with an own network. We grant you good rates and services, fast and
precise information



HARVEST offers you:

1.Attractive costs due to consolidated buying power in airfreight and in
seafreight LCL and FCL

2.Advantage of import hub systems by air and by ocean with effective
distribution to most cities in China

3.Dense network of intra LTL and FTL trucking services

4.Warehousing space at main ports in China

5.Highly sophisticated IT capabilities i.e. connection of IT systems,
reporting tools, co-branding, sales support

6.Secured payments within payment term agreement through strong financial
background



We know that your esteemed company is specialized in export and import
business (or is interested in extending the overseas business). Our company
is just the right and the best agent to arrange your transportation, in
hoping to ease your process, make you convenience and raise your efficiency.



You can entrust us with the soled agency for your cargo transport business
throughout the world. We guarantee that your shipment be trafficked
promptly, safely and smoothly to your destination. What!/s more, the rate we
provided are competitive and the service are high-quality. We will
contribute ourselves to satisfy your needs.



If you are interested in the cooperation with us or want to find an overseas
agent, please keep in touch with us. We are always your loyalty partner. If
your honor give us an chance to establish our relationship, we ensure give
you a satisfying and marvelous service.





Best Regards



Jolie Zhang



Shanghai Harvest International Logistics Co., Ltd



Tel: 0086-21-63249293 ext.804



Fax: 0086-21-63244312



Address: Room 2108 ,Fude building ,No.,1688,North Sichuan Road,Hongkou
District#,Shanghai, China



Post Code: 200080



Website: http://www.harvest-log.com



ATT: jo...@harvest-log.com



MSN: ad...@harvest-log.com



Re: Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread Jason George
Top-posting because I am lazy...

Since those Junipers are pseudo-chassis-based with pluggable cards, I think 
you are dying on how the backplane is laid out and detected by OpenBSD.

In the interim, please make sure that dms@ sees the dmesg, principally for the 
em(4) interface.

For what it's worth, I have run OpenBSD successfully on a Cisco 4240 IDS/IPS 
device,

--J

Hello m...@. Subj:

Trying to boot from Secondary Compact Flash ...
Using drive 0, partition 3.
Loading...
probing: pc0 com0 com1 apm pci mem[635K 1022M a20=on]
7156348+1055080 [52+363840+348188]=0x882ae8  OpenBSD/i386 BOOT 3.02
entry point at 0x200120
com0: 9600 baud
[ using 712452 bytes of bsd ELF symbol table ]
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2010 OpenBSD. All rights reserved. http://www.OpenBSD.org

OpenBSD 4.7-current (GENERIC) #603: Mon Apr 12 16:28:26 MDT 2010
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 686-class) 2.01 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,CNXT-ID,xTPR
real mem  = 1073115136 (1023MB)
avail mem = 1029746688 (982MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 06/20/07, BIOS32 rev. 0 @ 0xf0010, SMBIOS
rev. 2.3 @ 0xfbbf0 (71 entries)
bios0: vendor American Megatrends Inc. version 080012 date 06/20/2007
bios0: JUNIPER NETWORKS SHASTA_MBD_865
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC OEMB8b800) at pcib_callback+0x48
acpi0: wakeup devices P0P4(S4) MC97(S4) USB1(S4) USB2(S4) USB3(S4) USB4(S4)
EUSB(S4) GBEN(S4) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat0) at config_attach+0x105
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 100MHzay+0x3a
ioapic0 at mainbus0: apid 1 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)678,d0203001) at isapnp_find+0x99
acpiprt1 at acpi0: bus 1 (P0P4)d0a84770,d08a8fdc) at isapnp_match+0x83
acpicpu0 at acpi0d1cc1900,4,1) at isascan+0xf9
acpibtn0 at acpi0: SLPBcc1b00,d0a84db0,d1ca4080,d1ca9000) at config_scan+0xaf
acpibtn1 at acpi0: PWRBd08a8280,d0a84db0,d061f134,d07d5557) at config_attach+0x
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel 82865G Host rev 0x0248
Intel 82865G Video rev 0x02 at pci0 dev 2 function 0 not configuredonfig_proc
ppb0 at pci0 dev 3 function 0 Intel 82865G CSA rev 0x02
pci1 at ppb0 bus 2afc0,d08a6738,d0a84e70,d0502450) at config_attach+0x105
em0 at pci1 dev 1 function 0 Intel PRO/1000CT (82547GI) rev 0x00: apic 1 int 
18 (irq 5)
em0: The EEPROM Checksum Is Not Valid(0,d08a6714,0,0,0) at config_attach+0xfd
em0: Unable to initialize the hardware04d01ba) at config_rootfound+0x27
uhci0 at pci0 dev 29 function 0 Intel 82801EB/ER USB rev 0x02: apic 1 int 16 
(irq 5)
uhci1 at pci0 dev 29 function 1 Intel 82801EB/ER USB rev 0x02: apic 1 int 19 
(irq 5)
uhci2 at pci0 dev 29 function 2 Intel 82801EB/ER USB rev 0x02: apic 1 int 18 
(irq 5)
uhci3 at pci0 dev 29 function 3 Intel 82801EB/ER USB rev 0x02: apic 1 int 16 
(irq 5)
ppb1 at pci0 dev 30 function 0 Intel 82801BA Hub-to-PCI rev 0xc2
pci2 at ppb1 bus 1
fxp0 at pci2 dev 8 function 0 Intel PRO/100 VE rev 0x02, i82562: apic 1 int 
20 (irq 5),
address ff:ff:ff:ff:ff:ff
inphy0 at fxp0 phy 1: i82562ET 10/100 PHY, rev. 0
Cavium NITROX Lite rev 0x00 at pci2 dev 15 function 0 not configured
ichpcib0 at pci0 dev 31 function 0 Intel 82801EB/ER LPC rev 0x02
pciide0 at pci0 dev 31 function 1 Intel 82801EB/ER IDE rev 0x02: DMA, 
channel 0
configured to compatibility, channel 1 configured to compatibility
pciide0: channel 0 disabled (no drives)
wd0 at pciide0 channel 1 drive 0: 
wd0: 1-sector PIO, LBA, 967MB, 1980720 sectors
wd0(pciide0:1:0): using PIO mode 4, DMA mode 2
ichiic0 at pci0 dev 31 function 3 Intel 82801EB/ER SMBus rev 0x02: apic 1 
int 17 (irq 5)
iic0 at ichiic0
iic0: addr 0x18 0f=18 1e=18 2d=18 3c=18 4b=18 5a=18 69=18 78=f8 87=f8 96=f8
a5=f8 b4=f3 c3=fa d2=00 e1=00 f0=18 words 00= 01= 02= 03=
04= 05= 06= 07=
adt0 at iic0 addr 0x2d: emc6d100 rev 0x6a
iic0: addr 0x2e 20=73 21=7c 22=ba 23=c7 24=be 25=24 26=1f 27=18 28=6f 29=12
2a=a3 2b=12 2c=2f 2d=09 2e=ff 2f=ff 30=40 31=40 32=40 3e=01 3f=69 40=05 43=0d
45=ff 47=ff 49=ff 4b=ff 4d=ff 4e=81 4f=7f 50=81 51=7f 52=81 53=7f 54=ff 55=ff
56=ff 57=ff 58=ff 59=ff 5a=ff 5b=ff 5c=22 5d=02 5e=42 5f=74 60=74 61=74 62=ef
63=ff 64=40 65=40 66=40 67=3a 68=23 69=2e 6a=44 6b=38 6c=38 6e=40 70=23 71=1f
72=17 73=be 75=07 7b=40 7c=4d 7d=43 7e=6f 7f=55 words 00=00ff 01=00ff 02=00ff
03=00ff 04=00ff 05=00ff 06=00ff 07=00ff
spdmem0 at iic0 addr 0x51: 512MB DDR SDRAM non-parity PC3200CL3.0
spdmem1 at iic0 addr 0x53: 512MB DDR SDRAM non-parity PC3200CL3.0
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 Intel UHCI root hub rev 1.00/1.00 addr 1
usb1 at uhci1: 

GDM times out waiting for X11 startup on slow machines (and an OpenBSD GDM theme!)

2010-04-13 Thread Casey Allen Shobe
Hello,

I recently set up a couple Pentium MMX 233 machines with OpenBSD 4.5 for the
purpose of running gdm, ratpoison, vncviewer, rdesktop, and xterm.  I found
gdm to be the best option for a login manager, both because it loads quite
fast and is very configurable (I've included below an OpenBSD theme I
created for it).  However, by default, it is impossible to run on hardware
this slow.

In order to keep gdm from killing itself timing out waiting for X to start,
I found I needed to add the following in /etc/X11/gdm/custom.conf, within
the [daemon] section:

GdmXserverTimeout=60

Without that, gdm will sometimes successfully launch if I load it by hand
after already starting and stopping X, but never the first time, never on
boot, and not reliably even when circumstances are favorable.

Here is a GDM theme for OpenBSD.  Unpack it into
/usr/local/share/gdm/themes.  I have only tried it using 1024x768 screen
resolution - so testing on other monitor sizes would be appreciated!
http://casey.shobe.info/software/gdm-theme-openbsd-0.1.tar.gz

Cheers,
-- 
Casey Allen Shobe
ca...@shobe.info



I'd like to review your resume

2010-04-13 Thread Carrie @ TunaRez


 Get Your FREE Resume Evaluation
Go TO 
http://www.tunarez.com/resumeeval.asp?AD=1206HDL=Dice-sp-hlist




I BET YOUR RESUME ISN'T GETTING THE RESPONSE YOU EXPECTED.


This job market isn't just different - it's the opposite of what we've 
seen in the last thirty years. So, resumes that worked just a few years 
ago quickly fall short in today's market.  We talk to Hiring Managers 
and understand what motivates them:

BEFORE NOW
   =
Keep It Short And SweetAdd Details Build Depth Of Experience
State Your Skills/Experience   Show Your Attitude  Aptitude
Action Verbs  Hit The Mark Tell Your Story With Adverbs  Adjectives 
Show WHAT You Did  Show HOW You Did It 
Meet The Screening CriteriaIntegrate The HIRING Criteria


SO IF EMPLOYER'S EXPECTATIONS HAVE CHANGED - WHY HASN'T YOUR RESUME?

Most candidates I talk with simply don't know where to start and 
have no idea what potential employers look for in today's resume. 
So if you've just been adding each new job to your resume for the l
ast 5 years 10 years? 15 years? - you could very well be seriously 
out of step with the job market.

No one expects you to be a job search expert, that's why TunaRez is here. 
We're continuously working directly with Hiring Managers nationwide to 
detect shifts in their needs and expectations. With TunaRez you'll never 
have to worry about your resume again. 

*** NEVER WORRY ABOUT YOUR RESUME AGAIN ***
When you're ready to start another job search (in a few years), we'll 
quickly update your resume, integrating your newest job and refocusing
it for your next job target. Your Resume with move you right up the 
career ladder.  Most importantly, your upgraded resume will always reflect 
employer's current expectations and will never be outdated. TunaRez 
makes it easy to maintain the same high-impact resume for your entire career.  


DON'T WAIT. 
A resume that misses the mark can add 3 months to your job search.  
That could mean thousands of lost dollars and immeasurable anxiety for you. 

The best time to create a powerful resume and find out what Hiring Managers 
really want is now!  Because of our unique relationship with Hiring Managers, 
TunaRez can take the guesswork out of creating an on target resume.



I'M CARRIE TEAGER, A SENIOR RESUME COACH WITH TUNAREZ.COM. 
I've been connecting candidates with employers for nearly 20 years.
It's not unusual for me to review a few thousand resumes a month 
so there's not much I haven't seen. More importantly, our research 
keeps me well armed to help you understand the needs of today's 
employers and if your resume has weaknesses that undermine your 
career goals.
  
If you're considering a new job search or if you're currently job 
hunting this is a great time for a professional review of your resume. 

THE PEACE OF MIND RESUME 
74% OF OUR CLIENTS ARE EMPLOYED WHEN THEY SEEK OUR SERVICES.
If you're ready to start searching right now, then we can be with you 
through each stage with our 123GetHired Program. However, if you're 
not ready yet but want to be prepared -- just in case -- the 
Peace of Mind Resume is for you. With this service, we prepare 
your resume now with your current position/skills and when you 
need to look for a job in the future we'll quickly update your resume 
with any new skills so you can respond rapidly.  


FREE RESUME EVALUATION

As a professional courtesy, I would like to offer you a free written 
evaluation of your CURRENT resume to reintroduce our services. You will 
receive your evaluation within 2 days. Just go to
http://www.tunarez.com/resumeeval.asp?AD=1206HDL=Dice-sp-hlist


THE JOB SEARCH EXPERTS 

We've lived and breathed the Hiring industry -- 
working closely with Hiring Managers for 15+ years makes a 
difference. We don't guess at what Hiring Managers want to see 
-- we get direct feedback from real employers all the time.  

TunaRez actually evolved from a software consulting firm -- the 
business of hiring and getting people hired -- and we use 
our insider insight to assist job seekers facing a completely 
employer-driven market.  This commitment, focus and expertise 
show in how we uniquely support each and every client -- and in 
the results we produce.

RAVE REVIEWS

TODAY 32% OF OUR BUSINESS COMES FROM REFERRALS AND 35% FROM RETURNING CLIENTS. 
We must be doing something right. Take a look at our rave reviews a:

Re: GDM times out waiting for X11 startup on slow machines (and an OpenBSD GDM theme!)

2010-04-13 Thread Christiano F. Haesbaert
On 13 April 2010 15:01, Casey Allen Shobe ca...@shobe.info wrote:
 Hello,

 I recently set up a couple Pentium MMX 233 machines with OpenBSD 4.5 for
the
 purpose of running gdm, ratpoison, vncviewer, rdesktop, and xterm.  I found
 gdm to be the best option for a login manager, both because it loads quite
 fast and is very configurable (I've included below an OpenBSD theme I
 created for it).  However, by default, it is impossible to run on hardware
 this slow.

 In order to keep gdm from killing itself timing out waiting for X to start,
 I found I needed to add the following in /etc/X11/gdm/custom.conf, within
 the [daemon] section:

 GdmXserverTimeout=60

 Without that, gdm will sometimes successfully launch if I load it by hand
 after already starting and stopping X, but never the first time, never on
 boot, and not reliably even when circumstances are favorable.

 Here is a GDM theme for OpenBSD.  Unpack it into
 /usr/local/share/gdm/themes.  I have only tried it using 1024x768 screen
 resolution - so testing on other monitor sizes would be appreciated!
 http://casey.shobe.info/software/gdm-theme-openbsd-0.1.tar.gz

 Cheers,
 --
 Casey Allen Shobe
 ca...@shobe.info



Why not xdm ? Considering gdm is much much much heavier.



Re: GDM times out waiting for X11 startup on slow machines (and an OpenBSD GDM theme!)

2010-04-13 Thread Thomas Pfaff
On Tue, 13 Apr 2010 16:27:37 -0300
Christiano F. Haesbaert haesba...@haesbaert.org wrote:
 
  Here is a GDM theme for OpenBSD.
[...]
 
 Why not xdm ? Considering gdm is much much much heavier.


Or x11/slim.  I think that one is pretty neat.



relayd redirection (feature request?)

2010-04-13 Thread Michael Lechtermann
Hi,

I would like to use relayd to check if squid is up and working. If it is
up and works, it should be used as transparent proxy. If squid isn't
working properly for whatever reason (or the squid host isn't reachable)
I just want to have normal internet access.

When the Squid host is configured as proxy in the browser relayd is a
nice helper, but I couldn't figure out how to squeeze a from any to
any PF rule out of relayd.conf.

What would be nice to have something like this in relayd.conf:

listen on any tcp port 80 interface vr0

and the PF anchor rule now has:

pass in quick on vr0 inet from any to any port 80 ... rdr-to ...


Is this possible somehow?

Michael



Re: GDM times out waiting for X11 startup on slow machines (and an OpenBSD GDM theme!)

2010-04-13 Thread Casey Allen Shobe

On Apr 13, 2010, at 3:27 PM, Christiano F. Haesbaert wrote:

Why not xdm ? Considering gdm is much much much heavier.



XDM does not have as configurable of an interface, at least of what I  
know of it (would be happy to learn otherwise though, as GDM depends  
on a lot of useless junk).  Wanted something pleasing to users.  It's  
mostly used by Windows admins to access Windows machines.


GDM does not really load any noticeably slower than XDM.  It's simply  
that X11 takes a little bit to start and show up with the grey X11  
default background (btw is that changeable?  It makes my LCD flicker  
horribly).  Then either XDM or GDM kick in after perhaps 3 seconds of  
that.  Since it wasn't horribly slower (as KDM was), and I was able to  
figure out how to configure it to load ratpoison by default faster,  
that's what I used.


I may fiddle more around with XDM now that there is a working/ 
configured login manager in place.


Cheers,
--
Casey Allen Shobe
ca...@shobe.info



Re: Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread Daniel Ouellet

Well,

This is a purely selfish comment for sure.

But I must say that if OpenBSD could one day run on real router hardware 
and support theses various interface, that would be a dream come true 
for me for sure.


Not that OpenBSD can't do a lots already, it sure can, but still there 
in many places where I just can't use it and having a pure open source 
router where any bugs can be fix, etc and not be stuck with the endless 
(useless in many case) smartnet or Juno OS would sure be a plus.


I must say that I am very interested by this and it did trigger my 
curiosity for sure.


The issue still the same however with all these Cisco hardware, may not 
be the same for Juniper, the processor and memory is ALWAYS under power 
and scarce in size.


There is a lots to be said about using off the self hardware for router, 
but also, if the processor was any decent, running OpenBSD on a lower 
grade 26xx Cisco route would be absolutely great!


Then running OpenBSD on any decent Juniper hardware would be a real gift!



On 4/13/10 1:10 PM, Jason George wrote:

Top-posting because I am lazy...

Since those Junipers are pseudo-chassis-based with pluggable cards, I think
you are dying on how the backplane is laid out and detected by OpenBSD.

In the interim, please make sure that dms@ sees the dmesg, principally for the
em(4) interface.

For what it's worth, I have run OpenBSD successfully on a Cisco 4240 IDS/IPS
device,

--J


Hello m...@. Subj:

Trying to boot from Secondary Compact Flash ...
Using drive 0, partition 3.
Loading...
probing: pc0 com0 com1 apm pci mem[635K 1022M a20=on]
7156348+1055080 [52+363840+348188]=0x882ae8  OpenBSD/i386 BOOT 3.02
entry point at 0x200120
com0: 9600 baud
[ using 712452 bytes of bsd ELF symbol table ]
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2010 OpenBSD. All rights reserved. http://www.OpenBSD.org

OpenBSD 4.7-current (GENERIC) #603: Mon Apr 12 16:28:26 MDT 2010
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 686-class) 2.01 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,CNXT-ID,xTPR
real mem  = 1073115136 (1023MB)
avail mem = 1029746688 (982MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 06/20/07, BIOS32 rev. 0 @ 0xf0010, SMBIOS
rev. 2.3 @ 0xfbbf0 (71 entries)
bios0: vendor American Megatrends Inc. version 080012 date 06/20/2007
bios0: JUNIPER NETWORKS SHASTA_MBD_865
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC OEMB8b800) at pcib_callback+0x48
acpi0: wakeup devices P0P4(S4) MC97(S4) USB1(S4) USB2(S4) USB3(S4) USB4(S4)
EUSB(S4) GBEN(S4) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat0) at config_attach+0x105
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 100MHzay+0x3a
ioapic0 at mainbus0: apid 1 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)678,d0203001) at isapnp_find+0x99
acpiprt1 at acpi0: bus 1 (P0P4)d0a84770,d08a8fdc) at isapnp_match+0x83
acpicpu0 at acpi0d1cc1900,4,1) at isascan+0xf9
acpibtn0 at acpi0: SLPBcc1b00,d0a84db0,d1ca4080,d1ca9000) at config_scan+0xaf
acpibtn1 at acpi0: PWRBd08a8280,d0a84db0,d061f134,d07d5557) at config_attach+0x
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel 82865G Host rev 0x0248
Intel 82865G Video rev 0x02 at pci0 dev 2 function 0 not configuredonfig_proc
ppb0 at pci0 dev 3 function 0 Intel 82865G CSA rev 0x02
pci1 at ppb0 bus 2afc0,d08a6738,d0a84e70,d0502450) at config_attach+0x105
em0 at pci1 dev 1 function 0 Intel PRO/1000CT (82547GI) rev 0x00: apic 1 int 
18 (irq 5)
em0: The EEPROM Checksum Is Not Valid(0,d08a6714,0,0,0) at config_attach+0xfd
em0: Unable to initialize the hardware04d01ba) at config_rootfound+0x27
uhci0 at pci0 dev 29 function 0 Intel 82801EB/ER USB rev 0x02: apic 1 int 16 
(irq 5)
uhci1 at pci0 dev 29 function 1 Intel 82801EB/ER USB rev 0x02: apic 1 int 19 
(irq 5)
uhci2 at pci0 dev 29 function 2 Intel 82801EB/ER USB rev 0x02: apic 1 int 18 
(irq 5)
uhci3 at pci0 dev 29 function 3 Intel 82801EB/ER USB rev 0x02: apic 1 int 16 
(irq 5)
ppb1 at pci0 dev 30 function 0 Intel 82801BA Hub-to-PCI rev 0xc2
pci2 at ppb1 bus 1
fxp0 at pci2 dev 8 function 0 Intel PRO/100 VE rev 0x02, i82562: apic 1 int 
20 (irq 5),
address ff:ff:ff:ff:ff:ff
inphy0 at fxp0 phy 1: i82562ET 10/100 PHY, rev. 0
Cavium NITROX Lite rev 0x00 at pci2 dev 15 function 0 not configured
ichpcib0 at pci0 dev 31 function 0 Intel 82801EB/ER LPC rev 0x02
pciide0 at pci0 dev 31 function 1 Intel 82801EB/ER IDE rev 0x02: DMA, channel 0
configured to compatibility, channel 1 configured to compatibility
pciide0: channel 0 disabled (no drives)
wd0 at pciide0 channel 1 drive 0:
wd0: 1-sector PIO, LBA, 967MB, 1980720 sectors
wd0(pciide0:1:0): using PIO mode 4, DMA mode 2

Re: Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread bofh
Now I'm curious - in what way would a decent juniper hardware be
better than some off the shelf stuff?  I'm of course including all the
current support platforms in here, from your crappy $50 x86 to a
sun/intel to sun/*sparc to anything else on the market.

I've always thought cisco/juniper existed to sell overpriced hardware,
so have issues reconciling that with this



Re: new mail notifications stopped working

2010-04-13 Thread Andreas Gerdd
On Tue, Apr 13, 2010 at 18:45, Gabriel Kihlman g...@abc.se wrote:
 Works here as you see below, could you try the same thing?

 $ echo $KSH_VERSION@(#)PD KSH v5.2.14 99/07/13.2
 $ uname -a
 OpenBSD orm.abc.se 4.6 GENERIC.MP#34 amd64
 $ export MAILCHECK=1
 $ export MAIL=/var/mail/gk
 $ echo foo  /var/mail/gk
 you have mail in /var/mail/gk

I tried these commands and i got the you have mail alert.
But again, i don't get such a notification when i have a new mail from
my system.

On Tue, Apr 13, 2010 at 19:05, Ron McDowell r...@fuzzwad.org wrote:
 Are you using a different shell now?  They [sh, csh, ksh, bash, etc.] all
 handle mail notification slightly differently.  Check the man page for the
 shell you are using for details.

I'm using ksh.
$ echo $KSH_VERSION
@(#)PD KSH v5.2.14 99/07/13.2
It is OpenBSD 4.6 GENERIC.MP#1 i386



Re: Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread Brad Tilley
On Tue, 13 Apr 2010 19:29 -0400, bofh goodb...@gmail.com wrote:
 Now I'm curious - in what way would a decent juniper hardware be
 better than some off the shelf stuff? 

MTBF is greater. If you don't care about that, there's probably not much
difference... unless you need routers in space. Not sure a home-built
newegg box would pass the tests, but you never know:

http://www.networkworld.com/community/node/48399



Re: Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread Jason George
Since a few people asked in private email, here is the dmesg, including hacked 
bootloader cruft.  This is a few months old, as I haven't had time to play.

If anyone is interested in donating any x86-based, Compact Flash-enabled Cisco 
appliances (ASA 55xx firewalls, 42xx IDS/IPS, etc), let me (j...@openbsd) or 
Theo know.  There are a couple of devices that will need some time to have 
drivers witten (i.e. - the Marvell switch-on-a-chip on the ASA 5505, etc)  
And, no, I haven't updated want.html as this was a personal hack until now.

It would be cruel and perverse to run pf and OpenBGPD on Cisco gear in Theo's 
rack, so please donate until it hurts.

--J


Booting system, please wait...


CISCO SYSTEMS
Embedded BIOS Version 1.0(11)2 01/25/06 13:21:26.17

Low Memory: 631 KB
High Memory: 2048 MB
PCI Device Table.
Bus Dev Func VendID DevID Class  Irq
  00  00  00   8086   2578  Host Bridge
  00  01  00   8086   2579  PCI-to-PCI Bridge
  00  03  00   8086   257B  PCI-to-PCI Bridge
  00  1C  00   8086   25AE  PCI-to-PCI Bridge
  00  1D  00   8086   25A9  Serial Bus 11
  00  1D  01   8086   25AA  Serial Bus 10
  00  1D  04   8086   25AB  System
  00  1D  05   8086   25AC  IRQ Controller
  00  1D  07   8086   25AD  Serial Bus 9
  00  1E  00   8086   244E  PCI-to-PCI Bridge
  00  1F  00   8086   25A1  ISA Bridge
  00  1F  02   8086   25A3  IDE Controller 11
  00  1F  03   8086   25A4  Serial Bus 5
  00  1F  05   8086   25A6  Audio  5
  02  01  00   8086   1075  Ethernet   11
  03  01  00   177D   0003  Encrypt/Decrypt9
  03  02  00   8086   1079  Ethernet   9
  03  02  01   8086   1079  Ethernet   9
  03  03  00   8086   1079  Ethernet   9
  03  03  01   8086   1079  Ethernet   9
  04  02  00   8086   1209  Ethernet   11
  04  03  00   8086   1209  Ethernet   5

Evaluating BIOS Options ...
Launch BIOS Extension to setup ROMMON

Cisco Systems ROMMON Version (1.0(11)2) #0: Thu Jan 26 10:43:08 PST 2006

Platform IPS-4240-K9

Use BREAK or ESC to interrupt boot.
Use SPACE to begin boot immediately.


Launching BootLoader...
Boot configuration file contains 3 entries.


 GNU GRUB  version 1.0(11)2  (631K lower / 2096128K upper memory)

---
  0: OpenBSD
  1: Cisco IPS
  2: Cisco IPS Recovery
---

   Use the ^ and v keys to select which entry is highlighted.
   Press enter to boot the selected OS, 'e' to edit the
   commands before booting, or 'c' for a command-line.

 Highlighted entry is 0:
   Booting 'OpenBSD'

root (hd1,a)
  Filesystem type is ffs, partition type 0xa6
makeactive

  Booting...
Loading...
probing: pc0 com0 com1apm_check: 1, 0, 8600
  pci[V0.5, 1 0x0 4] mem(0x15[E820] apmremove (0))[631K 2047M a20=on]
disk: ; ;getinfo: try #8, 0x80, 0x4c68c
getinfo: got #8
disk 0x80: 65504,15,63
getinfo: try #41, 0x80
getinfo: got #41
disk 0x80: 0x7
hd0+
found partition 0: type 131 (0x83) offset 63 (0x3f)
found partition 1: type 131 (0x83) offset 145152 (0x23700)
found partition 2: type 131 (0x83) offset 497952 (0x79920)
found partition 3: type 131 (0x83) offset 498960 (0x79d10)
*getinfo: try #8, 0x81, 0x4c854
getinfo: got #8
disk 0x81: 64759,15,63
getinfo: try #41, 0x81
getinfo: got #41
disk 0x81: 0x7 hd1+
found partition 3: type 166 (0xa6) offset 32 (0x20)
loading disklabel @ 33
 OpenBSD/i386 BOOT 3.02
devopen: BIOS: hd1a:/etc/boot.conf
BIOS geometry: heads=16, s/t=63; EDD=7
switching console to com0
 OpenBSD/i386 BOOT 3.02
boot


[ using 691200 bytes of bsd ELF symbol table ]
Copyright (c) 1982, 1986, 1989, 1991, 1993
 The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2009 OpenBSD. All rights reserved.
http://www.OpenBSD.org

OpenBSD 4.6-current (GENERIC) #0: Wed Nov 25 17:01:00 MST 2009
 r...@embedded:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Pentium(R) 4 CPU 2.00GHz (GenuineIntel 686-class) 2.01 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,CNXT-ID,xTPR
real mem  = 2147045376 (2047MB)
avail mem = 2071662592 (1975MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 01/25/06, BIOS32 rev. 0 @ 0xff080
mpbios0 at bios0: Intel MP Specification 1.1
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 100MHz
mpbios0: bus 0 is type PCI
mpbios0: bus 1 is type PCI
mpbios0: bus 2 is type PCI
mpbios0: bus 3 is type PCI
mpbios0: bus 4 is type PCI
mpbios0: bus 5 is type ISA
ioapic0 at mainbus0: apid 14 pa 0xfec0, version 20, 24 pins
ioapic1 at mainbus0: apid 13 pa 0xfec1, version 20, 24 pins
pcibios0 at bios0: rev 2.1 @ 0xff0f0/0x600
pcibios0: PCI BIOS has 11 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 9 10 11
pcibios0: PCI Interrupt Router at 000:31:0 (Intel 6300ESB LPC 

Re: new mail notifications stopped working

2010-04-13 Thread Zachary Uram
Try IRC client. It tells you when new mail! :)

Zach

 http://www.fidei.org 



Re: Trying to boot OpenBSD on Juniper Networks J2320.

2010-04-13 Thread Brynet
Hi,

I don't know how much help it'll be, but have you tried disabling
acpi(4) in UKC? otherwise try disabling and ioapic/mpbios/acpimadt as
APIC may be the cause for the panic, how functional this system will be
afterwards is uncertain.. appears to be additional problems in that log.

-Bryan.



O Despertar do Tigre: Trauma e Recuperação

2010-04-13 Thread Almasoma
ExperiC*ncia SomC!tica-Portugal, em colaboraC'C#o com a AlmaSoma,
apresenta, pela primeira vez em Portugal, o trabalho de Peter Levine
numa oficina intitulada

O Despertar do Tigre: Trauma e RecuperaC'C#o 

IntroduC'C#o C  Somatic Experiencing (ExperiC*ncia SomC!tica)

Somatic Experiencing (SE) C) a designaC'C#o do trabalho com Trauma da
Foundation for Human Enrichment (FHE), jC! estabelecido em muitos
paC-ses e vC!rios continentes como entidade formadora, e presente nos
cenC!rios de catC!strofe, como o Haiti, para intervenC'C#o directa.

Peter Levine, PhD, autor de O Despertar do Tigre entre outras
publicaC'C5es cientC-ficas e de divulgaC'C#o, desenvolveu um enfoque
particular sobre o adoecer e o curar num contexto traumatolC3gico
baseado em dC)cadas de experiC*ncia, observaC'C#o do mundo animal e
investigaC'C#o nas neurociC*ncias. Sistematizou assim uma abordagem
naturalista e efectiva, cientificamente embasada, e de mC:ltiplas
aplicaC'C5es, desde o trauma de nascimento ao trauma de violaC'C#o,
passando pelo trauma de cirurgia, de acidente automC3vel, etc.

Com Lida Ruiter, coordenadora SE na Holanda, assistente e supervisora
na Inglaterra, Dinamarca e Holanda, vamos conhecer os princC-pios que
subjazem ao trabalho da Somatic Experiencing e assistir C  sua
aplicaC'C#o prC!tica entre os participantes, em dois dias
teC3rico-prC!ticos que apresentam este trabalho em Portugal.

Para os interessados, a partir de Outubro de 2010, estarC! disponC-vel
uma formaC'C#o profissional certificada pela FHE b equivalente ao
grau de practionner que habilita ao trabalho terapC*utico -, com a
duraC'C#o de 3 anos leccionada pela professora SC3nia Gomes,
actualmente docente SE em vC!rios paC-ses europeus e lC-der deste
trabalho no Brasil. Veja www.seportugal.com

A Oficina e a FormaC'C#o darC! lugar a criaC'C#o da Foundation for
Human Enrichment-Portugal que, com esta ou outra designaC'C#o, serC!
responsC!vel pela manutenC'C#o deste trabalho em Portugal. Actualmente
a ExperiC*ncia SomC!tica-Portugal C) coordenada por Erica Poonam e
MC!rio Resende.

LIDA RUITER

Lida tem um grau de bacharel em educaC'C#o e um grau de mestre em
trabalho social e aconselhamento. Ela C) tambC)m supervisora e
professora nesses campos. Treinada em Core-energetics (trabalho
corporal), Naturopatia, Trabalho EnergC)tico (Snowlion Center School),
Reconnection Healing (Dr. Eric Pearl), e ExperiC*ncia SomC!tica (SE),
ela trabalha em clC-nica privada como terapeuta e curadora. Trabalhou
vC!rias vezes em Tamil Nadu, na C
ndia, como membro do grupo
internacional de trabalho com trauma que ofereceu ajuda aos
sobreviventes do Tsunami com stress pC3s traumC!tico e formaC'C#o aos
profissionais locais no tratamento do trauma. Ela faz tambC)m parte de
um grupo internacional de terapeutas do trauma trabalhando com
vC-timas de violC*ncia domC)stica e com os seus terapeutas na C
ndia. 

Ela coordena as actividades do SE na Holanda, C) membro da
AssociaC'C#o Europeia de ExperiC*ncia SomC!tica e C) assistente
sC)nior e supervisora para as formaC'C5es em SE na Inglaterra,
Dinamarca e Holanda. Ela estC! a integrar diferentes tipos de cura no
trabalho com choque e trauma.

Vagas disponC-veis: 25

Data: 17 e 18 de Abril de 2010

HorC!rio: das 9 C s 18h, sC!bado e domingo.

Local: QuC-ron, Rua VC-tor CordC3n 5, Lisboa

Investimento: 120b, (sem iva) atC) 31 de MarC'o, 150b, (sem iva)
atC) dia 16 de Abril, 160 (sem iva) para inscriC'C5es no prC3prio dia.

InscriC'C5es e informaC'C5es: responda a este email
(secretari...@almasoma.pt mailto:secretari...@almasoma.pt
) e receberC! de volta a ficha de inscriC'C#o.

Via telemC3vel: 96 999 04 17 (Dra LC:cia Soares, Assistente
Experiencia SomC!tica-Portugal)



misc! Tin180.com: Festival gốm sứ đầu tiên - 101257

2010-04-13 Thread hoatran051987
Tin180.com

o;?
Sa;1 ra Di ca;'a Google lC m na;i ba:t cha;' Da; trC*n ma:!ng ba;
kia;m duya;t cha:7t nha:%t ta:!i Trung Qua;c: PhC!p LuCn CC4ngSa;1
ra Di ca;'a Google lC m na;i ba:t cha;' Da; trC*n ma:!ng ba; kia;m
duya;t cha:7t nha:%t ta:!i Trung Qua;c: PhC!p LuCn CC4ngCC!c nhC 
nghiC*n ca;)u DC# phC!t hia;n ra ra:1ng ta:%t ca:# cC!c trang ma:!ng
liC*n quan Da:?n PhC!p LuCn CC4ng mC  ha;
 kia;m tra Da;u ba;
cha:7n ta:!i Trung Qua;c.

o;? ChC,m tC u, 7 ngF0 dCn ma:%t tCch trC*n bia;n[IMAGE]

SC!ng ngC y 13/4, thC4ng tin ta;+ UBND tha; xC# Sa:'m SF!n, ta;nh Thanh
HC3a cho bia:?t, 7 thuya;n viC*n ba; ma:%t tCch khi Dang DC!nh ba:/t
ha:#i sa:#n trC*n vC9ng...

Ca:'u nguya;n cho Ta;ng tha;ng Ba Lan ta:!i Katyn, Nga [IMAGE][IMAGE]

Nha;/ng ngF0a;i DC# ha;
p ma:7t ta:!i DC i tF0a;ng nia;m Katyn, nF!i
tF0a;ng nha; 22.000 ngF0a;i Ba Lan ba; cC!c la;1c lF0a;#ng LiC*n XC4
tha:#m sC!t vC o nDm 1940, DC# ca:'u...

Ca:7p DJ na;i tia:?ng tha:? gia;i Da:?n Via;t Nam[IMAGE]

Freestylers - ca:7p DJ na;i tia:?ng ca;'a Anh vC  tha:? gia;i - sa:=
Da:?n bia;u dia;n ta:!i Hi-Fi Club (TP HCM) vC o 16/4.

Ma;t DF0a;ng dCy buC4n bC!n ta:!ng ba; phC!t hia;n a; Israel[IMAGE]

Nha;/ng ngF0a;i nghC(o ba; da:+n da:/t vC o via;c bC!n ta:!ng ca;'a
mC,nh sau DC3 khC4ng DF0a;#c tra:# tia;n

o;? [IMAGE]

GC#y ca:'n ca:)u tria;u DC4 trC*n cC4ng trC,nh tha;'y Dia;n SF!n...

[IMAGE]

HF0F!ng Giang la;
t vC o Top 50 'Miss Grand Slam 2009'

[IMAGE]

TrC nC#o lC  ma;t cF! ba:/p

[IMAGE]

Ca:# thC nh pha; ma:%t Dia;n, cha;+a... nhC  giC!m Da;c Dia;n
la;1c

[IMAGE]

Tha:? gia;i khC!c trong ma;t gia;
t nF0a;c: (Pha:'n 3) La;i bC,nh...
[IMAGE]

VDn hC3a

Tin ta;)c | VDn ha;
c | Ngha; sa;9 | Tha;i trang

o;? Anh vC  Australia Doa:!t gia:#i Kha;i tha;nh vF0a;#ng chung[IMAGE]

Cua;n 'Solo' ca;'a nhC  vDn Rana Dasgupta Doa:!t gia:#i SC!ch hay
nha:%t trong nDm vC  cua;n 'Siddon rock' ca;'a Glenda Guest Doa:!t
gia:#i SC!ch Da:'u tay hay nha:%t do Kha;i tha;nh vF0a;#ng chung trao
ta:7ng.

Hoa Ha:u PhF0F!ng Nga vC  cC4 gC!i Hy La:!p huya;n bC[IMAGE]

Va;i C= tF0a;ng ta:!o hC,nh ngF0a;i pha;% na;/ Hy La:!p ca; trong
tranh, nhia:?p a:#nh gia LC* Thanh Ha:#i vC  ekCp DC# cho ra Da;i ba;
a:#nh Da;c DC!o va;i ma;t PhF0F!ng Nga ma;i la:! vC ...

  * VC!y ca;'a CC4ng nF0F!ng Diana giC! ga:'n 80.000 USD

  * Da; ma:7c nhC  Lisse cho mC9a hC(

  * VE) Thu PhF0F!ng lC m Dia;u va;i hoa trC*n DF0a;ng pha; HC 
Na;i [IMAGE]

  * NgC y mai khai ha;i Da;n HC9ng 

  * ChCn dC i tua;i teen HC  Na;i 'lC m xia:?c' [IMAGE]

  * CC!t Bay

Ngha; thua:t

Ma;9 thua:t | Cm nha:!c

o;? Wanbi Tua:%n Anh ga:7p 'cC: sa;c tC,nh ca:#m'[IMAGE]

Anh DC# via:?t DC2ng thF0 cua;i trong ma;t DC*m ma:%t nga;', ka;
la:!i cCu chuya;n tC,nh bua;n... Sau khi trC,nh dia;n a; ma;t sa;
sCn kha:%u vC  nha:n DF0a;#c pha:#n ha;i khC! ta;t ta;+ khC!n
gia:#,...

Ca sD) Thanh Lam: TC4i nC3i va;i cC!c con Da;+ng thC(m cua;c sa;ng
ca;'a ngF0a;i khC!c[IMAGE]

LC  ma;t diva ca;'a lC ng Cm nha:!c Via;t Nam, cC!c con cE)ng theo
ngha; thua:t nhF0ng hia:?m khi tha:%y Thanh Lam DF0a con ra khoe.
Na:?u cC3 thC, Dia;u nC y cE)ng da; hia;u vC  thC4ng ca:#m...

  * Ca:7p DJ na;i tia:?ng tha:? gia;i Da:?n Via;t Nam

  * Super Junior gCy bC#o ta:!i Phillipines

  * The Men tC,nh ca:#m bC*n Ha:#i BDng

  * Festival ga;m sa;) Da:'u tiC*n

  * Ha;i sinh va:; Da:9p ca trC9

  * Ha; HoC i Anh: TC4i thC(m khC!t DF0a;#c a; nhC 

XC# ha;i

ChCnh tra; - XC# ha;i | PhC!p lua:t | PhC3ng sa;1 | GiC!o da;%c

o;? NgF0a;i dCn Hua:? kha;n Da;n vC, na:/ng nC3ng, ma:%t Dia;n[IMAGE]

Nha;/ng ngC y ga:'n DCy, Hua:? na:/ng nC3ng liC*n ta;%c, nhia;t Da;
cC3 khi lC*n ta;i ga:'n 40 Da; C. Trong khi DC3, tC,nh tra:!ng ma:%t
Dia;n xa:#y ra thF0a;ng xuyC*n khia:?n ngF0a;i dCn cC ng thC*m
ba;)c...

  * Tua;i xa:? chia;u qua:!nh hiu, ba;nh ta:t

  * GC#y ca:'n ca:)u tria;u DC4 trC*n cC4ng trC,nh tha;'y Dia;n
SF!n La

  * Xe khC!ch rF!i xua;ng va;1c, ga:'n 30 ngF0a;i thoC!t cha:?t

  * ChC,m tC u, 7 ngF0 dCn ma:%t tCch trC*n bia;n

  * Ma;1c cao su lC  ma;1c DF0a;#c ta:)y tra:/ng ba:1ng hoC! cha:%t

  * TC!i dia;n na:!n ra:#i Dinh trC*n xa la; HC  Na;i

Tha:? gia;i

Tin tha:? gia;i | Via;t Nam | Dia;m nC3ng | BC,nh lua:n

o;? Nga sa:= khC4ng Da; quan ha; va;i Ba Lan xa:%u Di[IMAGE]

bChC:ng ta Dang na; la;1c a; ma;
i ca:%p Da; Da; tha:#m ka;ch
nC y khC4ng tra; thC nh ha:u qua:# khC4ng mong mua;n Da;i va;i quan
ha; ca;'a chC:ng ta va;i Ba Lanb, C4ng Ryabkov tha;) trF0a;ng
Ngoa:!i...

  * ThC!i Lan trC!ch ca;ng Da;ng qua;c ta:? dung tC:ng cho Thaksin

  * Ha;i ngha; an ninh ha:!t nhCn khai ma:!c ta:!i Washington

  * Pha;% na;/ Via;t cC3 mF! F0a;c la:%y cha;ng Trung Qua;c khC4ng?

  * Indonesia: MC!y bay cha; 100 khC!ch lao xua;ng sC4ng, va;! lC m
DC4i

  * Ca:'u nguya;n cho Ta;ng tha;ng Ba 

«ПРИМУС: ИНТЕРФАРБА».

2010-04-13 Thread Скакун А.Ю.
Ophck`x`el onqerhr| lefdsm`pndms~ b{qr`bjs +OPHLSQ: hmr...@pa@;. B{qr`bj`
asder opnundhr| q 20 on 23 `opek 2010 cnd` b Lefdsm`pndmnl B{qr`bnwmnl
Vemrpe b o`bhk|nme 9 1 on `dpeqs: c. Jheb, Apnb`pqjni op-r, 15 (lerpn
+Kebnaepefm`;).

B p`lj`u b{qr`bjh 21 `opek qnqrnhrq Lefdsm`pndm{i Jnmcpeqq
+...@jnjp@QNWM[E l...@reph@K[, Q[P\E H nanps...@mhe;. M`w`kn b 11.00. Bund
qbnandm{i.

M` b{qr`bje asdsr opedqr`bkem{ qnbpelemm{e k`jnjp`qnwm{e l`reph`k{ h
reumnknchh hu ophlememh b qrpnhrek|qrbe.

Ondpnam` hmtnpl`vh on rek.: (044) 537-69-99.

tlvkhjq
vbefeyk

fckcoz
nqstdye

esjqlx
quoqyils