Re: ssl v2 question

2009-02-04 Thread Philip Guenther
combos that it supports for the root page. (In openssl, the cipher suites for TLS are the same as for SSLv3, so that script only reports SSLv3 for both.) Philip Guenther

Re: Sendmail: new one on me..

2009-01-31 Thread Philip Guenther
'sm-mta\[23903\]' /var/log/maillog.old Philip Guenther

Re: Is it possible to increase wscale multiplier?

2009-01-30 Thread Philip Guenther
On Fri, Jan 30, 2009 at 3:53 PM, Brian Keefer ch...@smtps.net wrote: I'm probably ignorant, but I can't seem to find a way to increase the window scaling multiplier on an OpenBSD client. It's always zero. What problem are you trying to solve? The scale factor is *ONLY* a means to increase the

Re: Assigning group or effective group to processes

2009-01-29 Thread Philip Guenther
when starting a process from shell? The command you're looking for is 'newgrp'...which OpenBSD doesn't currently have. sudo is probably the most direct workaround for now. Philip Guenther

Re: Missing route for localhost

2009-01-18 Thread Philip Guenther
be dropping that route: /etc/hostname.*, /etc/bridgename.*, and /etc/rc*.local. You don't happen to run bgpd or ospfd or some other routing daemon, do you? Philip Guenther

Re: Missing route for localhost

2009-01-17 Thread Philip Guenther
is initially assigned its address and brought up. Since you didn't give any actual data, I'll guess that your update procedure was broken such that your kernel and userland don't match, probably giving you a -current kernel with -stable userland. Pick one and use it for both. Philip Guenther

Re: xterm and home-dir with automounter

2009-01-12 Thread Philip Guenther
directory is that of $HOME. case $PWD in $(cd $HOME pwd -P) ) cd $HOME;; esac Philip Guenther

Re: xterm and home-dir with automounter

2009-01-12 Thread Philip Guenther
On Mon, Jan 12, 2009 at 2:35 PM, Rudi Ludwig rud...@gmx.de wrote: On Monday 12 January 2009 20:38:03 Philip Guenther wrote: When the shell is started by konsole, or xterm, or login, it's working directory has already been set to $HOME. At that point, it can only see the physical path (sans

Re: Heirloom troff on OpenBSD 4.4 / libc / i386

2009-01-07 Thread Philip Guenther
Unix system. -- cut here That doesn't appear to be involved in the crash you cite. Whether OpenBSD meets that requirement probably depends on what operations it performs on wchar_t values. Philip Guenther

Re: gmake write error and possible solution

2009-01-06 Thread Philip Guenther
almost every program on the system to do that seems like the Wrong Thing to me. Philip Guenther ** Yes, yes, there would have had to been some way to specify non-blocking open(). If we lived in that universe, the details would have been worked out already.

Re: Changing IRQ setting from console/userland

2009-01-05 Thread Philip Guenther
BIOS. But We really need to gather more info on this. Any hints and suggestion will be appreciated. PCI, unlike ISA, works just fine with shared interrupts. Do you have a specific reason to suspect the source of the problem is the sharing of interrupts? Philip Guenther

Re: OpenLDAP w/o bdb okay?

2009-01-05 Thread Philip Guenther
that all the time back when I was a sysadmin and have been using BDB professionally for years, so your mileage may vary. The key thing is to figure out how you're going to support your setup. Philip Guenther

Re: OpenLDAP w/o bdb okay?

2009-01-05 Thread Philip Guenther
OpenLDAP has any databases that will satisfy you. Philip Guenther

Re: ftp from script

2009-01-03 Thread Philip Guenther
actually using completely different URLs (purposely or from a typo) and thus completely wasting our time. Philip Guenther

Re: weekly/locate.updatedb problem

2008-12-28 Thread Philip Guenther
invoked manually, and from cron. Weird. Unless your /var/log isn't accessible by 'nobody', that should have had no effect. Did you have TMPDIR set in your environment when you ran it manually? How confident are you that it actually ran to completion from cron? Philip Guenther

Re: no sound with aucat -l

2008-12-23 Thread Philip Guenther
to a stopped process are SIGCONT and SIGKILL. All other signals are left pending until the process is continued. Philip Guenther

Re: rtfm

2008-12-17 Thread Philip Guenther
underbar is *not* magical. Those groups are just as valid as any other group. That's simply a naming convention used by OpenBSD to make it unlikely that the new groups added in support of stock OS programs/daemons don't conflict with groups defined by a system administrator. Philip Guenther

