Re: Can't install using pkg_add from FTP mirror and from Local Mirror

2008-07-10 Thread Jacob Meuser
On Wed, Jul 09, 2008 at 07:45:01PM -0700, my mail wrote: --- On Wed, 7/9/08, Jacob Meuser [EMAIL PROTECTED] wrote: From: Jacob Meuser [EMAIL PROTECTED] Subject: Re: Can't install using pkg_add from FTP mirror and from Local Mirror To: misc@openbsd.org Date: Wednesday, July 9, 2008,

Re: how to undelete?

2008-07-10 Thread Leonardo Rodrigues
If I'm not mistaken, openbsd zeroes the data when you delete a file. I remember trying to recover a file and then receiving a 0Kb file =) If you still want to try, you could try using the sleuth kit (available in ports) to recover something.

Re: why pf log output to /var/log/messages /dev/console ?

2008-07-10 Thread Dongsheng Song
Thank you, it's OK now ! 2008/7/10 Daniel Melameth [EMAIL PROTECTED]: On Wed, Jul 9, 2008 at 6:48 PM, Dongsheng Song [EMAIL PROTECTED] wrote: I searched /etc/syslog.conf, but can't find how to disable it. Jul 10 08:40:04 proxy /bsd: pf: loose state match: TCP in wire: 192.168.4.132:3833

Re: Vulnerability Note VU#800113 - Multiple DNS implementations vulnerable to cache poisoning

2008-07-10 Thread Pete Vickers
looks like there is some work in progress to update the in-tree BIND to 9.4.2-P1 + local tweaking, for example: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/bind/lib/dns/dispatch.c?r1=1.8 As Theo points out, patience is a virtue, and it's the + local tweaking above that is the reason

Re: Vulnerability Note VU#800113 - Multiple DNS implementations vulnerable to cache poisoning

