Re: Disks connected to ahd0 causes boot to fail

2010-01-16 Thread Brynet
Ken wrote: As a general note, the source tree is going to be locked in the near future for 4.7. There has been a major re-write of the SCSI layer internals, and many device drivers were touched. TEST NOW! Test anything that produces sd, cd, st, etc. devices. All hardware and all weird-ass

MPC79 in AHCI mode

2010-01-16 Thread Wouter Coene
Hi, The following patch against 4.6 makes the MPC79 chipset (found on boards with an nvidia ion chipset) work in AHCI mode. Without this change the AHCI driver fails to detect any drives. Index: /usr/src/sys/dev/pci/ahci.c === RCS

Re: Disks connected to ahd0 causes boot to fail

2010-01-16 Thread Kenneth R Westerback
On Sat, Jan 16, 2010 at 05:00:33AM -0500, Brynet wrote: Ken wrote: As a general note, the source tree is going to be locked in the near future for 4.7. There has been a major re-write of the SCSI layer internals, and many device drivers were touched. TEST NOW! Test anything that

Votre communication beaucoup moins chère

2010-01-16 Thread fichiers
5 janvier 2010 LES IMPRESSIONS LES MOINS CHERES DE FRANCE www.partner-communication.fr votre adresse e-mail nous ` iti vendue par la sociiti OPTIN EMULTIMEDIA LTD au capital de 1 # - 29 Harley Street - London W1G 9QR - web: www.weboptins.com .fichi...@live.fr si vous n'avez pas donnez votre

how do I do a rename(1) ?

2010-01-16 Thread Christopher Zimmermann
Hi! I'm missing the http://linux.die.net/man/1/rename command in OpenBSD. Preferably with regex support like in Debian. Is there a similar tool or a port containing this tool? I couldn't find any. I often use this to do things like: rename .jpg .jpeg *.jpg or $ ls 10_bulb 11_funny 12_things

Re: how do I do a rename(1) ?

2010-01-16 Thread Matthias Kilian
On Sat, Jan 16, 2010 at 01:10:06PM +0100, Christopher Zimmermann wrote: I'm missing the http://linux.die.net/man/1/rename command in OpenBSD. Preferably with regex support like in Debian. Is there a similar tool or a port containing this tool? find(1), sed(1), mv(1), sh(1) Ciao, Kili

Route traffic between two IPSEC tunnels

2010-01-16 Thread Mihajlo Manojlov
Hello everybody, is there any way to route traffic between two ipsec tunnels, like in this example: Lan1---|Router1|--Wan1---|INTERNET|---Wan2---|Router2|---Lan2 | Wan3

Re: how do I do a rename(1) ?

2010-01-16 Thread Han Boetes
Christopher Zimmermann wrote: I'm missing the http://linux.die.net/man/1/rename command in OpenBSD. Ehm. ~% uname -a Linux marsupilami 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 x86_64 GNU/Linux ~% which rename /usr/bin/rename ~% file /usr/bin/rename

Re: how do I do a rename(1) ?

2010-01-16 Thread Christopher Zimmermann
On Sat, 16 Jan 2010 14:16:49 +0059 Han Boetes h...@mijncomputer.nl wrote: Christopher Zimmermann wrote: I'm missing the http://linux.die.net/man/1/rename command in OpenBSD. Ehm. ~% uname -a Linux marsupilami 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 x86_64 GNU/Linux

Re: how do I do a rename(1) ?

2010-01-16 Thread Daniele Pilenga
On Sat, Jan 16, 2010 at 2:17 PM, Han Boetes h...@mijncomputer.nl wrote: Christopher Zimmermann wrote: I'm missing the http://linux.die.net/man/1/rename command in OpenBSD. I found this some time ago, very handy: http://snipplr.com/view/2677/rename--larry-walls-filename-fixer/ HTH. Ciao, D.

Re: the root is on

2010-01-16 Thread Manuel Giraud
Otto Moerbeek o...@drijf.net writes: Here's a probably stupid question: since the kernel can detect the root on sd0a why is there still a need for fstab entry for it? Because you might want to specify mount options, or an alternate root. In fact, I was wondering because I have installed

Voce Recebeu um Vivo Torpedo Web

2010-01-16 Thread noreply
ae Voce acaba de receber um Vivo Foto Torpedo! Foto torpedo enviado do numero (0xx) 99985214. Visualizar Foto (200kb/Tempo estimado: 0:30Seg) Para melhor visualizacao atualize seu Flash Player. ae Uma empresa Brasil Telecom e Telefonica b copyright 2009

Re: how do I do a rename(1) ?

2010-01-16 Thread Chris Bennett
Daniele Pilenga wrote: On Sat, Jan 16, 2010 at 2:17 PM, Han Boetes h...@mijncomputer.nl wrote: Christopher Zimmermann wrote: I'm missing the http://linux.die.net/man/1/rename command in OpenBSD. I found this some time ago, very handy:

Re: trac on OpenBSD current

2010-01-16 Thread Stuart Henderson
On 2010-01-15, Sebastiano sebastianopom...@tiscali.it wrote: I found on OpenPorts the trac package, and I'm wondering if it is already ok to work with chrooted apache provided by a default installation. Or do I have to tweak something (or a lot)? Or simply it just won't work and I should get

Re: Any good/bad experiences on OpenBSD4.6-release Dell R(2|4|6)10 or HP DL320 G6

2010-01-16 Thread Andrea Parazzini
On Fri, 15 Jan 2010 18:33:10 -0600, Marco Peereboom sl...@peereboom.us wrote: You need to use the SCSI to to enable it. I tried but without success, I can not edit any page (tried -P 0 and -P 3): # scsi -f /dev/rsd0c -m 8 snip WCE: 1 snip # scsi -f /dev/rsd0c -m 8 -P 3 -e SCIOCCOMMAND ioctl:

Re: the root is on

2010-01-16 Thread Brad Tilley
On Sat, 16 Jan 2010 14:37 +0100, Manuel Giraud manuel.gir...@univ-nantes.fr wrote: Otto Moerbeek o...@drijf.net writes: Here's a probably stupid question: since the kernel can detect the root on sd0a why is there still a need for fstab entry for it? Because you might want to specify

Re: trac on OpenBSD current

2010-01-16 Thread Sebastiano Pomata
After installing the package, pkg_add suggests to run the trac standalone server, so I think I will stick with it for trac, while keeping apache chrooted for other websites. I think my trac project it's simple enough that I don't need FastCGI option Thank you Il 16/01/2010 15.31, Stuart

Re: how do I do a rename(1) ?

2010-01-16 Thread Ted Unangst
On Sat, Jan 16, 2010 at 7:10 AM, Christopher Zimmermann madro...@zakweb.de wrote: I often use this to do things like: rename .jpg .jpeg *.jpg There's also a mmv in ports, that works somewhat like the DOS move command, useful in times like this.

ESPNsoccernet.com:AZ does it

2010-01-16 Thread mlt0yeni
This is a message from ESPNsoccernet.com sent to you by: Yenita Phil mlt0y...@aol.com Greetings Dear, My name is Yenita. It's my honor to contact you through this medium with a greatconfidence regarding a reasonable sum of money inherited from my late father, a business merchant and a

Re: spamd okean blacklist not mirrored

2010-01-16 Thread patrick keshishian
On Fri, Jan 15, 2010 at 3:35 PM, Jan Dev jan...@gmx.ch wrote: Chris Bennett wrote: Jan Dev wrote: Hi all The /etc/mail/spamd.conf shipped with OpenBSD 4.6 says that the china blacklist located at http://www.okean.com/chinacidr.txt is mirrored at

Problems with remote install

2010-01-16 Thread chris
I have had some problems with new installs with -current Right now I am trying to upgrade my server remotely through IP-KVM I now have gotten the same problem twice with this install, I am forced to install all of the X sets for some reason.Since this connection is dreadfully slow, I was going to

[krw: Re: Problems with remote install]

2010-01-16 Thread Kenneth R Westerback
Oops. Too fast on the send button. Ken - Forwarded message from Kenneth R Westerback krw - Date: Sat, 16 Jan 2010 15:00:40 -0500 From: Kenneth R Westerback krw To: ch...@bennettconstruction.biz Subject: Re: Problems with remote install On Sat, Jan 16, 2010 at 11:41:08AM -0700,

Re: Disks connected to ahd0 causes boot to fail

2010-01-16 Thread Jeff Ross
Kenneth R Westerback wrote: On Fri, Jan 15, 2010 at 07:51:53PM -0700, Jeff Ross wrote: With the most recent snapshot (#385, from Jan 11) I can boot just fine so long as the disks I have attached to ahcd (in an external enclosure) are not powered on. Many things were fixed at the just

Re: Client no-ip in the OpenBSD.

2010-01-16 Thread Saulo Bozzi
Ok, I install the no-ip client by pkg_add. But, dont work. him asks option 0, 1, 2 for interfaces. I choice option 1 that my interface and stop. not continue. Already active in sysctl emulation of linux binary, and nothing. Anybody, any suggestion? 2010/1/15 PsYkHe psyk...@gmail.com Thank

Re: Client no-ip in the OpenBSD.

2010-01-16 Thread Marcello Cruz
Dear friend, There is another way to update your IP address without the use of the no-ip client. I use lynx and it does just the same. Lynx is part of a regular OBSD install. You can run it, for example, with your connection script (like ppp.linkup) or after a reboot in the rc.local. Also,

Re: Client no-ip in the OpenBSD.

2010-01-16 Thread Saulo Bozzi
cool, but now the no-ip binary work. but, where put him to run in the boot? rc.conf.local? 2010/1/17 Marcello Cruz marcello.c...@globo.com Dear friend, There is another way to update your IP address without the use of the no-ip client. I use lynx and it does just the same. Lynx is part of