Hi,
This weekend I tried to setup a -current into my notebook. I made a
-SNAP at my home computer and after several attempts to instal the
system using any network interfaces I have I desided to setup the system
from the DOS partition. Here I found several problems:
1 - mount_msdos doesn't includ
On Sun, 6 Feb 2000, John Polstra wrote:
| In article <[EMAIL PROTECTED]>,
| Eugene M. Kim <[EMAIL PROTECTED]> wrote:
| > Just wanted to share the knowledge of this little devil.
| >
| > For those who want to upgrade via cvsup their pre-3.3 system to test
| > IPsec: due to the addition of src-sys
Leif Neland wrote:
> I now get dynamic ip's from my ISP, using user-ppp and i4b.
> I don't think this is a problem (unless there is some limit of the number
> of adresses remebmered), but I wonder why the previous ip's are shown on
> ifconfig -a:
>
> tun0: flags=8051 mtu 1524
> inet6 fe80
It seems Klaus Herrmann wrote:
>
> ad0: 6197MB [12592/16/63] at ata0-master using UDMA33
> [ata1-master: piomode=4 dmamode=2 udmamode=-1 dmaflag=1]
> [ata1-master: success setting up WDMA2 mode on VIA chip]
> ata1-master: CDROM device - NO DRIVER!
>
> Fatal trap 12: page fault while in ker
[EMAIL PROTECTED] (Kai Großjohann) writes:
> I used my running 3.4 stable to run `make buildworld' on the sources
> from 2000-02-04 or so. I ran across the xinstall problem but worked
> around it, then tried `make installworld', which failed and hosed my
> machine. In order to make sure that th
Leif Neland wrote:
> Can user-ppp do that?
> Looking through the manpage, it can't, but...
"set log +tcp/ip" and then grep logs for string containing "DIAL".
-Maxim
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Well, a reluctant yes. I've been enjoying the notation of '127.1' (and
it's hardcoded to several scripts of mine).
This is actually a hard decision; from the compatibility point of view
inet_aton should allow non-standard forms, but from the standard's point
of view it shouldn't. I'd rather lea
The subject makes wild claims. But I really don't have any other
explanation. So perhaps someone else will see where I've gone wrong.
Thanks.
I'm using ipfilter 3.3.8 on a FreeBSD 3.3-stable box which acts as my
gateway. Within my LAN I have a box which which is running FreeBSD
4.0-curren
I have one box which is slow to boot under -current (mind you, I've never
run anything but -current on this box). There are two pauses. One after
ata0 appears and another after ata-isa0 appears.
All times are approximate (I had to count, no watches to hand).
This is written on the motherboar
On Mon, Feb 07, 2000 at 11:05:55AM +0900, Yoshinobu Inoue wrote:
> > marc> With ping it is still functioning. I cannot find what changed this.
> > marc> cvs messages for Changes to /usr/src/usr.bin/ftp/util.c of 18 and 20
> > marc> Jan do not mention it. So maybe somewhere else to look?
> >
> > S
On Sun, Feb 06, 2000 at 12:57:28PM -0700, Warner Losh wrote:
> Thus spake Amancio Hasty ([EMAIL PROTECTED]):
>
> > Is it possible to checkin a file called something like "/usr/src/FLASH" to hold
> > temporary information on the current status of how to build the system?
>
> Are you volunteering
> | > inet_pton(). inet_pton() is defined in RFC2553 and it does not permit
> | > non-standard IPv4 dotted-decimal, such as 10.10
> |
> | Do people have troubles with this change?
I think supporting non-standard IPv4 addr form in
getaddrinfo() is possible, because RFC2553 just says
inet_pton() d
Hi,
on 3.4R, when booting, a
df /
would return the name of the boot device, something like
fd0a
wd0a...
and the like. On a recent -current snap, this returns
ufs:fd0a
I used the previous behaviour in picobsd's rc to mount
the file syst
Garrett Wollman wrote:
> < said:
>
> > If I boot with loader(8), everything is ok.
> > Ideas?
>
> loader loads the kernel symbol table; boot2 does not.
>
> -GAWollman
More to the point, a non-stripped kernel has *two* symbol tables. One that
has the global symbols and is used for dynamic link
>hi,
>
>with the latest changes to src/sys/pci/pci_ahc.c (partity error handling),
>i'm unable to boot a current kernel, because of panic during system boot.
>
>i've attached dmesg from a working kernel version (2000/01/06) to this
>mail. marked with (***) you'll find the line, where (with the new
John Baldwin wrote:
>
> On 07-Feb-00 Bruce Evans wrote:
> > On Mon, 7 Feb 2000, Ruslan Ermilov wrote:
> >
> >> If I boot the system without loader(8), e.g. with /boot.config=kernel,
> >> or by interrupting boot blocks and typing /kernel, swapinfo(8) fails:
> >>
> >> swapinfo: undefined symbol:
Igor Timkin wrote:
> > Martin Cracauer wrote:
> > > It seem hardwiring SCSI devices is broken in -current:
> > >
> > > LINT seems to recommend:
> > >
> > > device ahc
> > > device scbus0 at ahc0
> > > device scbus1 at ahc1 bus 0
> > >
> > > de
Hello there;
This happened to me on the last 3 'current' days:
===> lib/libcrypt
install -c -o root -g wheel -m 444 libscrypt.a /usr/lib
install -c -o root -g wheel -m 444 libscrypt_p.a /usr/lib
install -c -s -o root -g wheel -m 444 -fschg libscrypt.so.2 /usr/lib
/usr/libexec/ld-elf.so.1:
At 08:26 AM 2/7/00 -0600, you wrote:
>Hello there;
>
>This happened to me on the last 3 'current' days:
>
Have a look through the past few days archives of freebsd-current for a
discussion as to why this has been happening, and the various work arounds,
as well as have a read through the UPDATING
> ufs:fd0a
> set `df /` ; dev="/dev/$8"
How about something like
IFS=': '; set `df /`; IFS=' '
dev="/dev/$9"
-- Richard
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hi,
could you please tell me how to configure a IPv6 only Interface. I want
the Interface to fetch its prefix from a Router. But the Interface only
gets a Link-Local address when I make a 'ifconfig vx0 up'.
I worked fine with 3.3 and KAME, but as is seems, there is no more
/usr/local/v6. So where
Hi!
> This happened to me on the last 3 'current' days:
>
> ===> lib/libcrypt
> install -c -o root -g wheel -m 444 libscrypt.a /usr/lib
> install -c -o root -g wheel -m 444 libscrypt_p.a /usr/lib
> install -c -s -o root -g wheel -m 444 -fschg libscrypt.so.2 /usr/lib
> /usr/libexec/ld-elf.
In <[EMAIL PROTECTED]>, Peter Wemm wrote:
> Igor Timkin wrote:
> > > Martin Cracauer wrote:
> > > > It seem hardwiring SCSI devices is broken in -current:
>
> dmesg would be useful, otherwise we can't even begin to guess what happened.
I can't provide it now. The machine is in production use th
On Mon, 7 Feb 19100, Martin Cracauer wrote:
> > > > > It seem hardwiring SCSI devices is broken in -current:
> > dmesg would be useful, otherwise we can't even begin to guess what happened.
>
> I can't provide it now.
I don't have it in /var/log/messages, but I can reboot my machine
(that has t
If memory serves me right, Kurt Bauer wrote:
> could you please tell me how to configure a IPv6 only Interface. I want
> the Interface to fetch its prefix from a Router. But the Interface only
> gets a Link-Local address when I make a 'ifconfig vx0 up'.
> I worked fine with 3.3 and KAME, but as i
In <[EMAIL PROTECTED]>, tele danmarQ
kvindeservice wrote:
> On Mon, 7 Feb 19100, Martin Cracauer wrote:
>
> > > > > > It seem hardwiring SCSI devices is broken in -current:
> > > dmesg would be useful, otherwise we can't even begin to guess what happened.
> >
> > I can't provide it now.
>
> I
On Mon, Feb 07, 2000 at 04:40:21PM +0100, Martin Cracauer wrote:
> >
> > I don't have it in /var/log/messages, but I can reboot my machine
> > (that has this problem) and copy down what I see.
>
> If it has been thrown out by newer kernel messages, try
> /var/run/dmesg.boot
That wouldn't even b
> > > > > > > It seem hardwiring SCSI devices is broken in -current:
> > > > dmesg would be useful, otherwise we can't even begin to guess what happened.
> > >
> > I don't have it in /var/log/messages, but I can reboot my machine
> > (that has this problem) and copy down what I see.
Okay, this m
Hello,
> The two tweaks I remember off-hand was that the paths to commands are
> (of course) different under a 4.0-CURRENT environment and that ndp in
> -CURRENT works a little different than in the KAME snapshots I was
> using earlier.
What point is different for ndp?
> It seems to me that
If memory serves me right, Yoshinobu Inoue wrote:
> > The two tweaks I remember off-hand was that the paths to commands are
> > (of course) different under a 4.0-CURRENT environment and that ndp in
> > -CURRENT works a little different than in the KAME snapshots I was
> > using earlier.
>
> W
On Mon, 7 Feb 2000, Luigi Rizzo wrote:
> on 3.4R, when booting, a
>
> df /
>
> would return the name of the boot device, something like
>
> fd0a
> wd0a...
>
> and the like. On a recent -current snap, this returns
>
> ufs:fd0a
This may be cause
Is there any one of these floating around? List search is still down,
else would have checked there first ...
And/or, is it the same as 3.x? We've already got one box up, but I seem
to recall there being changes to the FIREWALL and whatnot ... but might be
remembering the wrong thread :(
Than
> > | > inet_pton(). inet_pton() is defined in RFC2553 and it does not permit
> > | > non-standard IPv4 dotted-decimal, such as 10.10
> > |
> > | Do people have troubles with this change?
>
> I think supporting non-standard IPv4 addr form in
> getaddrinfo() is possible, because RFC2553 just says
On Fri, Feb 04, 2000 at 12:29:56AM +0100, Marc Schneiders wrote:
> I did, IIRC, build X with aout. And there is a LibXt.so.6 (without
> the final 0) in /usr/X11R6/lib. I can't search mail archives or
The a.out libraries would be in /usr/X11R6/lib/aout. Set
ldconfig_paths_aout (in /etc/rc.conf) to
On Mon, Feb 07, 2000 at 12:38:26PM -0400, The Hermit Hacker wrote:
> Is there any one of these floating around?
man natd
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Mon, Feb 07, 2000 at 12:38:26PM -0400, The Hermit Hacker wrote:
>
> Is there any one of these floating around? List search is still down,
> else would have checked there first ...
>
> And/or, is it the same as 3.x? We've already got one box up, but I seem
> to recall there being changes to
Hello,
For fun, this last weekend I decided to update from 3.4-STABLE to
-CURRENT and try out some of the new features. I grabbed the
sources (cvsup) and following the directions in UPDATING managed
to build everything and install everything. Whew! I then compiled
a new GENERIC kernel and rebo
Thus spake The Hermit Hacker ([EMAIL PROTECTED]):
> And/or, is it the same as 3.x? We've already got one box up, but I seem
> to recall there being changes to the FIREWALL and whatnot ... but might be
> remembering the wrong thread :(
Switch from 3.3 to 4.0 didn't change stuff for me.
Everythi
Barry Bouwsma wrote:
> > > > > > > > It seem hardwiring SCSI devices is broken in -current:
> > > > > dmesg would be useful, otherwise we can't even begin to guess what ha
ppened.
> > > >
> > > I don't have it in /var/log/messages, but I can reboot my machine
> > > (that has this problem) and
Why have there not been any snapshots of 4.0-CURRENT since 01/27/2000?
(current.freebsd.org). Just curious...
_F
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Since we're in code freeze, I decided to install -current and have a
go. (Yes, I'm specifically on the list of people who should not run
-current; this is a test box being temporarily donated.)
I installed off of the 2101 snapshot CD-Rom, cvsupped to -current.
The make buildworld fails at:
> cc -O -m486 -pipe tset.c -o tset -lutil
> ./tset
Suspended (signal)
> ps ax | grep th
24856 p3 R+ 0:00.00 grep my
> ps ax | grep tset
24537 p3 T 0:00.00 ./tset
==
I take it should have seen 'my new title' vs 'tset'?
I've done several 'make worlds' on this
On 2000-Feb-06 21:19:31 +1100, Jeroen Ruigrok/Asmodai <[EMAIL PROTECTED]> wrote:
>And what is wrong with rev 1.20 of doc-common?
One obvious problem was pointed out by Joerg in his 1.20 commit message:
: alas the brain^Wnice sed(1) magic needs to be taught to
: _not_ strip those comments now.
On Tue, Feb 08, 2000 at 03:36:43AM +0800, Peter Wemm wrote:
> >
> > Hope this is enough to help, if not, I'll provide more. The two-
> > line errors that repeat for the second and each following drive
> > present seem interesting...
>
> I'm sorry, I'm still not following this, there's far too m
Hi folks,
I have an Adaptec 1460D "Slim SCSI" PCMCIA card that I am
attempting to get working on -current as of 2/5.
I have the updated pccard.conf info from the pccard.conf.sample
file, and I have the "aic" device, listed simply as:
device aic0
When the
At 02:40 PM 2/7/00 -0500, Forrest Aldrich wrote:
>Why have there not been any snapshots of 4.0-CURRENT since 01/27/2000?
>(current.freebsd.org). Just curious...
I've been trying to get a recent snapshot for a while too... There haven't
been any since 2127 on ftp7.de.freebsd.org either.
Has anyone gotten the Megahertz pccards to work with the boot floppies? I don't
believe the correct entry is there for them. I recall there being a discussion here,
indicating that the modification wouldn't be difficult. Is there any way we can get
this fixed?
Thanks...
To Unsubscribe:
On Mon, Feb 07, 2000 at 01:04:27PM +0100, Luigi Rizzo wrote:
> and the like. On a recent -current snap, this returns
>
> ufs:fd0a
>
> I used the previous behaviour in picobsd's rc to mount
> the file system from the boot device,
>
> set `df /` ; dev="/dev/$8"
> ech
On Sun, 6 Feb 2000, Jordan K. Hubbard wrote:
> Having passive mode on by default *across the board* is truly the
> right thing to do in this day in age and there's no reason not to
> default to it now. We've received too many tech support emails (and
> phone calls) from people with firewalls who
Thanks everybody for the responses.
Incidentally, df still produces the right output, the message
i was seeing was coming from vfs_conf.c trying to mount the root...
cheers
luigi
---+-
Luigi RIZZO, [EMAIL PROTE
On Mon, 7 Feb 1900, Noted Usenet Pedophile Barry Bouwsma wrote:
> More about this later.
Here's more now:
Here is FreeBSD-*STABLE* as it properly wires the devices to where
I want them to be (highlighted by ^)
The kernel configuration looks like this (meat stripped away)
machine
Why does "make update" in /usr/src also include a cvsup of /usr/ports?
Since /usr/ports and /usr/docs have Makefiles and "update" targets
of their own, and the alternative update by cvs doesn't cover
/usr/ports either, I suggest to remove the /usr/ports cvsup from
Makefile.inc1's "update" target.
On Mon, Feb 07, 2000 at 10:31:17PM +0100, Christian Weisgerber wrote:
> Why does "make update" in /usr/src also include a cvsup of /usr/ports?
>
> Since /usr/ports and /usr/docs have Makefiles and "update" targets
> of their own, and the alternative update by cvs doesn't cover
> /usr/ports eithe
Hi all!
Charon wrote:
> At 02:40 PM 2/7/00 -0500, Forrest Aldrich wrote:
> >Why have there not been any snapshots of 4.0-CURRENT since 01/27/2000?
> >(current.freebsd.org). Just curious...
>
> I've been trying to get a recent snapshot for a while too... There haven't
> been any since 2
Hi all!
Bill Fumerola wrote:
> On Mon, Feb 07, 2000 at 10:31:17PM +0100, Christian Weisgerber wrote:
>
> > Why does "make update" in /usr/src also include a cvsup of /usr/ports?
> >
> > Since /usr/ports and /usr/docs have Makefiles and "update" targets
> > of their own, and the alternative upd
I'm trying to update a Dell CPi laptop from 3.4-STABLE (a few days ago) to 4.0
CURRENT (from today). I've made a 4.0 kernel and booted on it but every time I
run "buildworld", the newly made perl binary dies with sig11 everytime when
building the "sdbm" extention.
Any idea why? This box as alread
On Mon, 7 Feb 2000, Nathan Dorfman wrote:
> On Fri, Feb 04, 2000 at 12:29:56AM +0100, Marc Schneiders wrote:
> > I did, IIRC, build X with aout. And there is a LibXt.so.6 (without
> > the final 0) in /usr/X11R6/lib. I can't search mail archives or
>
> The a.out libraries would be in /usr/X11R6/l
Hi,
I have rebuilt sysinstall inside the 0207-SNAP area and can
recreate the problem by simply running sysinstall as root and
running an installation to /install. Also, previously, I was
using a cdrom as the media, I am now using ftp.
In gdb, I get the following traceback: (Note, I copied
I just got back from a full
week away at LinuxWorld and am just catching up on the backlog. I'll
dive on this one tonite and hopefully have both it and the -current
snapshot server fixed in time for the 2208 snapshot (the snapshot
process runs at 2am, so 2207 has already failed
The Hermit Hacker ([EMAIL PROTECTED]) wrote:
>
> > cc -O -m486 -pipe tset.c -o tset -lutil
> > ./tset
>
> Suspended (signal)
> > ps ax | grep th
> 24856 p3 R+ 0:00.00 grep my
> > ps ax | grep tset
> 24537 p3 T 0:00.00 ./tset
>
> ==
>
> I take it should have s
If memory serves me right, Yoshinobu Inoue wrote:
> In KAME environment, IPv6 related configurations are done at
> last of rc.conf. So it is at almost end of configuration.
It turns out this won't work real well, because if I do this, then
inetd gets started before we start up the IPv6 interfac
Has there been any resolution to the known-broken-dma drives and the ata
driver? I haven't seen any commits or LINT options to this effect, and it
seems to me that since it is the new default driver that something should
be in place before it goes to -release.
--
Bill Fumerola <[EMAIL PROTECTED]> wrote:
> As the person who implemented PORTSSUPFILE, I'd object. Originally
> SUPFILE2 was set to the ports-supfile, so to preserve original
> behavior (that is, updating ports along with src/) that stayed in.
Very well.
> To some of us, updating both at the sa
> > > The two tweaks I remember off-hand was that the paths to commands are
> > > (of course) different under a 4.0-CURRENT environment and that ndp in
> > > -CURRENT works a little different than in the KAME snapshots I was
> > > using earlier.
> > What point is different for ndp?
> At least i
Since my new Viewsonic monitor included a USB hub and cable, I decided
to connect them. Under 3.3-STABLE (somewhere, forget when) this
worked and usbdev -v would show that the extra 4 port hub was
connected. After upgrading to 4.0-CURRENT, I got:
uhci0: port 0xcc00-0xcc1f irq 10 at device
4.
In message <[EMAIL PROTECTED]> Bruce Burden writes:
:When pccardd runs, it reports "Driver allocation error".
You are trying to allocate resources that conflict.
: Do I need the cable inserted at both ends, with the SCSI
:device powered up? (At this time, only the card is inserted)
On Mon, Feb 07, 2000 at 10:57:30PM +0100, Ollivier Robert wrote:
> I'm trying to update a Dell CPi laptop from 3.4-STABLE (a few days ago) to 4.0
> CURRENT (from today). I've made a 4.0 kernel and booted on it but every time I
> run "buildworld", the newly made perl binary dies with sig11 everytim
According to Bruce A. Mah:
> + ### IPv6 options: ###
> + ipv6_enable="NO"# Set to YES to set up for IPv6.
> + ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
> + ipv6_gateway="NO" # Set to YES if this host will be a gateway.
> + route6d_enable="N
68 matches
Mail list logo