PF concurrent connection

2011-12-12 Thread co...@tetrachina.com
Hi,
 OpenBSD PF as firewall , and i generated almost 150,000 states ( use 
the commandline check: pfctl -ss|wc -l),

do the states mean concurrent connection ? if not , how to get the concurrent 
connection?

thanks for your reply.Merry Christmas,Guys!

Best Regards 



Re: What is wrong with this pf config

2011-12-12 Thread Stuart Henderson
On 2011-12-11, John Tate j...@johntate.org wrote:
 On Mon, Dec 12, 2011 at 5:55 AM, James Shupe jsh...@osre.org wrote:

 No. Modifying a general purpose tool for a specific (albeit common) use
 case is stupid. Any properly implemented warning would cause pfctl to
 exit non-zero, which would break automated scripts that check the exit
 code of pfctl. You would have to add a whole new option to ignore your
 specific use case, and even that would require modifying existing
 scripts.

 I wish they would ban you from this list already. I'm sick of seeing
 your reply to every thread when you never have anything constructive to
 say.


 I am not replying to every thread on the list. You either have me confused
 with someone else or there is some kind of imposter or person with a
 similar name. I'm confused I should say. This was something constructive to
 say regardless, it was an idea. I remember last time I was using OpenBSD (I
 had a hiatus) and mmap changes broke a lot of ports.

mmap-backed malloc? you say this as if it were a bad thing. The ports were
already broken, this just made it obvious (and a lot easier to debug) rather
than having random failures.

  There is supposed to
 be an emphasis on security, not your scripts. OpenBSD warns about mistakes,
 it emails you about your mistakes, and it could point out this mistake as
 well.

kill 1

oh wait, that didn't warn me.

there is a bit of an emphasis on the OS not getting in the way of what
you tell it to do. this is a two-way contract though, it involves a bit
more thought in what you tell the OS to do.

 Perhaps it could be for security(8) to do instead actually. I don't know, I
 didn't design the fucking system, it was just a suggestion.

Having security(8) warn about something which is not really a problem
reduces the usefulness of the mails, because people will tend to ignore
them. The goal should be to have *no* security mails sent out unless there
is something that really needs investigating.

 On Mon, 2011-12-12 at 05:43 +1100, John Tate wrote:
  It's just whining! Perhaps if should only do it if it has an Internet IP
  address not a LAN or WAN one involved.

the type of magic involved in working out if you have an internet IP address
does not belong in either pfctl or in security.



Re: ccd(4) hangs system on two IDE disks concatenation attempt

2011-12-12 Thread Stuart Henderson
On 2011-12-12, Pavel Shvagirev pavel.shvagi...@gmail.com wrote:
 You are right. The more better way would be buying a bigger storage,

or writing a concatenation backend for softraid(4).

softraid_raid0.c would be a good starting point.



Re: OpenSMTPD + milter

2011-12-12 Thread Rune Lynge
Hi,

