Re: The wireless card TL-WN725N version 3 works fine

2018-06-15 Thread Guillaume DUALÉ
Hello,
Yes no problem, here is my dmesg : https://pastebin.com/iB4X5T9M
Regards,
Guillaume.

Le ven. 15 juin 2018 à 15:24, Stephane HUC "PengouinBSD" <
b...@stephane-huc.net> a écrit :

> Please, add your dmesg as explain into FAQ:
>
> https://www.openbsd.org/faq/faq4.html#SendDmesg
>
> ;)
>
> Le 06/15/18 à 15:12, Guillaume DUALÉ a écrit :
> > Hello,
> > I just bought this card : TP-LINK TL-WN725N(EU) Ver:3.0
> > And it works fine !
> >
> > In the man of the used driver «urtwn» : http://man.openbsd.org/urtwn
> only
> > the version 2 is listed.
> > So you can add this new version in the list.
> >
> > If you want I do tests, I can, just ask.
> >
> > Regards,
> > Guillaume.
> >
>
> --
> ~ " Fully Basic System Distinguish Life! " ~ " Libre as a BSD " +=<<<
> 
> Stephane HUC as PengouinBSD or CIOTBSD
> b...@stephane-huc.net
>
>


The wireless card TL-WN725N version 3 works fine

2018-06-15 Thread Guillaume DUALÉ
Hello,
I just bought this card : TP-LINK TL-WN725N(EU) Ver:3.0
And it works fine !

In the man of the used driver «urtwn» : http://man.openbsd.org/urtwn only
the version 2 is listed.
So you can add this new version in the list.

If you want I do tests, I can, just ask.

Regards,
Guillaume.


Re: OpenBSD-Wiki.org

2011-04-26 Thread Guillaume Dualé
On Sat, 23 Apr 2011 08:14:05 -0500, Kenny  wrote:
> BCC'ing everyone because I don't know who would like to keep their
> email private.
> 
> On the main page (http://openbsd-wiki.org/index.php?title=Main_Page)
> I've placed links to download the old version of site. I've made some
> progress on migrating some of the old stuff to the main site to assist
> in helping provide a list of what's not spam and what is. I might have
> missed a few because I seem to remember more articles than that. I
> believe the most recent modification was middle of last year -- so
> they site isn't very used. I'm guessing that's because it became
> abused by spam and the effort to contain it became too much. I used
> simple anti-spam measures (such as SimpleMath) but obviously that's
> not enough. There are no special email addresses for openbsd-wiki.org,
> so there is no need to worry about that. It's purely a website.
> Obviously you're welcome to take it whatever direction you'd like.
> 
> Ideally, I'd like to have the domain transfered to someone else and
> have it all handed off and done in about a month. I'll pay for the
> x-fer if needed. Several people have offered but communications have
> dropped off (I'm guessing they got busy and plan on getting to it).
> If, for whatever reason, something comes up and no one can take it I
> plan on not renewing the domain the next time it comes around -- which
> will be April 27, 2012. It's been active for about 6 years now.
> 
> I'll keep everyone posted on anything going on.
> 
> -- Kennith (Kenny) Mann

Hi all !
I'm very happy to announce that I take the result of this very cool
project :)
You can access to new Wiki here : http://otasc.org/openbsdwiki/

So Kenny how can we do for domain name ?

Thanks,
Guillaume.
http://openbsd.otasc.org



Re: ntfs support on amd64?

2011-04-21 Thread Guillaume Dualé
On Thu, 21 Apr 2011 08:00:43 +0200, marc  wrote:
> Hello everybody
Hi,
> 
> When I try to mount a ntfs partition,  "mount /dev/sd1i /mnt/win" I get:
> mount_ntfs: /dev/sd1i on /mnt/x: Operation not supported
> 
> I formated it with Windows 7. It works on windows and ubuntu linux.
> 
> Any ideas on this?
Maybe you need to build a custom kernel ?
Look :
 "Once you have determined which partition it is you want to use, you
can move to the final step: mounting the filesystem contained in it.
Most filesystems are supported in the GENERIC kernel: just have a look
at the kernel configuration file, located in the
/usr/src/sys/arch//conf directory. If you want to use one of the
filesystems not supported in GENERIC, you will need to build a custom
kernel."

> 
> I'm running openbsd 4.8. on amd64. ntfs is supposed to be there
> (http://openbsd.org/faq/faq14.html#foreignfs).
> 
> # dmesg
> OpenBSD 4.8 (GENERIC) #182: Mon Aug 16 09:02:40 MDT 2010
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
> RTC BIOS diagnostic error 80
> real mem = 2946756608 (2810MB)
> avail mem = 2854522880 (2722MB)
> 
> Thanks much,
> marc

Guillaume.



Re: Like OpenBSD? Like to see new stuff happening? You really need to order a CD today :)

2011-04-19 Thread Guillaume Dualé
On Tue, 19 Apr 2011 09:32:50 +0200, David Coppa 
wrote:
> On Mon, Apr 18, 2011 at 9:39 PM, Bob Beck  wrote:
> 
>>   So - yes we like donations, but we also like CD sales.. now is the
>> time to help out.
> 
> Order done on openbsdeurope.com. Sorry for being late.
> 
> cheers!
> david

Hi for Europeans,
you can order here too http://openbsd.otasc.org/   :-)

Enjoy !
Guillaume.



Re: Build darkice on OpenBSD 4.8

2011-03-28 Thread Guillaume Dualé

Hi,
the audio system is different than Linux.
You should read this http://www.openbsd.org/porting/audio-port.html
Or declare pselect ;)

Guillaume.

On 28/03/2011 21:55, Evgeniy Sudyr wrote:

Hello, I'm trying to build darkice with mp3 support and getting error during
compile process. I have no idea if it's openbsd specific and need your guys
help.

My steps:

1) build lame http://sourceforge.net/projects/lame

tar zxf cd lame-3.98.4.tar.gz

cd lame-3.98.4/
./configure
make
make install

2) trying to compile darkice http://code.google.com/p/darkice/
cd /usr/src
wget http://darkice.googlecode.com/files/darkice-1.0.tar.gz
tar zxf darkice-1.0.tar.gz
cd darkice-1.0

./configure --with-lame-path=/usr/local --with-lame


# make
Making all in src
make  all-am
g++ -DHAVE_CONFIG_H -I. -I/usr/local/include-O2 -pedantic -Wall
  -pthread -g -O2 -MT AudioSource.o -MD -MP -MF .deps/AudioSource.Tpo -c -o
AudioSource.o AudioSource.cpp
In file included from /usr/include/g++/memory:60,
  from /usr/include/g++/string:48,
  from /usr/include/g++/bits/locale_classes.h:47,
  from /usr/include/g++/bits/ios_base.h:47,
  from /usr/include/g++/ios:48,
  from /usr/include/g++/ostream:45,
  from /usr/include/g++/iostream:45,
  from Exception.h:39,
  from Referable.h:39,
  from Source.h:39,
  from AudioSource.h:42,
  from AudioSource.cpp:36:
/usr/include/g++/limits: In static member function 'static char
std::numeric_limits::min()':
/usr/include/g++/limits:375: warning: overflow in implicit constant
conversion
/usr/include/g++/limits: In static member function 'static wchar_t
std::numeric_limits::max()':
/usr/include/g++/limits:530: warning: overflow in implicit constant
conversion
In file included from /usr/include/g++/bits/locale_facets.h:47,
  from /usr/include/g++/bits/basic_ios.h:44,
  from /usr/include/g++/ios:50,
  from /usr/include/g++/ostream:45,
  from /usr/include/g++/iostream:45,
  from Exception.h:39,
  from Referable.h:39,
  from Source.h:39,
  from AudioSource.h:42,
  from AudioSource.cpp:36:
/usr/include/g++/i386-unknown-openbsd4.9/bits/ctype_base.h: At global scope:
/usr/include/g++/i386-unknown-openbsd4.9/bits/ctype_base.h:55: warning:
overflow in implicit constant conversion
mv -f .deps/AudioSource.Tpo .deps/AudioSource.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/local/include-O2 -pedantic -Wall
  -pthread -g -O2 -MT BufferedSink.o -MD -MP -MF .deps/BufferedSink.Tpo -c -o
