> For the kernel before ATAng:
>see dmesg.beforeATAng
>
> For a small list of DMA according to Windows XP
>see dmesg.windows
>
> I'm still looking how I can get it to boot with a kernel after ATAng.
> It fails with "ad0: WARNING: READ_DMA ICRC warning" or something like
> that.
>
With at
On Thu, Aug 28, 2003 at 04:47:56PM +0200, Soren Schmidt wrote:
> It seems Anish Mistry wrote:
> > > > > it DMA was fixed for my CD/DVD combo drive. I changed the
> > > > > hw.ata.atapi_dma="0"
> > > > > to hw.ata.atapi_dma="1" in my /boot/loader.conf. After a reboot I tried
> > > There is no PIO
> : I picked up a couple of no-name Prism III cards, and found that
> : FreeBSD-current doesn't recognize them. Is there anything I can do to
> : make these work? (Up to and including shipping a card to a
> : committer?)
>
> Ship me a dozen :-) At least tell me their name so I can do the
> supp
On Sat, May 18, 2002 at 06:05:21PM +0100, Mark Murray wrote:
> Hi all
>
> The perl script rewrite is going really well!
>
> Here is my progress file, as it currently stands:
>
> Thanks to contributors!
>
I just upgraded my machine, removed perl as far as I could find it, and
tried to rebuild p
On Sat, Oct 20, 2001 at 08:18:35PM -0700, Matthew Dillon wrote:
> Try turning off vmiodirenable:
>
>sysctl -w vfs.vmiodirenable=0
>
> And see if that makes a difference.
>
> -Matt
Nope, it crashes just as fast.
I am now turning on crash dum
On one of my current boxes I run amanda, which some 2 weeks ago (after an
upgrade to that current) started dying reliable when the backup started.
the ntfs FS is mounted on /nt
2 seconds of testing showed that 'tar -czf /dev/null /nt' was enough for
a kernel panick within 2 seconds.
A few upgra
Hi,
Can't seem to find the no doubtedly obvious answer to the problem with
sshd after remaking world (today's -current with new openssh 2.9)
Trying to log in remotely results in:
May 7 17:37:45 tiggr /boot/kernel/kernel: May 7 17:37:45 tiggr
sshd[718]: fatal: PAM setcred failed[6]: Permission
Are there any plans on upgrading tcpdump to e.g. 3.6.2, which has better
support for e.g. NFS over IPv6?
Greetings,
Mark Huizer
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> > Is it a case of being in the usbdevs list _and_ supporting those specs?
> > Or just following the specs?
>
> I believe that being listed in usbdevs isn't a requirement, but I'm
> not positive. I also haven't had any look getting the thing to work
> dynamically loading the various modules invo
> All of these can be abstracted as PCI methods, so they won't require lots
> of cut-n-paste in each driver:
>
> pci_enable_busmaster(dev);
> pci_enable_io(dev, SYS_RES_IOPORT | SYS_RES_MEMORY);
> pci_set_powerstate(dev, PCI_POWERSTATE_D0);
>
> Consider the above a request for
Hello,
On my VAIO laptop, I have trouble rebooting directly from Windows to
FreeBSD (luckily enough I don't run Windows that often :-)
I tried to look at the driver code, but it looks to me like it is doing
resets when attaching the fxp driver, but somehow, Windows has left it
in the state where
> > I have a USB modem here, (Siemens), that I would like to get to work
> > under FreeBSD, but I can't even find the right tools to get vendor and
> > product ID's to add to usbdevs :-(
> Try looking in dmesg - USB device that don't have known product and
> vendor ID's have theirs printed. Failin
Hi,
Does anyone here have experience on tryuing to add USB devices?
I have a USB modem here, (Siemens), that I would like to get to work
under FreeBSD, but I can't even find the right tools to get vendor and
product ID's to add to usbdevs :-(
Mark
--
Nice testing in little China...
To Unsubsc
On Thu, Nov 16, 2000 at 12:20:49PM -0500, Steven E. Ames wrote:
> It seems to only do it SMP... the same machine built with a non-SMP
> kernel (same source code) runs just fine for extended periods.
I have a non-SMP machine that is running a 15-nov current kernel, which
freezes a few times a day.
> >>Do foreign educational institutes count as well for this purpose?
> >
> >Yes.
>
> I think the Dutch University of Twente uses FreeBSD a lot for their
> curriculi.
>
I'd say the courses by Mr McKusick might rank here as well, putting the
*BSD on a big pile I guess, but teaching Unix Internals
Seem to miss a definition for struct mtx:
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing
-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no
stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf
-mpreferred-s
On Fri, Oct 13, 2000 at 09:30:31PM +0200, Soren Schmidt wrote:
> It seems Mark Huizer wrote:
> > A few of my machines are getting hangs, running -current. At the moment
> > of the hang, everything freezes, no more keyboard response, so I can't
> > do any debugging.
>
A few of my machines are getting hangs, running -current. At the moment
of the hang, everything freezes, no more keyboard response, so I can't
do any debugging.
What I know about the machine at the moment is this:
It's doing disk intensitive stuff (like a cvsup mirror doing a cvsup to
sync with t
Hmm...
I thought I had read the interesting stuff on ssh recently in -current,
but I can't get ssh to work again on the machine I switched to
yesterday's current :-(
tiggr 1:31pm [~/.ssh] ssh eeyore
ssh: no RSA support in libssl and libcrypto. See ssl(8).
Disabling protocol version 1
DH_generat
> > Grr... ok, that might be solved when putting IPSEC in the kernel config,
> > but the second part still stands, I guess. (Why include libipsec code
> > when it is in the base tree... they should be compatible)
> Just use the port. I presume the included copy of ipsec is there for other
> platfo
> I'm trying to get racoon to work on my -current machine, but so far
> compiling is a horror.
>
> It tries to compile using it's own libipsec, which gives troubles when
> starting racoon (pfkey: no such protocol).
Grr... ok, that might be solved when putting IPSEC in the kernel config,
but the
Hi,
I'm trying to get racoon to work on my -current machine, but so far
compiling is a horror.
It tries to compile using it's own libipsec, which gives troubles when
starting racoon (pfkey: no such protocol).
So... I tried using the system libipsec, which has pfkey and pfkey_dump
commented in th
On Mon, Jun 19, 2000 at 06:26:15PM -0700, Kris Kennaway wrote:
> I accidentally left out a bunch of files from my previous kame patch - the
> corrected version is at http://www.freebsd.org/~kris/kame.tar.gz - the
> same caveats apply as before. Extract that tarball in /usr/src/sys and
> apply the
hi!
did anyone have success getting the sound card in the VAIO 600RE laptop
to work?
dmesg | grep pcm says:
pcm0: mem 0xfecf-0xfecf7fff irq 9 at device
9.0 on pci0
doing a cat /kernel >/dev/audio0 does make a sound, indeed...
but trying with mpg123 on a file doesn't :-(
Is there any way t
> > internat:/home/ftp/pub/FreeBSD/releases/i386/4.0-2211-SNAP/des > cat des.?? |
>tar -tzvf - | grep rsa
> > -r--r--r-- root/wheel12208 Feb 12 07:09 2000 usr/include/openssl/rsa.h
> >
> > Or is there something that I miss?
>
> That looks right. I think the original person was getting t
> > I installed a fresh 4.0 release candidate this morning, including the
> > crypto stuff (des, kerberos...). Tried to install openssh from ports
> > tree as well, but couldn't. It was looking for
> > /usr/include/openssl/rsa.h which was not there, and I couldn't find a
> > knob to turn RSA requi
On Fri, Feb 11, 2000 at 04:38:48PM +0100, Patrick M. Hausen wrote:
> Hi Mark!
>
> > I installed a fresh 4.0 release candidate this morning, including the
> > crypto stuff (des, kerberos...). Tried to install openssh from ports
> > tree as well, but couldn't. It was looking for
> > /usr/include/op
I installed a fresh 4.0 release candidate this morning, including the
crypto stuff (des, kerberos...). Tried to install openssh from ports
tree as well, but couldn't. It was looking for
/usr/include/openssl/rsa.h which was not there, and I couldn't find a
knob to turn RSA requirement off.
Mark
--
Is it possible to boot current diskless?
I'd say (from the times I tried it in 3.1 or something) to use netboot,
but that fails because it can't boot an ELF kernel.
Should I build an aout kernel, and how do I do that for current?
Can I do it another way?
One might say that with the rc.diskless
> > One common misconception is that cvsup(N+1).FreeBSD.org is somehow
> > less up-to-date than or not as good as cvsup(N).FreeBSD.org. That's
> > not the case at all -- the numbers mean nothing. For example, all 7
> > of the US mirror sites get their updates hourly from the same master
> > site
Hi,
I'm trying to build the aout libraries on a machine I had to reinstall
recently. But I can't make the world with the AOUT legacy stuff,
breaking in ncurses on bad magic for /usr/lib/libgcc.a
I'll try to do my next make world to a file or under X so I might be
able to reproduce the exact erro
> >> > I'm sorry, I don't have either in my arsenal currently.
> >> I found that trying to build a PicoBSD floppy was a sure way of crashing
> >> my current box :-( Perhaps that is a nice testing environment?
> >
> >Then you should investigate this further, because it looks like some bug
> >in vn(
>
> >MFS is badly broken when used in a diskless configuration. I am trying
> >to track it all down but it is very, very frustrating.
> >
> >Also BOOTP seems to be broken -- rootdev is not being setup any more
> >and I can't figure out which commit broke it.
>
> I'm sorry, I d
> Sun Jul 4 22:13:55 CEST 1999
> yedi#
>
> cvsup version has not been changed.
>
> I did change the cvsup server some time ago, but I'm now back at
> cvsup.nl.FreeBSD.org
>
hey! that's my queue! when did it start to happen?
If it was last week, then there might have been some cause in the
upg
genclass has GPPDIR=${BLA}/libg++ in its Makefile breaking the make
world, not sure if you noticed already, didn't see a commit message
about it :-)
Mark
--
Nice testing in little China...
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the m
35 matches
Mail list logo