Re: py-fail2ban turned silent after syslogd rollout (r335059, stable/11)

2018-06-22 Thread Ed Schouten
I wrote, let's give this a week to settle in HEAD before merging it to 11-STABLE. I'll close PR 229236 once it's been merged. -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands ___ freebsd-stable@freebsd.org mailing list https

Re: py-fail2ban turned silent after syslogd rollout (r335059, stable/11)

2018-06-22 Thread Ed Schouten
ou give this one a try? Thanks! -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands syslogd-optional-timestamp-v2.diff Description: Binary data ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stab

Re: py-fail2ban turned silent after syslogd rollout (r335059, stable/11)

2018-06-22 Thread Ed Schouten
d patch? It alters syslogd to let the 'legacy' RFC 3164 parser also accept messages without a timestamp. The time on the syslogd server will be used instead. Michael, Marek, could you please give this patch a try? Thanks

Re: syslogd became silent between 11.2-PRERELEASE r334874 and r335282

2018-06-21 Thread Ed Schouten
2018-06-18 8:02 GMT+02:00 Ed Schouten : > I've just committed the patch (r335314) and > will MFC it to 11-STABLE before the end of the week. Done, in r335492. Thanks again for reporting this issue! -- Ed Schouten Nuxi, 's-Hertogenbosch,

Re: syslogd became silent between 11.2-PRERELEASE r334874 and r335282

2018-06-17 Thread Ed Schouten
ll work? Yes, that's all right. I've just committed the patch (r335314) and will MFC it to 11-STABLE before the end of the week. Best regards, -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands ___ freebsd-stable@freebsd.org mailing list h

Re: syslogd became silent between 11.2-PRERELEASE r334874 and r335282

2018-06-17 Thread Ed Schouten
'client' syslogd. There is no need to patch the central (storage) server. -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: svn commit: r322875 - head/sys/dev/nvme

2017-08-28 Thread Ed Schouten
erfect! I've committed this change as r322965. Thanks for testing! -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-st

Re: svn commit: r322875 - head/sys/dev/nvme

2017-08-27 Thread Ed Schouten
Mark, 2017-08-25 14:53 GMT+02:00 Ed Schouten : > 2017-08-25 9:46 GMT+02:00 Mark Millard : >> It appears that at least 11.1-STABLE -r322807 does not handle >> -std=c++98 styles of use of _Static_assert for g++7 in that >> g++7 reports an error: > > Maybe we nee

Re: svn commit: r322875 - head/sys/dev/nvme

2017-08-25 Thread Ed Schouten
__GNUC_PREREQ__(4,6) +#elif __GNUC_PREREQ__(4,6) && !defined(__cplusplus) /* Nothing, gcc 4.6 and higher has _Static_assert built-in */ #elif defined(__COUNTER__) #define _Static_assert(x, y) __Static_assert(x, __COUNTER__) -- Ed Schouten Nuxi, 's-Hertogenbosch,

Re: svn commit: r322875 - head/sys/dev/nvme

2017-08-25 Thread Ed Schouten
et it right, in my opinion. We should just extend to define _Static_assert() when using GCC in C++ mode (if we're not doing so already). -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 ___ freebsd-stable@freebsd.org

Re: 11.1-BETA2 builds and 11.1-RELEASE schedule reminder

2017-06-19 Thread Ed Schouten
Hi there, 2017-06-19 22:28 GMT+02:00 Xin LI : > Sounds like https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219882 ? > Could you please check if that's the case? Glen also pointed me to that PR on IRC. It turns out that that does indeed fix it. Thanks for all the quick repli

Re: 11.1-BETA2 builds and 11.1-RELEASE schedule reminder

2017-06-19 Thread Ed Schouten
ession. Can others reproduce this as well? -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1

2016-01-07 Thread Ed Schouten
.sym] Error code 1" Out of curiosity, why is this email sent to a FreeBSD mailing list and am I on the Cc? This concerns HardenedBSD, right? -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 ___ freebsd-stable@freebsd.org m

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-25 Thread Ed Schouten
here still was some kind of freeze in effect or not. Thanks for clarifying. -- Ed Schouten ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-25 Thread Ed Schouten
2012/10/25 Jeremy Chadwick : > I assume a commit to HEAD + MFC in 2 weeks is in order? Yes. We're far too late to get this into 9.1, so I'll MFC it after the release. Patch committed as r242078! -- Ed Schouten ___ freebsd-stable@freebs

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-25 Thread Ed Schouten
Hi all, 2012/10/23 Ed Schouten : > Will try to come up with a decent patch tomorrow evening. Ahem; the day after tomorrow. Jeremy, could you please try the following patch? http://80386.nl/pub/tty-bg-read.txt I decomposed the TTY read routine into four separate functions to improve clar

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Ed Schouten
ad, the > process is woken up later when input is available. > > Old tty code did the recheck for background state inside the loop after > the sleep. Exactly. Was just debugging this as well and came to the same conclusion. Will try to come up with a decent patch tomorrow evenin