Re: ifconfig/dhclient hangs on bge0

2008-12-17 Thread Philip Guenther
on the software side, guessing that the hardware failed seems reasonable. (There were some changes recently committed to -current that broke old ifconfig binaries for new kernels, but since you didn't change kernels, that can't the problem...) Philip Guenther

Re: possible bug in OpenNTPD code?

2008-12-09 Thread Philip Guenther
+ errno != EINTR errno != ECHILD) + fatal(wait); + if (pid !=-1) + log_info(child %d exited with return code %d, pid,WEXITSTATUS(status)); This code fails to retry the waitpid() if it returns with EINTR. Philip Guenther

Re: inet aliases and assigning various services (NTPD)

2008-11-22 Thread Philip Guenther
, or by showing how you would configure named to do what you want. Philip Guenther

Re: SA_SIGINFO and si_pid

2008-11-19 Thread Philip Guenther
.) Philip Guenther

Re: ifconfig promiscuous mode

2008-11-18 Thread Philip Guenther
. Philip Guenther

Re: Strange behavior in OBSD 4.3 default kernel

2008-11-02 Thread Philip Guenther
that you're interested in? But, when i run rup and rusers, i get: rup and rusers send broadcast RPC messages each time you run them. rwho and rup depend on the machine involved broadcasting updates for themselves. Philip Guenther

Re: relayd - tcp_write: connect timed out

2008-10-26 Thread Philip Guenther
made by relayd. Philip Guenther

Re: OpenLDAP

2008-10-21 Thread Philip Guenther
On Tue, Oct 21, 2008 at 12:33 PM, John Nietzsche [EMAIL PROTECTED] wrote: i would like to know if openldap (in ports collection) will be shipped with suport for BDB in openbsd 4.4 ports infra structure? Since the release is frozen, UTSL:

Re: : Testing rthreads

2008-10-20 Thread Philip Guenther
' into /usr/lib. (For those wondering what the 1% of directories are, those would be the kernel (described in the release(8) manpage) and the outside packages which have a Makefile.bsd-wrapper file to fit them into the tree.) Philip Guenther

Re: Testing rthreads