BufferedSink.o BufferedSink.cpp
In file included from /usr/include/g++/memory:60,
  from /usr/include/g++/string:48,
  from /usr/include/g++/bits/locale_classes.h:47,
  from /usr/include/g++/bits/ios_base.h:47,
  from /usr/include/g++/ios:48,
  from /usr/include/g++/ostream:45,
  from /usr/include/g++/iostream:45,
  from Exception.h:39,
  from BufferedSink.cpp:59:
/usr/include/g++/limits: In static member function 'static char
std::numeric_limits::min()':
/usr/include/g++/limits:375: warning: overflow in implicit constant
conversion
/usr/include/g++/limits: In static member function 'static wchar_t
std::numeric_limits::max()':
/usr/include/g++/limits:530: warning: overflow in implicit constant
conversion
In file included from /usr/include/g++/bits/locale_facets.h:47,
  from /usr/include/g++/bits/basic_ios.h:44,
  from /usr/include/g++/ios:50,
  from /usr/include/g++/ostream:45,
  from /usr/include/g++/iostream:45,
  from Exception.h:39,
  from BufferedSink.cpp:59:
/usr/include/g++/i386-unknown-openbsd4.9/bits/ctype_base.h: At global scope:
/usr/include/g++/i386-unknown-openbsd4.9/bits/ctype_base.h:55: warning:
overflow in implicit constant conversion
mv -f .deps/BufferedSink.Tpo .deps/BufferedSink.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/local/include-O2 -pedantic -Wall
  -pthread -g -O2 -MT CastSink.o -MD -MP -MF .deps/CastSink.Tpo -c -o
CastSink.o CastSink.cpp
In file included from /usr/include/g++/memory:60,
  from /usr/include/g++/string:48,
  from /usr/include/g++/bits/locale_classes.h:47,
  from /usr/include/g++/bits/ios_base.h:47,
  from /usr/include/g++/ios:48,
  from /usr/include/g++/ostream:45,
  from /usr/include/g++/iostream:45,
  from Exception.h:39,
  from Util.h:39,
  from CastSink.cpp:32:
/usr/include/g++/limits: In static member function 'static char
std::numeric_limits::min()':
/usr/include/g++/limits:375: warning: overflow in implicit constant
conversion
/usr

Europe OpenBSD 4.9 pre-orders

2011-03-16 Thread Guillaume Dualé

Hello,
It is with great pleasure that I announce the possibility of
pre-orders CDs of OpenBSD 4.9 version on http://openbsd.otasc.org :)

Have a nice day.
Guillaume Duali - Blowfish Unlimited
http://openbsd.otasc.org



Opening of the Blowfish Unlimited

2011-03-11 Thread Guillaume Dualé

Hello,
I'm very happy to announce the opening of the Blowfish Unlimited shop.
I'm putting up this website because I would make easier for Europeans 
to get OpenBSD goodies without excessive cost.

With this website the shipping to Europe will be less expensive !
Initially, I would like to get some requests so as to know which ones 
to stock, before I make my first order to the Computer Shop of Calgary.


Attention : For the moment, this website provide only pre-order !
Please, use the contact page to notify your desire of pre-order.
For pre-order postal cost are FREE !
If I have enought pre-order, the shop will be active officialy :)
Have a nice day,
Regards,
Guillaume DualC). http://openbsd.otasc.org

--
The Blowfish Unlimited European shop.
OpenBSD goodies ! http://openbsd.otasc.org



Re: creating large files for testing

2010-12-09 Thread Guillaume Dualé
On Thu, 9 Dec 2010 18:15:35 +0530, LOhit  wrote:
> Hello Everyone,
> 
> I apologize in advance if this question sounds stupid or has been answered
> already. I need to create large dummy files for testing. I would like to
> know if there is a way to do it using C on OpenBSD.
> 
> This is what I want to achieve. I tried looking for "mkfile" command, but I
> couldn't find it either.
> 
> dd if=/dev/zero of=/testing/file0 bs=512 count=65536
> 
> 
> Thanks in advance.
> -LOhit

Hi,
first link in Google :
http://bytes.com/topic/c/answers/733896-how-create-large-files-c

Guillaume.



Re: ext2fs 2GiB file size limit

2010-12-08 Thread Guillaume Dualé
On Wed, 8 Dec 2010 09:59:42 +0100, LEVAI Daniel 
wrote:
> On Wed, Dec 08, 2010 at 09:35:34 +0100, Guillaume DualC) wrote:
>> On Wed, 8 Dec 2010 09:23:49 +0100, LEVAI Daniel  wrote:
>> > I'm having this issue with an ext2fs filesystem on an external USB
>> > drive.
>> > I've created the partition/disklabel/filesystem with OpenBSD tools, and
>> > after mounting, and dd'ing /dev/zero onto the fs, it bails out at 2GiB:
>> >
>> > $ dd if=/dev/zero of=/mnt/hotplug/sd3i_FUJITSU/Downloads/testfile bs=4096
>> > dd: /mnt/hotplug/sd3i_FUJITSU/Downloads/testfile: File too large
>> > 524288+0 records in
>> > 524287+0 records out
>> > 2147479552 bytes transferred in 399.042 secs (5381579 bytes/sec)
> [...]
>> So, check if your partition is really in ext2 and the size of this
>> partition.
>> And what is the physical size of your external drive ? :)
> 
> $ mount
> /dev/sd3i on /mnt/hotplug/sd3i_FUJITSU type ext2fs (local, nodev,
> noexec, nosuid)
> 
> 
> $ df -h
> /dev/sd3i 73.3G   26.4G   46.9G36%/mnt/hotplug/sd3i_FUJITSU
> 
> 
> $ fdisk sd3
> Disk: sd3   geometry: 9729/255/63 [156301488 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   1 -   9728 254  63 [  63:   156296322 ] OpenBSD
> 
> 
> $ disklabel sd3
> # /dev/rsd3c:
> type: SCSI
> disk: SCSI disk
> label: FUJITSU MHV2080B
> duid: b122005bf43a432c
> flags:
> bytes/sector: 512
> sectors/track: 63
> tracks/cylinder: 255
> sectors/cylinder: 16065
> cylinders: 9729
> total sectors: 156301488
> boundstart: 63
> boundend: 156296385
> drivedata: 0
> 
> 16 partitions:
> #size   offset  fstype [fsize bsize  cpg]
>   c:1563014880  unused
>   i:156296321   63  ext2fs
> 
> 
> dmesg sd3 part:
> umass1 at uhub0 port 1 configuration 1 interface 0 "Initio MHV2080BH"
> rev 2.00/3.01 addr 5
> umass1: using SCSI over Bulk-Only
> scsibus5 at umass1: 2 targets, initiator 0
> sd3 at scsibus5 targ 1 lun 0:  SCSI0 0/direct fixed
> sd3: 76319MB, 512 bytes/sec, 156301488 sec total
> 
> 
> 
> dmesg:
> OpenBSD 4.8-current (GENERIC.MP) #545: Mon Dec  6 16:24:15 MST 2010
> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
> cpu0: Genuine Intel(R) CPU T2400 @ 1.83GHz ("GenuineIntel" 686-class)
> 1.83 GHz
> cpu0:
> FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,VMX,EST,TM2,xTPR,PDCM
> real mem  = 2145808384 (2046MB)
> avail mem = 2100625408 (2003MB)
> mainbus0 at root
> bios0 at mainbus0: AT/286+ BIOS, date 08/27/09, BIOS32 rev. 0 @
> 0xfd6b0, SMBIOS rev. 2.4 @ 0xe0010 (68 entries)
> bios0: vendor LENOVO version "79ETE5WW (2.25 )" date 08/27/2009
> bios0: LENOVO 2007FRG
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP SSDT ECDT TCPA APIC MCFG HPET BOOT SSDT SSDT
> SSDT SSDT
> acpi0: wakeup devices LID_(S3) SLPB(S3) LURT(S3) DURT(S3) EXP0(S4)
> EXP1(S4) EXP2(S4) EXP3(S4) PCI1(S4) USB0(S3) USB1(S3) USB2(S3)
> USB7(S3) HDEF(S4)
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpiec0 at acpi0
> acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: apic clock running at 166MHz
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: Genuine Intel(R) CPU T2400 @ 1.83GHz ("GenuineIntel" 686-class)
> 1.83 GHz
> cpu1:
> FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,VMX,EST,TM2,xTPR,PDCM
> ioapic0 at mainbus0: apid 1 pa 0xfec0, version 20, 24 pins
> ioapic0: misconfigured as apic 2, remapped to apid 1
> acpihpet0 at acpi0: 14318179 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 1 (AGP_)
> acpiprt2 at acpi0: bus 2 (EXP0)
> acpiprt3 at acpi0: bus 3 (EXP1)
> acpiprt4 at acpi0: bus 4 (EXP2)
> acpiprt5 at acpi0: bus 12 (EXP3)
> acpiprt6 at acpi0: bus 21 (PCI1)
> acpicpu0 at acpi0: C3, C2, C1, PSS
> acpicpu1 at acpi0: C3, C2, C1, PSS
> acpipwrres0 at acpi0: PUBS
> acpitz0 at acpi0: critical temperature 127 degC
> acpitz1 at acpi0: critical temperature 99 degC
> acpibtn0 at acpi0: LID_
> acpibtn1 at acpi0: SLPB
> acpibat0 at acpi0: BAT0 model "92P1127" serial 23233 type LION oem "SANYO"
> acpibat1 at acpi0: BAT1 not present
> acpiac0 at acpi0: AC unit online
> acpithinkpad0 at acpi0
> acpidock0 at acpi0: GDCK not docked (0)
> bios0: ROM list: 0xc/0xfe00 0xd/0x1000 0xd1000/0x1000
> 0xdc000/0x4000! 0xe/0x1!
> cpu0: Enhanced SpeedStep 1829 MHz: speeds: 1833, 1333, 1000 MHz
> pci0 at mainbus0 bus 0: 

Re: ext2fs 2GiB file size limit

2010-12-08 Thread Guillaume Dualé
On Wed, 8 Dec 2010 09:23:49 +0100, LEVAI Daniel 
wrote:
> Hi!
Hi,
> 
> 
> I'm having this issue with an ext2fs filesystem on an external USB
> drive.
> I've created the partition/disklabel/filesystem with OpenBSD tools, and
> after mounting, and dd'ing /dev/zero onto the fs, it bails out at 2GiB:
> 
> $ dd if=/dev/zero of=/mnt/hotplug/sd3i_FUJITSU/Downloads/testfile bs=4096
> dd: /mnt/hotplug/sd3i_FUJITSU/Downloads/testfile: File too large
> 524288+0 records in
> 524287+0 records out
> 2147479552 bytes transferred in 399.042 secs (5381579 bytes/sec)
> 
> 
> I don't remember having a 2GiB filesize limit anywhere near, but the old
> extfs. What am I missing here?
http://en.wikipedia.org/wiki/Ext2
 Max file size  16 GB - 2 TB

So, check if your partition is really in ext2 and the size of this
partition.
And what is the physical size of your external drive ? :)

