getent(1) hosts enumeration defunc (getent.c 1.6)

2013-04-26 Thread MERIGHI Marcus
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

Re: diff: dhcp-options(5) vs. dhcpd/tables.c

2013-01-03 Thread MERIGHI Marcus
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 > >

Re: diff: dhcp-options(5) vs. dhcpd/tables.c

2013-01-03 Thread MERIGHI Marcus
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

ucom(4) DV_DULL -> DV_TTY [Was: Re: hotplugd(8) and ucom as class 0 generic] [Fwd <- p...@sdf.org]

2012-12-30 Thread MERIGHI Marcus
-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/

diff: dhcp-options(5) vs. dhcpd/tables.c

2012-12-16 Thread MERIGHI Marcus
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

Re: msdosfs_vnops.c u_char toname diff [Was: Re: panic: smashed stack in msdosfs_rename]

2012-09-04 Thread MERIGHI Marcus
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'

msdosfs_vnops.c u_char toname diff [Was: Re: panic: smashed stack in msdosfs_rename]

2012-09-04 Thread MERIGHI Marcus
[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

sendbug.1 (diff), query-pr.html (diff), query-pr-wrapper (404)

2012-09-04 Thread MERIGHI Marcus
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

smtpd.conf(5) EXAMPLES ``relay via'' diff

2012-07-15 Thread MERIGHI Marcus
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

Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-21 Thread MERIGHI Marcus
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.

etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread MERIGHI Marcus
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

Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread MERIGHI Marcus
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 > ===

etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-09 Thread MERIGHI Marcus
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 -

Re: security(8) setuid checks and space character in file name

2010-12-31 Thread MERIGHI Marcus
; > 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'' > &

Re: security(8) setuid checks and space character in file name

2010-12-30 Thread MERIGHI Marcus
+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

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-13 Thread MERIGHI Marcus
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

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-13 Thread MERIGHI Marcus
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

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4 [Fwd <- mcmer-open...@tor.at]

2010-12-13 Thread MERIGHI Marcus
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

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-12 Thread MERIGHI Marcus
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

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-12 Thread MERIGHI Marcus
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

hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-11 Thread MERIGHI Marcus
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

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4 [Fwd <- mcmer-open...@tor.at]

2010-12-10 Thread MERIGHI Marcus
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

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4

2010-12-02 Thread MERIGHI Marcus
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. > > > >

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4

2010-12-01 Thread MERIGHI Marcus
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

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c

2010-12-01 Thread MERIGHI Marcus
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

ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c

2010-11-29 Thread MERIGHI Marcus
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