Still going strong

2010-03-24 Thread Theo de Raadt
These things make me smile. OpenBSD 4.7 (GENERIC) #300: Fri Mar 19 08:58:21 MDT 2010 dera...@vax.openbsd.org:/usr/src/sys/arch/vax/compile/GENERIC VAXstation 4000/90 [13000202 04010002] cpu0: KA49 real mem = 133877760 (127MB) avail mem = 126255104 (120MB) mainbus0 at root vsbus0 at mainbus0 vs

Postgrado en Adicciones

2010-03-24 Thread difusion-esa
[IMAGE] Director General: Dr. Horacio Serebrinsky  Director Academico: Dr. Marcelo R. Ceberio La Escuela Sistimica Argentina es una institucisn que desarrolla actividades de formacisn de Terapeutas familiares sistimicos, investigacisn y asistencia psicolsgica. REUNION INFORMATIVA 30 DE MARZO

4.6 upgrade problem with 'pkg_add -u' and PKG_PATH

2010-03-24 Thread Juan Miscaro
I am having trouble upgrading to 4.6. I always upgrade from a local master repository. First, from the latter I set up reverse port forwarding on the target server so that PKG_PATH=http://localhost:/ Then I do: pkg_add -v -ui -F update -F updatedepends -F alwaysupdate The error I get is:

Backup and monitoring

2010-03-24 Thread axl melkhov
Hello Community I'm new to OpenBSD, I want to write a script for backup and monitoring changes all files on the disk. Shell: ksh Utilities: dump, restore Input data: /etc/fstab ,/etc/dumpdates Output data: backup files, text file - filenames with changes Output dist: scsi disk for backup file, mai

Re: Backup and monitoring

2010-03-24 Thread Paul M
I use restore -t on the dump just created to get the listing of backed up files. I'm not sure just what your question is though - what you want seems clear enough, you just need to write the script now. paulm On 24/03/2010, at 10:15 PM, axl melkhov wrote: Hello Community I'm new to OpenBSD,

Re: Backup and monitoring

2010-03-24 Thread J.D. Bronson
How about looking at rsync Thats what we use and it will list out changes. I used to cron it each night and have it email the output... -- J.D. Bronson

Re: Backup and monitoring

2010-03-24 Thread Peter N. M. Hansteen
"J.D. Bronson" writes: > How about looking at rsync rsync is great, and there's a few utils that uses it such as rdiff-backup. On the other hand, if the number of machines you're backing up and restoring is a bit larger, I've developed a fondness for bacula myself. Not directly relevant to

Re: Backup and monitoring

2010-03-24 Thread Samuel Baldwin
I know you want to write your own script, but take a look at rsnapshot [1]. I've been using it for a while to backup my systems at home and it's been delightful. Just a small program based on rsync that handles backups in a nice simple, more space efficient, and automated way. [1] http://rsnapshot

Re: Backup and monitoring

2010-03-24 Thread Stephan Andreas
Am Wednesday 24 March 2010 11:15:36 schrieb axl melkhov: > Hello Community > I'm new to OpenBSD, I want to write a script for > backup and monitoring changes > all files on the disk. > > Shell: ksh > Utilities: dump, restore > Input data: /etc/fstab ,/etc/dumpdates > Output data: backup files, text

Re: Backup and monitoring

2010-03-24 Thread Predrag Punosevac
"J.D. Bronson" writes: > How about looking at rsync I asked a similar question about a year ago on this mailing list. Strangely enough, I ended up using a tool nobody mentioned explicitly in response to my e-mail. It is called unison http://www.cis.upenn.edu/~bcpierce/unison/ As observed

Emailing : 3 campagnes offertes

2010-03-24 Thread Corinne
NewsLetter

Oga patch isa bus_dma madness