Guillaume.
> 
> 
> Thanks,
> Daniel



Re: How to convert .img to .iso

2010-11-08 Thread Guillaume Dualé

On 08/11/2010 17:22, James Hozier wrote:

Since there are apparently is no software for this kind of conversion, by what 
other
means or methods are there to do this on OpenBSD? I cannot mount .img at all 
with
either vnconfig or '-o loop'.

$ file file.img
file.img: DOS floppy 1440k, x86 hard disk boot sector
$

Is there a way to either mount .img or do I have to figure out a way to convert 
it?

   

Hi,
you can try this : http://ccd2iso.sourceforge.net

Guillaume.



Re: Can't reach www.openbsd.org

2010-11-02 Thread Guillaume Dualé
On Wed, 03 Nov 2010 00:59:54 +1100, mufurcz 
wrote:
> On 03/11/2010 12:14, Henning Brauer wrote:
>> * Guillaume Duali  [2010-11-02 13:54]:
>>> On Tue, 2 Nov 2010 12:26:47 +, Ari Constancio
>>>   wrote:
 Hello,

 I can't reach www.openbsd.org (from 3 locations in Portugal).
 Is www.openbsd.org down?

 $ telnet www.openbsd.org 80
 Trying 142.244.12.42...
 telnet: Unable to connect to remote host: No route to host

 Thanks,
 Ari Constancio
>>>
>>> Hi,
>>> try it : http://openbsd.org
>>
>> FUCK, NO. if you do so you steal precious bandwidth we need to commit
>> and to sync. that goes over a T1.
>>
>> use any mirror. any.
>>
>> there are problems with the www.openbsd.org machine right now that are
>> being worked on.
>>
> 
> hardware crash?  needing help?
> 
> mufurcz
Hi,
http://www.openbsd.org is now up :)



Re: Can't reach www.openbsd.org

2010-11-02 Thread Guillaume Dualé
On Tue, 2 Nov 2010 12:26:47 +, Ari Constancio
 wrote:
> Hello,
> 
> I can't reach www.openbsd.org (from 3 locations in Portugal).
> Is www.openbsd.org down?
> 
> $ telnet www.openbsd.org 80
> Trying 142.244.12.42...
> telnet: Unable to connect to remote host: No route to host
> 
> Thanks,
> Ari Constancio

Hi,
try it : http://openbsd.org

Guillaume.



Re: Installing OpenBSD 4.8 on an iMac

2010-10-30 Thread Guillaume Dualé

On 30/10/2010 15:34, Vijay Sankar wrote:

Hi,

I have a new iMac desktop (running OS X 10.6.4) purchased because of
iPhone/iPod/iPad stuff but i would like to use OpenBSD 4.8 on it.

Will using Boot Camp to set up a Windows partition and installing OpenBSD
there work? Or is rEFIt or some other approach? Any advice much appreciated.

Thanks very much,

Vijay


Vijay Sankar
vsan...@foretell.ca

   

Hi,
rEFIT works to boot OpenBSD.
On Mac think to resize your MacOS partition to make place for OpenBSD.
Guillaume.



Re: Happy Birthday OpenBSD

2010-10-19 Thread Guillaume Dualé
On Tue, 19 Oct 2010 09:15:35 +0300, Gregory Edigarov
 wrote:
> On Mon, 18 Oct 2010 15:25:46 -0700
> Allie Daneman  wrote:
> 
>> Wow...time flies. Happy Birthday to the best OS in existence and as
> 
> a particular species of flies called "time flies" like arrows :-)))
> 
>> usual thanks go to the developers that make it happen, I raise a
>> toast for another 15+ years ;)
> 
> Happy Birthday!

Happy Birthday for the best OS :)
Thanks to all dev and contributor of this project !
Guillaume.



Re: computer hangs after varying amount of data is received from network via ssh

2010-10-13 Thread Guillaume Dualé

Hi,
You can try a 'fsck' to check your /
And you can test to put 4.8 on your laptop to see if the problem
persist.
Regards,
Guillaume

Le 13 oct. 2010 C  19:24, Robert Halberg  a
C)crit :


I am attempting to copy data from a USB mass storage device formatted
with ext2 to an ffs filesystem on a SATA drive.  The OpenBSD system
containing the target filesystem lacks a USB 2.0 interface, so I am
attempting to copy files over the network from a USB 2.0 equipped
system running the PartedMagic linux liveCD.

Here is the command I am using from the liveCD environment in order to
attempt the copy operation:

r...@partedmagic:/# tar -c mybook1.5 | ssh 192.168.66.77 'tar -vxf -
-C /belongtome/mybook1.5'

After hundreds of megabytes are successfully transferred, the
following message occurs on the OpenBSD system, effectively halting
it:

re2: watchdog timeout
wd0(pciide0:0:0): timeout
   type: ata
   c_bcount: 16384
   c_skip: 0


Below is the dmesg output from the OpenBSD system:

OpenBSD 4.7 (GENERIC) #558: Wed Mar 17 20:46:15 MDT 2010
  dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Duron(tm) Processor ("AuthenticAMD" 686-class, 64KB L2
cache) 808 MHz
cpu0:
FPU,
V86,
DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real mem  = 804794368 (767MB)
avail mem = 771067904 (735MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 03/08/01, BIOS32 rev. 0 @
0xf0ee0, SMBIOS rev. 2.3 @ 0xf2db0 (46 entries)
bios0: vendor Award Software, Inc. version "ASUS A7V-E ACPI BIOS
Revision 1002D" date 03/08/2001
bios0: ASUSTeK Computer INC. 
apm0 at bios0: Power Management spec V1.2 (BIOS management disabled)
apm0: APM power management enable: unrecognized device ID (9)
apm0: APM engage (device 1): power management disabled (1)
apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0x1742
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf1690/176 (9 entries)
pcibios0: PCI Interrupt Router at 000:07:0 ("VIA VT82C586 ISA" rev
0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0x8000 0xc8000/0x4800
cpu0 at mainbus0: (uniprocessor)
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "VIA VT8363 Host" rev 0x03
viaagp0 at pchb0: v2
agp0 at viaagp0: aperture at 0xfc00, size 0x1000
ppb0 at pci0 dev 1 function 0 "VIA VT8363 AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "3DFX Interactive Voodoo3" rev 0x01
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 7 function 0 "VIA VT82C686 ISA" rev 0x40
pciide0 at pci0 dev 7 function 1 "VIA VT82C571 IDE" rev 0x06: ATA100,
channel 0 configured to compatibility, channel 1 configured to
compatibility
wd0 at pciide0 channel 0 drive 0: 
wd0: 16-sector PIO, LBA, 14592MB, 29886400 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
5/cdrom removable
cd0(pciide0:1:0): using PIO mode 4, DMA mode 2
viaenv0 at pci0 dev 7 function 4 "VIA VT82C686 SMBus" rev 0x40: 24-bit
timer at 3579545Hz
pciide1 at pci0 dev 11 function 0 "CMD Technology SiI3512 SATA" rev
0x01: DMA
pciide1: using irq 10 for native-PCI interrupt
pciide1: port 1: device present, speed: 1.5Gb/s
wd1 at pciide1 channel 1 drive 0: 
wd1: 16-sector PIO, LBA48, 1430799MB, 2930277168 sectors
wd1(pciide1:1:0): using BIOS timings, Ultra-DMA mode 6
re0 at pci0 dev 12 function 0 "Realtek 8169" rev 0x10: RTL8169/8110SB
(0x1000), irq 10, address 00:14:d1:1d:3b:e8
rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 3
re1 at pci0 dev 13 function 0 "Realtek 8169" rev 0x10: RTL8169/8110SB
(0x1000), irq 11, address 00:14:d1:1d:3b:f4
rgephy1 at re1 phy 7: RTL8169S/8110S PHY, rev. 3
re2 at pci0 dev 14 function 0 "Realtek 8169" rev 0x10: RTL8169/8110SB
(0x1000), irq 12, address 00:14:d1:1d:39:8a
rgephy2 at re2 phy 7: RTL8169S/8110S PHY, rev. 3
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com1 at isa0 port 0x2f8/8 irq 3: 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
midi0 at pcppi0: 
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
biomask e765 netmask ff65 ttymask 
mtrr: Pentium Pro MTRR support
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
WARNING: / was not properly unmounted


--
"Young man, in mathematics you don't understand things, you just get
used to them." - John von Neumann




Re: OpenBSD on ZAURUS SL-6000L

2010-10-13 Thread Guillaume Dualé
On Tue, 12 Oct 2010 10:58:20 -0600, Theo de Raadt
 wrote:
>> is it possible to put OpenBSD on the Zaurus SL-6000L model ?
>>
>> On this link I not see it in the list of supported device :
>>  ftp://ftp.openbsd.org/pub/OpenBSD/4.7/zaurus/INSTALL.zaurus
>>
>> Or the lack is the space on / ?
> 
> The file lists all the machines we run on.
> 
> OpenBSD/zaurus runs on the Sharp Zaurus SL-C3000, SL-C3100 and
> SL-C3200 PDA.
Hi Theo,
thanks for your answer.
Guillaume.



Re: ACPI on ASUS Eee PC 1201pn with 4.8

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 15:23:18 +0200, Tomas Bodzar
 wrote:
> If you are not comfortable with -current then it's better to start
> with snapshot as you can avoid compilation, you will have binary
> upgrades of OS and packages and so on
> 
> 2010/10/7 Guillaume DualC) :
>> On Thu, 7 Oct 2010 11:17:36 +0200, Joachim Schipper
>>  wrote:
>>> On Thu, Oct 07, 2010 at 10:27:43AM +0200, Guillaume Duali wrote:
 On Thu, 7 Oct 2010 06:02:10 +0200, Tomas Bodzar
  wrote:
 > 4.8 is closed for a quite long time. Support can start only in current
 > so 4.9 is nearest possible release which will support your HW ;-)
 Ho ok ^^
 So, what must I do ? Wait that 4.8 go out officially and try with
 "-current 4.9" when it will be available ?
>>>
>>> -current, as you can get from CVS today, is already past 4.8 and will
>>> become 4.9 at some point.
>>>
>>> B  B  B  B  B  B  B  Joachim
>>
>> Hi Joachim,
>> thanks for your help and thanks for your previous message.
>> I will try it in some week, I must made a lot of backup before ^^
>> Guillaume.
>>
>>
Yes Tomas,
I tried with it last time :
http://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/install48.iso
Are you talking about it, isn't it ?



Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 09:33:44 -0300, "Christiano F. Haesbaert"
 wrote:
> Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO).

In my opinion, the aim of this project is to provide a graphical tool,
which can be inserted in some WM like XFCE, etc.
Guillaume.



Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 07 Oct 2010 14:35:43 +0200, Guillaume DualC) 
wrote:
> On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper
>  wrote:
>> On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote:
>>> If I understand you think to combine C and Python ?
>>> Do you think is good to code the tool in C, with only shell interface,
>>> and add the graphical front-end in Python ?
>>> In this case Python will call on each click the C binary with parameter,
>>> like :
>>>  ./assistant --list-wireless-network
>>>
>>> It's a good idea [G! keyboard shortcut :p]
>>> So, it's a good idea if we work together on this project if you are ok ?
>>
>> You *are* aware that you can combine Python and C code fairly easily,
>> right? There is no real need to shell out for every command...
>>
>>  Joachim
> Hi,
> I didn't know it.
> I will learn :)
> If you have some interesting links about it, I appreciate.
> Thanks,
> Guillaume.

Interesting :)
http://docs.python.org/extending/index.html#extending-index



Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper
 wrote:
> On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote:
>> If I understand you think to combine C and Python ?
>> Do you think is good to code the tool in C, with only shell interface,
>> and add the graphical front-end in Python ?
>> In this case Python will call on each click the C binary with parameter,
>> like :
>>  ./assistant --list-wireless-network
>>
>> It's a good idea [G! keyboard shortcut :p]
>> So, it's a good idea if we work together on this project if you are ok ?
> 
> You *are* aware that you can combine Python and C code fairly easily,
> right? There is no real need to shell out for every command...
> 
>   Joachim
Hi,
I didn't know it.
I will learn :)
If you have some interesting links about it, I appreciate.
Thanks,
Guillaume.



Re: ACPI on ASUS Eee PC 1201pn with 4.8

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 11:17:36 +0200, Joachim Schipper
 wrote:
> On Thu, Oct 07, 2010 at 10:27:43AM +0200, Guillaume Duali wrote:
>> On Thu, 7 Oct 2010 06:02:10 +0200, Tomas Bodzar
>>  wrote:
>> > 4.8 is closed for a quite long time. Support can start only in current
>> > so 4.9 is nearest possible release which will support your HW ;-)
>> Ho ok ^^
>> So, what must I do ? Wait that 4.8 go out officially and try with
>> "-current 4.9" when it will be available ?
> 
> -current, as you can get from CVS today, is already past 4.8 and will
> become 4.9 at some point.
> 
>   Joachim

Hi Joachim,
thanks for your help and thanks for your previous message.
I will try it in some week, I must made a lot of backup before ^^
Guillaume.



Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 14:10:53 +0700, Edho P Arief 
wrote:
> On Thu, Oct 7, 2010 at 1:47 PM, Aaron Lewis
>  wrote:
>> nope , wicd is actually based on gtk & python , also wicd-client for
>> kde available on kde-apps.org.
>> ( written in qt4 )
>>
> 
> Sorry, I didn't properly composed the paragraph. I actually mentioned
> two network manager gui applications:
> - wicd
> - whatever default in PC-BSD (which uses qt or kde)

Hi there,
I planed to start a tool like that.
It's funny because I think to make this in PyGTK 2 ;)

In my opinion wicd is only for Linux use, and it's better to start a
new project for OpenBSD :
 1 - Learn
 2 - Put this project in a real license :) (BSD of course, without ads)

