mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
April 2008
motuwethfrsasuw
 123456 14
78910111213 15
14151617181920 16
21222324252627 17
282930     18
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  ext2 large_file (LFS) and openbsd         


Author: frantisek holop
Date: Apr 13, 2008 06:40

hi there,

i dont have a patch for this, but i think this is a better
place for this bug report than misc@.

i have started using ext2 as an inter-OS fs some years ago,
and i have found the following anomaly/bug.

i seem to recall, that linux turns on large_file support for
an ext2 partition automatically, on kernel level, when such
a file is being written to the disk, seamlessly so to say.
they so much insist on this automatic process that there is
no way to turn this on/off using any of the e2fsprogs...

openbsd has ext2 large_file support, but because none of the
ext2 creating tools have a flag to turn this on at creation
time, it cannot be turned on explicitly... so when someone
wants to write a "large" file in openbsd on an ext2 partition
is, that the write just sits there and does nothing. after
cancelling the operation and running fsck.ext2 the flag
is miracously there and openbsd succeeds in writing the file.
Show full article (1.56Kb)
no comments
  Re: sendbug(1) patch         


Author: Ray
Date: Apr 12, 2008 20:55

Sendbug was rewritten some time ago, so your patch doesn't apply, sorry.

I was unaware of problems people had with sendmail, is this a
widespread problem?

-Ray-

On Apr 12, 2008, at 10:51 PM, Dasn lavabit.com> wrote:
> Hi,
>
> I found some people suffer from the failure of sendbug(1). Because
> most
> of them did not (or had no permission to) configure their sendmail(1)
> properly, I suppose.
>
> The following patch...
Show full article (2.42Kb)
no comments
  sendbug(1) patch         


Author: Dasn
Date: Apr 12, 2008 19:59

Hi,

I found some people suffer from the failure of sendbug(1). Because most
of them did not (or had no permission to) configure their sendmail(1)
properly, I suppose.

The following patch in order to solve this problem by adding a new
environment variable, PR_AGENT, which allows users to specify their own
MTA instead of the default sendmail(1). For example:

$ export PR_AGENT="/usr/local/bin/msmtp -a my_obsd_account -t"
$ sendbug
Show full article (2.03Kb)
no comments
  Avviso di accredito         


Author: Poste Italiane
Date: Apr 12, 2008 19:57

[IMAGE]

Ultime da Poste Italiane:

Gentile Cliente,
Ci e' arrivata una segnalazione di accredito di Euro 456,31 ricevuta dal
UFFICIO POSTALE di MILANO. L'accredito e' stato temporaneamente bloccato
a causa dell'incongruenza dei suoi dati, potra' ora verificare i suoi
dati e successivamente le sara' accreditato l'importo ricevuto:
Accedi a Poste.it ; Acceda al servizio accrediti online di Poste.it e
verifichi le sue operazioni ;

Sai che da oggi offriamo il doppio dei servizi? Vi offriamo solo servizi
sicuri e di alta qualita'.

Cordiali saluti,

Poste Italiane

Societ` del gruppo: [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]

Ti preghiamo di non inviare alcuna risposta a questo messaggio e-mail,
poichi non verr` presa in considerazione.
no comments
  strings.c cleanup         


Author: Lawrence Teo
Date: Apr 12, 2008 13:05

This diff makes strings.c -Wall clean and does some other general code
cleanup.

Lawrence

Index: Makefile
===================================================================
RCS file: /cvs/src/usr.bin/strings/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 21 Sep 1997 11:51:00 -0000 1.3
+++ Makefile 12 Apr 2008 18:46:45 -0000
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:00 deraadt Exp $

PROG= strings
+CFLAGS+= -Wall
Show full article (2.40Kb)
no comments
  freevistafile.com is your gateway to sites on the         


Author: tutorials4u195
Date: Apr 12, 2008 11:06

freevistafile.com is your gateway to sites on the
internet for software!Browse our resources
or just try the search
http://freevistafile.com/
no comments
  Usage change in spamlogd(8) man page         


Author: Girish Venkatachalam
Date: Apr 12, 2008 09:23

This one is not a big deal but it reads better this way.

Index: libexec/spamlogd//spamlogd.8
===================================================================
RCS file: /store/openbsd/cvsync/src/libexec/spamlogd/spamlogd.8,v
retrieving revision 1.13
diff -u -p -r1.13 spamlogd.8
--- libexec/spamlogd//spamlogd.8 31 May 2007 19:19:41 -0000 1.13
+++ libexec/spamlogd//spamlogd.8 12 Apr 2008 16:07:09 -0000
@@ -70,7 +70,7 @@ will whitelist the source of inbound SMT
target of outbound SMTP connections.
.It Fl i Ar interface
Specify a network interface on which packets must arrive.
-The default is to watch for connections logged from any interfaces.
+The default is to watch for connections logged from all interfaces.
.It Fl l Ar pflog_interface
Specify a
.Xr pflog 4
no comments
  Re: vnode(9) diff         


Author: Jason McIntyre
Date: Apr 12, 2008 03:25

On Fri, Apr 11, 2008 at 06:00:24PM -0300, Iruata Souza wrote:
> tech@,
>
> vnode(9) mentions getnewvnode(9) as a system call, but it's not.
>
> Index: src/share/man/man9/vnode.9
> ===================================================================
> RCS file: /cvs/src/share/man/man9/vnode.9,v
> retrieving revision 1.26
> diff -u -p -r1.26 vnode.9
> --- src/share/man/man9/vnode.9 31 May 2007 19:20:01 -0000 1.26
> +++ src/share/man/man9/vnode.9 11 Apr 2008 20:58:32 -0000
> @@ -142,7 +142,7 @@ reused for another file until its refere
> .Ss Vnode pool
> The
> .Xr getnewvnode 9
> -system call allocates a vnode from the pool, possibly reusing an
> +function allocates a vnode from the pool, possibly reusing an
> inactive vnode, and returns it to the caller.
> The vnode returned has a reference count ...
Show full article (0.94Kb)
no comments
  Tearing down main/quick mode connections using ipsecctl         


Author: Prabhu Gurumurthy
Date: Apr 11, 2008 15:21

isakmpd(8) has options to tear down tunnels, especially using T and t commands
and I think this will be a useful feature to add to ipsecctl. My original idea
is to have -M option specifying either main/quick mode and -T option to specify
the peer name. Is that convoluted way to approach this? any other better ideas?

Thanks
Prabhu
-
no comments
  lifetime directive in ipsec.conf         


Author: Prabhu Gurumurthy
Date: Apr 11, 2008 14:53

All -

ipsecctl supports life (lifetime) token for both main mode and quick mode but it
is not documented in ipsec.conf(5). Values 3600 (main mode) and 1200 are from
isakmpd.conf(5)

Index: ipsec.conf.5
===================================================================
RCS file: /cvs/src/sbin/ipsecctl/ipsec.conf.5,v
retrieving revision 1.118
diff -u -r1.118 ipsec.conf.5
--- ipsec...
Show full article (1.32Kb)
no comments
1 2 3 4