2010-03-24 Thread Ted Roby
On Tue, Mar 23, 2010 at 8:23 PM, Owain Ainsworth wrote: > Hi, > > If you are testing pmemrange (you really should be), please also run > with this diff. It fixes problems with isadma on i386. > > This is technically three diffs squashed together (bad oga! I know, but > I need to do real work and t

Re: Backup and monitoring

2010-03-24 Thread L. V. Lammert
On Wed, 24 Mar 2010, axl melkhov wrote: > Hello Community > I'm new to OpenBSD, I want to write a script for > backup and monitoring changes > all files on the disk. > 2nd the recommendation for rsnapshot. Simple solution to many problems (including backing up files with root privledges) that are

Re: Still going strong

2010-03-24 Thread m brandenberg
On Wed, 24 Mar 2010, Theo de Raadt wrote: These things make me smile. OpenBSD 4.7 (GENERIC) #300: Fri Mar 19 08:58:21 MDT 2010 dera...@vax.openbsd.org:/usr/src/sys/arch/vax/compile/GENERIC VAXstation 4000/90 [13000202 04010002] They were built slow but they were built well. (Almost makes m

overall macbook reliability

2010-03-24 Thread Ted Roby
This is just a thread to praise OpenBSD, and give some feedback. I am running OpenBSD-current on Macbook 3,1 (3rd. revision) I have been using and supporting MacOS X since 10.1. Prior to that, I ran OpenBSD 3.0. My reason for "switching" was simply that of GUI. Now, I'm happy with Xenocara and

gnu grep -o flag

2010-03-24 Thread Gregory Edigarov
Hello Everybody, Just wonder how could one implement what gnu grep -o flag does using our toolchain? from ggrep(1): -o, --only-matching Show only the part of a matching line that matches PATTERN. -- With best regards, Gregory Edigarov

Re: gnu grep -o flag

2010-03-24 Thread Jan Stary
On Mar 24 19:00:06, Gregory Edigarov wrote: > Hello Everybody, > > Just wonder how could one implement what gnu grep -o flag does using > our toolchain? > > from ggrep(1): > > -o, --only-matching > Show only the part of a matching line that matches > PATTERN. Hint

Re: gnu grep -o flag

2010-03-24 Thread Christopher Zimmermann
On Wed, 24 Mar 2010 19:00:06 +0200 Gregory Edigarov wrote: > Hello Everybody, > > Just wonder how could one implement what gnu grep -o flag does using > our toolchain? > > from ggrep(1): > > -o, --only-matching > Show only the part of a matching line that matches >

I'd like to review your resume

2010-03-24 Thread Carrie @ TunaRez
Get Your FREE Resume Evaluation Go TO http://www.tunarez.com/resumeeval.asp?AD=1144&HDL=Dice-sp-hlist THEY'RE TALKING ABOUT TUNAREZ ===

Re: gnu grep -o flag

2010-03-24 Thread Marco Peereboom
huh? didn't you just grep for that? On Wed, Mar 24, 2010 at 07:00:06PM +0200, Gregory Edigarov wrote: > Hello Everybody, > > Just wonder how could one implement what gnu grep -o flag does using > our toolchain? > > from ggrep(1): > > -o, --only-matching > Show only the part of

Re: Oga patch isa bus_dma madness

2010-03-24 Thread Ariane van der Steldt
On Wed, Mar 24, 2010 at 09:16:02AM -0600, Ted Roby wrote: > On Tue, Mar 23, 2010 at 8:23 PM, Owain Ainsworth wrote: > > If you are testing pmemrange (you really should be), please also run > > with this diff. It fixes problems with isadma on i386. > > > > This is technically three diffs squashed to

Re: gnu grep -o flag

2010-03-24 Thread Brad Tilley
No. i...@iso2:~/Desktop$ grep import IDS_targets.py import MySQLdb import socket import getpass import datetime i...@iso2:~/Desktop$ grep import -o IDS_targets.py import import import import On Wed, 24 Mar 2010 13:33 -0500, "Marco Peereboom" wrote: > huh? > > didn't you just grep for that?

Re: gnu grep -o flag

2010-03-24 Thread Ted Unangst
On Wed, Mar 24, 2010 at 1:00 PM, Gregory Edigarov wrote: > Just wonder how could one implement what gnu grep -o flag does using > our toolchain? With a 10 line patch.

macbook pro 5,5

2010-03-24 Thread Pau
Dear all, is anybody running openbsd on the macbook pro 5,5? I was given one of these at work and I cannot get used to macosx. I have realised that X does not run with the nv driver, only with vesa, which is fine but I was wondering whether somebody has tried a recent snapshot on it. I installe

Re: gnu grep -o flag

2010-03-24 Thread Philip Guenther
On Wed, Mar 24, 2010 at 10:17 AM, Christopher Zimmermann wrote: > On Wed, 24 Mar 2010 19:00:06 +0200 Gregory Edigarov wrote: >> Just wonder how could one implement what gnu grep -o flag does using >> our toolchain? >> >> from ggrep(1): >> >> -o, --only-matching >> Show only the par

Re: gnu grep -o flag

2010-03-24 Thread Christopher Zimmermann
On Wed, 24 Mar 2010 13:06:12 -0700 Philip Guenther wrote: > On Wed, Mar 24, 2010 at 10:17 AM, Christopher Zimmermann > wrote: > > On Wed, 24 Mar 2010 19:00:06 +0200 Gregory Edigarov wrote: > >> Just wonder how could one implement what gnu grep -o flag does using > >> our toolchain? > >> > >> from

hardware check: Gigabyte GA H55M-UD2H

2010-03-24 Thread Raphaƫl Berbain
Hi, I am eyeing some new hardware, and would like to check for any potential problem or support issue. I googled and all, and now turn to misc@ in case I missed something. The config is described here : http://www.maisondunumerique.com/pc-media-center-hfx-mini-metal.html (french page, but I gues

Help with Huawei E160 modem

2010-03-24 Thread Chris Bennett
OK, we are trying to set up Internet service with a company in Guatemala that uses a Huawei E160 USB modem connected to a switch. They are having some difficulties since it is OpenBSD (-current from about 2 months ago). There is a laptop with a much older -current and a desktop with OpenBSD on

Re: gnu grep -o flag

2010-03-24 Thread Philip Guenther
On Wed, Mar 24, 2010 at 1:06 PM, Philip Guenther wrote: ... > Hmm, missing quote, and the expressions can be combined, but as a > portable solution this is indeed the right answer. >sed -n -e 's/.*\(PATTERN\).*/\1/p' Actually, there are two bug in that, an obvious one and a subtle one. The ob

Re: macbook pro 5,5

2010-03-24 Thread Ron McDowell
Installing *only* OpenBSD is pretty straightforward. I booted an OSX DVD, went straight into Disk Utility->Partition, created one big FAT32 partition as big as the disk, click Options, select Master Boot Record, Apply, wait til it's done. Then boot the OpenBSD disk, use fdisk during the insta

Re: macbook pro 5,5

2010-03-24 Thread Ted Roby
On Wed, Mar 24, 2010 at 3:31 PM, Ron McDowell wrote: > > I also noticed that even though I loaded the amd64 MP version, it's only > seeing 2.8/2.9GB of the 4GB in the box: > > I experience the same on my Macbook, and believe that it is normal. You should also have two lines like this perhaps: sp

Re: macbook pro 5,5

2010-03-24 Thread Jean-Philippe Ouellet
I run OpenBSD amd64 current (as of 2 weeks ago) on my MacBookPro5,3 (the latest 15 inch). Overall, the hardware is pretty well supported. I'm dual booting between OpenBSD and OSX 10.6.2. For the last year or so I've been meaning to write a dual-booting guide to send to nick for the faq, but n

Ultrasonic duvar dinleme cihazi 99 tl

2010-03-24 Thread Erdem
BU \R\N ]NTOKODA 1500 \N \ZER]NDE SATILDI !! CASUS DUVAR D]NLEME C]HAZI SADECE 99 TL \R\N ]G]N HAZIRLANMI^ V]DEO YU A^APIDAK] L]NKTEN ]ZLEYEB]L]RS]N]Z http://www.metacafe.com/watch/4218414/m_kemmel_duvar_dinleme_cihaz/ Teknoloji buna vzel bir |r|n |retmeyi ba~arm}~ ve hassas mikrofon te