Question : If the project become stable, it'll be possible to integrate
the officials OpenBSD repository (ports and packages) ?

Regards,
Guillaume.



Re: ACPI on ASUS Eee PC 1201pn with 4.8

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 06:02:10 +0200, Tomas Bodzar
 wrote:
> 4.8 is closed for a quite long time. Support can start only in current
> so 4.9 is nearest possible release which will support your HW ;-)
Ho ok ^^
So, what must I do ? Wait that 4.8 go out officially and try with
"-current 4.9" when it will be available ?
Thanks,
Guillaume.

> 
> 2010/10/7 Guillaume DualC) :
>> On 01/10/2010 17:27, Guillaume Duali wrote:
>>>
>>> Hi,
>>> i would like to explain a bug :
>>> On my laptop, I install the latest iso file downloaded here :
>>> ftp://ftp.fr.openbsd.org/pub/OpenBSD/snapshots/i386/install48.iso
>>>
>>> And with it, the acpi is bugged.
>>> If I do a classic boot, the machine shutdown after 10 seconds saying :
>>> "Oct B 1 16:38:15 laptop /bsd: acpitz0: Critical temperature 255C
>>> (5282K), shutting down"
>>>
>>> If I do a boot disabling the acpi (thanks to pea), then my machine work
>>> fine, but the battery is not correctly managed :
>>> # apm
>>> Battery state: unknown, 0% remaining, 0 minutes life estimate
>>> A/C adapter state: not known
>>> Performance adjustment mode: manual (1663 MHz)
>>>
>>> If I start "apmd -A", nothing appends and in /var/log/message, I can see :
>>> Oct B 1 17:23:46 laptop apmd: cannot open device file `/dev/apmctl':
>>> Operation not supported by device
>>> I suppose that is due to acpi is disabled.
>>>
>>> My version of OpenBSD is :
>>> Oct B 1 16:44:30 laptop /bsd: OpenBSD 4.8-current (GENERIC.MP) #402: Wed
>>> Sep 29 23:51:39 MDT 2010
>>>
>>> I made a "acpidump" : http://otasc.org/openbsd/acpidump.tgz
>>>
>>> Here is my "/var/log/messages" file : http://otasc.org/openbsd/messages
>>>
>>> Here is my (strange) dmesg :
>>> # dmesg
>>> \^L\M-A\M-`
>>>
>>> \m^m\m-0...@\^f\m-f\m^@\...@\^f\^p\m-ff\^a\m^ku\^p\m^ke\m-`\m-vc\^p\^b\m-gf\^d
>>>
>>> hf\M^IV\^B\M^KU\M-d\M^IF\^H\M^IV\^Lt]\M^C}\M-\t\^LPPhG\M-c\M-x\^?\M-i\M-z\^O\
>>>
>>> m-7e\m-z1\m^?\m^ku\m-d\m^c...@\^c\m-a\m-x\^bf\m^if\^b\m^ke\m-`\^o\m-,\M-P\^B\
>>>
>>> m-a\m-j\^b\m^if\^h\m^iv\^l\m^k\^s\m^i\m-q\m-8b\m-h\^o\m-!\^g...@\m^e\m-@\^O\M
>>>
>>> ^D\M-EG\M^C\M^?\^Cu\M-dWWh\\\M-c\M-x\^?\M-i\M^[\M^K\^S\M^I\M-q\M^KE\M-T\M-h\M
>>>
>>> -i\240\^g...@\m^e\m-@\^O\M^D\M^_\M^KC\^H\^O\M-/C\^D\^O\M-/C\^L\M^Cc\^P\M-~\M-
>>>
>>> GG\^L\M^IG\^H\M-i-\M^?\M^?\M^?\M^C}\M-dw"\M^A}\M-`\M-|w\^Y\M^KE\M-`1\M-R\M-ws
>>>
>>> \^L\M^IU\M-`1\M-R\M-ws\^H;C\^D\M^I\M-V\M^I\M-Ar\^LV\M^?7hm\M-c\M-x\^?j\^K\M-k
>>>
>>> 7\m^ku\m-`hh\m^ke\m-\\m^?u\^pb\m^c...@\^brv\m^k\^s\m-h\m^y\240\^g\m^@\M^E\M-@
>>> t.\M^C}\M-\t\^H\M^C}\M-\\^At\^V\M-k
>>>
>>> S\M^?7h|\m-c\m-x\^?j\^n\m-h\m^r\m-f\^g...@\m^c\m-d\^p\m-k\^nq\m^?7h\m^j\m-c\m
>>>
>>> -x\^?j\^o\m-k\m-j1...@\m^me\m-t[^_]\m-b\^lu\m^i\m-ewv\m^i\m-ns\m^i\m-s\m^c\m-
>>> l<\M^IE\M-H\M^K@
>>>
>>> \M^IE\M-L\M-i\M^_\M^KE\M-L\M^C\M-l\^L\M^I\M-r\M^Kx\^L\M^ME\M-dP\M^I\M-X\M^I\M
>>>
>>> -y\m-hp\m-i\^g...@+}\m-d\m^c\m-d\^l\m^c\m^?\^?v\^e\m-?\^?\m^ke\m-l1\m-i\m-v@\
>>>
>>> ^P\^Bt$\M^I\M-Z\M^I\M-Y\M^M|\^_\^C\M^C\M-b\M-|\M^I\M-s\M^C\M-a\^C\M^I]\M-T\M^
>>> Ku\M-T\M^C\M-g\M-|\M^IU\M-P\M^K]\M-P\M-A\M-a
>>>
>>> )\M-W;}\^hv\^c\m^k}\^h\m^ku\m-hp1...@wvs\m^im\m-d\m-h\m-k\m-}\m^?\m^?\m^km\m-
>>> dz\m^e...@u1\m^i\m-x\m-a\m-`
>>>
>>> \m^m\m^q...@\^f\m^i\m-a\m^ie\m-p\m^ke\^l\m-hi\m-f\^g\m^@\M^KE\M-P1\M-R\^AE\^L
>>>
>>> \^A\M-{\^Q\M-V)}\^H\M^C}\^H\^O\M^EW\M^?\M^?\M^?\M-!\M-Dk\^A\M^Me\M-t[^_]\M-B\
>>> ^HU\M^I\M-eWV\M^I\M-NS\M^I\M-S\M^C\M-l,\M^IE\M-L\M^K@
>>>
>>> \...@\^p\^b\m^ie\m-tt\^?ssh\m^y\m-c\m-x\^?j\^]\m-hx\m-e\^g\m^@\M^C\M-D\^P\M-k
>>>
>>> w\M^KE\M-T\M^C\M-l\^L\M^I\M-r\M^Kx\^L\M^ME\M-dP\M^I\M-X\M^I\M-y\M-hi\M-H\^G\M
>>>
>>> ^...@+}\m-d\m^c\m-d\^l\m^c\m^?\^?v\^e\m-?\^?;}\^Hv\^C\M^K}\^H\M^KU\^L\M^I\M-x\M-
>>> A\M-`
>>>
>>> \m^i\m-a\m^ie\m-p\m-8...@\^f\m-h\m-+\m-e\^g\m^@\M^KU\M-L\M-8\^AQWVS\M-h\^\\M-
>>>
>>> }\m^?\m^?z\m^e...@u\^u\m^ke\m-p1\m-r\^ae\^l\^a\m-{\^q\m-v)}\^H\M^C}\^Hu\M^N\M
>>>
>>> -!\m-dk\^a\m^me\m-t[^_]\m-b\^h\m^p\^p...@\m-~_\^b\m-p\m-c\m-x\^?\240\^f\^a\^p
>>>
>>> \...@\m-~_\^bbiosdisk\^p\m-@\m-~_\^c...@\m-j\m-x\^?\^p\m-b\m-x\^?\m-\x\^p\m-p\
>>>
>>> M-c\M-x\^?p\M-g\M-x\^?\^B\M-$\M^O\M-0m\M^C\M-ii\M-2\^B\M-$\M^O\M-0mv\M-i\M-0\
>>>
>>> ^b\m-$\m^o\m-0m9\m-o\m-0\^b\m-$\m^o\m-0mj\m-i...@\m-0\^b\m-$\m^o\m-0m\m-0\m-q
>>>
>>> \M-x\^?-\M-o\^U\M-A\^B\M-$\M^O\M-0m\^]\M-oD\M-<\^B\M-$\M^O\M-0m\^N\M-o\M^W\M-
>>>
>>> <\^B\M-$\M^O\M-0m\M^?\M-n\M-*\M-<\^B\M-$\M^O\M-0m\M-r\M-n\M-u\M-<\^B\M-$\M^O\
>>>
>>> M-0m\M-`\M-n\M-`\M^L\^B\M-$\M^O\M-0m\M-N\M-n\^B\M^M\^B\M-$\M^O\M-0m\M-,\M-ng\
>>>
>>> M^N\^B\M-$\M^O\M-0m0\M-n\M-x\^?\M^M\M-n\^W\M^O\^B\M-$\M^O\M-0m\M-P\M-q\M-x\^?
>>>
>>> v\M-n\M^D\M^M\^B\M-$\M^O\M-0mV\M-n\^M\M^N\^B\M-$\M^O\M-0m0\M^?\M-x\^?6\M-n\M-
>>>
>>> ;\M^N\^B\M-$\M^O\M-0m\^O\M-n\M-a\M^M\^B\M-$\M^O\M-0m\M^P\M-v\M-x\^?\M-m\M-m\M
>>>
>>> ^M\M^N\^B\M-$\M^O\M-0m\M-Q\M-mW\M^M\^B\M-$\M^O\M-0m\M-:\M-m\M-4\M^M\^B\M-$\M^
>>>
>>> O\M-0m0\M-t\M-x\^?\M^Z\M-m2\M^N\^B\M-$\M^O\M-0mz\M-m\M-_\M^N\^B\M-$\M^O\M-0m\
>>>
>>> M-0\M-t\M-x\^?X\M-m(\M^M\^B\M-$\M^O\M-0mF\M-m\M->\M-3\^B\M-$\M^O\M-0m.\M-m\M-
>>>
>>> x\M-G\^B\M-$\M^O\M-0m\M-0\M-~\M-x\^?\^S\M-m\M-Hk\^A\^B\M-$\M^O\

Re: ACPI on ASUS Eee PC 1201pn with 4.8

2010-10-06 Thread Guillaume Dualé

On 01/10/2010 17:27, Guillaume Duali wrote:

Hi,
i would like to explain a bug :
On my laptop, I install the latest iso file downloaded here :
ftp://ftp.fr.openbsd.org/pub/OpenBSD/snapshots/i386/install48.iso

And with it, the acpi is bugged.
If I do a classic boot, the machine shutdown after 10 seconds saying :
"Oct  1 16:38:15 laptop /bsd: acpitz0: Critical temperature 255C
(5282K), shutting down"

If I do a boot disabling the acpi (thanks to pea), then my machine work
fine, but the battery is not correctly managed :
# apm
Battery state: unknown, 0% remaining, 0 minutes life estimate
A/C adapter state: not known
Performance adjustment mode: manual (1663 MHz)

If I start "apmd -A", nothing appends and in /var/log/message, I can 
see :

Oct  1 17:23:46 laptop apmd: cannot open device file `/dev/apmctl':
Operation not supported by device
I suppose that is due to acpi is disabled.

My version of OpenBSD is :
Oct  1 16:44:30 laptop /bsd: OpenBSD 4.8-current (GENERIC.MP) #402: Wed
Sep 29 23:51:39 MDT 2010

I made a "acpidump" : http://otasc.org/openbsd/acpidump.tgz

Here is my "/var/log/messages" file : http://otasc.org/openbsd/messages

Here is my (strange) dmesg :
# dmesg
\^L\M-A\M-`
\m^m\m-0...@\^f\m-f\m^@\...@\^f\^p\m-ff\^a\m^ku\^p\m^ke\m-`\m-vc\^p\^b\m-gf\^d 

hf\M^IV\^B\M^KU\M-d\M^IF\^H\M^IV\^Lt]\M^C}\M-\t\^LPPhG\M-c\M-x\^?\M-i\M-z\^O\ 

m-7e\m-z1\m^?\m^ku\m-d\m^c...@\^c\m-a\m-x\^bf\m^if\^b\m^ke\m-`\^o\m-,\M-P\^B\ 

m-a\m-j\^b\m^if\^h\m^iv\^l\m^k\^s\m^i\m-q\m-8b\m-h\^o\m-!\^g...@\m^e\m-@\^O\M 

^D\M-EG\M^C\M^?\^Cu\M-dWWh\\\M-c\M-x\^?\M-i\M^[\M^K\^S\M^I\M-q\M^KE\M-T\M-h\M 

-i\240\^g...@\m^e\m-@\^O\M^D\M^_\M^KC\^H\^O\M-/C\^D\^O\M-/C\^L\M^Cc\^P\M-~\M- 

GG\^L\M^IG\^H\M-i-\M^?\M^?\M^?\M^C}\M-dw"\M^A}\M-`\M-|w\^Y\M^KE\M-`1\M-R\M-ws 

\^L\M^IU\M-`1\M-R\M-ws\^H;C\^D\M^I\M-V\M^I\M-Ar\^LV\M^?7hm\M-c\M-x\^?j\^K\M-k 

7\m^ku\m-`hh\m^ke\m-\\m^?u\^pb\m^c...@\^brv\m^k\^s\m-h\m^y\240\^g\m^@\M^E\M-@ 


t.\M^C}\M-\t\^H\M^C}\M-\\^At\^V\M-k
S\M^?7h|\m-c\m-x\^?j\^n\m-h\m^r\m-f\^g...@\m^c\m-d\^p\m-k\^nq\m^?7h\m^j\m-c\m 

