On 7 Sep 2003 at 19:40, Dan Langille wrote:
> On 7 Sep 2003 at 12:32, Daniel Eischen wrote:
>
> > On Sun, 7 Sep 2003, Dan Langille wrote:
> >
> > > A problem with pthreads and EOT has been identified. See PR 56274. It
> > > was suggested the solution was pr
ging those records out of the zone before
> loading it. Any ideas, either under djbdns or Bind 9?
Sorry, only for bind8, as was posted to my local LUG list:
http://achurch.org/bind-verisign-patch.html
--
Dan Langille : http://www.langille.org/
___
(LOG_NOTICE, "zero has been returned in
uthread_write.c;
num = '%d'", num);
+ }
+ break;
/* Check if the write has completed: */
} else if (num >= nbytes)
--
Dan Langille : http://www.langille.org/
__
On 16 Sep 2003 at 20:49, Daniel Eischen wrote:
> On Tue, 16 Sep 2003, Dan Langille wrote:
>
> > I've had preliminary success with this patch. More testing needs
> > to be done, but in the meantime, I would appreciate reviews and
> > comments. The patched co
need
> to do read-before-write, so there will always be some unavoidable
> stalls.
My issue does not concern stalls. It concerns lost data bacause EOT
of not correctly signalled. See http://www.freebsd.org/cgi/query-
pr.cgi?pr=56274.
But if I've missed the point, could someon
On 18 Sep 2003 at 7:50, Daniel Eischen wrote:
> On Wed, 17 Sep 2003, Dan Langille wrote:
>
> > On 16 Sep 2003 at 20:49, Daniel Eischen wrote:
> >
> > > On Tue, 16 Sep 2003, Dan Langille wrote:
> > >
> > > > I've had preliminary success wit
On 29 Sep 2003 at 9:02, Daniel Eischen wrote:
> On Mon, 29 Sep 2003, Dan Langille wrote:
>
> > On 18 Sep 2003 at 7:50, Daniel Eischen wrote:
> >
> > >
> > > Right, this seems correct to me.
> >
> > All our testing on this patch has been succe
On 4 Oct 2003 at 10:17, Daniel Eischen wrote:
> On Mon, 29 Sep 2003, Dan Langille wrote:
> >
> > All our testing on this patch has been successful. I'm going to do a
> > few more tests on different hardware under 4.8-stable.
> >
> > What's the next
Hi,
I have a perl regex to test if a file resides under a particular
directory. The test looks like this:
if ($filename =~ $directory) {
# yes, this filename resides under directory
}
This is working for most cases. However, it fails is the directory
contains a +. For example:
$filename =
On 6 Oct 2003 at 19:10, Daniel Eischen wrote:
> Is your mailer screwed up? We're getting duplicates (a few
> days later).
I don't think so. Could they have been moderated? What do the headers say?
--
Dan Langille : http://
the two, I think #1 is cleaner as it does not require another
directory with special permissions.
Any suggestions?
--
Dan Langille : http://www.langille.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To
On 27 Oct 2003 at 17:39, Oliver Eikemeier wrote:
> Dan Langille wrote:
>
> > If a process starts up and does a setuid, should it be writing the
> > PID file before or after the setuid?
> >
> > Two methods exists AFAIK:
> >
> > 1 - write your PID imm
On Mon, 27 Oct 2003, Wes Peters wrote:
> On Monday 27 October 2003 07:31 am, Dan Langille wrote:
> > If a process starts up and does a setuid, should it be writing the
> > PID file before or after the setuid?
> >
> > Two methods exists AFAIK:
> >
> > 1 - w
inet_ntoa(cli_addr.sin_addr), ntohs(cli_addr.sin_port));
close(newsockfd);
continue;
}
V(mutex);
#endif
--
Dan Langille : http://www.langille.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/fre
On 29 Oct 2003 at 17:10, Guido van Rooij wrote:
> On Wed, Oct 29, 2003 at 09:38:50AM -0500, Dan Langille wrote:
> > Is this the right way to use hosts_access? The code blows up during
> > the hosts_access call. I'm told it runs OK on Linux/Solaris. I'm
> >
On 29 Oct 2003 at 18:26, Dan Langille wrote:
> On 29 Oct 2003 at 17:10, Guido van Rooij wrote:
>
> > On Wed, Oct 29, 2003 at 09:38:50AM -0500, Dan Langille wrote:
> > > Is this the right way to use hosts_access? The code blows up during
> > > the hosts_access
come to use bast-fd from
undef.unixathome.org.\""
(gdb) n
0x2809fb4c in _init () from /usr/lib/libwrap.so.3
(gdb) n
Single stepping until exit from function _init,
which has no line number information.
Error accessing memory address 0x281a1e84: Bad address.
(gdb
--
Dan Langille : http://www.langille.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On 30 Oct 2003 at 9:42, Dan Langille wrote:
> I've been tracking down a libwrap call which crashes the application.
> The crash occurs on line 395 of contrib/tcp_wrappers/options.c, but
> I have no idea.
I've been given some help in this offline. Apparently, the bacula
->m_pkthdr.len,
m_pullup() results et al and can find nothing out of the ordinary.
This is driving me mad right now, can anybody shed any light on the
problem?
Regards,
Bruce.
--- End of forwarded message ---
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practi
result='$RESULT'
if [ $RESULT = 0 ]
then
cd ${MSGSDIR}
while .
do
FILECOUNT=`ls | wc -l`
if [ $FILECOUNT -ne 0 ]
then
ls | xargs -n 1 $HOME/scripts/test-freebsd-cvs.sh
fi
sleep 1
done
rm -rf ${LOCKFILE}
fi
--
On 27 Jan 2002 at 20:18, Dan Nelson wrote:
> In the last episode (Jan 27), Dan Langille said:
> > Folks: have a look at this FreshPorts shell script and let me know if
> > there is a better way to do this.
>
> Apart from maybe using echo instead of forking 'l
0 ]
> > then
> > cd ${MSGSDIR}
> > while .
> > do
> > FILECOUNT=`ls | wc -l`
> >
> > if [ $FILECOUNT -ne 0 ]
> > then
> > ls | xargs -n 1 $HOME/scripts/test-freebsd-cvs.sh
> > fi
> &
On 27 Jan 2002 at 20:18, Dan Nelson wrote:
> In the last episode (Jan 27), Dan Langille said:
> > Folks: have a look at this FreshPorts shell script and let me know if
> > there is a better way to do this.
>
> Apart from maybe using echo instead of forking 'l
g
vi, you will see "Matthias K^[,Av^[(Bppe". I'm wondering if there are
special characters in there which were not well handled by the cvs-all
process.
My next question is how to properly handle these characters.
Thanks.
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.
GORIES= databases devel
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
t working and working
correctly. Our first attempts can be
http://test.freshports.org/phorum/lists.php?f=1 under the thread titled
"more PHP regex help wanted please".
thanks.
--
Dan Langille
novice in training - http://www.freebsddiary.org/
To Unsubscribe: send mail to [EMAIL PROTE
n) which merely pointed at
the original collection. Sadly, this didn't create a
/home/freebsddiary/sup/phpAdsAdmin as I hoped.
Any clues? Thanks.
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
To Unsubscribe: send mail to [EMAIL PROTECTED]
with &qu
higher risk.
cheers
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On 15 May 2002 at 14:55, Doug White wrote:
> On Wed, 15 May 2002, Dan Langille wrote:
>
> > A disk in remote 4.5-stable box started to develop bad clusters. The
> > hosting company replaced the drive for me. I now have a 4.5-RELEASE
> > system (they have 4.5-RELEA
inated (normal).
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On 28 May 2002 at 9:32, Dominic Marks wrote:
> On Tue, May 28, 2002 at 12:57:52AM -0400, Dan Langille wrote:
> > I have installed net/pptpclient (1.0.3). About 5 times a week, it dies
> > and must be restarted. Does anyone have a script which checks and
> > restarts it if
Sticky Options: (none)
Existing Tags:
cvs (revision: 1.1.1.1)
FreshPorts2 (revision: 1.1.1.1)
I just don't get it. Why doesn't tag=FreshPorts2 work?
cheers
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/
On 4 Jun 2002 at 8:37, John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> Dan Langille <[EMAIL PROTECTED]> wrote:
> > Folks, I'm having trouble understanding this problem. I'm trying to use
> > cvsup to get stuff onto my website. This
will cover all
commits, not just those in the ports tree.
--
Dan Langille
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On 6 Jun 2002 at 21:05, John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> Dan Langille <[EMAIL PROTECTED]> wrote:
> > On 4 Jun 2002 at 8:37, John Polstra wrote:
> > > I'll help you figure this out if you'll send me the follow
On 28 May 2002 at 21:08, Lukas Ertl wrote:
> On Tue, 28 May 2002, Dan Langille wrote:
>
> > That looks good. I've tried it, but have been unable to connect to the
> > office, which is running an MS PPtP server. I know the *can* work
> > because pptp-client can co
vice: OPEN event in state DOWN
[vpn] pausing 7 seconds before open
[vpn] device is now in state DOWN
[vpn] device: OPEN event in state DOWN
[vpn] device is now in state DOWN
pptp0-0: peer call disconnected res=zero? err=none
pptp0-0: killing channel
pptp0: closing connection with 1.2.3.4:1723
pptp0: killing connection with 1.2.3.4:1723
--
Dan Langille
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
'll ditch FreeBSD and load NetBSD
> right now.
I wonder if NetBSDDiary is available...
--
Dan Langille
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
each box in advance of a
problem arising. But won't I get a race condition with each box
thinking the other is trying to login?
[1] - my apologies to those with whom I have already discussed this
issue.
--
Dan Langille
I'm looking for a computer job:
http://www.freebsddiary.org/dan_la
On 9 Aug 2002 at 12:27, James Housley wrote:
> Dan Langille wrote:
> > I have two remote boxes. My colocation hosts have strung a crossover
> > serial cable from com1 to com1 on these boxes. The idea is that if I
> > paint myself into a corner on one box, I can get acces
ct him to have in reply.
Thanks folks.
[1] -
http://www.freebsd.org/cgi/getmsg.cgi?fetch=88296+0+current/freebsd-
stable
[2] - I won't be doing that again. Once the serial consoles are in
place, I'll be upgrading them one at a time.
--
Dan Langille
I'm looking for a computer job
On 22 Aug 2002 at 18:28, Michael Scheidell wrote:
> - Original Message -
> From: ""Dan Langille"" <[EMAIL PROTECTED]>
> Newsgroups: local.freebsd.hackers
> Sent: Thursday, August 22, 2002 1:41 PM
> Subject: why does this sendmail connection take
On 28 Aug 2002 at 16:43, Terry Lambert wrote:
> Dan Langille wrote:
> > I've tested this from several boxes behind my firewall each time
> > emailing to a box outside the firewall. The test was:
> >
> >echo 'hi there' | mail [EMAIL PROTECT
; DATA
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 g7THaSRq079062 Message accepted for delivery
[EMAIL PROTECTED] Sent (g7THaSRq079062 Message accepted for
delivery)
Closing connection to xeon.example.org.
>>> QUIT
221 2.0.0 xeon.example.org closing connection
[dan@xeon:~] $
Thank you.
--
Dan Langille
I'm looking for a computer job:
http://www.freebsddiary.org/dan_langille.php
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
PROTECTED]>
>>> DATA
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 g7TIDVRq084370 Message accepted for delivery
[EMAIL PROTECTED] Sent (g7TIDVRq084370 Message accepted for
delivery)
Closing connection to localhost.example.org.
>>> QUIT
221 2.0.0 xeon.example.org closing connection
[dan@xeon:/etc/namedb] $
Thank you.
--
Dan Langille
I'm looking for a computer job:
http://www.freebsddiary.org/dan_langille.php
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
guess
> is you have IP firewalling enabled (either IPFW or IPF) and default to drop
> or have ip6fw or ipf rulesets that effectively to do the same.
I am using ipf with "pass out from any to any/pass out from any to
any".
FWIW: in this case localhost.example.org is the DNS serve
t the idea (I hope).
You guessed very well. Making the above changes fixed the problem.
And I didn't know about the -6 switch on ipf. Applying the same
solution to another box (also running ipf and having similar
problems).
Thank you for your time and efforts.
--
Dan Langille
101 - 147 of 147 matches
Mail list logo