Re: macbook pro 5,5

2010-03-24 Thread Jacob Meuser
On Wed, Mar 24, 2010 at 06:19:31PM -0400, Jean-Philippe Ouellet wrote: > I run OpenBSD amd64 current (as of 2 weeks ago) on my MacBookPro5,3 > (the latest 15 inch). > Sound seems to not work, despite azalia showing up in the dmesg, but > I can't say that I've thoroughly tested it either. yeah, mo

Se acerca Semana Santa promo jaboncitos

2010-03-24 Thread Amenitie Solutions
Amenitie Solutions [demime 1.01d removed an attachment of type APPLICATION/DEFANGED which had a name of lISTA DE PRECIOS PROMO JABONES.30056DEFANGED-xls]

Re: no sound Intel 82801I HD Audio in -current

2010-03-24 Thread Jacob Meuser
On Sat, Mar 20, 2010 at 09:18:37PM -0500, Peter Miller wrote: > # pcidump -xx 0:27:0 > 0:27:0: Intel 82801I HD Audio > 0x: 293e8086 0016 04030003 0010 > 0x0010: da54 > 0x0020: 30f7103c > 0x0030:

pf vs. bridge vs. spamd

2010-03-24 Thread Geoff
I'm trying to set up spamd on my firewall system. The configuration is tricky because my upstream provider (Verizon) only gives me 5 IPs, all on the same subnet. The firewall system is acting as a bridge and as a router. Two interfaces (sk0 and vr0) are in a bridge: bridge0: flags=3041

