Re: ssh remote execution: PATH

2006-02-12 Thread Damien Miller
On Mon, 13 Feb 2006, Peter wrote: > > --- Damien Miller <[EMAIL PROTECTED]> wrote: > > > On Mon, 13 Feb 2006, Peter wrote: > > > > > $ ssh [EMAIL PROTECTED] /usr/local/sbin/command > > > > > > The PATH of the user (given in ~/.profile)

Re: Can't believe I'm asking this... What's a serial port on an OpenBSD system?

2006-02-13 Thread Damien Miller
On Mon, 13 Feb 2006, David Benfell wrote: > Hello all, > > I think I've just about got nut going except for one incredibly > irritating detail. ups.conf needs to say what serial port my UPS is > on. > > I made a few guesses, all of which were apparently wrong. > pccom0 at isa0 port 0x3f8/8 irq

Re: xargs PF or BPF

2006-02-13 Thread Damien Miller
On Tue, 14 Feb 2006, noob lenoobie wrote: > On Mon, 13 Feb 2006, Matthias Kilian wrote: > >(b) pipeing to xargs(1) may be faster. > > Why so many people is using xargs ? > > I mean for instance why bother use xargs AND a pipe to do somthing like this > : > > find ./ -type f -print | xargs -i rm

Re: PF or BPF

2006-02-13 Thread Damien Miller
On Mon, 13 Feb 2006, Dave Feustel wrote: > Marco, > > I would like to add that I appreciate the work you and the rest of the > crew are doing to develop OpenBSD. Please show your appreciation by educating yourself using the available manpages (which represent a huge amount of work) before askin

Re: xargs PF or BPF

2006-02-13 Thread Damien Miller
On Mon, 13 Feb 2006, Andrew Pinski wrote: > > On Feb 13, 2006, at 9:24 PM, Damien Miller wrote: > > Because that will fail when there are too many arguments, and will > > probably break on filenames with spaces (use xargs -0 for these). > > Why not use -exec in find? &

Re: xargs PF or BPF

2006-02-13 Thread Damien Miller
On Mon, 13 Feb 2006, Andrew Pinski wrote: > Time to write your own program in C instead if the time to invoke > rm is taking too much time. rm *is* a small program written in C. You need to consider how the tools actually invoke it - think about it for a while. -d

Re: PF or BPF

2006-02-13 Thread Damien Miller
On Mon, 13 Feb 2006, Tony Sterrett wrote: > I'm not sure I'd do it in that way. I'm thinking if BPF provided stateful > inspection is would be > more useful. Asking for stateful inspection in bpf(4) is like wanting a carburettor for a pushbike. You might be able to shoehorn it in there, but it wo

Re: Atheros issues?

2006-02-16 Thread Damien Miller
> I had a very similar problem... the 1 minute hang, prior to returning > results... except that my issue did work on the Internet... with a 60 > second hang, before returning results. This is almost always a DNS problem. -d

Re: connect2air gprs openbsd howto?

2006-02-16 Thread Damien Miller
On Thu, 16 Feb 2006, Didier Wiroth wrote: > Hello, > I recently got a fujitsu siemens compactflash (with pcmcia connector) > connect2air gprs card. > > I've almost never used ppp and do not know how to setup it the > ppp.conf to use the connect2air gprs card to dial a gprs connection. > > I would

Re: IPv6 question - related to the talk of van hauser at the 22C3

