Re: ssh problem

2006-09-07 Thread Steve Williams
Leonard Jacobs wrote: Well I wish it were this easy, or perhaps I am still missing something. I added AllowUsers username in the sshd_config file and changed the drive to read/write and here's the results: [EMAIL PROTECTED]:~# mount -o rw /dev/wd0a / [EMAIL PROTECTED]:~# ssh -p 222 [EMAIL

Re: Serial Console and /etc/ttys

2006-09-07 Thread Woodchuck
On Wed, 6 Sep 2006, Edd Barrett wrote: If it works with the sun box, I assumed it's the correct cable? Not necessarily the case, said the grey old admin, sighing and wincing with the facial tic he thought he had lost in the mid 1990's. Getting a serial terminal to work is one of the bitchier

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Toni Mueller
Hello, On Thu, 22.06.2006 at 12:49:22 +0200, Henning Brauer [EMAIL PROTECTED] wrote: I haven't seen stability problems with mysql on OpenBSD in a long time. not even on sparc64. then you are very lucky, imho. On a variety of OpenBSD boxes, and with a variety of MySQL versions, I experience

Re: Serial Console and /etc/ttys

2006-09-07 Thread Edd Barrett
On 07/09/06, Woodchuck [EMAIL PROTECTED] wrote: On Wed, 6 Sep 2006, Edd Barrett wrote: If it works with the sun box, I assumed it's the correct cable? Not necessarily the case, said the grey old admin, sighing and wincing with the facial tic he thought he had lost in the mid 1990's.

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Edgars
Same here, a lot of problems since 3.7. :( Because of that, two client servers was migrated to freebsd :/ -Original message- From: Toni Mueller [EMAIL PROTECTED] Date: Thu, 7 Sep 2006 13:09:09 +0300 To: misc@openbsd.org Subject: Re: Opinion of MySQL 5.xx on OpenBSD 3.9... Hello, On

Bug in egrep?

2006-09-07 Thread Martin Marusak
OpenBSD egrep finds nothing in any text: --- % echo some text here | egrep -x ; echo $status some text here 0 --- GNU grep does not: --- % echo some text here | gegrep -x ; echo $status 1 --- Isn't that a bug in OpenBSD egrep? M.

Re: Bug in egrep?

2006-09-07 Thread Andrés
egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. On 9/7/06, Martin Marusak [EMAIL PROTECTED] wrote: OpenBSD egrep finds nothing in any text: --- % echo some text here | egrep -x ; echo $status some text here 0 --- GNU grep does not:

Website(s) being blocked by CARP/PF firewall (2 of 2)

2006-09-07 Thread Chris Cameron
Sorry, hit Ctrl+Enter. 192.168.0.1 - CARP IP 192.168.0.2 - Master firewall IP On the master CARP firewall, with tcpdump on the external interface: Connecting behind firewall: 08:18:30.705631 192.168.0.1.53119 209.104.48.144.80: S 4111080674:4111080674(0) win 16384 mss

Re: auvia plays noise with 44 KHz samples in OpenBSD 4.0 i386 (snapshot 2006-09-01)

2006-09-07 Thread Tom Cosgrove
[EMAIL PROTECTED] 7-Sep-06 14:28 As far as I understand, the fixed rate for my device ir 44.1 KHz; http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/auvia.c?rev=1.33content-type=text/x-cvsweb-markup But I have problems playing at that frequency. I have no problems with 48 KHz. On

Re: Website(s) being blocked by CARP/PF firewall

2006-09-07 Thread Asenchi
On 9/7/06, Chris Cameron [EMAIL PROTECTED] wrote: Have two 3.8 firewalls in a CARP setup, and through this firewall I'm unable to get to ticketmaster.ca or .com. They both have different IPs. On the master CARP firewall, with tcpdump on the external interface: If you want help you are going

Fw: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Marcos Laufer
I also experienced a lot of weird problems with MySQL5 on 3.9 , specially with high traffic sites using Wordpress . A bunch of this appear, and everything that uses mysql starts to get veeery slow: 060814 23:13:05 [ERROR] /usr/local/libexec/mysqld: Sort aborted 060814 23:14:05 [ERROR]

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Henning Brauer
* Toni Mueller [EMAIL PROTECTED] [2006-09-07 12:14]: Hello, On Thu, 22.06.2006 at 12:49:22 +0200, Henning Brauer [EMAIL PROTECTED] wrote: I haven't seen stability problems with mysql on OpenBSD in a long time. not even on sparc64. then you are very lucky, imho. no, you are very

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Tim Donahue
Make sure that you have your 'open-files-limit' parameter set to a sane value in your my.cnf. If you don't have anything set for that limit the default is extremely low (so low that using views tended to not work on my dev box). I have been using open-files-limit = 8192, however YMMV. Tim

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Jacob Yocom-Piatt
Original message Date: Thu, 7 Sep 2006 17:03:55 +0200 From: Henning Brauer [EMAIL PROTECTED] Subject: Re: Opinion of MySQL 5.xx on OpenBSD 3.9... To: misc@openbsd.org * Toni Mueller [EMAIL PROTECTED] [2006-09-07 12:14]: Hello, On Thu, 22.06.2006 at 12:49:22 +0200, Henning Brauer

MySQL 5.0.22 @ OpenBSD 3.9 SIGSEGV's under certain queries

2006-09-07 Thread Jan Stary
Hi all, this is the situation: on a 3.9 box (see dmesg at bottom) with 256MB RAM, I am running a MySQL server, version 5.0.22 as installed from the packages. Also, php5-core-5.0.5 and php5-mysql-5.0.5p0 are installed for apache to use. And on top of that, a user is running WordPress

Re: Bug in egrep?

2006-09-07 Thread Otto Moerbeek
On Thu, 7 Sep 2006, AndrC)s wrote: egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. Nah, an empty search pattern should match any line, as defined by SU and the man page. The only problem is if the -x option takes precendence or not.