Re: gnu grep -o flag

2010-03-24 Thread Marco Peereboom
Congratulations you found import! On Wed, Mar 24, 2010 at 02:52:31PM -0400, Brad Tilley wrote: > No. > > i...@iso2:~/Desktop$ grep import IDS_targets.py > import MySQLdb > import socket > import getpass > import datetime > > i...@iso2:~/Desktop$ grep import -o IDS_targets.py > import > import

Obtenha um certificado com futuro!

2010-03-24 Thread ESINE
Ticnico em Prevengco de Riscos Laborais Todas as empresas necessitam de um plano de riscos laborais Obtenha um certificado com futuro Acesso 24 horas ao nosso campus virtual Com completo material didactico Um certificado que avaliza os seus conhecimentos Em menos de 6 meses! CLICK JA N

Re: macbook pro 5,5

2010-03-24 Thread Jean-Philippe Ouellet
On 3/24/10 8:10 PM, Jacob Meuser wrote: On Wed, Mar 24, 2010 at 07:12:13PM -0400, Jean-Philippe Ouellet wrote: On 3/24/10 6:49 PM, Jacob Meuser wrote: On Wed, Mar 24, 2010 at 06:19:31PM -0400, Jean-Philippe Ouellet wrote: I run OpenBSD amd64 current (as of 2 weeks ago) on my MacBookPro5,3 (the

ristrutturazione, parquet, imbiancatura, controsoffittature....

2010-03-24 Thread L'ALTRA DIMENSIONE
Richiesta di autorizzazione all'invio dell'email L'Altra Dimensione esegue lavori di Ristrutturazione, imbiancature, controsoffittature, decorazione, coibentazioni termoacustici, trattamenti antimuffa, canne fumarie ecc... Fornitura e posa di parquet, porte,finestre, zanzariere, sanitari, rubin

Re: macbook pro 5,5

2010-03-24 Thread Jacob Meuser
On Wed, Mar 24, 2010 at 10:26:59PM -0400, Jean-Philippe Ouellet wrote: > On 3/24/10 8:10 PM, Jacob Meuser wrote: > >On Wed, Mar 24, 2010 at 07:12:13PM -0400, Jean-Philippe Ouellet wrote: > >>On 3/24/10 6:49 PM, Jacob Meuser wrote: > >>>On Wed, Mar 24, 2010 at 06:19:31PM -0400, Jean-Philippe Ouellet

Re: macbook pro 5,5

2010-03-24 Thread Jacob Meuser
On Wed, Mar 24, 2010 at 10:26:59PM -0400, Jean-Philippe Ouellet wrote: > In the 3/9 kernel, there is no sound output anywhere. > > In the 3/23 kernel, I get output in headphones. > > Here is a new mixerctl -v: > outputs.hp_source=dac-2:3 [ dac-2:3 ] > outputs.hp_boost=off [ off on ] > outputs

Re: gnu grep -o flag

2010-03-24 Thread Ed Ahlsen-Girard
On Wed, Mar 24, 2010 at 2010-03-24 21:13:40, Philip Guenther wrote: ... > > Hmm, missing quote, and the expressions can be combined, but as a > > portable solution this is indeed the right answer. > >sed -n -e 's/.*\(PATTERN\).*/\1/p' > > Actually, there are two bug in that, an obvious one an