-x\^?j\^o\m-k\m-j1...@\m^me\m-t[^_]\m-b\^lu\m^i\m-ewv\m^i\m-ns\m^i\m-s\m^c\m- 


l<\M^IE\M-H\M^K@
\M^IE\M-L\M-i\M^_\M^KE\M-L\M^C\M-l\^L\M^I\M-r\M^Kx\^L\M^ME\M-dP\M^I\M-X\M^I\M 

-y\m-hp\m-i\^g...@+}\m-d\m^c\m-d\^l\m^c\m^?\^?v\^e\m-?\^?\m^ke\m-l1\m-i\m-v@\ 

^P\^Bt$\M^I\M-Z\M^I\M-Y\M^M|\^_\^C\M^C\M-b\M-|\M^I\M-s\M^C\M-a\^C\M^I]\M-T\M^ 


Ku\M-T\M^C\M-g\M-|\M^IU\M-P\M^K]\M-P\M-A\M-a
)\M-W;}\^hv\^c\m^k}\^h\m^ku\m-hp1...@wvs\m^im\m-d\m-h\m-k\m-}\m^?\m^?\m^km\m- 


dz\m^e...@u1\m^i\m-x\m-a\m-`
\m^m\m^q...@\^f\m^i\m-a\m^ie\m-p\m^ke\^l\m-hi\m-f\^g\m^@\M^KE\M-P1\M-R\^AE\^L 

\^A\M-{\^Q\M-V)}\^H\M^C}\^H\^O\M^EW\M^?\M^?\M^?\M-!\M-Dk\^A\M^Me\M-t[^_]\M-B\ 


^HU\M^I\M-eWV\M^I\M-NS\M^I\M-S\M^C\M-l,\M^IE\M-L\M^K@
\...@\^p\^b\m^ie\m-tt\^?ssh\m^y\m-c\m-x\^?j\^]\m-hx\m-e\^g\m^@\M^C\M-D\^P\M-k 

w\M^KE\M-T\M^C\M-l\^L\M^I\M-r\M^Kx\^L\M^ME\M-dP\M^I\M-X\M^I\M-y\M-hi\M-H\^G\M 

^...@+}\m-d\m^c\m-d\^l\m^c\m^?\^?v\^e\m-?\^?;}\^Hv\^C\M^K}\^H\M^KU\^L\M^I\M-x\M- 


A\M-`
\m^i\m-a\m^ie\m-p\m-8...@\^f\m-h\m-+\m-e\^g\m^@\M^KU\M-L\M-8\^AQWVS\M-h\^\\M- 

}\m^?\m^?z\m^e...@u\^u\m^ke\m-p1\m-r\^ae\^l\^a\m-{\^q\m-v)}\^H\M^C}\^Hu\M^N\M 

-!\m-dk\^a\m^me\m-t[^_]\m-b\^h\m^p\^p...@\m-~_\^b\m-p\m-c\m-x\^?\240\^f\^a\^p 

