> Hi,
Hi,
> I've configured my laptop to use IPSec to set up a link
> back to my office network. Every encapsulated packet
> generates an error message "cksum: out of data". The link
> works fine otherwise.
>
> I'm using AH+ESP over a normal PPP dialup link to my ISP.
> Normal internet packets
On Sun, Apr 02, 2000 at 13:52:12 +1000, Andrew MacIntyre wrote:
> On Fri, 31 Mar 2000, Jeremiah Gowdy wrote:
>
> > Does anyone have any experiance or information about using HP JetDirect 500X
> > Printer Hubs with FreeBSD ? This is mission critical for my company, so any
> > information greatly
On Fri, 31 Mar 2000, Jeremiah Gowdy wrote:
> Does anyone have any experiance or information about using HP JetDirect 500X
> Printer Hubs with FreeBSD ? This is mission critical for my company, so any
> information greatly appriciated.
These things have an LPD server built in IIRC, so your could
> > > Sorry for the inconvenience and I'll try the fix.
> >
> > Sorry to be late, but I tried resolver fix and it seems to work.
> > This should remove such 75 seconds delay in apps which use
> > getaddrinfo().
> >
> > Please review and try this patches.
>
> I applied it and am running with it
> Patch included...
Sorry for it and thanks for the patch.
I'll committ the fix.
Yoshinobu Inoue
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Sun, Apr 02, 2000 at 07:55:51AM +0900, Yoshinobu Inoue wrote:
>
> > Sorry for the inconvenience and I'll try the fix.
>
> Sorry to be late, but I tried resolver fix and it seems to work.
> This should remove such 75 seconds delay in apps which use
> getaddrinfo().
>
> Please review and try th
Patch included...
Index: in_pcb.c
===
RCS file: /home/ncvs/src/sys/netinet/in_pcb.c,v
retrieving revision 1.61
diff -u -r1.61 in_pcb.c
--- in_pcb.c2000/04/01 22:35:43 1.61
+++ in_pcb.c2000/04/02 03:14:15
@@ -153,10 +153,1
I've committed an 80% fix for the random seek / write
performance issue. The rest of the fix will come later
when Kirk commits his shared-lock-buffer-cache idea.
I've committed it into -current and will MFC it into
-stable in a week if there aren't any problems. I
do not
On Sun, Apr 02, 2000 at 01:39:15AM +0200, Patrick Mau wrote:
> Hi all,
>
> the subject says it all. It fails with the follwing messages:
>
> ===> libssh
> cd /usr/src/gnu/lib/libgcc; make depend; make all; make install
> echo '#include '> config.h
> echo '#include "gansidecl.h"'
On Sun, Apr 02, 2000 at 01:15:39AM +0200, Bernd Walter wrote:
>
> Greg - I'm using vinums raid5 code since months now for FreeBSDs CVS-Tree on
> 7x 200M disks - it does not hang for me since a long time.
> The latest current I tested R5 well is from 19th March on alpha. That's shortly
> before PH
Hi all,
the subject says it all. It fails with the follwing messages:
===> libssh
cd /usr/src/gnu/lib/libgcc; make depend; make all; make install
echo '#include '> config.h
echo '#include "gansidecl.h"' > tconfig.h
echo '#include ' >>
On Sat, Apr 01, 2000 at 09:11:40AM +0930, Greg Lehey wrote:
> On Friday, 31 March 2000 at 21:32:22 +0200, Søren Schmidt wrote:
> > Yup, Greg and I know of this problem, it also happens with the wd
> > driver and with CAM, so the problem is probably not the driver.
> > I'm investigating this right
On Fri, Mar 31, 2000 at 09:25:44PM +0200, Vallo Kallaste wrote:
> Hi
>
> I have four (4) ATA disks, all same new 20GB IBM 7200rpm models. Intel
> Seattle BX2 mobo, PIIX4 controller. I'm not expecting any performance
> increase or such, simply want to get my hands on. Ata driver, as the
> -current
> Hi,
>
> > This is kind of weird, so I want to see if anyone else has noticed
> > this or has a solution to it.
> >
> > If I use telnet or ssh (there might be more programs,
> > but I have only noticed these two so far), and supply a hostname to it,
> > my machine is constantly requesting
> > I created the patches.
> > It become a little bit more complicated than I expected, to
> > avoid duplicated inclusion independently in each of namespace
> > polluted part and non polluted part.
>
> Now I don't like this for a quick fix :-). It is more complicated than
> a correct fix.
>
> I
> # For PnP/PCI sound cards
> #device pcm
> #device sbc
> #device csa
>
> # For non-PnP cards:
> device pcm0 at isa? irq 10 drq 1 flags 0x0
> device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
> device csa
> device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13
this is wrong.
try:
options P
Ok, parts of PicoBSD are finally working again. I've managed to get dial,
isp, and net working again. The only ones left to check out are bridge and
install, I'm not sure about router, does that still exist or was that
replaced by bridge? Bridge is too big to fit on a floppy so I'm working on
slim
Kent Hauser wrote:
> I'm having problems with the newpcm driver. Basically, I can't
> get audio from the speakers. This while trying to play a cd.
> The output of mixer looks reasonable.
How recently has your kernel been built? I've been running -current
for a long time, and my ESS 1868 ALWAYS
Hi,
I've configured my laptop to use IPSec to set up a link
back to my office network. Every encapsulated packet
generates an error message "cksum: out of data". The link
works fine otherwise.
I'm using AH+ESP over a normal PPP dialup link to my ISP.
Normal internet packets do not generate this
Hi,
I'm having problems with the newpcm driver. Basically, I can't
get audio from the speakers. This while trying to play a cd.
The output of mixer looks reasonable.
Hardware is a ThinkPad 600E. "audio" portions of the config
attached along with the output of dmesg.
Help would be greatly appre
Just to follow up - this has been tracked down and fixed. The recent
delayed checksum code was not compatible with IPDIVERT. Thanks for
the fix, Jonathan!
-Brian
Brian Dean wrote:
> The symptoms are that I cannot telnet out though my ppp0 interface.
> Ktrace indicates that the connect() to the
Hi,
I've removed all Ethernet NICs from my kernel konfiguration
and used only kernel modules.
No loopback device is configured.
I reconfigured my kernel with at least one Ethernet NIC
entry and the loopback device is back.
I'm also getting kernel panic if "options BRIDGE" is
configure
Since revision 1.5 of the above, my kernel is giving me a "too many dependant
configs (8)" when probing PNP resources.
Problem is, it looks like the SoundBlaster AWE 64 Gold advertises 8 different
PNP configurations (at least, that's what I got when i bumped MAXDEP to 16 and
rebooted in verbose
23 matches
Mail list logo