On Wed, Jan 29, 2003 at 02:07:50PM -0800, Juli Mallett wrote:
> ref5% netstat -na -p tcp
> ref5%
>
> dalek# netstat -an -p tcp
> dalek#
>
Both beast and ref5 are from Jan 4 and exhibit this problem;
builder, which is from Jan 28, doesn't.
Perhaps, someone updated the kernel and forgot to updat
On Wed, 29 Jan 2003, Kirk R. Wythers wrote:
> I'm trying to get X up and going after upgrading 4.7 -> 5.0. I have
> portupgraded XFree86-4 and wrapper. Here is the output from
> /var/log/XFree86.0.log:
>
>
> Symbol from module /usr/X11R6/lib/modules/fonts/libbitmap.a is
> unresolved!
>
> Fatal s
* De: Ruslan Ermilov <[EMAIL PROTECTED]> [ Data: 2003-01-30 ]
[ Subjecte: Re: Is netstat b?rked? ]
> On Wed, Jan 29, 2003 at 02:07:50PM -0800, Juli Mallett wrote:
> > ref5% netstat -na -p tcp
> > ref5%
> >
> > dalek# netstat -an -p tcp
> > dalek#
> >
> Both beast and ref5 are from Jan 4
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I heard from several friends who did FTP installs of 5.0-RELEASE, that
the installer was unable to install the ports collection. So I checked
the various FTP sites, and to my amazement I couldn't find the
ports.tgz file on any of them!
See for ex
On Thu, 30 Jan 2003, Hidetoshi Shimokawa wrote:
> Date: Thu, 30 Jan 2003 14:41:59 +0900
> From: Hidetoshi Shimokawa <[EMAIL PROTECTED]>
> To: Michael Reifenberger <[EMAIL PROTECTED]>
> Cc: Hidetoshi Shimokawa <[EMAIL PROTECTED]>,
> FreeBSD-Current <[EMAIL PROTECTED]>
> Subject: Re: -current,
On 2003-01-29 21:55, Steve Kargl <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 30, 2003 at 12:47:13AM -0500, Garance A Drosihn wrote:
> > At 8:59 PM -0800 1/29/03, Steve Kargl wrote:
> > >You don't need a special file to indicate what version of
> > >FreeBSD you have. uname -r tells you.
> >
> > Actual
Hi,
on an HP Omnibook 6100 which ran -current about half a year ago
successfully, I get fxp0 device timeouts after installing 5.0-R.
The network interface does not work at all. arp -an says "incomplete"
for every host that I try to connect.
The system now runs 4.7-STABLE with no problems, and a
On Mon, Nov 04, 2002 at 08:48:36AM -0500, Alexander Kabaev wrote:
> On Mon, 4 Nov 2002 13:12:10 +0100
> Wilko Bulte <[EMAIL PROTECTED]> wrote:
>
> > On Mon, Nov 04, 2002 at 01:50:14PM +0200, Ruslan Ermilov wrote:
> > > No, I've been looking at different things at the time --
> > > cross-compiling
On Thu, Jan 30, 2003 at 11:07:06AM +0100, Georg-W. Koltermann wrote:
> Hi,
>
> on an HP Omnibook 6100 which ran -current about half a year ago
> successfully, I get fxp0 device timeouts after installing 5.0-R.
>
> The network interface does not work at all. arp -an says "incomplete"
> for every
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
Just to let you know "me bad" for the report I emailed yesterday. It was just
the fact I was using -j4 and so I guess it got ahead of itself. Without the -
j4 the current cvsup of HEAD has built with no problems.
Regards, Matt.
---
Matt ([EMAIL PROTECTED])
http://www.xtaz.co.uk/
---
To Unsubsc
On 30-Jan-2003 Benno Rice wrote:
> On Thu, 2003-01-30 at 15:57, David O'Brien wrote:
>> On Tue, Jan 28, 2003 at 11:46:47PM -0800, Marcel Moolenaar wrote:
>> > I would not introduce a , but rather
>> > . The reason for this is that the
>> > /usr/include/platform directory is only needed on powerpc
Last cvsup/world/kernel is from around midnight last night, but noticed
the problem yesterday. For a csi class I have to sort and uniq a file
in c, and as a test case, I wrote a simple hex dump that respects
newlines. No matter what I give it as input, it will hard crash the
system. No DDB, no p
signature.asc
Description: This is a digitally signed message part
On Thu, 30 Jan 2003, Craig Dooley wrote:
> Last cvsup/world/kernel is from around midnight last night, but noticed
> the problem yesterday. For a csi class I have to sort and uniq a file
> in c, and as a test case, I wrote a simple hex dump that respects
> newlines. No matter what I give it as
Any reason why the NetBSD approach to this problem won't work? IMHO,
the meta-port should drive the derived ports. The static parts of the
system are radically different between the different mips platforms.
Using the endian.h stuff as an example:
src/sys/arch/arc/include/endian.h is just "#inc
Hi I've just upgraded to FreeBSD-Stable, the UPDATING file says that
many debugging options are enabled. But how do I remove them? thanks.
signature.asc
Description: This is a digitally signed message part
In message: <[EMAIL PROTECTED]>
Marcel Moolenaar <[EMAIL PROTECTED]> writes:
: general theme. Thus (in this case), ARCH=mips and MACH=algor or
: MACH=sgimips...
Actually, NetBSD uses MACHINE_ARCH=mipsel for little endian machines
and MACHINE_ARCH=mips for big endian machines. However,
In message: <[EMAIL PROTECTED]>
Marcel Moolenaar <[EMAIL PROTECTED]> writes:
: Alpha has multiple platforms, but it has not been made explicit.
: pc98 is an alternate platform for i386. And we have PowerPC and
: mips.
Keep in mind that for mips you have two different architectures:
mip
lorax# grep MODULE
/usr/ports/x11-servers/XFree86-4-Server/work/xc/lib/font/bitm
ap/module/Makefile | grep FLAG
CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS)
$(MODULE_CFLAG
S) $(ALLDEFINES)
MODULE_CFLAGS = $(MODULE_PIC_FLAGS) $(MODULE_GCC_FLAGS)
Eric,
Here is the grep output y
hey people,
concerning recent openssl import to -HEAD:
suddenly some ports stopped working because of major lib version changes
(okok, i could've saved the old libs).
if anybody else is experiencing this, use this to rebuild affected
ports: (csh)
find /usr/{local,X11R6}/{{s,}bin,lib*} -type f |
Adam Migus wrote:
On Mon, Jan 27, 2003 at 09:14:36PM +0100, FredBriand wrote:
everything seems OK, but my sound card. In the handbook they
say I must use the MAKEDEV script (as in Linux) but I can't
find it on my disk.
freebsd 5.0 is using devfs(5). so device inodes are created
automaticall
On Thu, Jan 30, 2003 at 12:30:44AM -0800, Juli Mallett wrote:
> * De: Ruslan Ermilov <[EMAIL PROTECTED]> [ Data: 2003-01-30 ]
> [ Subjecte: Re: Is netstat b?rked? ]
> > On Wed, Jan 29, 2003 at 02:07:50PM -0800, Juli Mallett wrote:
> > > ref5% netstat -na -p tcp
> > > ref5%
> > >
> > > dalek
Well... I added the line -fno-merge-constants to CFLAGS in
XFree86-4-Server's Makefile. The error 'Symbol from module
/usr/X11R6/lib/modules/fonts/libbitmap.a is unresolved' seems fixed.
However, now I'm getting the error:
XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0,
Hello,
I seem remember 4.7 had an option in /etc/make.conf to prefer
downloading from mirror sites (or sites matching a regex) by default. Is
there anything similar to this available in CURRENT without having to
rearrange (and most likely refuse) bsd.sites.mk?
Hmm.. using a shell script to ping a
* De: "Scott R." <[EMAIL PROTECTED]> [ Data: 2003-01-30 ]
[ Subjecte: Re: Is netstat b?rked? ]
> On Thu, Jan 30, 2003 at 12:30:44AM -0800, Juli Mallett wrote:
> > * De: Ruslan Ermilov <[EMAIL PROTECTED]> [ Data: 2003-01-30 ]
> > [ Subjecte: Re: Is netstat b?rked? ]
> > > On Wed, Jan 29,
has anyone every had problems with appending existing files on volumes
mounted by smbfs or shlight?
$ echo "sdsad" >> hey
$ echo "sdsad" >> hey
cannot create hey: Permission denied
hmmm
thanks
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the
<
said:
> The other alternative would be to
> create a setuid-to-root program that would take a snapshot and
> chown it to the user that does dumps.
I think this would actually be a useful feature for more than just
dumps. I might want to allow some users (say, those in group
`operator') to be
I use this in make.conf
MASTER_SITE_OVERRIDE=ftp://freebsd.cisco.com/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
to get stuff off an internal mirror
There are probably better ways to do it, but this has worked for me.
dave c
you wrote:
> Hello,
>
> I seem remember 4.7 had an option in /etc/make.con
On Wed, Jan 29, 2003 at 02:14:14PM -0800, Terry Lambert wrote:
> I expect that the attach of the device creates an interrupt if
> the system is already up. This would indicate that it was an
> order of operations problem in the driver registration for a
> "live" piece of hardware. Probably, it ne
Howdy,
I just wanted to say thanks for MFC'ing or including pam_krb5 as part of
the base system. That's made the ease of deployment where I'm at that
much easier.
Cheers,
Ryan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Looks like recent commits may have broken profiling of user applications;
or rather, it's also causing the kernel to crash. I suspect (but have not
confirmed) it was the recent KSE commit.
Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
[EMAIL PROTECTED] Network Associ
> Just try to fsck 1.2 TB and you will be very-very patient :)
Very patient indeed. I've got a 1.0TB partition about 51% full. It's still a 4-STABLE
system and the last fsck from a crash last Friday (bad IBM, bad, no soup for you) took
just
about 55 minutes to fsck. *ugh*
I'm torture testing
hmm first I've heard of it but I'll check..
(david's offline for a week)
On Thu, 30 Jan 2003, Robert Watson wrote:
>
> Looks like recent commits may have broken profiling of user applications;
> or rather, it's also causing the kernel to crash. I suspect (but have not
> confirmed) it was the
On Thu, Jan 30, 2003 at 10:09:57AM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Marcel Moolenaar <[EMAIL PROTECTED]> writes:
> : general theme. Thus (in this case), ARCH=mips and MACH=algor or
> : MACH=sgimips...
>
> Actually, NetBSD uses MACHINE_ARCH=mipsel for lit
On Thu, 30 Jan 2003, Julian Elischer wrote:
> hmm first I've heard of it but I'll check..
> (david's offline for a week)
>
> On Thu, 30 Jan 2003, Robert Watson wrote:
Wow that was impressive.. not even a message on the serial console..
Am digging..
To Unsubscribe: send mail to [EMAIL PRO
On Thu, 30 Jan 2003, Julian Elischer wrote:
>
>
> On Thu, 30 Jan 2003, Julian Elischer wrote:
>
> > hmm first I've heard of it but I'll check..
> > (david's offline for a week)
> >
> > On Thu, 30 Jan 2003, Robert Watson wrote:
>
>
> Wow that was impressive.. not even a message on the seri
On Thu, 30 Jan 2003, Julian Elischer wrote:
> On Thu, 30 Jan 2003, Julian Elischer wrote:
>
> > On Thu, 30 Jan 2003, Julian Elischer wrote:
> >
> > > hmm first I've heard of it but I'll check..
> > > (david's offline for a week)
> > >
> > > On Thu, 30 Jan 2003, Robert Watson wrote:
> >
> >
> Dropping the number of inodes really helps fsck time; what does "df -i
> /bigfilesystem" print?
fs# df -i /users
Filesystem 1K-blocks Used Avail Capacity iusedifree %iused Mounted on
/dev/da2s1e 999089944 457994296 46116845650% 6094282 25170996 19% /users
fsize = 8192, bs
Hi,
I have an PNP ISA Gravis Ultrasound card, which I have tried,
unsuccessfully to enable on a freshly installed 5.0-release box
(desktop). I enabled pcm and gusc devices in kernel config and
I get panic at boot time. I don't have a crash dump yet but will
be able to get it tonight if anyone
Craig Dooley wrote:
> Last cvsup/world/kernel is from around midnight last night, but noticed
> the problem yesterday. For a csi class I have to sort and uniq a file
> in c, and as a test case, I wrote a simple hex dump that respects
> newlines. No matter what I give it as input, it will hard cra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
After some investigation, I come to the conclusion that there is no
means to copy the extended attributes of a file by using standard
commands like cp (even with the -p option) or mv. At least it works with
mv if the rename(2) syscall is used (ie.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Err... I'm using 5.0-RELEASE, I forgot to say. Is there a change in
- -CURRENT about this?
Thanks,
David.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+Oa5QK3CyMA5
"M. Warner Losh" wrote:
> In message: <[EMAIL PROTECTED]>
> Marcel Moolenaar <[EMAIL PROTECTED]> writes:
> : Alpha has multiple platforms, but it has not been made explicit.
> : pc98 is an alternate platform for i386. And we have PowerPC and
> : mips.
>
> Keep in mind that for mips you
On Wed, Jan 29, 2003 at 06:17:31PM -0800, Kirk McKusick wrote:
Alternative 1 `usermount'
> The first would be
> to change the default for vfs.usermount == 1 and then have dump -L
> create the snapshot in a directory owned by "operator" (or by
> whatever user runs the dumps). Then the snapshot coul
Andrea Campi wrote:
> On Wed, Jan 29, 2003 at 02:14:14PM -0800, Terry Lambert wrote:
> > I expect that the attach of the device creates an interrupt if
> > the system is already up. This would indicate that it was an
> > order of operations problem in the driver registration for a
> > "live" piece
The files on the ntfs machine are owned and shared only by the user that
owns them. The same username is being used from the unix side via smbfs.
I've changed the privelages to everyone with full rights, and only that
username with full rights, and no go.
interesting. I don't see any point where t
On 2003-01-30 15:52, Garrett Wollman <[EMAIL PROTECTED]> wrote:
> <
>said:
> > The other alternative would be to
> > create a setuid-to-root program that would take a snapshot and
> > chown it to the user that does dumps.
>
> I think this would actually be a useful feature for more than just
> dum
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Wed, Jan 29, 2003 at 10:35:40PM -0500, Garance A Drosihn wrote:
: How about requiring the user to touch some file in / or /boot which
: indicates the branch-tag that's acceptable for installworlds? Then
: you just need to propagate the tag from the 'cvs co' stage to some
: file under /usr/src (
Is anyone working on a driver for said raid controller?
Here is a pciconf -lv (from 5.0-R) and a link for some info on the card.
ne3@pci6:2:0: class=0x010400 card=0x40830e11 chip=0xb1780e11 rev=0x01 hdr=0x00
class= mass storage
subclass = RAID
http://h18004.www1.hp.com/products/serve
Date: Fri, 31 Jan 2003 02:24:00 +0200
From: Giorgos Keramidas <[EMAIL PROTECTED]>
To: Garrett Wollman <[EMAIL PROTECTED]>
Cc: Kirk McKusick <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: dump -L and privilege
X-ASK-Info: Confirmed by
On 2003-01-30 17:16, Kirk McKusick <[EMAIL PROTECTED]> wrote:
> If the snapshot is mounted, then the same filesystem permissions
> are enforced as would be enforced for the mounted disk except
> that the mount must be done read-only, so nothing in the snapshot
> can be moved, deleted, or changed.
Hello,
today i updated sources with CVS, compiled world and kernel, then
rebooted. During boot it hangs at the boot message (the place where in
FreeBSD 4.7 a lot of boot info would appear, like ata, cpu, usb0 blah blah).
- The keyboard num-lock does not react (keeps on) after boot starts.
- The
Nicolao Renè schrieb:
Hi I've just upgraded to FreeBSD-Stable, the UPDATING file says that
many debugging options are enabled. But how do I remove them? thanks.
One way would be to compile your own kernel:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html
(ch
Try this patch
http://people.freebsd.org/~ps/ciss.diff
John ([EMAIL PROTECTED]) wrote:
> Is anyone working on a driver for said raid controller?
> Here is a pciconf -lv (from 5.0-R) and a link for some info on the card.
>
>
> ne3@pci6:2:0: class=0x010400 card=0x40830e11 chip=0xb1780e11 rev=0x01
On Tue, 28 Jan 2003 [EMAIL PROTECTED] wrote:
> As for cross-arch breakage I suggest you run "make universe" before
> committing in the future.
>
Does one have to be in "God-mode" to do this? :)
(sorry...its a hot friday afternoon here)
--
:{ [EMAIL PROTECTED]
Andy Farkas
System
yea i tried that.
it almost works in 4.7. I can see the the drives in dmesg,
but it panics when it comes time to mount the mfs file system.
I'll have more time to test tomorrow (5.x, 4.x and CISS_BOARD_SA5 (no B) etc etc).
Thanks!
On Thu, Jan 30, 2003 at 05:45:31PM -0800, Paul Saab wrote:
> T
On Thu, 30 Jan 2003, David Vidal Rodríguez wrote:
> After some investigation, I come to the conclusion that there is no
> means to copy the extended attributes of a file by using standard
> commands like cp (even with the -p option) or mv. At least it works with
> mv if the rename(2) syscall is u
Thus spake Christopher Vance <[EMAIL PROTECTED]>:
> On Wed, Jan 29, 2003 at 10:35:40PM -0500, Garance A Drosihn wrote:
> : How about requiring the user to touch some file in / or /boot which
> : indicates the branch-tag that's acceptable for installworlds? Then
> : you just need to propagate the t
On Thu, Jan 30, 2003 at 07:09:16PM -0800, David Schultz wrote:
> Thus spake Christopher Vance <[EMAIL PROTECTED]>:
> > On Wed, Jan 29, 2003 at 10:35:40PM -0500, Garance A Drosihn wrote:
> > : How about requiring the user to touch some file in / or /boot which
> > : indicates the branch-tag that's a
OK, I've got just 1.5 bugs left, then I'll be all CURRENT-ed :)
(I'm using a brand new laptop. Much different than getting
BSD working on my desktops and servers :)
Things that work :
- Making the third mouse button work on an IBM T30 (trackpoint &
touchpad model) you have to disable the touch
Thus spake Steve Kargl <[EMAIL PROTECTED]>:
> On Thu, Jan 30, 2003 at 07:09:16PM -0800, David Schultz wrote:
> > OT: Is there a good way to get the CVS metadata in /usr/src and
> > /usr/ports without transferring the entire source tree over the
> > network? On some machines, I'd like to be able to
On Thu, 30 Jan 2003 20:05:06 -0800
David Schultz <[EMAIL PROTECTED]> wrote:
>
> That's a great answer...to a different question. ;-)
>
Use the r version of the cvs commands (like cvs rlog and rdiff). They operate on
the repository remotely, so you don't need to have the files checked out local
On Thu, Jan 30, 2003 at 08:05:06PM -0800, David Schultz wrote:
> Thus spake Steve Kargl <[EMAIL PROTECTED]>:
> > On Thu, Jan 30, 2003 at 07:09:16PM -0800, David Schultz wrote:
> > > OT: Is there a good way to get the CVS metadata in /usr/src and
> > > /usr/ports without transferring the entire sour
On Thu, Jan 30, 2003 at 09:07:11PM -0800, Steve Kargl wrote:
: On Thu, Jan 30, 2003 at 08:05:06PM -0800, David Schultz wrote:
: > Thus spake Steve Kargl <[EMAIL PROTECTED]>:
: > > On Thu, Jan 30, 2003 at 07:09:16PM -0800, David Schultz wrote:
: > > > OT: Is there a good way to get the CVS metadata
On Sun, Jan 26, 2003 at 03:49:49PM -0800, Steve Kargl wrote:
> David,
>
> Are you still the gcc guy?
Well... uh... I guess I'm still one of them.
> I was scanning the GCC mailing list
> and it appears that a gcc 3.2.2 will be released with only bug
> and regression fixes. Are there any FreeB
Thus spake Mike Makonnen <[EMAIL PROTECTED]>:
> Use the r version of the cvs commands (like cvs rlog and rdiff). They operate on
> the repository remotely, so you don't need to have the files checked out localy.
That's a pretty good solution, and I use those occasionally. It
would be a perfect so
Thus spake Christopher Vance <[EMAIL PROTECTED]>:
> On Thu, Jan 30, 2003 at 09:07:11PM -0800, Steve Kargl wrote:
> : On Thu, Jan 30, 2003 at 08:05:06PM -0800, David Schultz wrote:
> : > Thus spake Steve Kargl <[EMAIL PROTECTED]>:
> : > > On Thu, Jan 30, 2003 at 07:09:16PM -0800, David Schultz wrote
A number of ports have started to complain about a missing stropts.h
header..was this recently removed, and if so then what is the fix?
Kris
msg51328/pgp0.pgp
Description: PGP signature
In the last episode (Jan 30), Ryan Dooley said:
> > Just try to fsck 1.2 TB and you will be very-very patient :)
>
> Very patient indeed. I've got a 1.0TB partition about 51% full.
> It's still a 4-STABLE system and the last fsck from a crash last
> Friday (bad IBM, bad, no soup for you) took ju
71 matches
Mail list logo