Re: MySQL 5.0.22 @ OpenBSD 3.9 SIGSEGV's under certain queries

2006-09-07 Thread Stuart Henderson
On 2006/09/07 17:24, Jan Stary wrote: this is the situation: on a 3.9 box (see dmesg at bottom) with 256MB RAM, I am running a MySQL server, version 5.0.22 as installed from the packages. that looks like http://bugs.mysql.com/bug.php?id=19618

Re: Bug in egrep?

2006-09-07 Thread Claus Assmann
On Thu, Sep 07, 2006, Otto Moerbeek wrote: If anybody has access to a Solaris machine, I like to know what the test does there. $ uname -a SunOS mine 5.9 Generic_118558-11 sun4u sparc SUNW,Ultra-2 $ echo some text here | /usr/bin/egrep -x ; echo $? /usr/bin/egrep: illegal option -- x

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Otto Moerbeek
On Thu, 7 Sep 2006, Matthew Peltzer wrote: On 9/7/06, Tim Donahue [EMAIL PROTECTED] wrote: Make sure that you have your 'open-files-limit' parameter set to a sane value in your my.cnf. If you don't have anything set for that limit the default is extremely low (so low that using views

Re: Bug in egrep?

2006-09-07 Thread ddp
On 9/7/06, Otto Moerbeek [EMAIL PROTECTED] wrote: On Thu, 7 Sep 2006, AndrC)s wrote: egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. Nah, an empty search pattern should match any line, as defined by SU and the man page. The

Re: Bug in egrep?

2006-09-07 Thread Otto Moerbeek
On Thu, 7 Sep 2006, Loic Tortay wrote: On 07/09/06, Otto Moerbeek [EMAIL PROTECTED] wrote: If anybody has access to a Solaris machine, I like to know what the test does there. On Solaris 8, 9 and 10 machines, the test gives the same result: % echo some text here |

Re: Bug in egrep?

2006-09-07 Thread Otto Moerbeek
On Thu, 7 Sep 2006, Otto Moerbeek wrote: On Thu, 7 Sep 2006, AndrC)s wrote: egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. Nah, an empty search pattern should match any line, as defined by SU and the man page. The only

Re: Bug in egrep?

2006-09-07 Thread Loic Tortay
On 07/09/06, Otto Moerbeek [EMAIL PROTECTED] wrote: If anybody has access to a Solaris machine, I like to know what the test does there. On Solaris 8, 9 and 10 machines, the test gives the same result: % echo some text here | /usr/xpg4/bin/egrep -x ; echo $status 1 % Looc.

Re: Bug in egrep?

2006-09-07 Thread Adam PAPAI
Otto Moerbeek wrote: On Thu, 7 Sep 2006, AndrC)s wrote: egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. Nah, an empty search pattern should match any line, as defined by SU and the man page. The only problem is if the -x option