2008-10-19 Thread Philip Guenther
On Fri, Oct 17, 2008 at 12:52 AM, Raimo Niskanen [EMAIL PROTECTED] wrote: I have also found patches (#3, #4 and #7) by Philip Guenther in the archives of this list from May 4. Can anyone enlighten me about if these/which patches still are useful or if there are fresher ones or if the 4.4

Re: strptime and mktime()?

2008-10-14 Thread Philip Guenther
time, then with standard time. If you can't stand the ambiguity, then you need to carry the zone information along with your date-time strings and then do the zone handling yourself.) Philip Guenther

Re: strptime and mktime()?

2008-10-14 Thread Philip Guenther
should set the tm_isdst member to the desired value after calling strptime(). Philip Guenther

Re: strptime and mktime()?

2008-10-14 Thread Philip Guenther
On Tue, Oct 14, 2008 at 11:19 AM, Mark B. [EMAIL PROTECTED] wrote: On Tue, Oct 14, 2008 at 1:31 PM, Philip Guenther [EMAIL PROTECTED] wrote: ... strptime() doesn't have enough information to set the tm_isdst member. If it had a format specifier for timezone, then I guess it could figure

Re: weird diffs in cvsweb

2008-10-08 Thread Philip Guenther
combine it with -p to just send the output to stdout (in which case the -ko isn't sticky) or do a fresh update with -A to 'unstick' it. Of course, the -A will also clear any -r option you had...) Philip Guenther

Re: weird diffs in cvsweb

2008-10-08 Thread Philip Guenther
On Wed, Oct 8, 2008 at 1:08 PM, Otto Moerbeek [EMAIL PROTECTED] wrote: On Wed, Oct 08, 2008 at 12:44:43PM -0700, Philip Guenther wrote: On Wed, Oct 8, 2008 at 12:27 PM, Peter J. Philipp [EMAIL PROTECTED] wrote: I'm not just seeing this wrong I hope. Let me explain: http://www.openbsd.org

Re: weird diffs in cvsweb

2008-10-08 Thread Philip Guenther
or typo in the cvsweb program. Philip Guenther

Re: Weird pkg_info behavior?

2008-10-04 Thread Philip Guenther
?) Philip Guenther

Re: cp error message Invalid character in program

2008-10-04 Thread Philip Guenther
in program?? rm also returns this when I use rm illegally. Was it always like this? Hmm, I don't see that error message in the stock /bin/cp or /bin/rm. Are you running your own version of them or have shell script wrappers for them or something? What's the output of which cp rm? Philip Guenther

Re: cp error message Invalid character in program

2008-10-04 Thread Philip Guenther
rwxr-xr-x root/wheel for ccreply.rex? y rm: ccreply.rex: Invalid character in program Since you're using ksh, try whence -v cp rm. Philip Guenther

Re: weird wscons behavior

2008-10-04 Thread Philip Guenther
until wsconscfg -dF 1 gets launched the machine gets hung really bad. ... Is this a known thing? or I found a buggy behavior? Looks like a bug to me. Have you filed a bug with the sendbug command? Philip Guenther

Re: cp error message Invalid character in program

2008-10-04 Thread Philip Guenther
On Sat, Oct 4, 2008 at 2:09 PM, Jack Woehr [EMAIL PROTECTED] wrote: It's 4.3 release but I did rebuild from freshly checked out source. Oh well, then the md5s wouldn't be expected to match. What's the output of ktrace rm ccreply.rex kdump | egrep -A1 -B2 'execv|errno' Philip Guenther

Re: status command in shell

2008-09-25 Thread Philip Guenther
PTHREAD_DEBUG is defined additional information is displayed. For more detail on the meaning of the line, read the source in /usr/src/lib/libpthread/uthread/uthread_info_openbsd.c Philip Guenther

Re: Tcsh does not recognize alt keys as meta

2008-09-19 Thread Philip Guenther
key is the way you want it. If yes, then you just need to set the XTerm*altSendsEscape resource in whatever file you use to control your X resources. Philip Guenther

Re: Patching a SSH 'Weakness'

2008-09-12 Thread Philip Guenther
shoulder-surfing and similar is much harder to parallelize. Philip Guenther

Re: forcing system disk to wd0

2008-09-11 Thread Philip Guenther
practices to avoid the problem. Don't forget to keep an original GENERIC kernel on hand for confirming and reporting problems. Philip Guenther

Re: spamd: smtp clients from the outside

2008-09-07 Thread Philip Guenther
clients not support that extension? Philip Guenther

Re: Stop in line 73 of Makefile

2008-09-07 Thread Philip Guenther
, then consider that you're running a system that has had root-level changes made that you can't explain and therefore can't trust, and then ask yourself why you *haven't* already reinstalled from a CD. Philip Guenther

Re: ntpd can hang on boot

2008-09-06 Thread Philip Guenther
certainly interrupted it when I've had issues with ntpd -s in the past. Philip Guenther

Re: OpenLDAP

2008-09-03 Thread Philip Guenther
. Philip Guenther

Re: 4.2 on alphaserver trying to compile inspircd

2008-08-27 Thread Philip Guenther
declaration If it's already there, then simply delete the one on the definition. If the function doesn't have a declaration, then add one, etc. Philip Guenther

Re: [semi-OT] using IPv4 addresses in alternative formats (i.e. not dotted decimal notation)

2008-08-24 Thread Philip Guenther
() is. The standard notes that inet_pton() does not support the other formats for IPv4 addresses that inet_addr() does, only the official w.x.y.z format is accepted there. Philip Guenther

Re: ln: /obsd: Operation not permitted

2008-08-24 Thread Philip Guenther
invoked? That looks like the result of doing make install as non-root. Philip Guenther

Re: I'm embarassed. (Re: shell not reading login script)

2008-08-23 Thread Philip Guenther
2008/8/23 Joel Rees [EMAIL PROTECTED]: On 平成 20/08/22, at 19:21, Philip Guenther wrote: 2008/8/21 Joel Rees [EMAIL PROTECTED]: ... When I start csh at the command line in xterm, csh sources .cshrc like I expect. (That is, the flag shows up in the environment.) But neither sh nor ksh source

Re: I'm embarassed. (Re: shell not reading login script)

2008-08-22 Thread Philip Guenther
2008/8/21 Joel Rees [EMAIL PROTECTED]: On 平成 20/08/21, at 12:12, Philip Guenther wrote: 2008/8/20 Joel Rees [EMAIL PROTECTED]: export PROFMARKER=.profile would you believe I put that in .profile, like the marker said? ...etc Now that you've said it, yes, I do. If you think it unreasonable

Re: I'm embarassed. (Re: shell not reading login script)

2008-08-20 Thread Philip Guenther
the manpages 2) Failure to search the archives (I posted a long explanation of when the .profile is read vs $ENV recently.) Philip Guenther