Re: Inconsistent utx.active?

2012-02-25 Thread Ed Schouten
#x27;ll keep UseLogin enabled on one of my systems from now on to see whether it occurs sporadically. Thanks for reporting the issue. -- Ed Schouten WWW: http://80386.nl/ pgp0DE1Ur5bxA.pgp Description: PGP signature

Re: Inconsistent utx.active?

2012-02-24 Thread Ed Schouten
generated data, just like pam_lastlog(8) does. OpenSSH uses identifiers based on the TTY name, like so: > [1330124273.955165 -- Fri Feb 24 23:57:53 2012] user process: > id="7074732f3000" pid="15880" user="ed" line="pts/0" host="m.fxq.nl" 0x7074732f30 is equal to "pts/0". Maybe they're generated by some different login service or you've configured PAM/OpenSSH/etc. in a non-default way? Thanks so far, -- Ed Schouten WWW: http://80386.nl/ pgplN0Q8HgmxK.pgp Description: PGP signature

Re: Inconsistent utx.active?

2012-02-24 Thread Ed Schouten
; mirrored for all 3 entries. Would you mind pasting the output of `getent utmpx active'? Thanks, -- Ed Schouten WWW: http://80386.nl/ pgpsQaKT9RQiy.pgp Description: PGP signature

Re: Inconsistent utx.active?

2012-02-24 Thread Ed Schouten
Hi Vlad, > Has anyone else noticed erratic bookkeeping by utmpx in RELENG_9? Would you mind explaining to me what you're seeing? It's hard for me to fix bugs if I don't get proper reports. -- Ed Schouten WWW: http://80386.nl/ pgpcKCladCJsr.pgp Description: PGP signature

Re: mpslsi0 : Trying sleep, but thread marked as sleeping prohibited

2012-02-23 Thread Ed Schouten
Hi Kashyap, * Desai, Kashyap , 20120222 18:51: > Adding Ed Schouten and Jorg Wunsch as I see there are author of > msleep/mtx related APIs. Am I? :-) > 1. When any irq is register with FreeBSD OS, it sets " TDP_NOSLEEPING" > pflag. It means though irq in freebsd is t

Re: Two problems still present in RC3

2011-12-13 Thread Ed Schouten
his. Maybe you can do the following: - run script -t 0 ~/log jove ... - Delete characters - As soon as possible as jove starts to misbehave and the screen contents are wrong, run `killall -9 script' - Send me the log Thanks, -- Ed Schouten WWW: http://80386.nl/ pgp1bNN1gIMbA.pgp Description: PGP signature

Re: Two problems still present in RC3

2011-12-13 Thread Ed Schouten
tried reproducing it in a simpler test case? Well, I don't care whether the test case is small or large, as long as I know how to reproduce it. I have never used jove before, so what kind of buttons should I press to get the artifacts? Does it only happen on the console, or also when using a

Re: mysqld_safe holding open a pty/tty on FreeBSD (7.x and 8.x)

2010-09-30 Thread Ed Schouten
-t' command is quite useful to figure out whether there is still a session associated with the TTY. See the following thread: http://lists.freebsd.org/pipermail/freebsd-ports/2010-July/062417.html -- Ed Schouten WWW: http://80386.nl/ pgpq5AlaJIXSZ.pgp Description: PGP signature

Re: After 7.3->8.1, moused on serial mouse draws 100% CPU