\...@\m-~_\^bbiosdisk\^p\m-@\m-~_\^c...@\m-j\m-x\^?\^p\m-b\m-x\^?\m-\x\^p\m-p\ 

M-c\M-x\^?p\M-g\M-x\^?\^B\M-$\M^O\M-0m\M^C\M-ii\M-2\^B\M-$\M^O\M-0mv\M-i\M-0\ 

^b\m-$\m^o\m-0m9\m-o\m-0\^b\m-$\m^o\m-0mj\m-i...@\m-0\^b\m-$\m^o\m-0m\m-0\m-q 

\M-x\^?-\M-o\^U\M-A\^B\M-$\M^O\M-0m\^]\M-oD\M-<\^B\M-$\M^O\M-0m\^N\M-o\M^W\M- 

<\^B\M-$\M^O\M-0m\M^?\M-n\M-*\M-<\^B\M-$\M^O\M-0m\M-r\M-n\M-u\M-<\^B\M-$\M^O\ 

M-0m\M-`\M-n\M-`\M^L\^B\M-$\M^O\M-0m\M-N\M-n\^B\M^M\^B\M-$\M^O\M-0m\M-,\M-ng\ 

M^N\^B\M-$\M^O\M-0m0\M-n\M-x\^?\M^M\M-n\^W\M^O\^B\M-$\M^O\M-0m\M-P\M-q\M-x\^? 

v\M-n\M^D\M^M\^B\M-$\M^O\M-0mV\M-n\^M\M^N\^B\M-$\M^O\M-0m0\M^?\M-x\^?6\M-n\M- 

;\M^N\^B\M-$\M^O\M-0m\^O\M-n\M-a\M^M\^B\M-$\M^O\M-0m\M^P\M-v\M-x\^?\M-m\M-m\M 

^M\M^N\^B\M-$\M^O\M-0m\M-Q\M-mW\M^M\^B\M-$\M^O\M-0m\M-:\M-m\M-4\M^M\^B\M-$\M^ 

O\M-0m0\M-t\M-x\^?\M^Z\M-m2\M^N\^B\M-$\M^O\M-0mz\M-m\M-_\M^N\^B\M-$\M^O\M-0m\ 

M-0\M-t\M-x\^?X\M-m(\M^M\^B\M-$\M^O\M-0mF\M-m\M->\M-3\^B\M-$\M^O\M-0m.\M-m\M- 

x\M-G\^B\M-$\M^O\M-0m\M-0\M-~\M-x\^?\^S\M-m\M-Hk\^A\^B\M-$\M^O\M-0m\^A\M-m\M- 

Pk\^A\^B\M-$\M^O\M-0m\M-g\M-l\M-Tk\^A\^B\M-$\M^O\M-0m\M-V\M-l\M-Lk\^A\^B\M-$\ 

M^O\M-0m\M^P\M-}\M-x\^?\M-I\M-l\M^W\M-1\^B\M-$\M^O\M-0m\M-;\M-l'\M-6\^B\M-$\M 

^O\M-0m\M^P\M^?\M-x\^?\M-.\M-lj\M-7\^B\M-$\M^O\M-0m\M-"\M-lQ\M-1\^B\M-$\M^O\M 