Re: setresuid not available in OpenBSD's perl

2008-08-18 Thread Philip Guenther
On Mon, Aug 18, 2008 at 1:35 AM, Alexander Farber [EMAIL PROTECTED] wrote: On Mon, Aug 18, 2008 at 12:11 AM, Philip Guenther [EMAIL PROTECTED] wrote: This question doesn't really have anything to do with OpenBSD. Thanks, but I think it has to do with OpenBSD, because the question is about

Re: setresuid not available in OpenBSD's perl

2008-08-17 Thread Philip Guenther
can tell, the only real limitation on $ and $ is that perl does its best to never change the saved set-uid via those. Setting both $ and $ to some other uid will leave the saved set-uid as root. That process could restore its root privileges by setting $ and $ again. Philip Guenther

Re: drm at vga1?

2008-08-11 Thread Philip Guenther
no, as there's an entire directory named drm full of drm* files: /usr/src/sys/dev/pci/drm/. The drm.h file in that directory has a pile of information about what this driver is supposed to do. If you're wondering what something new and not-yet-supported is, READ THE SOURCE. Philip Guenther

Re: compile 4.3 source tree on a 4.2 system

2008-08-11 Thread Philip Guenther
://www.openbsd.org/faq/faq5.html#BldBinary Philip Guenther

Re: tftpd as a standalone server - Cant be done?

2008-08-04 Thread Philip Guenther
On Mon, Aug 4, 2008 at 2:55 PM, Edd Barrett [EMAIL PROTECTED] wrote: Is it possible to run tftpd independant of inetd? No. Just run inetd with a one-line inetd.conf if that's all you want. Philip Guenther

Re: tftpd as a standalone server - Cant be done?

2008-08-04 Thread Philip Guenther
On Mon, Aug 4, 2008 at 4:01 PM, Edd Barrett [EMAIL PROTECTED] wrote: On Mon, Aug 4, 2008 at 10:10 PM, Philip Guenther [EMAIL PROTECTED] wrote: On Mon, Aug 4, 2008 at 2:55 PM, Edd Barrett [EMAIL PROTECTED] wrote: Is it possible to run tftpd independant of inetd? No. Just run inetd with a one

Re: PKG_PATH question !