2010-09-18 Thread Ed Schouten
ve me the output of `pstat -t` for cuau0? It's a bit strange the read() on the TTY returns EAGAIN, since this doesn't seem to be generated by the TTY layer itself. It also seems moused is pretty badly written, looking at how it operates on fd_sets. -- Ed Schouten WWW: http://80386.nl/

Re: After 7.3->8.1, moused on serial mouse draws 100% CPU

2010-09-16 Thread Ed Schouten
Hi all, I should really get myself subscribed to sta...@... Anyway, Michael, can you attach truss to the process to see what it's actually doing (truss -p $pid)? I'm interested in a single `iteration' of what it's doing. Thanks! -- Ed Schouten WWW: http://80386.nl/

Re: Serial console problems with stable/8

2010-09-13 Thread Ed Schouten
ember some of the drivers enforced CLOCAL when the device is used as a boot device. Maybe sio(4) does this, while uart(4) does not? An advantage of the patch is that it makes this construct superfluous. -- Ed Schouten WWW: http://80386.nl/ pgpEAKnJjfUKU.pgp Description: PGP signature

Re: Serial console problems with stable/8

2010-09-13 Thread Ed Schouten
while ((ttydevsw_modem(tp, 0, 0) & SER_DCD) == 0) { error = tty_wait(tp, &tp->t_dcdwait); if (error != 0) %%% -- Ed Schouten WWW: http://80386.nl/ pgp5bVOCevFGN.pgp Description: PGP signature

Re: Panic in destroy_dev_sched_cb() for tty

2010-07-05 Thread Ed Schouten
ht? If so, I'll just commit it to SVN. Thanks for reporting! -- Ed Schouten WWW: http://80386.nl/ pgpVPlQxKBSgQ.pgp Description: PGP signature

Re: TIOCSTI possibly broken under 8.0 ?

2010-01-04 Thread Ed Schouten
* Pete French wrote: > > http://80386.nl/pub/tty.diff > > Just tested the patch - works beautifully! Please commit and MFC if > you can :-) Done. Will MFC it in two weeks from now. Greetings, -- Ed Schouten WWW: http://80386.nl/ pgpx5Et2x4Za4.pgp Description: PGP signature

Re: TIOCSTI possibly broken under 8.0 ?

2010-01-04 Thread Ed Schouten
* Jeremy Chadwick wrote: > Adding Ed Schouten to the thread, who will probably be able to shed > some light on things. :-) http://80386.nl/pub/tty.diff Wrote it some time ago, but nobody wanted to test it for me, which made me asume nobody cared. ;-) -- Ed Schouten WWW

Re: something fails with svn

2010-01-01 Thread Ed Schouten
* jhell wrote: > With those remarks I will leave it up to your honed skills to figure out. If you don't have anything constructive to say, please refrain from responding to any message on these lists. The purpose of these lists is to help each other. -- Ed Schouten WWW: http://

Re: something fails with svn

2009-12-31 Thread Ed Schouten
* jhell wrote: > Take a look at your git config. The problem lies there and is very > visible. After you are done fixing that re-read the whole email that > you posted. Would you mind sharing what causes the problem then, Sherlock Holmes? -- Ed Schouten WWW: http://80386.nl/ pgpZ

Re: cannot alter 'to' addess in email on 8.0

2009-12-11 Thread Ed Schouten
Pete, According to jilles@ this seems to because the new TTY code lacks an implementation of TIOCSTI (simulate keyboard input -- yuck). Could you try the following patch, please? http://80386.nl/pub/tty.diff Thanks! -- Ed Schouten WWW: http://80386.nl/ pgp57FuUZjocQ.pgp

Re: can't change tty speed and buffer size on 8.0

2009-10-12 Thread Ed Schouten
#x27;d better just remove the baud rate assignment and let the kernel decide which default baud rate for the console is the best. I'll commit the patch within the next couple of days. Let me know whether you experience any problems with it. -- Ed Schouten WWW: http://80386.

Re: can't change tty speed and buffer size on 8.0

2009-10-11 Thread Ed Schouten
? -- Ed Schouten WWW: http://80386.nl/ pgpvL2DJBYduZ.pgp Description: PGP signature

Re: 8.0-BETA2, console freezes

2009-08-09 Thread Ed Schouten
isn't present in my own console driver, because it doesn't reprogram the graphics hardware when switching virtual terminals, which I suspect it is related to. -- Ed Schouten WWW: http://80386.nl/ pgpSjcabWtX8V.pgp Description: PGP signature

Re: src/lib/libc/stdlib/grantpt.c commit broke sshd

2008-10-28 Thread Ed Schouten
almost all ports compile without being present. So if you know what you're doing, you can just omit COMPAT_43TTY. If you are not, please leave it there. COMPAT_43TTY doesn't really add a lot of baggage, it only adds some additional ioctl()'s to TTY devices. -- Ed Schouten <[EMAI

Re: src/lib/libc/stdlib/grantpt.c commit broke sshd

2008-10-28 Thread Ed Schouten
der version of libutil was indeed your problem. Well, to others out there experiencing the same problem: make sure you update libutil as well. Thanks! -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://80386.nl/ pgpODEbfYKs2Y.pgp Description: PGP signature

Re: Upcoming ABI Breakage in RELENG_7

2008-07-30 Thread Ed Schouten
that runs on 7.0, will not run on >= 7.1 without > being recompiled. Are you sure? I fcntl(2) and flock(2) will not change. Only some kernel space bits will. -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://80386.nl/ pgponVKKhfTne.pgp Description: PGP signature

Re: Attention 7.x and 8.x ptmx/pts users (read if you set kern.pts.enable=1)

2007-12-05 Thread Ed Schouten
* Ed Schouten <[EMAIL PROTECTED]> wrote: > This also causes the dreaded `jail leak', because device nodes still > exist that have been created with make_dev_cred(), so the ucred is > still referenced. I just saw a commit flash by that disables si_cred usage in make_dev_cred