-0m\M^U\M-l2\M-1\^B\M-$\M^O\M-0m\M^H\M-lJ\M-5\^B\M-$\M^O\M-0m{\M-lK\M-0\^B\M- 

$\M^O\M-0mn\M-l\M-[\M-0\^B\M-$\M^O\M-0mb\M-l|\M-2\^B\M-$\M^O\M-0mV\M-l\M^L\M- 

5\^B\M-$\M^O\M-0m\M-p\M-{\M-x\^?J\M-l7\M-0\^B\M-$\M^O\M-0m>\M-l\M-8\M-0\^B\M- 

$\M^O\M-0m2\M-l\^Y\M-1\^B\M-$\M^O\M-0m&\M-lg\M-0\^B\M-$\M^O\M-0m\^P\M-z\M-x\^ 

?\^U\M-lR\M^H\^B\M-$\M^O\M-0m\^G\M-l\M-[\M-<\^B\M-$\M^O\M-0m\M-t\M-kN\M-B\^B\ 

M-$\M^O\M-0m\M-X\M-k\^H\M-Y\^B\M-$\M^O\M-0mp\M-{\M-x\^?\M-=\M-k*\M-H\^B\M-$\M 

ACPI on ASUS Eee PC 1201pn with 4.8

2010-10-01 Thread Guillaume Dualé

Hi,
i would like to explain a bug :
On my laptop, I install the latest iso file downloaded here :
ftp://ftp.fr.openbsd.org/pub/OpenBSD/snapshots/i386/install48.iso

And with it, the acpi is bugged.
If I do a classic boot, the machine shutdown after 10 seconds saying :
"Oct  1 16:38:15 laptop /bsd: acpitz0: Critical temperature 255C
(5282K), shutting down"

If I do a boot disabling the acpi (thanks to pea), then my machine work
fine, but the battery is not correctly managed :
# apm
Battery state: unknown, 0% remaining, 0 minutes life estimate
A/C adapter state: not known
Performance adjustment mode: manual (1663 MHz)

If I start "apmd -A", nothing appends and in /var/log/message, I can see :
Oct  1 17:23:46 laptop apmd: cannot open device file `/dev/apmctl':
Operation not supported by device
I suppose that is due to acpi is disabled.

My version of OpenBSD is :
Oct  1 16:44:30 laptop /bsd: OpenBSD 4.8-current (GENERIC.MP) #402: Wed
Sep 29 23:51:39 MDT 2010

I made a "acpidump" : http://otasc.org/openbsd/acpidump.tgz

Here is my "/var/log/messages" file : http://otasc.org/openbsd/messages

Here is my (strange) dmesg :
# dmesg
\^L\M-A\M-`
\m^m\m-0...@\^f\m-f\m^@\...@\^f\^p\m-ff\^a\m^ku\^p\m^ke\m-`\m-vc\^p\^b\m-gf\^d
hf\M^IV\^B\M^KU\M-d\M^IF\^H\M^IV\^Lt]\M^C}\M-\t\^LPPhG\M-c\M-x\^?\M-i\M-z\^O\
m-7e\m-z1\m^?\m^ku\m-d\m^c...@\^c\m-a\m-x\^bf\m^if\^b\m^ke\m-`\^o\m-,\M-P\^B\
m-a\m-j\^b\m^if\^h\m^iv\^l\m^k\^s\m^i\m-q\m-8b\m-h\^o\m-!\^g...@\m^e\m-@\^O\M
^D\M-EG\M^C\M^?\^Cu\M-dWWh\\\M-c\M-x\^?\M-i\M^[\M^K\^S\M^I\M-q\M^KE\M-T\M-h\M
-i\240\^g...@\m^e\m-@\^O\M^D\M^_\M^KC\^H\^O\M-/C\^D\^O\M-/C\^L\M^Cc\^P\M-~\M-
GG\^L\M^IG\^H\M-i-\M^?\M^?\M^?\M^C}\M-dw"\M^A}\M-`\M-|w\^Y\M^KE\M-`1\M-R\M-ws
\^L\M^IU\M-`1\M-R\M-ws\^H;C\^D\M^I\M-V\M^I\M-Ar\^LV\M^?7hm\M-c\M-x\^?j\^K\M-k
7\m^ku\m-`hh\m^ke\m-\\m^?u\^pb\m^c...@\^brv\m^k\^s\m-h\m^y\240\^g\m^@\M^E\M-@
t.\M^C}\M-\t\^H\M^C}\M-\\^At\^V\M-k
S\M^?7h|\m-c\m-x\^?j\^n\m-h\m^r\m-f\^g...@\m^c\m-d\^p\m-k\^nq\m^?7h\m^j\m-c\m
-x\^?j\^o\m-k\m-j1...@\m^me\m-t[^_]\m-b\^lu\m^i\m-ewv\m^i\m-ns\m^i\m-s\m^c\m-
l<\M^IE\M-H\M^K@
\M^IE\M-L\M-i\M^_\M^KE\M-L\M^C\M-l\^L\M^I\M-r\M^Kx\^L\M^ME\M-dP\M^I\M-X\M^I\M
-y\m-hp\m-i\^g...@+}\m-d\m^c\m-d\^l\m^c\m^?\^?v\^e\m-?\^?\m^ke\m-l1\m-i\m-v@\
^P\^Bt$\M^I\M-Z\M^I\M-Y\M^M|\^_\^C\M^C\M-b\M-|\M^I\M-s\M^C\M-a\^C\M^I]\M-T\M^
Ku\M-T\M^C\M-g\M-|\M^IU\M-P\M^K]\M-P\M-A\M-a
)\M-W;}\^hv\^c\m^k}\^h\m^ku\m-hp1...@wvs\m^im\m-d\m-h\m-k\m-}\m^?\m^?\m^km\m-
dz\m^e...@u1\m^i\m-x\m-a\m-`
\m^m\m^q...@\^f\m^i\m-a\m^ie\m-p\m^ke\^l\m-hi\m-f\^g\m^@\M^KE\M-P1\M-R\^AE\^L
\^A\M-{\^Q\M-V)}\^H\M^C}\^H\^O\M^EW\M^?\M^?\M^?\M-!\M-Dk\^A\M^Me\M-t[^_]\M-B\
^HU\M^I\M-eWV\M^I\M-NS\M^I\M-S\M^C\M-l,\M^IE\M-L\M^K@
\...@\^p\^b\m^ie\m-tt\^?ssh\m^y\m-c\m-x\^?j\^]\m-hx\m-e\^g\m^@\M^C\M-D\^P\M-k
w\M^KE\M-T\M^C\M-l\^L\M^I\M-r\M^Kx\^L\M^ME\M-dP\M^I\M-X\M^I\M-y\M-hi\M-H\^G\M
^...@+}\m-d\m^c\m-d\^l\m^c\m^?\^?v\^e\m-?\^?;}\^Hv\^C\M^K}\^H\M^KU\^L\M^I\M-x\M-
A\M-`
\m^i\m-a\m^ie\m-p\m-8...@\^f\m-h\m-+\m-e\^g\m^@\M^KU\M-L\M-8\^AQWVS\M-h\^\\M-
}\m^?\m^?z\m^e...@u\^u\m^ke\m-p1\m-r\^ae\^l\^a\m-{\^q\m-v)}\^H\M^C}\^Hu\M^N\M
-!\m-dk\^a\m^me\m-t[^_]\m-b\^h\m^p\^p...@\m-~_\^b\m-p\m-c\m-x\^?\240\^f\^a\^p
\...@\m-~_\^bbiosdisk\^p\m-@\m-~_\^c...@\m-j\m-x\^?\^p\m-b\m-x\^?\m-\x\^p\m-p\
M-c\M-x\^?p\M-g\M-x\^?\^B\M-$\M^O\M-0m\M^C\M-ii\M-2\^B\M-$\M^O\M-0mv\M-i\M-0\
^b\m-$\m^o\m-0m9\m-o\m-0\^b\m-$\m^o\m-0mj\m-i...@\m-0\^b\m-$\m^o\m-0m\m-0\m-q
\M-x\^?-\M-o\^U\M-A\^B\M-$\M^O\M-0m\^]\M-oD\M-<\^B\M-$\M^O\M-0m\^N\M-o\M^W\M-
<\^B\M-$\M^O\M-0m\M^?\M-n\M-*\M-<\^B\M-$\M^O\M-0m\M-r\M-n\M-u\M-<\^B\M-$\M^O\
M-0m\M-`\M-n\M-`\M^L\^B\M-$\M^O\M-0m\M-N\M-n\^B\M^M\^B\M-$\M^O\M-0m\M-,\M-ng\
M^N\^B\M-$\M^O\M-0m0\M-n\M-x\^?\M^M\M-n\^W\M^O\^B\M-$\M^O\M-0m\M-P\M-q\M-x\^?
v\M-n\M^D\M^M\^B\M-$\M^O\M-0mV\M-n\^M\M^N\^B\M-$\M^O\M-0m0\M^?\M-x\^?6\M-n\M-
;\M^N\^B\M-$\M^O\M-0m\^O\M-n\M-a\M^M\^B\M-$\M^O\M-0m\M^P\M-v\M-x\^?\M-m\M-m\M
^M\M^N\^B\M-$\M^O\M-0m\M-Q\M-mW\M^M\^B\M-$\M^O\M-0m\M-:\M-m\M-4\M^M\^B\M-$\M^
O\M-0m0\M-t\M-x\^?\M^Z\M-m2\M^N\^B\M-$\M^O\M-0mz\M-m\M-_\M^N\^B\M-$\M^O\M-0m\
M-0\M-t\M-x\^?X\M-m(\M^M\^B\M-$\M^O\M-0mF\M-m\M->\M-3\^B\M-$\M^O\M-0m.\M-m\M-
x\M-G\^B\M-$\M^O\M-0m\M-0\M-~\M-x\^?\^S\M-m\M-Hk\^A\^B\M-$\M^O\M-0m\^A\M-m\M-
Pk\^A\^B\M-$\M^O\M-0m\M-g\M-l\M-Tk\^A\^B\M-$\M^O\M-0m\M-V\M-l\M-Lk\^A\^B\M-$\
M^O\M-0m\M^P\M-}\M-x\^?\M-I\M-l\M^W\M-1\^B\M-$\M^O\M-0m\M-;\M-l'\M-6\^B\M-$\M
^O\M-0m\M^P\M^?\M-x\^?\M-.\M-lj\M-7\^B\M-$\M^O\M-0m\M-"\M-lQ\M-1\^B\M-$\M^O\M
-0m\M^U\M-l2\M-1\^B\M-$\M^O\M-0m\M^H\M-lJ\M-5\^B\M-$\M^O\M-0m{\M-lK\M-0\^B\M-
$\M^O\M-0mn\M-l\M-[\M-0\^B\M-$\M^O\M-0mb\M-l|\M-2\^B\M-$\M^O\M-0mV\M-l\M^L\M-
5\^B\M-$\M^O\M-0m\M-p\M-{\M-x\^?J\M-l7\M-0\^B\M-$\M^O\M-0m>\M-l\M-8\M-0\^B\M-
$\M^O\M-0m2\M-l\^Y\M-1\^B\M-$\M^O\M-0m&\M-lg\M-0\^B\M-$\M^O\M-0m\^P\M-z\M-x\^
?\^U\M-lR\M^H\^B\M-$\M^O\M-0m\^G\M-l\M-[\M-<\^B\M-$\M^O\M-0m\M-t\M-kN\M-B\^B\
M-$\M^O\M-0m\M-X\M-k\^H\M-Y\^B\M-$\M^O\M-0mp\M-{\M-x\^?\M-=\M-k*\M-H\^B\M-$\M
^O\M-0m\M-0\M-kr\M-B\^B\M-$\M^O\M-0m\M-$\M-k\^R\M^D\^B\M-$\M^O\M-0m\M^W\M-kJ\
M-A\^B\M-$\M^O\M-0m\M^E\M-kp\M-=\^B\M-$\M^O\M-0mw\M-kO\M^O\^B\M-

Excuse me for my mail: Le site steelix.kd85.com

2007-10-07 Thread Guillaume Dualé

Hi,
sorry for my previous e-mail.

I was mistaken in the mailling list name.

Regards,
Guillaume.



Le site steelix.kd85.com

2007-10-07 Thread Guillaume Dualé

Salut,
vous le savez probablement tous, le site http://steelix.kd85.com/ est 
down depuis un bon moment.


Je voulais savoir, quand est-ce-qu'il est privu d'jtre remis en ligne ?
Et surtout, pourquoi est-il down ?

C'est Wim qui s'en occupe ?

Qu'est-ce qu'il y avait comme services dessus a part CVS ?
Car si ce n'est pas un truc trhs compliqui, je pourrais proposer de le 
remplacer par un serveur que j'ai.


Il resterais plus qu'a faire pointer le DNS sur la bonne machine :)

Merci pour vos riponses.
A+
Guillaume.



Re: Encrypting partitions with openbsd 4.1 or 4.2

2007-10-03 Thread Guillaume Dualé

Hello,
perhaps this HowTo will help you ?

http://geektechnique.org/projectlab/797/openbsd-encrypted-nas-howto

See you :)
Guillaume.
---
carlopmart a icrit :

Hi all,

 How can I encrypt a whole partition with OpenBSD 4.1 or 4.2-current?? 
I  only info about encrypt image files and not partitions 


many thanks.