2008-08-02 Thread Philip Guenther
by a single period (`./'). So: export PKG_PATH=ftp://ftp.some/:/usr/ports/packages/ Philip Guenther

Re: 3D Hardware Accerlation

2008-07-30 Thread Philip Guenther
SYNOPSIS vga0 at isa? ... Don't have an isa video card, eh? Philip Guenther

Re: Odd linking message (please relink your binary)

2008-07-28 Thread Philip Guenther
it). Philip Guenther

Re: Can't scp, ssh is slow to authenticate.

2008-07-26 Thread Philip Guenther
.bashrc is not the name the file should have anyway 'cos only root will read it in regular xterm sessions, not the regular user... Uh, what? What does being root have to do with this? You aren't logging into X as root, are you?!?! Philip Guenther

Re: Can't scp, ssh is slow to authenticate.

2008-07-26 Thread Philip Guenther
by other users), and use 'su', the new, non-root shell will be unable to determine what its current directory is. Philip Guenther

Re: touch -h ?

2008-07-25 Thread Philip Guenther
at which that happens... Philip Guenther

Re: assembler noob question

2008-07-24 Thread Philip Guenther
need to include assembly directives that tell 'as' that your code belongs in the text segment, otherwise it won't be marked as executable when loaded into memory. Philip Guenther

Re: stunnel won't start with zlib compression

2008-07-22 Thread Philip Guenther
(and presumably earlier, I haven't checked) does not include the zlib compression method: $ nm /usr/lib/libcrypto.so.13.0 | grep zlib_method 2001cda0 d zlib_method_nozlib $ If zlib compression was included, it wouldn't have the _nozlib suffix. Philip Guenther

Re: sendmail STARTTLS

2008-07-10 Thread Philip Guenther
email. Indeed, you should be seeing this error at boot time: WARNING: Ignoring submission mode -B option (not in submission mode) What docs suggested that you add that? (For the topic of this thread, you did eyeball /var/log/maillog after restarting, right?) Philip Guenther

sendmail -B option

2008-07-10 Thread Philip Guenther
no effect? I've already noted that the -B option only affects submission and is ignored when running sendmail as a daemon, making GVG's usage of it incorrect. If you aren't feeding the sendmail command an email message on stdin, then the -B option isn't for you. Philip Guenther

Re: 4.2 and 4.3 BIND: masters_list does not work with masters option

2008-07-08 Thread Philip Guenther
: masters int_masters { 10.0.0.1; }; (The 'masters' statement was added in bind 9.4.0, IIRC) Philip Guenther

Re: trouble talking to serial port

2008-07-07 Thread Philip Guenther
open on fd 3. How to access fd 3 from the script is up to you... Philip Guenther

Re: How to create more pseudo terminal ?

2008-07-07 Thread Philip Guenther
done Philip Guenther

Re: default value for MALLOC_OPTIONS?

2008-06-28 Thread Philip Guenther
23 21:49 /etc/malloc.conf - FGJP $ If a program I don't have the time to debug has problems with that then I set MALLOC_OPTIONS=fgjp (or whatever is sufficient) for just that program. Philip Guenther

Re: Named and reverse zones help

2008-06-28 Thread Philip Guenther
. Philip Guenther

Re: default value for MALLOC_OPTIONS?

2008-06-28 Thread Philip Guenther
, and SUS specs don't require such behavior. Philip Guenther

Re: Squid - Privoxy - Tor

2008-06-28 Thread Philip Guenther
apparently ignored that. If you don't listen to what people say, they'll stop trying to talk to you... Anyway, you're probably better off asking your question in the forums for those specific packages. Philip Guenther (Not a privoxy or tor user)

Re: Problem with booting

2008-06-20 Thread Philip Guenther
to give readable images, and then typed it all in. (Do not even _think_ of sending the images.) Philip Guenther

Re: OpenBSD syslogd

2008-06-19 Thread Philip Guenther
On Thu, Jun 19, 2008 at 1:24 PM, Beavis [EMAIL PROTECTED] wrote: ... I did put a -u on my /etc/rc.conf syslogd_flags= -u -a /logserver If you have pf enabled, does your pf.conf let through UDP port 514 from the cisco? Philip Guenther

Re: [Perl/locales] Warning about locales

2008-06-16 Thread Philip Guenther
On Mon, Jun 16, 2008 at 7:00 AM, Hannah Schroeter [EMAIL PROTECTED] wrote: On Sun, Jun 15, 2008 at 03:26:05PM -0600, Philip Guenther wrote: ... I found a workaround: # ln -s /usr/share/locale/en_GB.ISO8859-1 /usr/share/locale/en_US.UTF-8 That seems like a really bad idea to me. UTF-8

Re: [Perl] can't delete packages with pkg_delete

2008-06-16 Thread Philip Guenther
/ttycom.ph (So something running as root removed a file that it shouldn't have.) Philip Guenther

Re: ssh-keygen not reading stdin as expected

2008-06-15 Thread Philip Guenther
, that's the way to accomplish your end goal. Philip Guenther

Re: [Perl/locales] Warning about locales

2008-06-15 Thread Philip Guenther
locales is still, IIRC, the recommended course. Philip Guenther

Re: pf.conf comment lines

2008-06-14 Thread Philip Guenther
On Sat, Jun 14, 2008 at 8:58 AM, Sunnz [EMAIL PROTECTED] wrote: 2008/6/14 Philip Guenther [EMAIL PROTECTED]: Sadly, this varies among languages and file-formats. You just have to know how the one you're working in behaves. So, when in doubt, comment every line that needs to be comment out

Re: 4.3: netstat question

2008-06-13 Thread Philip Guenther
? The code will need to be changed to a) add a fudge factor to the size that was returned, and b) retry the pair of calls if the second returns ENOMEM I'll try to send you a patch this weekend. Philip Guenther

Re: 4.3: netstat question

2008-06-13 Thread Philip Guenther
@@ The length pointed to by .Fa oldlenp is too short to hold the requested value. +.It Bq Er ENOMEM +There isn't enough real memory available to pin the buffers specified by +.Fa oldp +and +.Fa newp +in the kernel. .It Bq Er ENOTDIR The .Fa name Philip Guenther

Re: pf.conf comment lines

2008-06-13 Thread Philip Guenther
occurs before backslash-newline removal: sh csh perl python awk /etc/sudoers /etc/ipsec.conf Languages and file-formats where backslash-newline removal occurs before comment removal: tcl C C++ getcap(3)-style files /etc/pf.conf Philip Guenther

Re: taskjuggler problems

2008-05-23 Thread Philip Guenther
mention libpthread.so.9.0 then the qt library wasn't built correctly. If this is indeed the case, I suppose it would be possible to work around by creating a stub libqt-mt.so.31.1 shared library that just has two dependencies: the real libqt-mt.so and libpthread.so... Philip Guenther

Re: taskjuggler problems

2008-05-23 Thread Philip Guenther
On Fri, May 23, 2008 at 12:54 AM, Philip Guenther [EMAIL PROTECTED] wrote: ... If this is indeed the case, I suppose it would be possible to work around by creating a stub libqt-mt.so.31.1 shared library that just has two dependencies: the real libqt-mt.so and libpthread.so... Duh

Re: taskjuggler problems

2008-05-23 Thread Philip Guenther
for suggesting they didn't build libqt-mt correctly. The long-term fix is for the taskjuggler port to patch its linking to include -pthread. Philip Guenther

Re: Decipering Understanding IP addressing

2008-05-21 Thread Philip Guenther
the network administrator will need to round up to 24 (or 16). 23 or 8 what? Bits? What are 23 and 8 alternatives of? 24 or 16 looks like alternative prefix lengths for class A or B networks, but I don't get 23 or 8. 2^3 = 8 2^4 = 16 Philip Guenther

Re: Trouble with OpenBSD 4.2 DNS server setup

2008-05-08 Thread Philip Guenther
at large in order to send and receive email. That is, your servers can and should refuse to answer a DNS query that asked for, for example, the address of www.openbsd.org. If you think otherwise, please cite references. Philip Guenther

Re: gmake error, please help :)

2008-05-08 Thread Philip Guenther
it from there would be the simplest way forward. Philip Guenther

Re: mknod Invalid argument after upgrade.

2008-05-07 Thread Philip Guenther
you see with ls, all the way down to inode numbers and most timestamps? If any of those answer no, then you've been hacked. If not, however, you still don't know.) Philip Guenther

Re: Trouble with OpenBSD 4.2 DNS server setup

2008-05-07 Thread Philip Guenther
and tell them the names of your authoritative servers and their IP addresses so that they can add the necessary NS records to their zone, pointing at your servers. (The above contains some gross simplifications; go read the DNS nutshell book from O'Reilly for the full details.) Philip Guenther

Re: -current and rthreads

2008-05-02 Thread Philip Guenther
*exactly* did you name the librthread symlink? What version of OpenBSD were the threaded programs built against? Philip Guenther (I use rthreads myself for a few programs, though I had to patch a number of bugs in the kernel support and librthread to make it stable and there are still issues when

Re: -current and rthreads

2008-05-02 Thread Philip Guenther
the feedback on the patch has petered out, I suppose I should break it into logical chunks and send them to the tech list for piece-wise consideration.) Philip Guenther

Re: Sendmail on hosts without a real Internet hostname?

2008-05-01 Thread Philip Guenther
FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl to openbsd-localhost.mc and the following line to /etc/mail/genericstable [EMAIL PROTECTED][EMAIL PROTECTED] You probably also need GENERICS_DOMAIN(`alicia.himmet')dnl Philip Guenther

Re: Problems with socket created before fork() in multi-threaded application

2008-03-22 Thread Philip Guenther
On Fri, Mar 21, 2008 at 8:57 AM, Kurt Miller [EMAIL PROTECTED] wrote: On Friday 21 March 2008 10:47:27 am Kurt Miller wrote: On Friday 21 March 2008 6:25:59 am Philip Guenther wrote: ... As a gross kludge, I think things would work if you added the following to the code called

Re: Problems with socket created before fork() in multi-threaded application

2008-03-21 Thread Philip Guenther
On Fri, Mar 21, 2008 at 1:44 AM, Tvrvk Edwin [EMAIL PROTECTED] wrote: Philip Guenther wrote: On Thu, Mar 20, 2008 at 3:01 PM, Tvrvk Edwin [EMAIL PROTECTED] wrote: ClamAV has changed to call fork() after creating its local socket. This causes weird behaviours when communicating

Re: Problems with socket created before fork() in multi-threaded application

2008-03-20 Thread Philip Guenther
found that calling non-async-signal-safe functions after fork() can cause problems on FreeBSD [2], is the situation the same on OpenBSD? Yes. The program is non-conformant. Philip Guenther

Re: Compile bind on 4.2 fails - no acceptable grep in path

2008-03-07 Thread Philip Guenther
suppose you could try inserting a set -x into the configure script right before where it does the grep testing, but that's secondary to the above. Philip Guenther

<    4   5   6   7   8   9   10   >