Re: Bug in egrep?

2006-09-07 Thread Mark Zimmerman
On Thu, Sep 07, 2006 at 05:44:40PM +0200, Otto Moerbeek wrote: On Thu, 7 Sep 2006, AndrC)s wrote: egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. Nah, an empty search pattern should match any line, as defined by SU and the man

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Stuart Henderson
On 2006/09/07 09:35, Matthew Peltzer wrote: 060830 22:37:02 [Warning] Could not increase number of max_open_files to more than 1772 (request: 8192) $ sysctl kern.maxfiles kern.maxfiles=1772 login.conf limits also apply (exactly which section depends on how mysqld is started). this comes up

Re: Bug in egrep?

2006-09-07 Thread Adam PAPAI
Otto Moerbeek wrote: On Thu, 7 Sep 2006, AndrC)s wrote: egrep shouldn't find anything, you are searching for the string in some text here, clearly, it isn't there. Nah, an empty search pattern should match any line, as defined by SU and the man page. The only problem is if the -x option

Re: Bug in egrep?

2006-09-07 Thread Stefan
On Thu, Sep 07, 2006, Otto Moerbeek wrote: If anybody has access to a Solaris machine, I like to know what the test does there. There's 2 different egreps on solaris. I had to give the full path to the one that supported the -x option. Granted this isn't the most up to date SunOS: % uname

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Kyle George
On Thu, 7 Sep 2006, Jacob Yocom-Piatt wrote: i too was unlucky until i read some posts on misc@ several months back. adding _mysql:\ :datasize=1024M:\ :maxproc=4096:\ :openfiles-cur=2048:\ :openfiles-max=8192:\ :stacksize-cur=16M:\

Re: Serial Console and /etc/ttys

2006-09-07 Thread L. V. Lammert
On Thu, 7 Sep 2006, Woodchuck wrote: On Wed, 6 Sep 2006, Edd Barrett wrote: If it works with the sun box, I assumed it's the correct cable? Not necessarily the case, said the grey old admin, sighing and wincing with the facial tic he thought he had lost in the mid 1990's. Nah, .. forget

Segfault on calling getdirentries()

2006-09-07 Thread Tim van der Molen
Hello, Thunar (a file manager for Xfce; not in ports) segfaults on i386 -current. The author of Thunar thinks the crash is due to a call to getdirentries() and has asked me to ask about it here. Does anyone know what could have caused this crash? The bug report:

Re: Website(s) being blocked by CARP/PF firewall

2006-09-07 Thread Chris Cameron
On Thu, 2006-09-07 at 10:46 -0400, Asenchi wrote: On 9/7/06, Chris Cameron [EMAIL PROTECTED] wrote: Have two 3.8 firewalls in a CARP setup, and through this firewall I'm unable to get to ticketmaster.ca or .com. They both have different IPs. But make sure you have read and understand the

Re: Website(s) being blocked by CARP/PF firewall

2006-09-07 Thread Tim Pushor
Again, does anyone have any ideas? Can other people access ticketmaster through their CARP'd NAT firewall? Yeah it works fine over here. How about cranking PF's debugging and watching syslog? pfctl -x loud Tim

Re: Website(s) being blocked by CARP/PF firewall

2006-09-07 Thread Nick Shank
Chris Cameron wrote: On Thu, 2006-09-07 at 10:46 -0400, Asenchi wrote: On 9/7/06, Chris Cameron [EMAIL PROTECTED] wrote: Have two 3.8 firewalls in a CARP setup, and through this firewall I'm unable to get to ticketmaster.ca or .com. They both have different IPs. But make

Re: Mail gateway behind MS Exchange

2006-09-07 Thread Mark Prins
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote on : spamassassin and smtp-vilter works quite nicely for this, you will want to generate an /etc/mail/access containing the list of valid usernames so you can reject unknown users with an SMTP error rather than having bounces for all the spam

Re: Website(s) being blocked by CARP/PF firewall

2006-09-07 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I didn't see any Can't access Tickmaster.ca entries; but I think I have the rest covered. No other sites have this problem. The firewall sits in front of an office of 15 or so, so I believe I would have heard something. Logging is turned

Re: Secure file storage.

2006-09-07 Thread Nick Shank
viq wrote: I was trying to google for some solution, but didn't come up with anything useful. I am looking for a way to securely store files. Like, say, your mail archive. Or home folder. I know, use vnd seems to be the main choice on OpenBSD. But, I want to be able to access those files from

