there is no more listing (enumerating) of hosts entries. Suspect: [1]
+++
$ getent hosts; echo $?
0
$ getent hosts fifi
127.0.0.1 fifi
$ getent ethers
getent: Enumeration not supported on ethers
+++
So this is inconsistent at least and it introduced different b
j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET):
> On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote:
> > playing with option-252 I found it already has a name. Found that as
> > well: http://marc.info/?l=openbsd-misc&m=126573542214773
> >
j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET):
> On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote:
> > Hello,
> >
> > playing with option-252 I found it already has a name. Found that as
> > well: http://marc.info/?l=ope
-Agent: Mutt/1.5.21 (2010-09-15)
* MERIGHI Marcus [121227 22:30]:
> just a reminder, in case someone with the necessary skills cares...
>
> mcmer-open...@tor.at (MERIGHI Marcus), 2012.06.13 (Wed) 14:17 (CEST):
> > hello misc-ers,
> >
> > while reworking my /etc/hotplug/
Hello,
playing with option-252 I found it already has a name. Found that as
well: http://marc.info/?l=openbsd-misc&m=126573542214773
Wrote a little script to find undocumented options, see end of message.
I moved some existing blocks when I found them to be in the wrong place.
Added a new sect
diff applied, kernel made, tested, works. thanks, Ken!
Bye, Marcus
kwesterb...@rogers.com (Kenneth R Westerback), 2012.09.04 (Tue) 15:57 (CEST):
> On Tue, Sep 04, 2012 at 02:56:40PM +0200, MERIGHI Marcus wrote:
> > with the diff below my ``panic: smashed stack in msdosfs_rename'
[11], oldname[11];
+ u_char toname[12], oldname[11];
uint32_t from_diroffset, to_diroffset;
u_char to_count;
int doingdirectory = 0, newparent = 0;
below is my lengthy report to bugs@ with some explanation.
Bye, Marcus
mcmer-open...@tor.at (MERIGHI Marcus), 2012.09.0
When reading sendbug(1) because you -uhm- want to report a bug you
should search for older similiar bug reports. This way you end up using
query-pr.html [1] and after you've dutifully filled out and hit ``send''
you just get a HTTP 404 for query-pr-wrapper [2]. IIRC there's no
intention to revive t
Index: smtpd.conf.5
===
RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
retrieving revision 1.54
diff -u -r1.54 smtpd.conf.5
--- smtpd.conf.58 Jul 2012 17:17:48 - 1.54
+++ smtpd.conf.514 Jul 2012 11:32:49 -00
note to self: never write reminders on returning from vacation.
sorry about the noise...
gsoa...@trusted.com.br (Gleydson Soares), 2011.09.20 (Tue) 17:18 (CEST):
> On Tue, Sep 20, 2011 at 04:33:10PM +0200, MERIGHI Marcus wrote:
> > anyone?
>
> it is in,
> already committed.
Hello,
the stock
$ /etc/rc.d/smtpd stop
does not work for me. The diff below makes it work.
Index: src/etc/rc.d/smtpd
===
RCS file: /cvs/src/etc/rc.d/smtpd,v
retrieving revision 1.1
diff -u -r1.1 smtpd
--- src/etc/rc.d/smtpd 6 Ju
anyone?
mcmer-open...@tor.at (MERIGHI Marcus), 2011.09.09 (Fri) 16:22 (CEST):
> Hello,
>
> the stock
> $ /etc/rc.d/ldapd stop
> does not work for me. The diff below makes it work.
>
> Index: ldapd
> ===
Hello,
the stock
$ /etc/rc.d/ldapd stop
does not work for me. The diff below makes it work.
Index: ldapd
===
RCS file: /cvs/src/etc/rc.d/ldapd,v
retrieving revision 1.1
diff -u -r1.1 ldapd
--- ldapd 6 Jul 2011 18:55:36 -
; > and use SUIDSKIP; but that's rather a workaround than a fix.
> >
> >
> > On misc@, MERIGHI Marcus wrote on Wed, Dec 29, 2010 at 07:43:08PM +0100:
> >
> > > security(8) reports
> > > ``/home/XXX/Daten/Edv/macs/macs-home/Library/Application''
> &
+427,9 @@
> \) -a -prune -o \
> -type f -a \( -perm -u+s -o -perm -g+s \) -print0 -o \
> ! -type d -a ! -type f -a ! -type l -a ! -type s -a ! -type p \
> - -print0 | xargs -0 -r ls -ldgT | sort +9 > $LIST
> + -print0 | xargs -0 -r ls -ldgT | \
> + sed
mark.kette...@xs4all.nl (Mark Kettenis), 2010.12.13 (Mon) 13:41 (CET):
> > Date: Mon, 13 Dec 2010 12:48:55 +0100
> > From: MERIGHI Marcus
> > > That sounds good. I was aware of the change, but didn't think anybody
> > > would notice. :)
>
> A bit late t
ted.unan...@gmail.com (Ted Unangst), 2010.12.12 (Sun) 19:10 (CET):
> On Sun, Dec 12, 2010 at 6:36 AM, MERIGHI Marcus wrote:
> > The behaviour change in hotplug(4)/hotplugd(8) after your commit makes
> > it more ``hot plug'', actually. What bothers me (but not many othe
j...@goblin.cx (Jonathan Gray), 2010.12.11 (Sat) 23:54 (CET):
> On Fri, Dec 10, 2010 at 12:46:49PM +0100, MERIGHI Marcus wrote:
> > declined or forgotten?
> applied without the comments
Thanks!
Just in case you care to explain: what made you decline the comments?
> and the man pa
ted.unan...@gmail.com (Ted Unangst), 2010.12.12 (Sun) 19:10 (CET):
> On Sun, Dec 12, 2010 at 6:36 AM, MERIGHI Marcus wrote:
> > The behaviour change in hotplug(4)/hotplugd(8) after your commit makes
> > it more ``hot plug'', actually. What bothers me (but not many othe
ted.unan...@gmail.com (Ted Unangst), 2010.12.11 (Sat) 21:54 (CET):
> On Sat, Dec 11, 2010 at 2:11 PM, MERIGHI Marcus wrote:
> > the latest modification of src/sys/dev/hotplug.c (1) changes hotplug(4)
> > behaviour concerning devices that are attached before the hotplug device
&g
to misc@, no responses.
(1)
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/hotplug.c.diff?r1=1.9;r2=1.10
by tedu, ``make hotplug queue dynamic, allowing us to increase size
without waste. ok deraadt kettenis miod''
mcmer-open...@tor.at (MERIGHI Marcus), 2010.12.09 (Thu) 11:33 (C
declined or forgotten?
- Forwarded message from MERIGHI Marcus -
Date: Thu, 2 Dec 2010 12:06:01 +0100
From: MERIGHI Marcus
To: tech@openbsd.org
Subject: Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4
s...@spacehopper.org (Stuart Henderson), 2010.12.01 (Wed) 23:45
s...@spacehopper.org (Stuart Henderson), 2010.12.01 (Wed) 23:45 (CET):
> On 2010/12/01 22:55, MERIGHI Marcus wrote:
> > > > > Without the patches below the thingy attaches as umsm for a second,
> > > > > detaches and re-attaches as umass.
> > > >
added patch for umsm(4) man page.
mcmer-open...@tor.at (MERIGHI Marcus), 2010.12.01 (Wed) 21:56 (CET):
> j...@goblin.cx (Jonathan Gray), 2010.11.29 (Mon) 23:20 (CET):
> > On Mon, Nov 29, 2010 at 05:25:38PM +0100, MERIGHI Marcus wrote:
> > > disclaimer: David Coppa told me to pos
j...@goblin.cx (Jonathan Gray), 2010.11.29 (Mon) 23:20 (CET):
> On Mon, Nov 29, 2010 at 05:25:38PM +0100, MERIGHI Marcus wrote:
> > disclaimer: David Coppa told me to post this to tech@ so this is not a
> > case of cross posting.
> >
> > bought a ZTE MF112 toda
hello,
disclaimer: David Coppa told me to post this to tech@ so this is not a
case of cross posting.
bought a ZTE MF112 today for my girlfriends ms win notebook. Took the
chance to test it on OpenBSD.
Without the patches below the thingy attaches as umsm for a second,
detaches and re-attaches
26 matches
Mail list logo