Re: Attention 7.x and 8.x ptmx/pts users (read if you set kern.pts.enable=1)

2007-12-04 Thread Ed Schouten
des still exist that have been created with make_dev_cred(), so the ucred is still referenced. I guess the problem is that we can only call pty_maybecleanup() when ptsclose() is called and not when the real use-count of the tty has reached zero. Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ pgp2td0UlN2hz.pgp Description: PGP signature

Re: Attention 7.x and 8.x ptmx/pts users (read if you set kern.pts.enable=1)

2007-12-04 Thread Ed Schouten
he TTY code a little bit cleaner in my opinion is removing the PRIV_TTY_PRISON check and making something generic inside devfs. If we have proper garbage collecting on TTY's, then we can just change make_dev_cred() to bind the new device node to a certain jail. That way you could even choose

Re: How to enable more than 256 pty's?

2007-10-02 Thread Ed Schouten
* Ed Schouten <[EMAIL PROTECTED]> wrote: > * Vlad GALU <[EMAIL PROTECTED]> wrote: > > On 10/2/07, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > > > "Vlad GALU" <[EMAIL PROTECTED]> writes: > > > > The symptoms were exhibited even wi

Re: How to enable more than 256 pty's?

2007-10-02 Thread Ed Schouten
s.c 1.16. Can be easily reproduced by killing the sshd while apps are still running in the shell. I thought we weren't able to destroy the device there, because you can't destroy a TTY when it is used by an application (i.e. when it's the controlling terminal). -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ pgpIkLIgzEu2i.pgp Description: PGP signature

Re: atapicam - System freeze with hw.ata.atapi_dma=1

2007-04-15 Thread Ed Schouten
* Dirk Arlt <[EMAIL PROTECTED]> wrote: > Still the same problem, now using 6.2-STABLE. > > attached: dmesg and kernel-config Mee too; system also locks up quite fast after kldloading atapicam when already booted. -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl

Problems detecting S-ATA DVD-RW drive with AHCI enabled

2007-03-24 Thread Ed Schouten
Vista does recognize the drive when I enable AHCI in the BIOS. I've attached two dmesg'es. One contains the verbose output of my machine with IDE enabled. The other one uses AHCI. Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ Copyright (c) 1992-2007 The FreeBSD

Re: atacontrol kernel crash (atausb?)

2007-01-28 Thread Ed Schouten
The short answer is no. There's no reliable way to tell if a device > supports a given scsi command, and some devices freak out (lock up) > when sent one. Well, in one of the scenario's there is. USB UFI devices never support synchronize. -- Ed Schouten <[EMAIL PROTECTED

Re: atacontrol kernel crash (atausb?)

2007-01-24 Thread Ed Schouten
0x0 > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi > status == 0x0 I had these messages with two other devices before, an MP3 player and a USB floppy drive. I fixed these errors by adding a quirk to /sys/cam/scsi/scsi_da.c. http://www.freebsd.org/cgi/quer

Re: mountd(8) tries to remount / as R/W

2006-12-12 Thread Ed Schouten
* Rink Springer <[EMAIL PROTECTED]> wrote: > On Tue, Dec 12, 2006 at 10:36:45AM +0100, Ed Schouten wrote: > > Is it possible to teach mountd to leave the root filesystem alone? > > This might be due to a change I have made in mountd(8) to prevent it > from destroying fil

mountd(8) tries to remount / as R/W

2006-12-12 Thread Ed Schouten
sh as read-write. When I perform some hard resets, the system boots with the message right after starting mountd: WARNING: R/W mount of / denied. Filesystem is not clean - run fsck Is it possible to teach mountd to leave the root filesystem alone? Yours, -- Ed Schouten <[EMAIL PROTECTED]>

Re: re(4) needs promisc to work properly

2006-12-02 Thread Ed Schouten
init_rxcfg() function. I took a look at vge(4) and xl(4) and added `re_if_flags` to the softc to backup the original ifp->if_flags. Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ --- sys/dev/re/if_re.c Sat Dec 2 00:05:44 2006 +++ sys/dev/re/if_re.c Sat Dec 2

Re: re(4) needs promisc to work properly

2006-12-01 Thread Ed Schouten
ng the box. When I run tcpdump, the box doesn't freeze and enters promiscuous mode (suddenly the ping6 starts to work then). What do you think about this patch? Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ --- sys/dev/re/if_re.c Fri Dec 1 17:01:48 2006 +++ sys

Re: re(4) needs promisc to work properly

2006-11-30 Thread Ed Schouten
a lot. I still have some other minor issues with my network interface by the way: - Switching from and to promiscuous mode takes 7 seconds. All packets are dropped in the mean time. - Fetching 100 Mbit through FTP uses a lot of interrupts (almost thousands). Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ pgpOxFaX3CW1W.pgp Description: PGP signature

re(4) needs promisc to work properly

2006-11-28 Thread Ed Schouten
owing command: $ ifconfig re0 promisc Is this a known issue about these NICs? Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ pgpyPfMDrKhIA.pgp Description: PGP signature

Re: Odd PCI and ACPI messages on 'INSYDE RSDT_000' laptop

2006-08-01 Thread Ed Schouten
the cpufreq module and rebooted. I now have an est0 and p4tcc0 device. Powerd now sets the processor to a lower clockrate. Thanks a lot! Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ pgp1ecVq3zNXK.pgp Description: PGP signature

Odd PCI and ACPI messages on 'INSYDE RSDT_000' laptop

2006-07-30 Thread Ed Schouten
d the entire dmesg of the device for those who are interested. Yours, -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of

Lockup while umounting Sandisk 512 MB MP3player

2005-07-03 Thread Ed Schouten
eally that great, could somebody give me some pointers how to supply you guys debugging information? Yours, -- Ed Schouten <[EMAIL PROTECTED]> pgpMkWp5MMosQ.pgp Description: PGP signature

Re: GCC on RELENG_5: www/libgtkhtml ICE?

2005-07-01 Thread Ed Schouten
* Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Fri, Jul 01, 2005 at 11:02:23PM +0200, Ed Schouten wrote: > > > Is anyone also having problems with www/libgtkhtml's htmlboxtable.lo in > > combination with RELENG_5's gcc? Does anyone know if this bug is > &g

GCC on RELENG_5: www/libgtkhtml ICE?

2005-07-01 Thread Ed Schouten
[EMAIL PROTECTED]:/usr/obj/space0/src/sys/ZONK i386 Is anyone also having problems with www/libgtkhtml's htmlboxtable.lo in combination with RELENG_5's gcc? Does anyone know if this bug is squashed in RELENG_5 in the mean time? Yours, -- Ed Schouten <[EMAIL PROTECTED]> pgpqxKWVhjYn0.pgp Description: PGP signature