Secure file storage.

2006-09-07 Thread viq
I was trying to google for some solution, but didn't come up with anything useful. I am looking for a way to securely store files. Like, say, your mail archive. Or home folder. I know, use vnd seems to be the main choice on OpenBSD. But, I want to be able to access those files from other systems

Socket 10/100 Ethernet CF Card

2006-09-07 Thread Patrick Heim
I have a little problem - my Socket 10/100 CF Ethernet card is not properly recognized under 4.0 snapshot (9/1/06). It never was, but I saw a changelong entry Support Compaq Flash Socket CF 10/100 card in ne(4). (http://www.openbsd.org/plus.html) and was expecting that it would. dmesg output is:

Re: Segfault on calling getdirentries()

2006-09-07 Thread Otto Moerbeek
On Thu, 7 Sep 2006, Tim van der Molen wrote: Hello, Thunar (a file manager for Xfce; not in ports) segfaults on i386 -current. The author of Thunar thinks the crash is due to a call to getdirentries() and has asked me to ask about it here. Does anyone know what could have caused this

Re: Secure file storage.

2006-09-07 Thread Joachim Schipper
On Thu, Sep 07, 2006 at 08:01:11PM +0200, viq wrote: I was trying to google for some solution, but didn't come up with anything useful. I am looking for a way to securely store files. Like, say, your mail archive. Or home folder. I know, use vnd seems to be the main choice on OpenBSD. But, I

Re: Bug in egrep?

2006-09-07 Thread Oliver J. Morais
* Otto Moerbeek [EMAIL PROTECTED] [060907 17:44]: If anybody has access to a Solaris machine, I like to know what the test does there. SunOS XX 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V240 # echo some text here | egrep -x ; echo $? egrep: illegal option -- x usage: egrep [

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Daniel Ouellet
Make sure that you have your 'open-files-limit' parameter set to a sane value in your my.cnf. If you don't have anything set for that limit the default is extremely low (so low that using views tended to not work on my dev box). I have been using open-files-limit = 8192, however YMMV. A very

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread L. V. Lammert
On Thu, 7 Sep 2006, Toni Mueller wrote: Hello, On Thu, 22.06.2006 at 12:49:22 +0200, Henning Brauer [EMAIL PROTECTED] wrote: I haven't seen stability problems with mysql on OpenBSD in a long time. not even on sparc64. then you are very lucky, imho. On a variety of OpenBSD boxes, and

OpenBSD Wireless Router

2006-09-07 Thread John Tate
OpenBSD Misc, I am constantly disappointed with the lack of freedom out-of-the-box wireless routers provide. I am interested in a solution on OpenBSD, because I have used it for similar things and personally nothing else beats it. There are other BSD and Linux based solutions that could probably

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Daniel Ouellet
Kyle George wrote: On Thu, 7 Sep 2006, Jacob Yocom-Piatt wrote: i too was unlucky until i read some posts on misc@ several months back. adding _mysql:\ :datasize=1024M:\ :maxproc=4096:\ :openfiles-cur=2048:\ :openfiles-max=8192:\ :stacksize-cur=16M:\

Re: Replacing a failed HD in a raidframe array

2006-09-07 Thread Greg Oster
Jason Murray writes: [snip] So according to the raidctl(8) once I add the new HD to the system I do a raidctl -a /dev/hd1d to add it as a spare, then do a raidctl -F component1 raid0 to force a rebuild. Then I would modify my /etc/raid0.conf to reflect my new device (which actually won't

Re: Secure file storage.

2006-09-07 Thread viq
On 9/7/06, Nick Shank [EMAIL PROTECTED] wrote: viq wrote: I was trying to google for some solution, but didn't come up with anything useful. I am looking for a way to securely store files. Like, say, your mail archive. Or home folder. I know, use vnd seems to be the main choice on OpenBSD.

Re: OpenBSD Wireless Router

2006-09-07 Thread Terry
On Fri, Sep 08, 2006 at 05:00:16AM +1000, John Tate wrote: I am constantly disappointed with the lack of freedom out-of-the-box wireless routers provide. I am interested in a solution on OpenBSD, because I haven't used any Soekris device yet but you may be interested in this:

Re: Serial Console and /etc/ttys

2006-09-07 Thread Woodchuck
On Thu, 7 Sep 2006, L. V. Lammert wrote: On Thu, 7 Sep 2006, Woodchuck wrote: On Wed, 6 Sep 2006, Edd Barrett wrote: If it works with the sun box, I assumed it's the correct cable? Not necessarily the case, said the grey old admin, sighing and wincing with the facial tic he

Re: Secure file storage.

2006-09-07 Thread viq
On 9/7/06, Joachim Schipper [EMAIL PROTECTED] wrote: On Thu, Sep 07, 2006 at 08:01:11PM +0200, viq wrote: I was trying to google for some solution, but didn't come up with anything useful. I am looking for a way to securely store files. Like, say, your mail archive. Or home folder. I know,

Re: OpenBSD Wireless Router

2006-09-07 Thread viq
On 9/7/06, John Tate [EMAIL PROTECTED] wrote: OpenBSD Misc, I am constantly disappointed with the lack of freedom out-of-the-box wireless routers provide. I am interested in a solution on OpenBSD, because I have used it for similar things and personally nothing else beats it. There are other

qcad and qt3

2006-09-07 Thread Karel Kulhavy
Hello I tried to install qcad2 and I wonder how to actually install that qt3 which is in the requirements. But I can't find anything that would look like generic qt3 in the packages. There are: qt3-examples-3.5.tgz qt3-html-3.5.tgz qt3-mt-3.5p4.tgz qt3-mysql-3.5p1.tgz

Re: OpenBSD Wireless Router

2006-09-07 Thread openbsd misc
On Fri, Sep 08, 2006 at 05:00:16AM +1000, John Tate wrote: I am constantly disappointed with the lack of freedom out-of-the-box wireless routers provide. I am interested in a solution on OpenBSD, because I haven't used any Soekris device yet but you may be interested in this:

OUT, IN on OpenBSD

2006-09-07 Thread Karel Kulhavy
How can I perform OUT and IN on OpenBSD? I have some Linux program that patches BIOS on my notebook so the proper 1400x1050 resolution can be used, and it uses iopl and outl which don't seem to exist in OBSD (man outl, man iopl). I wonder if I could replace these calls by something else. CL

update your account

2006-09-07 Thread [EMAIL PROTECTED]
Bank of America Higher Standards [IMAGE] Online Banking Alert Need additional up to the minute account information? Sign in Your Online Banking is Blocked Because of unusual number of invalid login attempts on you account, we had to believe that, their might be some security problem on you

Re: qcad and qt3

2006-09-07 Thread Sam Chill
On 9/7/06, Karel Kulhavy [EMAIL PROTECTED] wrote: Hello I tried to install qcad2 and I wonder how to actually install that qt3 which is in the requirements. But I can't find anything that would look like generic qt3 in the packages. There are: qt3-examples-3.5.tgz qt3-html-3.5.tgz

Re: Website(s) being blocked by CARP/PF firewall

2006-09-07 Thread Sam Chill
On 9/7/06, Chris Cameron [EMAIL PROTECTED] wrote: Have two 3.8 firewalls in a CARP setup, and through this firewall I'm unable to get to ticketmaster.ca or .com. They both have different IPs. On the master CARP firewall, with tcpdump on the external interface: It might be useful if you post

Re: qcad and qt3

2006-09-07 Thread Terry
On Thu, Sep 07, 2006 at 09:35:03PM +0200, Karel Kulhavy wrote: Hello I tried to install qcad2 and I wonder how to actually install that qt3 snip The latest package for OpenBSD is qcad-1.5.4.tgz Install this package properly and it will get all the dependencies. -- Terry

Re: qcad and qt3

2006-09-07 Thread Terry
On Thu, Sep 07, 2006 at 04:55:47PM -0400, Sam Chill wrote: On 9/7/06, Karel Kulhavy [EMAIL PROTECTED] wrote: Hello I tried to install qcad2 and I wonder how to actually install that qt3 which is in the requirements. But I can't find anything that would look like generic qt3 in the

Re: qcad and qt3

2006-09-07 Thread Antti Harri
On Thu, 7 Sep 2006, Karel Kulhavy wrote: I tried to install qcad2 and I wonder how to actually install that qt3 Hi, contact me in private if you want to test the update I wrote for the port. I won't submit it to ports@ until the tree is unlocked. Btw I have tried contacting the maintainer

Maildroid Upgrade Questions

2006-09-07 Thread Roger Neth Jr
Hello List, Thought I would try an upgrade to the 3.7 maildroid. So far upgraded 3.73.83.9 from CD Followed the upgrade FAQ and couldn't figure out the cd / patch -C -p0 upgrade39.patch Where is this located? I looked in the ftp patches directory and there weren't any patches in 3.9

Re: OUT, IN on OpenBSD

2006-09-07 Thread Ted Unangst
On 9/7/06, Karel Kulhavy [EMAIL PROTECTED] wrote: How can I perform OUT and IN on OpenBSD? I have some Linux program that patches BIOS on my notebook so the proper 1400x1050 resolution can be used, and it uses iopl and outl which don't seem to exist in OBSD (man outl, man iopl). you include

recommend web-based file explorer program?

2006-09-07 Thread smith
Can anyone recommend a good web-based file explorer program. I'd like to setup a website with openbsd where users can 1) upload and download files and 2) give their customer's permission to upload and download files too. It would be great if the program had the look and feel similar to windows

Profitons ensemble des derni�res soir�es de l'�t

2006-09-07 Thread nico15
Salut, Je m'appelle Nicolas et j'ai 27 ans. Mes exs itaient toutes satisfaites de moi de tous points de vue. Je suis seul depuis quelques temps et je voudrais rencontrer une fille (20/35 ans) bien dans sa peau, aimant les sorties sur Paris pour profiter des dernihres soiries de beau temps de

Re: Some questions related to 4.0

2006-09-07 Thread Sebastian Rother
- Something else: - cdio(1) can now perform track-at-once burning and rewritable blanking. - - Is it planed to create a own CD Burn application on OpenBSD? - I`ve read a lot peoples do have problems with cdrtools (lets name it - Debian and others) and even forked cdrtools. But except of this cdio

Re: Secure file storage.

2006-09-07 Thread Joachim Schipper
On Thu, Sep 07, 2006 at 09:28:33PM +0200, viq wrote: On 9/7/06, Joachim Schipper [EMAIL PROTECTED] wrote: On Thu, Sep 07, 2006 at 08:01:11PM +0200, viq wrote: I am looking for a way to securely store files. Like, say, your mail archive. Or home folder. I know, use vnd seems to be the main

Re: Maildroid Upgrade Questions

2006-09-07 Thread Joachim Schipper
On Thu, Sep 07, 2006 at 02:31:34PM -0700, Roger Neth Jr wrote: Hello List, Thought I would try an upgrade to the 3.7 maildroid. So far upgraded 3.73.83.9 from CD Followed the upgrade FAQ and couldn't figure out the cd / patch -C -p0 upgrade39.patch Where is this located? I

Re: Secure file storage.

2006-09-07 Thread viq
On 9/8/06, Joachim Schipper [EMAIL PROTECTED] wrote: On Thu, Sep 07, 2006 at 09:28:33PM +0200, viq wrote: On 9/7/06, Joachim Schipper [EMAIL PROTECTED] wrote: On Thu, Sep 07, 2006 at 08:01:11PM +0200, viq wrote: I am looking for a way to securely store files. Like, say, your mail archive.

Re: Question regarding mailserver setup

2006-09-07 Thread Jeff Nelson
On Tue, Sep 05, 2006 at 12:58:31PM +0200, Jonas Thambert wrote: Im using postfix,amavisd,clamav,spamassassin on a OpenBSD 3.9 server. The setup works great. The problem I have is that I would like to use Razor or Pyzor. I tried and installed razor but it doesnt seem to work very well. On

Re: Serial Console and /etc/ttys

2006-09-07 Thread Lars Hansson
http://www.conserver.com/consoles/ (Almost) All you ever wanted to know about serial consoles. --- Lars Hansson

Re: OUT, IN on OpenBSD

2006-09-07 Thread Damien Miller
On Thu, 7 Sep 2006, Karel Kulhavy wrote: How can I perform OUT and IN on OpenBSD? I have some Linux program that patches BIOS on my notebook so the proper 1400x1050 resolution can be used, and it uses iopl and outl which don't seem to exist in OBSD (man outl, man iopl). I wonder if I could

Re: Serial Console and /etc/ttys

2006-09-07 Thread Shane J Pearson
On 08/09/2006, at 5:21 AM, Woodchuck wrote: I used to do this with an Ohmmeter with a paperclip soldered to each lead. Sometimes I'd bribe a hardware guy with doughnuts to use his oscilloscope. Some people might find that when soldering a wire to a paperclip, that they get a bead of solder