David O'Brien wrote:
> On Tue, Feb 15, 2000 at 07:04:33PM +0200, Maxim Sobolev wrote:
> > For me it does work ;). Anyway you are free to hack/use it for whatever you
> > like.
>
> Besides not building, it isn't PREFIX clean. You need to change
> "HAS_CONFIGURE" to "GNU_CONFIGURE".
Thanks for po
David O'Brien wrote:
> On Tue, Feb 15, 2000 at 07:04:33PM +0200, Maxim Sobolev wrote:
> > > This port needs a *lot* of work as it doesn't work. But I am cleaning it
> > > up now.
> >
> > For me it does work ;). Anyway you are free to hack/use it for whatever you
> > like.
>
> I'd *REALLY* like t
On Wed, Feb 16, 2000 at 03:51:24PM +0900, Yoshinobu Inoue wrote:
> (2)EPSV is always tried first, and if server doesn't support it,
> then try PASV.
>
> Remembering the status might be reasonable. I'll try the fix.
>
> But maybe it is better to print out the first error, as the fact?
I hav
On Sat, 12 Feb 2000 10:52:22 +0100, "Patrick M. Hausen" wrote:
> What about making FTP_INTERNAL_LS the default for 4.0?
I'm very much in favour of this, but your second "BTW" suggestion did
nothing for the cause. :-)
Forget about changing any aspect of ftpd's chroot behaviour, but I'm
very ke
Hello,
EPSV and EPRT is new ftp command defind in RFC2428 and it is
used for IPv6 and NAT/firewall friendly IPv4 connection.
Current implementation is,
(1)EPRT is only used if destination is IPv6 host.
(2)EPSV is always tried first, and if server doesn't support it,
then try PASV.
EPRT do
On Tue, Feb 15, 2000 at 10:11:40PM +0300, Ilmar S. Habibulin wrote:
> > uname -a
> FreeBSD ws-ilmar.ints.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Fri Feb 11 20:21:14 MSK
>2000 [EMAIL PROTECTED]:/usr/src/sys/compile/HOME1 i386
> > grep FreeBSD /usr/src/gnu/lib/libstdc++/_G_config.h
>
On Tue, Feb 15, 2000 at 08:59:06PM -0800, David O'Brien wrote:
> I was not throwing stones. It comes down to what is is best for FreeBSD.
> Since we might have two potential sources for Binutils, I want the one
> that is easiest for FreeBSD to work with. Lu has said he will take
> FreeBSD patche
I am running -current SMP, as of today. Before today, I was running
-current SMP of Oct. 18, 1999.
The system was up since early January, connected to my ISP. The only
reboot in the past three months was due to a power glitch!
I was away for 4 months. I cvsup'ed today and did a 'make world'.
I was experiencing the same thing with EPRT commands... I cvsupped,
remade/installed ftp, and haven't seen that behavior since. Someone
mentioned it was IPv6 related but I have no idea if that is the case.
-Will
On Wed, 16 Feb 2000, Andrey A. Chernov wrote:
> Current ftp client tries to put thi
On Tue, Feb 15, 2000 at 09:37:34PM -0500, Will Saxon wrote:
> I was experiencing the same thing with EPRT commands... I cvsupped,
> remade/installed ftp, and haven't seen that behavior since. Someone
> mentioned it was IPv6 related but I have no idea if that is the case.
Just rebuild 'ftp' from s
Current ftp client tries to put this unknown command on each remote
request:
500 'EPSV': command not understood.
It is just too bothering.
Could it silently try once at the beginning and remember status during the
session?
--
Andrey A. Chernov
<[EMAIL PROTECTED]>
http://nagual.pp.ru/~ache/
To
On Tue, 15 Feb 2000, Kazutaka YOKOTA wrote:
> `options XSERVER' is for vt0 only. sc0 doesn't need it to run the X
> server.
Could you add appropriate comments to this effect in GENERIC and
LINT? I have always been confused by this, and IMO the placement in the
file is not sufficient to
Yes, thank you:
Name Mtu Network AddressIpkts Ierrs IbytesOpkts Oerrs
Obytes Coll
tun0 1500 469561 0 158358233 438305 0
114637121 0
tun0 1500 195.161.2 195.161.2.170 469561 0 158358233 438305 0
114
On Tue, Feb 15, 2000 at 07:04:33PM +0200, Maxim Sobolev wrote:
> > This port needs a *lot* of work as it doesn't work. But I am cleaning it
> > up now.
>
> For me it does work ;). Anyway you are free to hack/use it for whatever you
> like.
I'd *REALLY* like to know how it even began to build fo
On Tue, Feb 15, 2000 at 07:04:33PM +0200, Maxim Sobolev wrote:
> For me it does work ;). Anyway you are free to hack/use it for whatever you
> like.
Besides not building, it isn't PREFIX clean. You need to change
"HAS_CONFIGURE" to "GNU_CONFIGURE".
To Unsubscribe: send mail to [EMAIL PROTECTED
Ok... Does this work though?
On Wed, 16 Feb 2000, Igor Timkin wrote:
> What's abount ibytes ?
> > m_adj(top, sizeof(family));
> > } else
> > family = AF_INET;
Add:
ifp->if_ibytes += top->m_pkthdr.len;
> > +
> > + ifp->if_ipackets++;
> >
> > return fa
According to Jose M. Alcaide:
> Hummm... is there any way to force ncurses to use the old '-', '|' and
> '+' characters for drawing lines and boxes (perhaps the "ac" termcap
> capabilility)? I prefer lucidatypewriter over fixed font.
Better solution : grab xmbdfed from ports and edit the font you
What's abount ibytes ?
> Try this patch.
>
> Index: if_tun.c
> ===
> RCS file: /cvs/src/sys/net/if_tun.c,v
> retrieving revision 1.73
> diff -u -1 -6 -r1.73 if_tun.c
> --- if_tun.c 2000/01/29 01:10:24 1.73
> +++ if_tun.c 2000/
On 2000-Feb-15 10:17:35 +1100, Matthew Dillon <[EMAIL PROTECTED]> wrote:
>
>:> You can't change this behavior. UFS can only use a file fragment (that
>:> is, typically 1/8 of a full block) at the *END* of a file, not the middle.
>:
>:pardon the ignorance (but i don't have the red book han
Try this patch.
Index: if_tun.c
===
RCS file: /cvs/src/sys/net/if_tun.c,v
retrieving revision 1.73
diff -u -1 -6 -r1.73 if_tun.c
--- if_tun.c2000/01/29 01:10:24 1.73
+++ if_tun.c2000/02/15 21:49:40
@@ -620,32 +620,33 @@
> On Mon, Feb 14, 2000 at 02:39:09PM -0700, Doug Russell wrote:
>
> > Does anyone have a Panasonic 526/563 CD-ROM drive working under 4.0-C? I
> > have not had one working for may weeks, however, I wasn't sure if it was a
> > hardware problem here, or something. 3.4 still finds them, so I beleiv
My router-box got hosed during a installworld, and I thought I had to reinstall using
picobsd, so I tried building a custom version with scsi-support.
It failed, the problem was related to libcrypt, if I remember correctly.
I havent got the exact details, because I succeded to boot in single us
In message <[EMAIL PROTECTED]> Thomas Veldhouse
writes:
: So, my question is, why NOT? If the old drivers can do it and the Linux
: drivers can do it, I have to wonder why? This was a common interface to
: say the least.
Becaue they have data corruption bugs that can only partially be
worked a
At 11:38 AM 2/15/00 -0600, Thomas Veldhouse wrote:
>Great. Well, I am down too! I don't see any mention of this in any of
>the newsgroups (via Yahoo). I can not find a single reference. I don't
>remember seeing such a thing stated either.
Look through the mailing lists on www.dejanews.com. D
Jose M. Alcaide <[EMAIL PROTECTED]> wrote:
> I found an annoying problem: the line drawing chars are not drawn
> in xterms.
I haven't examined this issue in detail, but the line drawing works
fine with a current xterm instead of the stale one shipping with
XFree 3.3.6, so it can't be purely a te
On Sun, 13 Feb 2000, Chris Radek wrote:
> On Sun, 13 Feb 2000 18:00:07 CST, Chris Radek writes:
>
> > I recently upgraded a machine from an old 3.0-RELEASE to the 2209
> > snapshot. It was previously running a Boca BB2016 multiport serial
> > card ("box" actually) correctly. Now the maste
<
said:
> As Net and SCSI are the main source of interrupts, how can i have all
> matroxes stacked on one Irq and SCSI and net on two separated ones,
> instead of having 'mux' receiving all Ints ?
Depends on your BIOS and on how your motherboard is wired. (I can't
imagine what kind of idiot mo
On Tue, 15 Feb 2000, David O'Brien wrote:
> You need to tell us a *LOT* more about your situation.
Ok.
> uname -a
FreeBSD ws-ilmar.ints.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Fri Feb 11 20:21:14 MSK
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/HOME1 i386
> gcc -v
Using builtin spec
It seems Andrew Gallatin wrote:
> > It seems that the 0xa5 value means "no device" too, on lots of
> > controllers, and its not valid anyways, so it wouldn't hurt..."
>
> That works! The pause is gone and the reboot time is more than cut in
> half. I urge you to commit this ;-)
I will, its
In message <[EMAIL PROTECTED]> "Jose M. Alcaide" writes:
: Hummm... is there any way to force ncurses to use the old '-', '|' and
: '+' characters for drawing lines and boxes (perhaps the "ac" termcap
: capabilility)? I prefer lucidatypewriter over fixed font.
On second thought:
xterm-foo:as=:ae
Soren Schmidt writes:
> > ata1: mask=03 status0=a5 status1=a5
> > <..30+ seconds>
> > ata1: mask=00 status0=ffa5 status1=ffa5
>
> Hmm, you could try to change the probe to something like:
> ...
> status1 = inb(scp->ioaddr + ATA_STATUS);
> if ((status0 & 0xf8) != 0xf8 &&
> It seems to Do The Right Thing for my single-homed endhost case
> (unfortunately I still do not have a router I can test). There is one
> change I would make, as a result of some feedback from Ollivier Robert
> <[EMAIL PROTECTED]>: All instances of the variable $mroute6d
> should probably be r
Warner Losh wrote:
>
> In message <[EMAIL PROTECTED]> Alexander Leidinger writes:
> : Works here without problems (TERM = xterm & xterm-color).
> :
> : Wild guess: Does your shell support 8bit-chars?
>
> No. The line drawing characters aren't 8 bit characters on VT100
> derived terminals. My g
In message <[EMAIL PROTECTED]> "Jose M. Alcaide" writes:
: Hummm... is there any way to force ncurses to use the old '-', '|' and
: '+' characters for drawing lines and boxes (perhaps the "ac" termcap
: capabilility)? I prefer lucidatypewriter over fixed font.
Yes. It's all a matter of the right
I get the following:
pci0: unknown card (vendor=0x9004, dev=0x5078) at 8.0 irq 11
from a machine that has:
# SCSI Controllers
#device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
#device amd # AMD 53C974
4.0-CURRENT seems don't count inpput packets/bytes on tun interface
(3.4-STABLE don't has such problem):
ivt@newsfeed:/news/etc:2:322>netstat -in
Name Mtu Network AddressIpkts IerrsOpkts Oerrs Coll
fxp0 1500 00:a0:c9:a3:5a:85 6312807 4 6938927 2 0
fxp0
:
:From: Bruce Evans <[EMAIL PROTECTED]>
:> The kernel returns EROFS for unlink() without even looking up the last
:> component of the filename. This is a cosmetic bug IMO. The errors
:> listed in POSIX.1 are not required to be checked for in the given
:> order. However, checking in that order
It seems Andrew Gallatin wrote:
> Is there any way to tell the driver not to reduce the timeout to
> something less than 31s? Or would it be easier for me to just #if 0
> the lun1 (iobase_2..) code in ata_pciattach()?
>
> I'm asking because we have about 20 boxes like this. All of which are
> "
On Tue, 15 Feb 2000, Peter Wemm was heard blurting out:
> Ron 'The InSaNe One' Rosson wrote:
> > On Sun, 13 Feb 2000, MIHIRA Yoshiro was heard blurting out:
> >
> > > [EMAIL PROTECTED] wrote:
> > >
> > > >> Ron 'The InSaNe One' Rosson wrote:
> > > >> > Under 3.3-RELEASE with PAO the sound card
In message <[EMAIL PROTECTED]> Alexander Leidinger writes:
: Works here without problems (TERM = xterm & xterm-color).
:
: Wild guess: Does your shell support 8bit-chars?
No. The line drawing characters aren't 8 bit characters on VT100
derived terminals. My guess is that you don't have a prope
Dear BSD-users,
I apologize for a potentially off-topic question, but I could
not find a more appropriate mailing list. We are thinking
of setting up and maintaining a cvsup mirror of FreeBSD
sources and making it available for everyone.I would
appreciate if someone could direct me to som
In message <[EMAIL PROTECTED]> Remy Nonnenmacher writes:
: After moving all Video cards (4 matrox), I noticed that, at boot, the
: video cards monopolize a lot of usefull irqs:
:
: 9 : Matrox 1, integrated 82559 (Network), integrated aic7892 (SCSI), USB
: 11: Matrox 2, Matrox 3
: 12: Matrox 4
:
Great. Well, I am down too! I don't see any mention of this in any of
the newsgroups (via Yahoo). I can not find a single reference. I don't
remember seeing such a thing stated either.
So, my question is, why NOT? If the old drivers can do it and the Linux
drivers can do it, I have to wonder
On Tue, Feb 15, 2000 at 10:10:29AM -0600, Thomas Veldhouse wrote:
> No overclocked bus. I do have the Pentium 166MMX overdrive processor on
> the board though. It used to have a 100MHz Pentium in it. However, if
> this is causing ATA some problem, it probably shouldn't. Like I said, the
> old
On Tue, Feb 15, 2000 at 06:44:37AM +0900, Kazutaka YOKOTA wrote:
Very detailed and presize description of
my misunderstanding of the 'moused_type' settings for ps/2
mouse.
After applaying this recomendations I now can
'tap' on my pad without (annoying) warning message after
every
On Tue, Feb 15, 2000 at 06:56:13PM +0300, Ilmar S. Habibulin wrote:
> I have some problems with development vertion of kdes' new
> filemanager/browser. It can't find function eh_rtime_match, which i
> found in libgcc.a.
You need to tell us a *LOT* more about your situation.
uname -a
gcc
David O'Brien wrote:
> On Mon, Feb 14, 2000 at 04:56:52PM +0200, Maxim Sobolev wrote:
> > I've also made port of development version of gas available at
> > http://homepages.go.com/~sobomax/glx/gas-devel.tgz .
> >
> > It requres bzip'ed version of binutils' cvs snapshot in /usr/tmp.
>
> This port
Alexander Leidinger wrote:
>
> On 15 Feb, Jose M. Alcaide wrote:
> > I found an annoying problem: the line drawing chars are not drawn
> > in xterms. This can be tested with talk(1), grdc(6), or simply
> > with a command like "dialog --yesno Test 5 15". However, it works
> > from the system conso
Hello there;
When booting, the kernel reports:
si1: iomem (0xfffc) out of range
entries on KERNEL is:
device si0 at isa? irq 15 iomem 0xd
/var/run/dmesg.boot:
Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the
On Mon, Feb 14, 2000 at 11:13:13PM +0900, Takehiro Suzuki wrote:
> I make ports of binutils-2.9.5.0.27.
> It is available from http://www.bsdclub.org/~takehiro/binutils.tar.gz .
I am taking a look at it now. Since you did not rename any of the bits
(such as `as', `ld', etc..) what is the impact
Soren Schmidt [[EMAIL PROTECTED]] wrote:
> It seems Dan Langille wrote:
> > I have one box which is slow to boot under -current (mind you, I've never
<...>
> BUT if the second channel is enabled in the BIOS and the hardware plays
> foul on probe, it will be probed for devices for the std timeout
On Mon, Feb 14, 2000 at 04:56:52PM +0200, Maxim Sobolev wrote:
> I've also made port of development version of gas available at
> http://homepages.go.com/~sobomax/glx/gas-devel.tgz .
>
> It requres bzip'ed version of binutils' cvs snapshot in /usr/tmp.
This port needs a *lot* of work as it doesn
No overclocked bus. I do have the Pentium 166MMX overdrive processor on
the board though. It used to have a 100MHz Pentium in it. However, if
this is causing ATA some problem, it probably shouldn't. Like I said, the
old drivers in 3.4-STABLE have no problem with it and either does Linux.
Windo
| in my kernel config file i have:
|
| options CD9660 #ISO 9660 Filesystem
| options CD9660_ROOT #CD-ROM usable as root, CD9660
| required
Do you have
device atapicd0
In your configuration as well?
--
Dan Moschuk ([EMAIL PROTECTED])
"Was
Who is porting gcc to freebsd? I have some problems with development
vertion of kdes' new filemanager/browser. It can't find function
eh_rtime_match, which i found in libgcc.a. What for is this function,
should libgcc.a be linked with -lgcc flag? When i do so, konqueror dumps
core.
To Unsubscr
From: Bruce Evans <[EMAIL PROTECTED]>
> The kernel returns EROFS for unlink() without even looking up the last
> component of the filename. This is a cosmetic bug IMO. The errors
> listed in POSIX.1 are not required to be checked for in the given
> order. However, checking in that order usually
On Tue, 15 Feb 2000, Thomas T. Veldhouse wrote:
> Soren, do you have any idea what might be the problem? Is there anything I
> can do to give you more information? I have 3.4-STABLE installed on the box
> presently - it is serving as my gateway/firewall, so it really can't afford
> much downtim
On 15 Feb, Jose M. Alcaide wrote:
> I found an annoying problem: the line drawing chars are not drawn
> in xterms. This can be tested with talk(1), grdc(6), or simply
> with a command like "dialog --yesno Test 5 15". However, it works
> from the system console, using TERM=cons25 and TERM=cons25l1.
I found an annoying problem: the line drawing chars are not drawn
in xterms. This can be tested with talk(1), grdc(6), or simply
with a command like "dialog --yesno Test 5 15". However, it works
from the system console, using TERM=cons25 and TERM=cons25l1.
If using TERM=xterm-color from an xterm,
Ron 'The InSaNe One' Rosson wrote:
> On Sun, 13 Feb 2000, MIHIRA Yoshiro was heard blurting out:
>
> > [EMAIL PROTECTED] wrote:
> >
> > >> Ron 'The InSaNe One' Rosson wrote:
> > >> > Under 3.3-RELEASE with PAO the sound card work with this entry in the
> > >> > config file:
> > >> >
> > >> >
When restructuring my desktop i had to plug out something. Afterwards i
recognized that
the micro is silent under freebsd (still works under windows) with the
awe64-sb. The pcm part of mixer works.
--
Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]
FernUniversitaet Hagen, LG ES, 58084 Hagen (German
I recently changed my workstation (was running without any problem a
December 97 3.0 SNAP ;) to upgrade to a new hardware and the latest
current.
After moving all Video cards (4 matrox), I noticed that, at boot, the
video cards monopolize a lot of usefull irqs:
9 : Matrox 1, integrated 82559 (Ne
>I have 2 issues with 4.0-CURRENT. The first is the plethora of
>"microuptime() went backwards..." errors that scroll on my console.
>
>The second is that I have DDB compiled into my kernel (and a USB keyboard)
>either on vga or serial console, if I trip DDB (control-shift-esc), I will
>either g
> after building 4-current (cvsupped yesterday) I'm using OpenSSH now. I'm
> starting my X11 session with ssh-agent and using ssh-add in my
> .xsession. Unfortunally there's no ssh-askpass build in 4-current (and
> ssh-add is build with
> '#define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"')
On Tue, Feb 15, 2000 at 10:59:58AM +0100, Bart Schuller wrote:
>
> On Tue, Feb 15, 2000 at 01:20:28PM +0500, Andrey Kolotev wrote:
> > @c = ("Async32"x4, "Async32"x5, "Async32"x7, "Async32"x10);
> >
> > while (1)
> > {
> > foreach (@c)
> > {
> > $_ =~ s/Async/ Async/;
> >
On Tue, Feb 15, 2000 at 01:20:28PM +0500, Andrey Kolotev wrote:
> @c = ("Async32"x4, "Async32"x5, "Async32"x7, "Async32"x10);
>
> while (1)
> {
> foreach (@c)
> {
> $_ =~ s/Async/ Async/;
> }
> }
You're forever adding spaces and complain of a memory leak?
--
The
Hello,
One simple question: why are the 8859-15 locales (under /usr/share/locale)
named DIS_8859-15 instead of ISO_8859-15? And this affects XFree86, because
/usr/X11R6/lib/X11/locale/locale.alias uses "ISO" and not "DIS" for
its ISO_8859-15 entries.
Cheers,
-- JMA
--
What could be the problem here ?
build with make release BUILDNAME=4.0-CURRENT-Feb15
and setenv USA_RESIDENT NO
---
install -c -o root -g wheel -m 644 kld/cdev/module/cdev.c
/DRIVE2/R2/usr/share/examples/kld/cdev/module/cdev.c install -c -o root -g
wheel -m 644 kld/cdev/module/cdev.h
/DRIVE2/R2/
"Roden, Thomas" wrote:
>
> > Problem 2
> After installing bash-2.03 from the 3.4 packages, attempting to run bash
> yields:
> /usr/libexec/ld-elf.so.1: Shared object "libhistory.so.3" not found
>
> 'ln -s libhistory.so.4 libhistory.so.3' fixes? the problem
> I assumed (perhaps incorrectl
This is a bug report for perl from [EMAIL PROTECTED],
generated with the help of perlbug 1.26 running under perl 5.00503.
-
[Please enter your report here]
#!/usr/bin/perl
#
# example of memory leak in perl5.005_3, tested on Free
On Mon, Feb 14, 2000 at 10:30:53PM +0100, Luigi Rizzo wrote:
> > You can't change this behavior. UFS can only use a file fragment (that
> > is, typically 1/8 of a full block) at the *END* of a file, not the middle.
>
> pardon the ignorance (but i don't have the red book handy),
> thas th
71 matches
Mail list logo