On Sun, Dec 11, 2011 at 9:50 AM, Vadim Agarkov v...@cunt.org.ua wrote:
 according to one of replies on article at undeadly
 (http://undeadly.org/cgi?action=articlesid=20081112084647pid=8) , there
 were plans on implementing sendmail-like milter capability in OpenSMTPD,
 could someone please provide any status/update on this ? Gilles ?

Just for the record and archive (and since Gilles no longer follows
misc@) an answer picked up from Gilles on freenode:

On Mon, 12 Dec 2011 08:01:01 +0100, Gilles Chehade wrote:
 It's being worked on these days, part of the filter API has been commited
 already, other part is being worked on, so it's a matter of weeks I'd say
 before we have a working filter API.

Best regards,
Rune



Re: PF concurrent connection

2011-12-12 Thread Vadim Agarkov

Hi,

You can read about states at 
http://en.wikipedia.org/wiki/Stateful_firewall for example. And 
concurrent connections for ipv4 can be viewed using netstat command:


netstat -anfinet

and ipv6:

netstat -anfinet6


You can check for currently established connections with the command 
like this:


netstat -anfinet | grep ESTABLISHED



---
Thanks,
Vadim Agarkov

On Mon, 12 Dec 2011 17:37:30 +0800, co...@tetrachina.com wrote:

Hi,
 OpenBSD PF as firewall , and i generated almost 150,000 states (
use the commandline check: pfctl -ss|wc -l),

do the states mean concurrent connection ? if not , how to get the
concurrent connection?

thanks for your reply.Merry Christmas,Guys!

Best Regards




Re: ccd(4) hangs system on two IDE disks concatenation attempt

2011-12-12 Thread Andres Perera
that's interesting

raises a couple of questions: is softraid to have functions found in
generic volume managers such as zfs and lvm? the answer doesn't really
matter because it's a fact that crypto isn't a raid discipline

given that, is softraid a poor name for what it offers?

On Mon, Dec 12, 2011 at 5:28 AM, Stuart Henderson s...@spacehopper.org wrote:
 On 2011-12-12, Pavel Shvagirev pavel.shvagi...@gmail.com wrote:
 You are right. The more better way would be buying a bigger storage,

 or writing a concatenation backend for softraid(4).

 softraid_raid0.c would be a good starting point.



Re: PF concurrent connection

2011-12-12 Thread Hassan Monfared
 pfctl -ss | grep ESTABLISHED | wc -l


On Mon, Dec 12, 2011 at 1:07 PM, co...@tetrachina.com
co...@tetrachina.comwrote:

 Hi,
 OpenBSD PF as firewall , and i generated almost 150,000 states (
 use the commandline check: pfctl -ss|wc -l),

 do the states mean concurrent connection ? if not , how to get the
 concurrent connection?

 thanks for your reply.Merry Christmas,Guys!

 Best Regards



OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread scire
Hallo!

I took the subjectline from INSTALL.amd64. 

I hope this is also the right ISO for other AMD processors, not amd64.

I have a Sempron 3000+ with 754 sockel, but I am not sure if it
supports amd64 instructions.

Rod.



Re: PF concurrent connection

2011-12-12 Thread Kapetanakis Giannis

On 12/12/11 13:28, Hassan Monfared wrote:

  pfctl -ss | grep ESTABLISHED | wc -l



This might count them double if you are a router cause each connection 
will be bound to both interfaces.


Giannis



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Henning Brauer
* sc...@web.de sc...@web.de [2011-12-12 12:37]:
 I have a Sempron 3000+ with 754 sockel, but I am not sure if it
 supports amd64 instructions.

while there are certainly people who dedicate brain capacity to
remembering which marketing name for a cpu maps to what core and maybe
what features it has disabled, and of course the properties of that
core, this one is a no-brainer.

boot amd64 bsd.rd. either it boots or it doesn't.

-- 
Henning Brauer, h...@bsws.de, henn...@openbsd.org
BS Web Services, http://bsws.de, Full-Service ISP
Secure Hosting, Mail and DNS Services. Dedicated Servers, Root to Fully Managed
Henning Brauer Consulting, http://henningbrauer.com/



Setting up access point multiple radios

2011-12-12 Thread Peter Kay
I'm looking at rebuilding my OpenBSD firewall to include a wireless
access point using a discrete card rather than an external access
point.

Can I just verify : athn(4) is a decent choice, but the docs are a bit
out of date (CVS commits and comments seem to suggest power saving has
been fixed, and later chipsets such as 9002/9003 are now supported?)

Does OpenBSD support simultaneous 802.11a and 802.11b/g in a dual band
card? I imagine the answer is 'no' (can't see how it's possible in
ifconfig) - which makes the card I was previously considering (the
JJPlus MR9 http://www.jjplus.com/?page_id=359) unrealistic. Thinking
of the TL-WN951N (AR5008-3NG chipset) instead :
http://www.cclonline.com/product/39855/TL-WN951N/Wireless-Adapters/TP-Link-300Mbps-Wireless-N-PCI-Adapter/NET1196/

Assuming the answer is no, any recommendations for an 802.11a AP
capable card? I'm guessing 802.11n is some way off.

Cheers!

PK



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Peter Kay
Google is informative. It depends on your stepping. Try it and find out.

Wikipedia says 'AMD64 supported by: all models with an OPN ending in
BX and CV' and 'E6 stepping or later'

If you don't have an OS installed, a boot disk with a CPU information
tool would help.

On 12/12/2011, sc...@web.de sc...@web.de wrote:
 Hallo!

 I took the subjectline from INSTALL.amd64.

 I hope this is also the right ISO for other AMD processors, not amd64.

 I have a Sempron 3000+ with 754 sockel, but I am not sure if it
 supports amd64 instructions.

 Rod.



Re: PF concurrent connection

2011-12-12 Thread Hassan Monfared
yes, maybe grepping Public_IP solve the problem

On Mon, Dec 12, 2011 at 3:17 PM, Kapetanakis Giannis 
bil...@edu.physics.uoc.gr wrote:

 On 12/12/11 13:28, Hassan Monfared wrote:

  pfctl -ss | grep ESTABLISHED | wc -l


 This might count them double if you are a router cause each connection
 will be bound to both interfaces.

 Giannis



roundcubemail on openbsd 5.0

2011-12-12 Thread Wesley M.
Hi,
I use sendmail with procmail(for maildir) and dovecot on OpenBSD
5.0
And a virtusertable /etc/mail/virtusertable for multiple domains.
All
works fine, i can send and receive emails. 

When i use roundcube, if i
type a username, try to send an email, it is from username@localhost
So, i
modified the file /var/www/roundcubemail/config/main.inc.php and add the
following : 

$rcmail_config['plugins'] =
array('virtuser_file');
$rcmail_config['virtuser_file'] =
'/etc/mail/virtusertable'; 

When i try to connect using user@domain :
error authentification
and when i use just the username, there's @localhost
attached to the username. 

If someone can help me on.
Thank you very much.


Wesley. 



Re: roundcubemail on openbsd 5.0

2011-12-12 Thread Wesley M.
I tried this :
cp /etc/mail/virtusertable /var/www/roundcubemail/
And changed in /var/www/roundcubemail/main.inc.php this line to 
$rcmail_config['virtuser_file'] = '/roundcubemail/virtusertable';
Add a new user.

Try it, only works with his username, and when i try to send emails, it
comes from username@localhost
Any idea ?


 My first guess here would be that httpd is probably chrooted in which
 case you're trying to access a file that is not available
 
 When i try to connect using user@domain :
 error authentification
 and when i use just the username, there's @localhost
 attached to the username. 
 
 See the config file, where it says This domain will be used to
 form e-mail addresses of new users. Note that it says *new*;
 existing users will need to be changed in the database.



Re: roundcubemail on openbsd 5.0

2011-12-12 Thread Stuart Henderson
On 2011-12-12, Wesley M. open...@e-solutions.re wrote:
 Hi,
 I use sendmail with procmail(for maildir) and dovecot on OpenBSD
 5.0
 And a virtusertable /etc/mail/virtusertable for multiple domains.
 All
 works fine, i can send and receive emails. 

 When i use roundcube, if i
 type a username, try to send an email, it is from username@localhost
 So, i
 modified the file /var/www/roundcubemail/config/main.inc.php and add the
 following : 

 $rcmail_config['plugins'] =
 array('virtuser_file');
 $rcmail_config['virtuser_file'] =
 '/etc/mail/virtusertable'; 

My first guess here would be that httpd is probably chrooted in which
case you're trying to access a file that is not available

 When i try to connect using user@domain :
 error authentification
 and when i use just the username, there's @localhost
 attached to the username. 

See the config file, where it says This domain will be used to
form e-mail addresses of new users. Note that it says *new*;
existing users will need to be changed in the database.



Re: For security reasons, your credit card has been blocked.

2011-12-12 Thread Ton Muller
On 7-12-2011 17:16, Visa Security Measures wrote:
 Dear Customer, VISA,
 For security reasons, your credit card has been blocked.
 
 As a result of unusual activity, we see that someone has used 
 your credit card without your permission, for your protection, we 
 blocked the credit card.
 
 Your case ID Number: PWER478DR7WE
 
 To reactivate your card, download the attached form and follow 
 the step to update the information contained in your credit card.
 
 Note: Failure to verify the records will result in suspension of 
 your credit card.
 
 
 Your safety and our responsibility to you .. thanks
 
 Customer Service Support.
 
 [demime 1.01d removed an attachment of type APPLICATION/DEFANGED which had a 
 name of Global_Update_Form.4101DEFANGED-html]
 
 

thnxs for notifying it.
i will downgrade my card to toiletpaper isues..



cdio: Can't determine media type

2011-12-12 Thread scire
I got the above error with the command:

cdio -v -f /dev/rcd1c tao obsd5-amd64.iso

but there was no problem with:

cdrecord -v -speed=2 dev=/dev/rcd1c:@ obsd5-amd64.iso

The cd burner is connected via USB. Dmesg messages:

umass0 at uhub0 port 2 configuration 1 interface 0 Acer Peripherals product 
0x6007 rev 2.00/1.00 addr 3
umass0: using ATAPI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
cd1 at scsibus1 targ 1 lun 0: ATAPI, CD-R/RW 32X10, W.AR ATAPI 5/cdrom 
removable

What was my error?

Thanks
Rod.



Re: cdio: Can't determine media type

2011-12-12 Thread Kenneth R Westerback
On Mon, Dec 12, 2011 at 01:47:34PM +, sc...@web.de wrote:
 I got the above error with the command:
 
 cdio -v -f /dev/rcd1c tao obsd5-amd64.iso
 
 but there was no problem with:
 
 cdrecord -v -speed=2 dev=/dev/rcd1c:@ obsd5-amd64.iso
 
 The cd burner is connected via USB. Dmesg messages:
 
 umass0 at uhub0 port 2 configuration 1 interface 0 Acer Peripherals product 
 0x6007 rev 2.00/1.00 addr 3
 umass0: using ATAPI over Bulk-Only
 scsibus1 at umass0: 2 targets, initiator 0
 cd1 at scsibus1 targ 1 lun 0: ATAPI, CD-R/RW 32X10, W.AR ATAPI 5/cdrom 
 removable
 
 What was my error?
 

Not mentioning what version of OpenBSD you are using. Not mentioning what
media type cdrecord is reporting. Not providing full dmesg.

 Ken

 Thanks
 Rod.



Re: Last Warning Notification

2011-12-12 Thread Ton Muller
On 11-12-2011 11:18, Webmaster wrote:
 Dear User;
 
 This is to officially inform you that we have upgraded your server to a
 more reliable and efficient server to serve you better. You may not be
 able to receive or send new mails until you re-validate your account.
 
 Please click below to Validate Your Mailbox And Increase Your Quota.
 
 Click Here
 
 Failure To Validate Your Quota May Result In Loss Of Important
 Information In Your Mailbox Or Cause Limited Access To It.
 
 Mail Quota alert -Error Code #1997142DDE
 
 System Administrator.
 
 
funny..
i run a own system, but the IP adress isnt correct..
so, i would advice, mr webmaster.org, stick your mail somewhere where
openBSD redir it to devnull



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread scire
Peter Kay syllops...@syllopsium.co.uk wrote:

 Wikipedia says 'AMD64 supported by: all models with an OPN ending in
 BX and CV' and 'E6 stepping or later'

It seems I have a BO: SSE3, but not AMD64 according to dmesg.

Henning Brauer lists-open...@bsws.de wrote:

 this one is a no-brainer. [...] boot amd64 bsd.rd. 
 either it boots or it doesn't.

How do you exclude the possibility of something in
between? It booted and installed, but it is 
perhaps not the right image. Should I use an
intel image? there is no AMD without 64.

BTW: the ethernet on the motherboard (Asus K8U-X) does not work.

Rod.

---

Here my dmesg after installing:

OpenBSD 5.0 (GENERIC) #53: Wed Aug 17 10:07:52 MDT 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 2146238464 (2046MB)
avail mem = 2075078656 (1978MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xf0500 (58 entries)
bios0: vendor American Megatrends Inc. version 0703 date 09/08/2005
bios0: ASUSTeK Computer INC. K8U-X
acpi0 at bios0: rev 0
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC OEMB
acpi0: wakeup devices HTT_(S4) AC97(S4) MC97(S4) LAN_(S4) USB0(S4) USB1(S4) 
USB2(S4) UB20(S4)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Sempron(tm) Processor 3000+, 1800.13 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, 128KB 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
ioapic0 at mainbus0: apid 1 pa 0xfec0, version 11, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (P0P1)
acpiprt2 at acpi0: bus 2 (HTT_)
acpicpu0 at acpi0: PSS
acpibtn0 at acpi0: PWRB
cpu0: Cool'n'Quiet K8 1800 MHz: speeds: 1800 1000 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 Acer Labs M1689 PCI rev 0x00
agp at pchb0 not configured
ppb0 at pci0 dev 1 function 0 Acer Labs M5246 AGP rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 ATI Radeon VE rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
radeondrm0 at vga1: apic 1 int 16
drm0 at radeondrm0
ppb1 at pci0 dev 2 function 0 Acer Labs M5249 PCI-PCI rev 0x00
pci2 at ppb1 bus 2
pcib0 at pci0 dev 3 function 0 Acer Labs M1563 ISA rev 0x70
Acer Labs M7101 Power rev 0x00 at pci0 dev 3 function 1 not configured
auacer0 at pci0 dev 4 function 0 Acer Labs M5455 Audio rev 0x20: apic 1 int 18
ac97: codec id 0x41445368 (Analog Devices AD1888)
ac97: codec features headphone, 20 bit DAC, No 3D Stereo
audio0 at auacer0
Acer Labs M5263 LAN rev 0x40 at pci0 dev 13 function 0 not configured
pciide0 at pci0 dev 14 function 0 Acer Labs M5229 UDMA IDE rev 0xc7: DMA, 
channel 0 configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: WDC AC14300R
wd0: 16-sector PIO, LBA, 4112MB, 8421840 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: ATAPI, CD-ROM DRIVE-24X, 242M ATAPI 5/cdrom 
removable
cd0(pciide0:1:0): using PIO mode 4, DMA mode 2
Acer Labs M5289 SATA rev 0x10 at pci0 dev 14 function 1 not configured
ohci0 at pci0 dev 15 function 0 Acer Labs M5237 USB rev 0x03: apic 1 int 20, 
version 1.0, legacy support
ohci1 at pci0 dev 15 function 1 Acer Labs M5237 USB rev 0x03: apic 1 int 21, 
version 1.0, legacy support
ohci2 at pci0 dev 15 function 2 Acer Labs M5237 USB rev 0x03: apic 1 int 22, 
version 1.0, legacy support
ehci0 at pci0 dev 15 function 3 Acer Labs M5239 USB2 rev 0x01: apic 1 int 23
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Acer Labs EHCI root hub rev 2.00/1.00 addr 1
pchb1 at pci0 dev 24 function 0 AMD AMD64 0Fh HyperTransport rev 0x00
pchb2 at pci0 dev 24 function 1 AMD AMD64 0Fh Address Map rev 0x00
pchb3 at pci0 dev 24 function 2 AMD AMD64 0Fh DRAM Cfg rev 0x00
kate0 at pci0 dev 24 function 3 AMD AMD64 0Fh Misc Cfg rev 0x00
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
it0 at isa0 port 0x2e/2: IT8712F rev 7, EC port 0xd00
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
usb1 at ohci0: USB revision 1.0
uhub1 at usb1 Acer Labs OHCI root hub rev 1.00/1.00 addr 1
usb2 at ohci1: USB revision 1.0
uhub2 at usb2 Acer Labs OHCI root hub rev 1.00/1.00 addr 1
usb3 at ohci2: USB revision 1.0
uhub3 at usb3 Acer Labs OHCI root hub 

rum: could not multi write/read MAC register

2011-12-12 Thread giovanni q
hello,

since when the rum driver has been written I'm using it as AP, bridged
w/ the ethernet if i.e

hostname.msk0:
dhcp NONE NONE NONE

hostname.rum0:
up mediaopt hostap chan 1 mode 11g nwid AP wpa wpakey pwd

hostname.bridge0:
add msk0
add rum0
up

I've recently started suspendig the box (zzz) leaving the usb WLAN in
the box's usb bay.
upon resuming from suspend as soon as the WLAN makes traffic it stops
working w/

a timeout (watchdog) error and then w/ a
could not multi read (or write) MAC register  error (see if_rum.c)

forcing me to reboot the box. anybody else w/ this problem?

I'm running the latest snapshot but it happened also w/  the previous ones

OpenBSD 5.0-current (GENERIC.MP) #155: Sat Dec 10 07:57:12 MST 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 1062797312 (1013MB)
avail mem = 1020416000 (973MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xdc010 (18 entries)
bios0: vendor Phoenix Technologies LTD version R0034J4 date 02/26/2007
bios0: Sony Corporation VGN-C1S_H
acpi0 at bios0: rev 0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG APIC BOOT SSDT SSDT
acpi0: wakeup devices PWRB(S4) PXS1(S3) PXS2(S3) PXS3(S3) PXS4(S3)
USB1(S3) USB2(S3) USB3(S3) USB4(S3) USB7(S3) LANC(S3)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz, 1662.74 MHz
cpu0: 
FPU,VME,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,NXE,LONG
cpu0: 2MB 64b/line 8-way L2 cache
cpu0: apic clock running at 166MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz, 1662.50 MHz
cpu1: 
FPU,VME,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,NXE,LONG
cpu1: 2MB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 1 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 2, remapped to apid 1
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEGP)
acpiprt2 at acpi0: bus 2 (RP01)
acpiprt3 at acpi0: bus 4 (RP02)
acpiprt4 at acpi0: bus 6 (RP03)
acpiprt5 at acpi0: bus 8 (RP04)
acpiprt6 at acpi0: bus 10 (PCIB)
acpiec0 at acpi0
acpicpu0 at acpi0: C2, C1, PSS
acpicpu1 at acpi0: C2, C1, PSS
acpitz0 at acpi0: critical temperature is 105 degC
acpitz1 at acpi0: critical temperature is 105 degC
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 not present
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PWRB
acpidock0 at acpi0: DOCK not docked (0)
acpisony0 at acpi0: SNC_
acpivideo0 at acpi0: GFX0
cpu0: Enhanced SpeedStep 1662 MHz: speeds: 1667, 1333, 1000 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 Intel 82945GM Host rev 0x03
vga1 at pci0 dev 2 function 0 Intel 82945GM Video rev 0x03
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 0xb000, size 0x1000
inteldrm0 at vga1: apic 1 int 16
drm0 at inteldrm0
Intel 82945GM Video rev 0x03 at pci0 dev 2 function 1 not configured
azalia0 at pci0 dev 27 function 0 Intel 82801GB HD Audio rev 0x02: msi
azalia0: codecs: Realtek ALC262, Conexant/0x2c06, using Realtek ALC262
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 Intel 82801GB PCIE rev 0x02: msi
pci1 at ppb0 bus 2
mskc0 at pci1 dev 0 function 0 Marvell Yukon 88E8036 rev 0x13,
Yukon-2 FE rev. A1 (0x1): apic 1 int 16
msk0 at mskc0 port A: address 00:13:a9:60:1b:eb
eephy0 at msk0 phy 0: 88E3082 10/100 PHY, rev. 3
ppb1 at pci0 dev 28 function 1 Intel 82801GB PCIE rev 0x02: msi
pci2 at ppb1 bus 4
ppb2 at pci0 dev 28 function 2 Intel 82801GB PCIE rev 0x02: msi
pci3 at ppb2 bus 6
wpi0 at pci3 dev 0 function 0 Intel PRO/Wireless 3945ABG rev 0x02:
msi, MoW2, address 00:18:de:ad:3e:96
ppb3 at pci0 dev 28 function 3 Intel 82801GB PCIE rev 0x02: msi
pci4 at ppb3 bus 8
uhci0 at pci0 dev 29 function 0 Intel 82801GB USB rev 0x02: apic 1 int 23
uhci1 at pci0 dev 29 function 1 Intel 82801GB USB rev 0x02: apic 1 int 17
uhci2 at pci0 dev 29 function 2 Intel 82801GB USB rev 0x02: apic 1 int 18
uhci3 at pci0 dev 29 function 3 Intel 82801GB USB rev 0x02: apic 1 int 16
ehci0 at pci0 dev 29 function 7 Intel 82801GB USB rev 0x02: apic 1 int 23
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb4 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0xe2
pci5 at ppb4 bus 10
cbb0 at pci5 dev 3 function 0 TI PCIXX12 CardBus rev 0x00: apic 1
int 16, CardBus support disabled
TI PCIXX12 FireWire rev 0x00 at pci5 dev 3 function 1 not configured
TI PCIXX12 Multimedia Card Reader rev 0x00 at pci5 dev 3 function 2
not configured
cardslot0 at cbb0 slot 0 flags 0
pcmcia0 at cardslot0
pcib0 at pci0 dev 31 

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Nick Holland
On 12/12/11 11:02, sc...@web.de wrote:
 Peter Kay syllops...@syllopsium.co.uk wrote:
 
 Wikipedia says 'AMD64 supported by: all models with an OPN ending in
 BX and CV' and 'E6 stepping or later'
 
 It seems I have a BO: SSE3, but not AMD64 according to dmesg.
 
 Henning Brauer lists-open...@bsws.de wrote:
 
 this one is a no-brainer. [...] boot amd64 bsd.rd. 
 either it boots or it doesn't.
 
 How do you exclude the possibility of something in
 between? 

If you find a chip which boots bsd.rd and installs but doesn't boot
AMD64 *due to a processor compatibility problem*, you have found
something surprising.  You are looking for a problem no one else has
managed to find. There are more productive things to worry about.

The only thing I have seen even close to an issue (and that's a very
liberal use of the word close) was a similar Sempron chip and board
which I have that showed problems with the PXE code faster than anyone
elses machine seemed to.  But that was running OpenBSD/i386. :)

 It booted and installed, but it is 
 perhaps not the right image. Should I use an
 intel image? there is no AMD without 64.

No idea what you are saying there.  It works, it will almost certainly
keep working.

 
 BTW: the ethernet on the motherboard (Asus K8U-X) does not work.

yeah, looks like a stinker...
 Acer Labs M5263 LAN rev 0x40...

Nick.



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tomas Bodzar
On Mon, Dec 12, 2011 at 5:02 PM,  sc...@web.de wrote:
 Peter Kay syllops...@syllopsium.co.uk wrote:

 Wikipedia says 'AMD64 supported by: all models with an OPN ending in
 BX and CV' and 'E6 stepping or later'

 It seems I have a BO: SSE3, but not AMD64 according to dmesg.

 Henning Brauer lists-open...@bsws.de wrote:

 this one is a no-brainer. [...] boot amd64 bsd.rd.
 either it boots or it doesn't.

 How do you exclude the possibility of something in
 between? It booted and installed, but it is
 perhaps not the right image. Should I use an
 intel image? there is no AMD without 64.

Wt? If it's booting and installing then why do you think that it's
not correct image? What is Intel image? i386/amd64 is platform suited
for any vendor be it Intel, AMD or VIA.



 BTW: the ethernet on the motherboard (Asus K8U-X) does not work.

BTW try current snapshot if it's still unsupported.


 Rod.

 ---

 Here my dmesg after installing:

 OpenBSD 5.0 (GENERIC) #53: Wed Aug 17 10:07:52 MDT 2011
 B  B dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
 real mem = 2146238464 (2046MB)
 avail mem = 2075078656 (1978MB)
 mainbus0 at root
 bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xf0500 (58 entries)
 bios0: vendor American Megatrends Inc. version 0703 date 09/08/2005
 bios0: ASUSTeK Computer INC. K8U-X
 acpi0 at bios0: rev 0
 acpi0: sleep states S0 S1 S3 S4 S5
 acpi0: tables DSDT FACP APIC OEMB
 acpi0: wakeup devices HTT_(S4) AC97(S4) MC97(S4) LAN_(S4) USB0(S4) USB1(S4)
USB2(S4) UB20(S4)
 acpitimer0 at acpi0: 3579545 Hz, 32 bits
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: AMD Sempron(tm) Processor 3000+, 1800.13 MHz
 cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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, 128KB
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
 ioapic0 at mainbus0: apid 1 pa 0xfec0, version 11, 24 pins
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus 1 (P0P1)
 acpiprt2 at acpi0: bus 2 (HTT_)
 acpicpu0 at acpi0: PSS
 acpibtn0 at acpi0: PWRB
 cpu0: Cool'n'Quiet K8 1800 MHz: speeds: 1800 1000 MHz
 pci0 at mainbus0 bus 0
 pchb0 at pci0 dev 0 function 0 Acer Labs M1689 PCI rev 0x00
 agp at pchb0 not configured
 ppb0 at pci0 dev 1 function 0 Acer Labs M5246 AGP rev 0x00
 pci1 at ppb0 bus 1
 vga1 at pci1 dev 0 function 0 ATI Radeon VE rev 0x00
 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
 wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
 radeondrm0 at vga1: apic 1 int 16
 drm0 at radeondrm0
 ppb1 at pci0 dev 2 function 0 Acer Labs M5249 PCI-PCI rev 0x00
 pci2 at ppb1 bus 2
 pcib0 at pci0 dev 3 function 0 Acer Labs M1563 ISA rev 0x70
 Acer Labs M7101 Power rev 0x00 at pci0 dev 3 function 1 not configured
 auacer0 at pci0 dev 4 function 0 Acer Labs M5455 Audio rev 0x20: apic 1
int 18
 ac97: codec id 0x41445368 (Analog Devices AD1888)
 ac97: codec features headphone, 20 bit DAC, No 3D Stereo
 audio0 at auacer0
 Acer Labs M5263 LAN rev 0x40 at pci0 dev 13 function 0 not configured
 pciide0 at pci0 dev 14 function 0 Acer Labs M5229 UDMA IDE rev 0xc7: DMA,
channel 0 configured to compatibility, channel 1 configured to compatibility
 wd0 at pciide0 channel 0 drive 0: WDC AC14300R
 wd0: 16-sector PIO, LBA, 4112MB, 8421840 sectors
 wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4
 atapiscsi0 at pciide0 channel 1 drive 0
 scsibus0 at atapiscsi0: 2 targets
 cd0 at scsibus0 targ 0 lun 0: ATAPI, CD-ROM DRIVE-24X, 242M ATAPI 5/cdrom
removable
 cd0(pciide0:1:0): using PIO mode 4, DMA mode 2
 Acer Labs M5289 SATA rev 0x10 at pci0 dev 14 function 1 not configured
 ohci0 at pci0 dev 15 function 0 Acer Labs M5237 USB rev 0x03: apic 1 int
20, version 1.0, legacy support
 ohci1 at pci0 dev 15 function 1 Acer Labs M5237 USB rev 0x03: apic 1 int
21, version 1.0, legacy support
 ohci2 at pci0 dev 15 function 2 Acer Labs M5237 USB rev 0x03: apic 1 int
22, version 1.0, legacy support
 ehci0 at pci0 dev 15 function 3 Acer Labs M5239 USB2 rev 0x01: apic 1 int
23
 usb0 at ehci0: USB revision 2.0
 uhub0 at usb0 Acer Labs EHCI root hub rev 2.00/1.00 addr 1
 pchb1 at pci0 dev 24 function 0 AMD AMD64 0Fh HyperTransport rev 0x00
 pchb2 at pci0 dev 24 function 1 AMD AMD64 0Fh Address Map rev 0x00
 pchb3 at pci0 dev 24 function 2 AMD AMD64 0Fh DRAM Cfg rev 0x00
 kate0 at pci0 dev 24 function 3 AMD AMD64 0Fh Misc Cfg rev 0x00
 isa0 at pcib0
 isadma0 at isa0
 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
 pckbc0 at isa0 port 0x60/5
 pckbd0 at pckbc0 (kbd slot)
 pckbc0: using irq 1 for kbd slot
 wskbd0 at pckbd0: console keyboard, using wsdisplay0
 pcppi0 at isa0 port 0x61
 spkr0 at pcppi0
 lpt0 

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread scire
Nick Holland n...@holland-consulting.net wrote:

 No idea what you are saying there.  It works, it will almost certainly
 keep working.

What does mean:

cpu0: [...] LONG, 3DNOW, ...?

Is this LONG perhaps the expected AMD64?

BTW: Perhaps I end using i386, this has the advantage that I can
put the hard drive on any another computer later.

Rod.



New snapshot install throws ERR M on boot

2011-12-12 Thread Jeff Ross

Hello,

I did a fresh snapshot install this morning to build up a new firewall, 
using an Imation USB drive as my hard disk.  Install went just fine, I 
mostly just hit Enter but I did do a custom file system layout.  On 
first boot I got an ERR M failure.


I put the flash drive in another OpenBSD computer (running a November 30 
snapshot) and did the following:


sudo mount /dev/sd0a /mnt
sudo cp /usr/mdec/boot /mnt/boot
sudo /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot sd0

which gave me:

boot: /mnt/boot proto: /usr/mdec/biosboot device: /dev/rsd0c
/mnt/boot is 3 blocks x 16384 bytes
fs block shift 2; part offset 64; inode block 104, offset 9256
master boot record (MBR) at sector 0
 partition 3: type 0xA6 offset 64 size 7823591
/boot will be written at sector 64


However, I'm still getting ERR M on boot.

Dmesg below, from the bsd.rd I used to install.

Jeff Ross


OpenBSD 5.0-current (RAMDISK_CD) #51: Sun Dec 11 14:50:34 MST 2011
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/RAMDISK_CD
cpu0: AMD Sempron(tm) Processor 3300+ (AuthenticAMD 686-class, 128KB 
L2 cache) 2.01 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW,SSE3,LAHF

real mem  = 250015744 (238MB)
avail mem = 238936064 (227MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 11/25/05, BIOS32 rev. 0 @ 0xfa7a0, 
SMBIOS rev. 2.3 @ 0xf (30 entries)

bios0: vendor Phoenix Technologies, LTD version 6.00 PG date 11/25/2005
bios0: Gateway D3315
apm0 at bios0: Power Management spec V1.2
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 3.0 @ 0xf/0xcd74
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfcc90/224 (12 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 12 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #4 is the last bus
bios0: ROM list: 0xc/0xde00 0xd/0x1800
cpu0 at mainbus0: (uniprocessor)
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
NVIDIA C51 Host rev 0xa2 at pci0 dev 0 function 0 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 1 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 2 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 3 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 4 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 5 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 6 not configured
NVIDIA C51 Memory rev 0xa2 at pci0 dev 0 function 7 not configured
ppb0 at pci0 dev 2 function 0 NVIDIA C51 PCIE rev 0xa1
pci1 at ppb0 bus 1
ppb1 at pci0 dev 3 function 0 NVIDIA C51 PCIE rev 0xa1
pci2 at ppb1 bus 2
ppb2 at pci0 dev 4 function 0 NVIDIA C51 PCIE rev 0xa1
pci3 at ppb2 bus 3
vga1 at pci0 dev 5 function 0 NVIDIA GeForce 6100 rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
NVIDIA MCP51 Host rev 0xa2 at pci0 dev 9 function 0 not configured
pcib0 at pci0 dev 10 function 0 NVIDIA MCP51 ISA rev 0xa2
NVIDIA MCP51 SMBus rev 0xa2 at pci0 dev 10 function 1 not configured
NVIDIA MCP51 Memory rev 0xa2 at pci0 dev 10 function 2 not configured
ohci0 at pci0 dev 11 function 0 NVIDIA MCP51 USB rev 0xa2: irq 10, 
version 1.0, legacy support

ehci0 at pci0 dev 11 function 1 NVIDIA MCP51 USB rev 0xa2: irq 11
ehci0: timed out waiting for BIOS
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 NVIDIA EHCI root hub rev 2.00/1.00 addr 1
pciide0 at pci0 dev 13 function 0 NVIDIA MCP51 IDE rev 0xa1: DMA, 
channel 0 configured to compatibility, channel 1 configured to compatibility

wd0 at pciide0 channel 0 drive 0: ST3100011A
wd0: 16-sector PIO, LBA48, 95396MB, 195371568 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: TSSTcorp, CDW/DVD TS-H492C, GA01 ATAPI 
5/cdrom removable

cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
pciide1 at pci0 dev 14 function 0 NVIDIA MCP51 SATA rev 0xa1: DMA
pciide1: using irq 11 for native-PCI interrupt
ppb3 at pci0 dev 16 function 0 NVIDIA MCP51 PCI-PCI rev 0xa2
pci4 at ppb3 bus 4
rl0 at pci4 dev 6 function 0 Realtek 8139 rev 0x10: irq 11, address 
00:40:f4:af:d7:48

rlphy0 at rl0 phy 0: RTL internal PHY
skc0 at pci4 dev 7 function 0 D-Link DGE-530T A1 rev 0x11, Yukon 
(0x1): irq 10

sk0 at skc0 port A: address 00:13:46:71:f9:a5
eephy0 at sk0 phy 0: 88E1011 Gigabit PHY, rev. 3
NVIDIA MCP51 AC97 rev 0xa2 at pci0 dev 16 function 2 not configured
nfe0 at pci0 dev 20 function 0 NVIDIA MCP51 LAN rev 0xa1: irq 10, 
address 00:40:ca:b2:66:eb

brgphy0 at nfe0 phy 0: BCM54XX 10/100/1000baseT PHY, rev. 1
pchb0 at pci0 dev 24 function 0 AMD AMD64 0Fh HyperTransport rev 0x00
pchb1 at pci0 dev 24 function 1 AMD AMD64 0Fh Address Map rev 0x00
pchb2 at pci0 dev 24 function 2 AMD AMD64 0Fh DRAM Cfg rev 

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tekk
No, amd64 will only run on 64 bit x86 processors, so any 64 bit intel or 
amd will work(amd made the architecture, so it's called amd64 or x86_64.) 
No 32 bit processor will be able to run it


On Mon, 12 Dec 2011, sc...@web.de wrote:


Hallo!

I took the subjectline from INSTALL.amd64.

I hope this is also the right ISO for other AMD processors, not amd64.

I have a Sempron 3000+ with 754 sockel, but I am not sure if it
supports amd64 instructions.

Rod.




20 de diciembre en la Rural del Prado - Técnicas de satisfacción y servicio al cliente.

2011-12-12 Thread E S A G Eventos
68% de los clientes se pierden
por el mal servicio de las empresas

ACTIVIDAD INTENSIVA DE CAPACITACISN
Ticnicas de satisfaccisn al cliente en empresas de servicios

Ztil para empresas de casi todos los sectores; turmstico, telefsnico,
atencisn en mostrador, servicios post venta, etc.

Martes 20 de diciembre en la Rural del Prado de 18:30 a 22:00 hs.

Para estar preparado y dispuesto a dar un servicio de calidad, las
personas deben conocerse a sm mismas y estar en capacidad de identificar
las necesidades de los usuarios del servicio que ellos brindan. Deben de
conocer ticnicas efectivas para mejorar la relacisn y comunicacisn, para
generar un servicio que marque diferencias y retenga a los clientes.

Un evento que busca ayudar a comprender el por qui los clientes cada vez
son mas exigentes sobre la calidad de todos los servicios que recibe. Y
mejorar en tirminos inmediatos con ticnicas practicas y eficaces de
atencisn al cliente.

Temas a tratar:
Comportamiento del consumidor, errores mas comunes, proceso de la
comunicacisn, estrategias de atencisn, ticnicas de atencisn telefsnica,
trabajo con turismo, manejo de clientes difmciles, manejo de quejas e
influencia.

Exponen:
Mag. Enrique Yllas Moreira
Prof. Jorge Aurrecochea

Inversisn de esta actividad:
900 pesos (precio exonerado de IVA).
Registro antes del 17/12/11: 590 Pesos (Se entrega certificado y
material).
Financiacisn hasta 2 cuotas sin recargo (Master, OCA y Visa).
Grupos: participan 3 por 1500 pesos
DESCUENTO ESPECIAL PARA ASISTENTES DE MAS DE 100 KMS DE MONTEVIDEO
FACILIDAD DE PAGO PREVIO REGISTRO POR BROU Y ABITAB EN TODO EL PAMS.

CONTACTO Y RESERVAS
Tel. 2315-33-30, Montevideo, Lunes a viernes de 10 a 19:30.
Vma e-mail 24 horas, 365 dmas.

ULTIMO EVENTO DEL AQO
CUPOS LIMITADOS, RESERVE CON TIEMPO

COMO LLEGAR AL LUGAR

ENTRADA POR LUCAS OBES, PABELLSN CINCUENTENARIO DE LA S.A.U.
ESTACIONAMIENTO VIGILADO

Boletmn ciclo 2011
DESUSCRIPCISN

---



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Michael H Lambert
On 12 Dec 2011, at 12:50, Tekk wrote:

 No, amd64 will only run on 64 bit x86 processors, so any 64 bit intel or amd
will work(amd made the architecture, so it's called amd64 or x86_64.) No 32
bit processor will be able to run it

For completeness, non-Itanium 64-bit Intel processors.

Michael



New snapshot install throws ERR M on boot continued

2011-12-12 Thread Jeff Ross

Hello,

A little more information...

I booted back into bsd.rd and ran installboot from that firewall by 
mounting /dev/sd0a to /mnt, cping the boot file from /usr/mdec to 
/mnt/boot, and running


/usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot sd0

Plus, I saw the little red flashing light so I believe the disk was 
being written to.


However, it still throws an ERR M on boot.

Any ideas anyone?

Jeff Ross



Re: New snapshot install throws ERR M on boot continued

2011-12-12 Thread Diana Eichert

what is the output of fdisk when booted from bsd.rd?



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tekk

On Mon, 12 Dec 2011, Michael H Lambert wrote:


On 12 Dec 2011, at 12:50, Tekk wrote:


No, amd64 will only run on 64 bit x86 processors, so any 64 bit intel or amd
will work(amd made the architecture, so it's called amd64 or x86_64.) 
No 32 bit processor will be able to run it


For completeness, non-Itanium 64-bit Intel processors.

Michael




Of course, made the assumption that he wouldn't know what itanium is and 
it'd confuse him more ;)(sorry if I actually ended up causing confusion)




Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Nick Holland
On 12/12/11 12:38, sc...@web.de wrote:
 Nick Holland n...@holland-consulting.net wrote:
 
 No idea what you are saying there.  It works, it will almost certainly
 keep working.
 
 What does mean:
 
 cpu0: [...] LONG, 3DNOW, ...?
 
 Is this LONG perhaps the expected AMD64?

No idea, I'm not a kernel hacker.
If you were, you would probably know, so it probably doesn't matter to
you, either.  If it works, you got what you need.

 BTW: Perhaps I end using i386, this has the advantage that I can
 put the hard drive on any another computer later.

An entirely reasonable decision.

Sounds like you've rediscovered this section:
http://www.openbsd.org/faq/faq12.html#amd64

Nick.



Re: New snapshot install throws ERR M on boot continued

2011-12-12 Thread Jeff Ross

On 12/12/11 13:18, Diana Eichert wrote:

what is the output of fdisk when booted from bsd.rd?


!DSPAM:4ee663138802030512579!



Hi Diana!

Thanks for the thought.


Disk: sd0   geometry: 487/255/63 [7827456 Sectors]
Offset: 0   Signature: 0xAA55
Starting Ending LBA Info:
 #: id  C   H   S -  C   H   S [   start:size ]
---
 0: 00  0   0   0 -  0   0   0 [   0:   0 ] 
unused
 1: 00  0   0   0 -  0   0   0 [   0:   0 ] 
unused
 2: 00  0   0   0 -  0   0   0 [   0:   0 ] 
unused
*3: A6  0   1   2 -486 254  63 [  64: 7823591 ] 
OpenBSD


Looks okay to me.

Jeff



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Henning Brauer
* sc...@web.de sc...@web.de [2011-12-12 16:06]:
 Peter Kay syllops...@syllopsium.co.uk wrote:
 
  Wikipedia says 'AMD64 supported by: all models with an OPN ending in
  BX and CV' and 'E6 stepping or later'
 
 It seems I have a BO: SSE3, but not AMD64 according to dmesg.
 
 Henning Brauer lists-open...@bsws.de wrote:
 
  this one is a no-brainer. [...] boot amd64 bsd.rd. 
  either it boots or it doesn't.
 
 How do you exclude the possibility of something in
 between?

if you machine was not capable of running amd64 you could never have
installed it. these machines don't even get to the copyright line.

 It booted and installed, but it is 
 perhaps not the right image. Should I use an
 intel image? there is no AMD without 64.

amd makes i386 cpus, too.
intel makes amd64 cpus, too.

they use marketing names. we name architectures and stick with them.

 BTW: the ethernet on the motherboard (Asus K8U-X) does not work.
 Acer Labs M5263 LAN rev 0x40 at pci0 dev 13 function 0 not configured

indeed. never heard of it, might be as simple as a missing pcidevs
entry and driver matching code entry, might require a new driver from
scratch. or something in between.

-- 
Henning Brauer, h...@bsws.de, henn...@openbsd.org
BS Web Services, http://bsws.de, Full-Service ISP
Secure Hosting, Mail and DNS Services. Dedicated Servers, Root to Fully Managed
Henning Brauer Consulting, http://henningbrauer.com/



Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Peter Kay
On 12 December 2011 21:29, Henning Brauer lists-open...@bsws.de wrote:

 * sc...@web.de sc...@web.de [2011-12-12 16:06]:

  BTW: the ethernet on the motherboard (Asus K8U-X) does not work.
  Acer Labs M5263 LAN rev 0x40 at pci0 dev 13 function 0 not configured

 indeed. never heard of it, might be as simple as a missing pcidevs
 entry and driver matching code entry, might require a new driver from
 scratch. or something in between.


Score one for 'something in-between', but at least the work has been done
on another BSD.

http://lists.freebsd.org/pipermail/freebsd-stable/2011-October/064346.html

PK



Re: New snapshot install throws ERR M on boot continued

2011-12-12 Thread Nick Holland
On 12/12/11 16:11, Jeff Ross wrote:
 On 12/12/11 13:18, Diana Eichert wrote:
 what is the output of fdisk when booted from bsd.rd?


 !DSPAM:4ee663138802030512579!

 
 Hi Diana!
 
 Thanks for the thought.
 
 
 Disk: sd0   geometry: 487/255/63 [7827456 Sectors]
 Offset: 0   Signature: 0xAA55
  Starting Ending LBA Info:
   #: id  C   H   S -  C   H   S [   start:size ]
 ---
   0: 00  0   0   0 -  0   0   0 [   0:   0 ]  unused
   1: 00  0   0   0 -  0   0   0 [   0:   0 ]  unused
   2: 00  0   0   0 -  0   0   0 [   0:   0 ]  unused
  *3: A6  0   1   2 -486 254  63 [  64: 7823591 ]  OpenBSD
 
 Looks okay to me.
 
 Jeff

yeah, that looks fine...
How about your disklabel output?
I can think of a few things you could do wrong to do that...

ERR M indicates that biosboot got installed, but what it was told was
the location of /boot is...uh...not.  How that's happening...not sure.
But, we know the MBR is good, the PBR is good, but what the PBR is
pointing at is not.

Next step would be to try 5.0-rel to make sure it is not a recent
regression.  The good thing about how OpenBSD handles flash disks is if
something is broke for flash disks, it is typically going to break
everywhere (I hope).

Nick.



Para misc La Serie Definitiva Completa Digitalizada Y Remasterizada Imperdible ref.ijwx

2011-12-12 Thread Los PITUFOS Serie Completa de 12 DVDs 48 Episodios
Hola misc, si no podes visualizar este correo, podes hacerlo clickeando
en este enlace.

LOS PITUFOS 12 DVDs DE COLECCION

Serie Completa Remasterizada Calidad DVD 100%
Esta edicion definitiva reune la serie completa con una digitalizacion
increible en 12 DVDs con audio latino identico al emitido en sus
principios por TV. Envio SIN CARGO a todo el Pais !!! Lo paga cuando lo
recibe en la puerta de su casa.

Para visitar la web y ver todo los detalles haga clic aqui

((( Haga Click Aca Para Ver Detalle Completo Y Comprar )))

Este e-mail tiene como unico destinatario: misc

Para ser eliminado de nuestras listas envienos un email y en asunto
aclarar REMOVER

control de envio: bdfohzkopxmedktctqhodhe



Cansado de perder tus lentes... Lentes magneticos (ID:69974)

2011-12-12 Thread Lentes de Lectura WWZ
Lentes Magniticos

?Cansado de perder tus lentes?
01 800 347 5943


Me interesan estos lentes magniticos...dar click aqui

http://difusionx.info/lentes/+47996

Lentes magniticos siempre a la mano. Nunca se pierden y nunca se olvidan.

* Siempre a la mano : Por ser lentes con cierre magnitico
  frontal cuando los estas usando quedan perfectos, y cuando no,
  quedan colgando del cuello listos para volver a usarse.
  Sin molestones listones o correas.

* Nunca se pierden : Ya que no se cierran como los lentes convencionales,
  no tenemos la necesidad de estar quitandonolos todo el tiempo y cuando
  lo hacemos son difmciles de perder por su particular forma.

* 100% ajustables : Con ajuste por los lados y por el centro proporcionan
  siempre la mejor experiencia con unos lentes a la medida.

 Por su diseqo elimina las molestias asociadas con los
 lentes convencionales como son:

   -Dolor de cabeza
   -Marcas e incomodidad en la nariz
   -Dolor en las orejas
   -Presisn sobre la sien

Para eliminarte de nuestra lista responde a este email
con el texto Quitarme de su lista



Como ser un excelente Coach

2011-12-12 Thread Lic. Pilar Moguel
Coaching y Multihabilidades de SupervisiC3n

El Nuevo concepto de Coaching y Multihabilidades le ayudarC! a mejorar y
aumentar notablemente su capacidad de trabajo, le brindarC! las tC)cnicas
mC!s modernas y efectivas que usted necesita para destacar en su
organizaciC3n. Entre los temas a tratar, se incluyen:

-B?CC3mo se transforma un Supervisor en un Coach - Multihabilidades?
-MC)todos prC!cticos para planear, organizar y controlar su trabajo  y el
de sus colaboradores.
-B?CuC!ndo y cC3mo delegar y facultar a sus colaboradores?
-Establecer una cultura de previsiC3n, eficiencia y proactividad hacia la
soluciC3n de problemas.
-TC)cnicas avanzadas para medir el trabajo, controlar la eficiencia y
rendimiento de la mano de obra.
-B?CC3mo administrar y distribuir mejor las cargas de trabajo? -
EstC!ndares  de tiempo.

Dirigido a:
Directores, Gerentes, Supervisores y LCderes con personal bajo su cargo.

Inscribase en este momento para el Evento:
-Presencial / 21 de Diciembre / Ciudad de MC)xico
-Online en Vivo / 22 de Diciembre / Por Internet

B!Obtenga la InformaciC3n Completa!

OpciC3n.1) Llamando al 01-800 2501.020
OpciC3n.2) Respondiendo los siguientes datos:
-Empresa:
-Nombre:
-Puesto:
-Tel: (  )
-E-mail: misc@openbsd.org

ReenviC) esta informaciC3n de amplio valor a amigos y colegas de trabajo
que les pueda ser de interC)s

No tiene interC)s en recibir estas exclusivas invitaciones? responda con
la palabra nocoa