2006-02-27 Thread Damien Miller
On Mon, 27 Feb 2006, [EMAIL PROTECTED] wrote: > In his sliedes you may see (it`s at the movie after 40m19s) that he said > that all OS he tested answered -> > > Fragmentation and followring RA don't know what you are talking about here > Responding to packets from multicast adresses No, see ip

Re: Some benefit from ... ?

2006-02-27 Thread Damien Miller
On Mon, 27 Feb 2006, Gustavo Rios wrote: > I am using OBSD for about 5 years now. I am need to write massive > parallel applications and the traditional approach (fork/threaded app) > is not an alternative due to performance issues. > > I wonder if the event driven approach by http://jcyclone.sf.

Re: Donations for IPv6 in httpd(8)

2005-05-01 Thread Damien Miller
eric wrote: Would donations to the developers for ipv6 support in httpd(8) help for the upcoming hack-a-thon? Or are all the developers going to be busy already? I posted a couple days ago and there was some interest that I received privately on making donations for this specifically, but I'm curio

Re: Postfix (IBM) license question

2005-05-03 Thread Damien Miller
Rod Dorman wrote: The postfix package has in the PERMIT_*_CDROM description "cannot be sold, see section 4 of license" Is that the "4. COMMERCIAL DISTRIBUTION" in "IBM Public License" http://www.opensource.org/licenses/ibmpl.php ? That section has a lot of crap about indemnification but I can'

Re: OPEN SOURCE MASTERPLANS

2005-05-04 Thread Damien Miller
Please don't feed this troll. Just let this thread go away - don't reply. -d

Re: Postfix (IBM) license question

2005-05-04 Thread Damien Miller
Justin Reigle wrote: Do you really want to be in the situation where you have to indemnify someone who has the desire and the resources to sue IBM? Why would you indemnify the person suing you? Sorry, that is backwards, it should be "indenmify IBM against someone suing them". Furthermore, why mak

Re: kernel: integer divide fault trap, code=0 release 3.7

2005-05-05 Thread Damien Miller
Adam PAPAI wrote: Regards. I tried to upgrade my 3.6 OpenBSD to 3.7. I tried to upgrade from CD, but the kernel faulted. Any suggestions? Yes, send a proper bug report. http://www.openbsd.org/report.html -d

Re: kernel: integer divide fault trap, code=0 release 3.7

2005-05-05 Thread Damien Miller
Adam PAPAI wrote: Adam PAPAI wrote: Regards. I tried to upgrade my 3.6 OpenBSD to 3.7. kernel: integer divide fault trap, code=0 Stopped atsdstrategy+0x44divl0x28(%edi),%eax ddb> I forgot to send the trace output: ddb>trace sdstrategy(d6a972e4,1,2000,d05bba80,0) at sdstrategy+0x44 dkcsu

Re: Beefier alternative to soekris 4801 for openbsd router?

2005-05-10 Thread Damien Miller
Ihsan Junaidi Ibrahim wrote: I have one of those Advantech FWA-660s running 3.6 stored on a CF. It's an i815e board with 633 MHz Celeron and 256 MB RAM. The standard package comes only with the board and the enclosure. It can also fit in a Tualatin 1.13 GHz processor inside (it is a supported co

Re: 802.3ad

2005-05-19 Thread Damien Miller
Kory Talmage wrote: This is kinda off topic, but does anyone know if Openbsd has support for 802.3ad (ethernet trunking). I recently found out that NetBSD now officially supports 802.3ad, it would be nice if Openbsd did as well since a dedicated pf box can benefit from this :-). Not yet, but

Re: Should the ecdsa fingerprint always and only be offered?

2011-05-17 Thread Damien Miller
On Tue, 17 May 2011, Kevin Chadwick wrote: > If the client has no known_hosts files and only an RSA key. Only the > ecdsa fingerprint is given to be confirmed before connection. Should > administrators make sure the ecdsa fingerprint is always given out or > posted even to already issued RSA key u

Re: vmmap: bad software everywhere

2011-05-31 Thread Damien Miller
On Wed, 1 Jun 2011, Ariane van der Steldt wrote: > > The recent trend of forking another process for a tab instead of a > > monolithic single process for the whole browser is a way of extending > > the time required to clean up this mess? Or there is no relation > > between them? > > I cannot loo

Re: Why I left OpenBSD

2010-06-10 Thread Damien Miller
On Thu, 10 Jun 2010, Samuel Baldwin wrote: > > Those who taste the de Raadt wrath, however, always run in the end. A friend > > of mine once incurred his ire by asking the wrong question at the wrong > > time, > > and Theo de Raadt hacked his router and remotely remapped his keyboard! > > hahaha

Re: tcpdump no output on stdout

2010-07-08 Thread Damien Miller
On Thu, 8 Jul 2010, Marian Hettwer wrote: > Hi all, > > I'm experiencing a rather strang behaviour with tcpdump on OpenBSD 4.7 i386 > running on a vmware esx vsphere 4. > My tcpdump gives no output at all on stdout, but if I use the very same > command with "-w foobar" it actually does dump pack

Re: PTY allocation error

2010-07-11 Thread Damien Miller
On Sun, 11 Jul 2010, Peter Bako wrote: > I'm setting up (well, trying to I guess :-) ) a read-only OpenBSD system to > run off a small CF card. Never having done this before, I found an > excellent article written by Daniele Mazzocchio > (http://www.kernel-panic.it/openbsd/embedded/) to use as my

Re: undeadly article

2010-08-16 Thread Damien Miller
On Mon, 16 Aug 2010, Mihai Popescu B.S. wrote: > Hello, > > I have read the undeadly.org article about how to "play" with airport > security. I don't know who is the guy acting like this on an airport, > but my brain triggered something I read in the past, about a well > known guy from open sourc

Re: Same shit all over again

2010-08-16 Thread Damien Miller
On Sun, 15 Aug 2010, David Hill wrote: > Well, tinyurl redirects to my box which redirects to trollaxer. Here is > the culprit log for falling for such a silly trick. You should have finished the job by redirecting to the goatse.cx guy :)

Re: Chromium port [?]

2009-12-08 Thread Damien Miller
On Wed, 9 Dec 2009, Andrej Elizarov wrote: > Just wonder, does anyone know about Chromium browser port for openbsd? > I had tried it on Windows box and seems it's much faster than FF (in fact, > not Chromium - Chrome based on sources' one). > And google sad that it's ported on freebsd and there fl

Re: New Western Digital disks will have 4KB block size - issue?

2009-12-16 Thread Damien Miller
On Wed, 16 Dec 2009, Marco Peereboom wrote: > The issue isn't the 4k blocks. The issues are the 512 bytes constants > or 1 << 9 or DEV_BSHIFT or DEV_BSIZE that are all over the tree. I > know for a fact that softraid is busted with these devices and you can > bet that the wrong assumption has b

Re: encryption

2009-08-26 Thread Damien Miller
On Wed, 26 Aug 2009, My List Mail wrote: > Been waiting for a while to see some current encryption added to > openbsd. [...] I realise that I'm probably replying to a troll, but on the small chance that you are actually serious: please spend some of the effort you put in to ranting into reading t

Re: apachectl and/or /etc/rc

2009-09-26 Thread Damien Miller
why not just fix mod_php? (or avoid it altogether) On Sat, 26 Sep 2009, frantisek holop wrote: > hi there, > > given that apache is often re-started using apachectl > and that apache/mod_php leaks environment variables > and that mostly sudo is used in this process as well, > i thought it would

OpenBSD-capable, fanless, diskful computer with ECC RAM

2010-10-29 Thread Damien Miller
Hi, Can anyone recommend a small, fanless computer that will accept a HD (perhaps a 2.5" drive) that uses ECC RAM? Needless to say, it must run OpenBSD. Being 64 bit, having accellerated crypto and/or supporting multiple drives would be bonus points, but are not required. -d

Re: Linux-2.6.36-libre: turning Linux's Free Bait into Free Software

2010-11-09 Thread Damien Miller
obvious troll is obvious. On Tue, 9 Nov 2010, Gjones wrote: > Linux-2.6.36-libre: turning Linux's Free Bait into Free Software > > http://www.fsfla.org/svnwiki/anuncio/2010-11-Linux-2.6.36-libre-debait.en

<    1   2   3