2008-07-10 Thread Peter N. M. Hansteen
Pete Vickers [EMAIL PROTECTED] writes: looks like there is some work in progress to update the in-tree BIND to 9.4.2-P1 + local tweaking, for example: reading tea leaves^H^H^H^H^H^H^H^H^H^Hsource-changes has me thinking the BIND bug has spurred some activity in other parts of the tree, too (as

Re: Can't install using pkg_add from FTP mirror and from Local Mirror

2008-07-10 Thread my mail
--- On Thu, 7/10/08, Jacob Meuser [EMAIL PROTECTED] wrote: From: Jacob Meuser [EMAIL PROTECTED] Subject: Re: Can't install using pkg_add from FTP mirror and from Local Mirror To: misc@openbsd.org Date: Thursday, July 10, 2008, 6:24 AM On Wed, Jul 09, 2008 at 07:45:01PM -0700, my mail wrote:

Re: how to undelete?

2008-07-10 Thread Henning Brauer
* Leonardo Rodrigues [EMAIL PROTECTED] [2008-07-10 08:50]: If I'm not mistaken, openbsd zeroes the data when you delete a file. no, that would be pointless. -- Henning Brauer, [EMAIL PROTECTED], [EMAIL PROTECTED] BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS

Ports dependencies

2008-07-10 Thread Eric Dillenseger
Hi misc@, When installing a package from the ports, there are build dependencies and runtime dependencies. In many cases, B-deps aren't used once the package is installed. Is there any other way than looking at the ports makefile to spot the B-deps installed on a system ?

sendmail STARTTLS

2008-07-10 Thread GVG GVG
Dear list, running currently 4.3 generic with sendmail: Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG -- did try to

Re: Ports dependencies

2008-07-10 Thread Dawe
Eric Dillenseger wrote: Hi misc@, When installing a package from the ports, there are build dependencies and runtime dependencies. In many cases, B-deps aren't used once the package is installed. Is there any other way than looking at the ports makefile to spot the B-deps installed on a system

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 3:13 PM, giovanni [EMAIL PROTECTED] wrote: pkg_add cyrus-sasl-.tgz # vat /etc/mk.conf WANT_SMTPAUTH=yes rebuild sendmail -- see ya, giovanni Thanks for your reply but I thought that this is necessary only if SMTP_AUTH should be enabled! In my case I'll use

Re: how to undelete?

2008-07-10 Thread David Vasek
On Thu, 10 Jul 2008, Henning Brauer wrote: * Leonardo Rodrigues [EMAIL PROTECTED] [2008-07-10 08:50]: If I'm not mistaken, openbsd zeroes the data when you delete a file. no, that would be pointless. For the archives: unless it is specifically requested as rm -P Regards, David

Re: sendmail STARTTLS

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: [...] did try to setup STARTTLS but I don't think that it works! here are the modifications in my .mc file: -- define(`CERT_DIR', `MAIL_SETTINGS_DIR`'CA')dnl define(`confCACERT_PATH', `CERT_DIR')dnl

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 3:33 PM, giovanni [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 03:19:11PM +0200, GVG GVG wrote: On Thu, Jul 10, 2008 at 3:13 PM, giovanni [EMAIL PROTECTED] wrote: pkg_add cyrus-sasl-.tgz # vat /etc/mk.conf WANT_SMTPAUTH=yes

VPN Failover

2008-07-10 Thread mail-lists
Hello List, I'm having some issues with IPSec VPN tunnels. Here is what I'm trying to do: I have a VPN 'server' with 2 internet connections (IP1, IP2) I have several remote locations which connect to the VPN server. When IP1 goes down on the VPN server I want the

note for faq, maybe

2008-07-10 Thread Marc Balmer
if you use pppoe(4) for internet, and want to do a remote update from 4.2 to 4.3, over said pppoe(4) link, then the normal update procedure will not work, because the 4.3 kernel and the 4.2 ifconfig binary can not work together. after rebooting the new 4.3 bsd kernel, the network will not be

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 3:33 PM, Will Maier [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: [...] did try to setup STARTTLS but I don't think that it works! here are the modifications in my .mc file: -- define(`CERT_DIR',

Re: sendmail STARTTLS

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 03:56:48PM +0200, GVG GVG wrote: On Thu, Jul 10, 2008 at 3:33 PM, Will Maier [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: -- define(`CERT_DIR', `MAIL_SETTINGS_DIR`'CA')dnl define(`confCACERT_PATH',

Re: how to undelete?

2008-07-10 Thread Gordon Grieder
On Thu, Jul 10, 2008 at 02:03:12PM +0200, David Vasek wrote: For the archives: unless it is specifically requested as rm -P For some unknown reason this prompted me to look at the rm manpage for the hell of it (yeah, bored and tired at the moment). There's an odd comment in the STANDARDS

Re: Actual BIND error - Patching OpenBSD 4.3 named ?

2008-07-10 Thread Stuart Henderson
On 2008-07-09, mark reardon [EMAIL PROTECTED] wrote: doxpara.com reports no issues with unbound FWIW. right, unbound already randomises the source port (arc4random from guess where) and also the source address if you list more than one (assign aliases to the interfaces, and list all of the IP

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 4:12 PM, Will Maier [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 03:56:48PM +0200, GVG GVG wrote: On Thu, Jul 10, 2008 at 3:33 PM, Will Maier [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: --

Re: note for faq, maybe

2008-07-10 Thread Mitja Muženič / Kerberos.si /
Yes, I can confirm that. I too got bitten by it before and I was considering proposing a patch for upgradeXX.html, but I got sidetracked. Mitja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Balmer Sent: Thursday, July 10, 2008 3:55 PM To:

Re: sendmail STARTTLS

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 04:26:38PM +0200, GVG GVG wrote: In a sendmail book I found following entry they suggested to put in the .mc file. Could be the reason for my problems? -- dnl define(`confCRL', `CERT_DIR/crl/crl.pem')dnl - No. So you updated your .mc file as

sendmail Maildir

2008-07-10 Thread GVG GVG
Dear List, having a 4.3 and sendmail installation, the default locations where the mails go is /var/mail/$USER. How can I change that and point to a Maildir formatted location? Thanks George

Re: sendmail STARTTLS

2008-07-10 Thread Claus Assmann
On Thu, Jul 10, 2008, GVG GVG wrote: -rw-r--r-- 1 root wheel 1679 Jun 23 17:04 key.pem ^ ^ and in the mail_log there is nothing recorded! No errors or warnings! 1. man starttls (and see the referenced website). 2. increase the LogLevel (even though those errors should be logged at

Re: sendmail Maildir

2008-07-10 Thread Stuart Henderson
On 2008-07-10, GVG GVG [EMAIL PROTECTED] wrote: Dear List, having a 4.3 and sendmail installation, the default locations where the mails go is /var/mail/$USER. How can I change that and point to a Maildir formatted location? Thanks George You need a local delivery agent that can

Re: sendmail STARTTLS

2008-07-10 Thread Stuart Henderson
On 2008-07-10, GVG GVG [EMAIL PROTECTED] wrote: Sorry I did a mistake! The changes in the .mc file are: You did rebuild the .cf file from the .mc file, right? STARTTLS(8) OpenBSD System Manager's ManualSTARTTLS(8) [...] Now that you have the TLS-enabled

Re: sendmail Maildir

2008-07-10 Thread David Hill
On Thu, Jul 10, 2008 at 04:56:07PM +0200, GVG GVG wrote: Dear List, having a 4.3 and sendmail installation, the default locations where the mails go is /var/mail/$USER. How can I change that and point to a Maildir formatted location? Thanks George Hi George - You need to use a mail

Re: sendmail Maildir

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 5:07 PM, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-07-10, GVG GVG [EMAIL PROTECTED] wrote: Dear List, having a 4.3 and sendmail installation, the default locations where the mails go is /var/mail/$USER. How can I change that and point to a Maildir

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 4:55 PM, Will Maier [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 04:26:38PM +0200, GVG GVG wrote: In a sendmail book I found following entry they suggested to put in the .mc file. Could be the reason for my problems? -- dnl define(`confCRL',

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 5:05 PM, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-07-10, GVG GVG [EMAIL PROTECTED] wrote: Sorry I did a mistake! The changes in the .mc file are: You did rebuild the .cf file from the .mc file, right? STARTTLS(8) OpenBSD System Manager's

Re: 4.4 beta wont shut down properly

2008-07-10 Thread Ted Unangst
On 7/9/08, Josh [EMAIL PROTECTED] wrote: On two machines now, recent snapshots are not powering off properly on machines which used to, when I run shutdown -p -h now. It stops at syncing disks, and stays there forever. After a hard reset, / comes up as not being unmounted successfully.

sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Brian A. Seklecki
Am I reading this right? http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshd_config?rev=1.80content-type=text/x-cvsweb-markup I dont have a fresh install anywhere -- but I want to say that it doesnt default to PermitRootLogin yes after the install. I remember that I filed PRs with

Re: Can't install using pkg_add from FTP mirror and from Local Mirror

2008-07-10 Thread Louis V. Lambrecht
my mail wrote: --- On Thu, 7/10/08, Jacob Meuser [EMAIL PROTECTED] wrote: From: Jacob Meuser [EMAIL PROTECTED] Subject: Re: Can't install using pkg_add from FTP mirror and from Local Mirror To: misc@openbsd.org Date: Thursday, July 10, 2008, 6:24 AM On Wed, Jul 09, 2008 at 07:45:01PM -0700,

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread (private) HKS
My 4.3 installs defaulted to PermitRootLogin yes after install. -HKS On Thu, Jul 10, 2008 at 10:35 AM, Brian A. Seklecki [EMAIL PROTECTED] wrote: Am I reading this right? http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshd_config?rev=1.80content-type=text/x-cvsweb-markup I dont have a

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 10:35:06AM -0400, Brian A. Seklecki wrote: Am I reading this right? Yes. [...] I remember that I filed PRs with FreeBSD/NetBSD a few years ago to get this changed, but Redhat Support is giving some some noise about: Well the source vendor doesn't disable it by

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Fred Crowson
Brian A. Seklecki wrote: Am I reading this right? http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshd_config?rev=1.80content-type=text/x-cvsweb-markup I dont have a fresh install anywhere -- but I want to say that it doesnt default to PermitRootLogin yes after the install. I

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Wade, Daniel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian A. Seklecki Sent: Thursday, July 10, 2008 10:35 AM To: misc@openbsd.org Subject: sshd_config(5) PermitRootLogin yes Am I reading this right? http://www.openbsd.org/cgi-

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 5:01 PM, Claus Assmann [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008, GVG GVG wrote: -rw-r--r-- 1 root wheel 1679 Jun 23 17:04 key.pem ^ ^ and in the mail_log there is nothing recorded! No errors or warnings! 1. man starttls (and see

Re: sendmail STARTTLS

2008-07-10 Thread Philip Guenther
Off topic to this thread, but: On Thu, Jul 10, 2008 at 8:24 AM, GVG GVG [EMAIL PROTECTED] wrote: ... Sendmail gets started as: sendmail_flags=-L sm-mta -C/etc/mail/sendmail.cf -bd -qp -B8BITMIME -X /[$HOME]/mail_log Remove -B8BITMIME from that: the -B option is only applicable when sending

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Marco Peereboom
Of course it is enabled by default. Why do I want a box that is freshly installed and unreachable? On Thu, Jul 10, 2008 at 10:35:06AM -0400, Brian A. Seklecki wrote: Am I reading this right?

Re: Actual BIND error - Patching OpenBSD 4.3 named ?

2008-07-10 Thread David Krause
* Stuart Henderson [EMAIL PROTECTED] [080709 07:15]: mcbride@ pointed out that you can give named some more protection by natting outbound udp traffic destined for port 53 (even just on the box running the resolver, it doesn't have to be on a firewall in front). something like, nat on

Re: sendmail STARTTLS

2008-07-10 Thread Vijay Sankar
On July 10, 2008 10:24:08 am GVG GVG wrote: On Thu, Jul 10, 2008 at 4:55 PM, Will Maier [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 04:26:38PM +0200, GVG GVG wrote: In a sendmail book I found following entry they suggested to put in the .mc file. Could be the reason for my problems?

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Brynet
The keyword here is *default*. Say you installed OpenBSD on a soekris, it's nice having root enabled temporarily. That way you can login at a later time, create a lesser privledged account, edit the sudoers file.. and disable root logins in sshd_config. I believe the developers decision is

sendmail -B option

2008-07-10 Thread Philip Guenther
On Thu, Jul 10, 2008 at 9:59 AM, Vijay Sankar [EMAIL PROTECTED] wrote: ... I don't think -B8BITMIME works with sendmail on OpenBSD -- at least it does not on my 4.3 i386 from CD and on 4.4 -current. sigh What do you think it does, how did you use it, and how did you determine that it has no

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Paul de Weerd
On Thu, Jul 10, 2008 at 01:21:20PM -0400, Brynet wrote: The keyword here is *default*. Say you installed OpenBSD on a soekris, it's nice having root enabled temporarily. That way you can login at a later time, create a lesser privledged account, edit the sudoers file.. and disable root

yacc rebuild

2008-07-10 Thread Charles Smith
Good afternoon! So, before the next make build I must rebuild the yacc alone. I would like to know how can I rebuild yacc. I searched in old errata patches, Makefiles, bsd.*.mk files. In my previous logfile (2008.07.07/src_make_build) I see, that by yacc the make cleandir is used: rm -f yacc.cat1

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Darrin Chandler
On Thu, Jul 10, 2008 at 07:40:47PM +0200, Paul de Weerd wrote: root logins are also quite useful when /home is on NFS and NFS is broken somehow and you need to log in to fix stuff. Myself, I keep it enabled, even if I don't have /home on NFS and already have my less-privileged user for sudo

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Brian A. Seklecki
On Thu, 10 Jul 2008, Brynet wrote: The keyword here is *default*. Say you installed OpenBSD on a soekris, it's nice having root enabled temporarily. That way you can login at a later time, create a lesser privledged account, On Soekris, does the first boot console access not function

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Brian A. Seklecki
afterboot(8) covers this Works for me, I guess. =/ ~BAS http://www.openbsd.org/cgi-bin/man.cgi?query=afterbootapropos=0sektion=0ma npath=OpenBSD+Currentarch=i386format=html

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Giancarlo Razzolini
Paul de Weerd escreveu: On Thu, Jul 10, 2008 at 01:21:20PM -0400, Brynet wrote: The keyword here is *default*. Say you installed OpenBSD on a soekris, it's nice having root enabled temporarily. That way you can login at a later time, create a lesser privledged account, edit the

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Brian A. Seklecki
On Thu, 10 Jul 2008, Marco Peereboom wrote: Of course it is enabled by default. Why do I want a box that is freshly installed and unreachable? No -- I just find that most of afterboot(8) can be done from the console; even serial console, at first boot, configure the network, add a non-root

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Darrin Chandler
On Thu, Jul 10, 2008 at 01:38:22PM -0400, Brian A. Seklecki wrote: I guess I'm just having trouble imagining the situation where you have console access, but need to do basic post-install configuration via the network, as root, remotely. This is how I normally do it. I don't like to stand at

Re: note for faq, maybe

2008-07-10 Thread Nick Holland
Sounds good, but as I've successfully avoided both PPP and PPPoE for well over ten years now, I have no way to completely test, a diff would be nice. Nick. Mitja Muenih / Kerberos.si / wrote: Yes, I can confirm that. I too got bitten by it before and I was considering proposing a patch for

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Marco Peereboom
And they got it all wrong. It is all for the perceived sense of security. Not being able to login over ssh right after install sucks. I am that guy that ends up enabling it on all other boxes that use a different default. The machine I install and then deploy to be hostile network connected

Re: note for faq, maybe

2008-07-10 Thread bofh
On Thu, Jul 10, 2008 at 2:26 PM, Nick Holland [EMAIL PROTECTED] wrote: Sounds good, but as I've successfully avoided both PPP and PPPoE for well over ten years now, I have no way to completely test, a diff would be nice. We will also need one for UUCP over RFC1149. :) (through a bitnet

Re: sendmail -B option

2008-07-10 Thread Vijay Sankar
On July 10, 2008 12:21:59 pm Philip Guenther wrote: On Thu, Jul 10, 2008 at 9:59 AM, Vijay Sankar [EMAIL PROTECTED] wrote: ... I don't think -B8BITMIME works with sendmail on OpenBSD -- at least it does not on my 4.3 i386 from CD and on 4.4 -current. sigh What do you think it does, how

Re: Digital IO - Phidgets support? alternatives?

2008-07-10 Thread Johannes (Barix)
Hi, here's the Barix voice :) The products are quite different in that the Barionet can be programmed in a basic dialect for quite sophisticated functions (if required), connects via IP, and can be polled by SNMP, CGI, UDP or TCP (ascii protocols). You could also use much cheaper products from

Re: trouble with running spamd on 4.4 BETA [SOLVED]

2008-07-10 Thread Jose Fragoso
Hi again, It seems that I needed: set skip on lo0 Funny thing is that the same ruleset works on 4.3 without the need for this statement. Was there some change in the route-to logic from 4.3 to 4.4? This may be of interest for someone running spamd in a bridge setup. Kind regards, Jose. --

Re: Iwi, wireless bad behavior

2008-07-10 Thread Daniel B.
On Thu, 3 Jul 2008, Edd Barrett wrote: Hi, If you get the wep key (or network name) wrong when configuring iwi network drivers the card becomes useless until you reboot. This is annoying when at a friends house and I mistype the key for example. I have tried taking the interface down and

Re: sendmail STARTTLS

2008-07-10 Thread Claus Assmann
On Thu, Jul 10, 2008, GVG GVG wrote: I first have to excuse myself cause I claimed that there were no errors in the log file! Well, there was no debugging output enabled. Now I did that with '-d0-17.4' flags! You do NOT need to enable debugging to get logging... Still I don't see

Celluless - Hit cena na internetu- samo do 12. 07.

2008-07-10 Thread Top Shop
Top Shop Ekskluzivna pretprodaja - samo na internetu! 80-95% ženske populacije u svetu ima problem sa celulitom. Rešite ga se uz Celluless...Samo do 12. jula po čak 38% nižoj ceni! HIT proizvod! HIT cena! Celluless Celluless Bikiniji, mini suknje i kratki šorcevi su ponovo u modi, a vi

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Jacob Yocom-Piatt
Marco Peereboom wrote: And they got it all wrong. It is all for the perceived sense of security. Not being able to login over ssh right after install sucks. I am that guy that ends up enabling it on all other boxes that use a different default. The machine I install and then deploy to be

Re: Iwi, wireless bad behavior

2008-07-10 Thread Edd Barrett
On Thu, Jul 10, 2008 at 7:43 PM, Daniel B. [EMAIL PROTECTED] wrote: After that, I can't even make nfe(4) run. After iwi is boned, also my fxp is boned. Same situation different hardware. I mailed damien pointing at this thread, but no reply. -- Best Regards Edd

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread bofh
Dude, Why do you let them tell you because the source blah blah? Isn't that why you pay them lots of $$? On 7/10/08, Brian A. Seklecki [EMAIL PROTECTED] wrote: Am I reading this right?

Transparent OpenBSD firewall rules for Retrospect

2008-07-10 Thread Vincent Li
Hi OpenBSD PF experts, I am managing a private network 192.168.1.0/24, 192.168.1.2 is my Retrospect backup server running on OS X 10.5 to back up the rest of computers. To add another layer to protect my backup server, I add an OpenBSD4.3 PF transparent firewall in front of 192.168.1.2,

Re: Digital IO - Phidgets support? alternatives?

2008-07-10 Thread Paul M
There is also the Tini from Dallas. This is a more low level approach, but it comes with a lightweight unix-like shell, and supports a variety of interface busses and protocols, http, ppp, ftp and others, and can be programmed in c, java or assembly. I've used it extensively, and while there's

Re: yacc rebuild

2008-07-10 Thread Nick Holland
Charles Smith wrote: Good afternoon! So, before the next make build I must rebuild the yacc alone. I would like to know how can I rebuild yacc. I searched in old errata patches, Makefiles, bsd.*.mk files. In my previous logfile (2008.07.07/src_make_build) I see, that by yacc the make

Re: Can't install using pkg_add [SOLVED]

2008-07-10 Thread my mail
--- On Thu, 7/10/08, Louis V. Lambrecht [EMAIL PROTECTED] wrote: Frankly, re-re-re-re-read the FAQ. Since you just re-installed and still want -current packages, the best way would be to grab a snapshot and do a fresh install. Do this on a date at which your mirror has packages with

Another way to help OpenBSD

2008-07-10 Thread Darrin Chandler
All the developers are great, but even so some stand out. Otto writes a lot of very good code, fixed ancient bugs, is nice to random idiots like me here on misc@openbsd.org, and a lot of other good things. A little bird (not Otto) told me he's got a wishlist with a couple of books. If someone

Re: CVS: cvs.openbsd.org: src

2008-07-10 Thread Ben Calvert
On Jun 14, 2008, at 1:47 PM, Damien Miller wrote: Just to reinforce the experimental thing: There are some big softraid changes coming that will alter the on-disk metadata format (for all softraid disciplines, not just crypto). Volumes created with the current tools will be unreadable

Re: CVS: cvs.openbsd.org: src

2008-07-10 Thread Marco Peereboom
I currently have a 3500 line diff in my tree that completely rewrites softraid metadata handling. The idea is that when this goes in we can start adding foreign raid formats as sub-drivers to softraid. This also fixes issues of power failures and crashes where the checksums are no longer

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Brian A. Seklecki
On Thu, 10 Jul 2008, Jacob Yocom-Piatt wrote: maybe if people actually READ THE ARCHIVES, they'd be better informed. i wish this mailing list had I didn't want to rehash it all again. Everyone knows the issues. However, with respect to the right to disagree, if Marco's and Darrin's belief

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Ted Unangst
On Jul 10, 2008, at 9:19 PM, Brian A. Seklecki [EMAIL PROTECTED] wrote: On Thu, 10 Jul 2008, Jacob Yocom-Piatt wrote: maybe if people actually READ THE ARCHIVES, they'd be better informed. i wish this mailing list There is a security risk / attack vector here, however remote, without

Re: sshd_config(5) PermitRootLogin yes

2008-07-10 Thread Emilio Perea
On Fri, Jul 11, 2008 at 12:19:27AM -0400, Brian A. Seklecki wrote: On Thu, 10 Jul 2008, Jacob Yocom-Piatt wrote: maybe if people actually READ THE ARCHIVES, they'd be better informed. i wish this mailing list had I didn't want to rehash it all again. Everyone knows the issues. However,

Re: Another way to help OpenBSD

2008-07-10 Thread Bryan
On Fri, Jul 11, 2008 at 3:07 AM, Darrin Chandler [EMAIL PROTECTED] wrote: All the developers are great, but even so some stand out. Otto writes a lot of very good code, fixed ancient bugs, is nice to random idiots like me here on misc@openbsd.org, and a lot of other good things. A little bird