Just trying to make sure Bosko takes note of this. He might have
something to say as DISABLE_PSE appears to fix your problem.
--
Regards,
Georg.
On Do, 2003-09-04 at 00:02, Peter Jeremy wrote:
> I have a system running 5.1-RELEASE-p2 which is an NFS client of
> another FreeBSD (4.x) machine. Wh
There have been threads about data corruption in RAM on P4 and other
i386 machines on this list. I also observed the problem, on my laptop
with 5.0-R. It seemed to go away with 5.1-R, on the laptop.
Recently I upgraded my home PC which is a P4 2.0A from 4.8-R to 5.1-R.
No problems at first.
Un
m was back up (after removing
the snapshot), and all went well this time.
Does this sound like a known problem?
--
Regards,
Georg.
--
Georg-W. Koltermann <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hi,
I couldn't connect to anything on the network with my 5.0-RELEASE, with
the generic kernel and rc.conf containing
firewall_enable="YES"
natd_interface="fxp0"
natd_interface="fxp0"
natd_flags="-t 255.255.255.255"
The firewall loaded ok but natd silently vanished. When I tried
Am Do, 2003-01-30 um 12.41 schrieb Sergey A. Osokin:
>
> 3) Put hw.pci.allow_unsupported_io_range="1" into your
> /boot/loader.conf.local
Thanks, that did the trick.
Could we, maybe, add a little note about this to the release notes or
errata? Or better yet, how about a big fat warning message i
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
Am Mi, 2002-08-21 um 21.52 schrieb Andy Sparrow:
>
> > i'm trying to install current from cd (i took 3 different builds) to
> > my notebook hp omnibook 6100. by booting the kernel after few lines
> > is the machine crashing. i'm not abte to see the reason, everything
> > goes too fast. has anybod
Yes, I see that as well. Another symptom is that fsck -p now always
announces "unexpected inconsistencies" and drops back to singleuser when
it indeed was able to fix the problems, i.e. it marks the filesystem
clean and a manual fsck does not report anything unusual.
My last cvsup was with date=2
Am Mi, 2002-07-03 um 17.31 schrieb David O'Brien:
> On a 27-June-2002 23:02:00 UTC system (just before ipfw2 went in,
> pre-KSE3), dump will not complete dumping more than 5GB. At that point
> it stops responding properly to ^T, which should give "DUMP: 47.52% done,
> finished in 1:19". At the 5
Hi,
I got this panic with -current of date=2002.06.27.22.00.00. It reminds
me of another panic that I had recently with a -current of 25-June, the
message of that earlier incident was "panic: Most recently used by
routetbl".
hunter[7]$ gdb -k /boot/kernel/kernel vmcore.26
GNU gdb 4.18 (
bolev:
> "Georg-W. Koltermann" wrote:
> >
> > hunter# ipfw add 50 divert natd all from any to any via fxp0
> > ipfw: getsockopt(IP_FW_ADD): Invalid argument
>
> Add "option IPFIREWALL_FORWARD" into your kernel config.
>
> -Ma
hunter# ipfw add 50 divert natd all from any to any via fxp0
ipfw: getsockopt(IP_FW_ADD): Invalid argument
hunter# ipfw list
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65000 allow ip from a
Hi,
panic: Most recently used by routetbl
I get this type of panic withing minutes of uptime with a -current of
25-Jun-2002 around 13:52 GMT-2. Another anomaly is that name resolution
doesn't seem to work reliably, or maybe even TCP in general has a
problem -- it all takes very long if it wo
Hi,
with a -current CVSupped 17 May 22:27 GMT-2:
hunter[4]$ gdb -k kernel.debug vmcore.23
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under ce
Hi,
I got the following panic while compiling openoffice. I suspect it was
somehow triggered by the high I/O activity.
Last CVSup was 17 May 22:27 GMT-2.
I'll keep the dump around for a couple of days, so let me know if I
should provide any additional information.
--
Georg.
hunter# cat info.2
Hi,
I get this panic sometimes when VMWare is executing in the background
(iconified). It can take a while (a couple of hours) until it happens.
The panic string says buffer not busy, but that seems to be fallout of a
second panic during the panic. The first one seems to be caused by a
trap in
Am Mo, 2002-05-27 um 19.52 schrieb David O'Brien:
> On Mon, May 27, 2002 at 12:23:13PM +0200, Georg-W. Koltermann wrote:
> > Please read bin/38236. I wasn't asking for general directions but for a
> > specific solution to a current -current problem.
>
> RTFM
Am Sa, 2002-05-25 um 02.30 schrieb Craig Carey:
> [...]
> savecore(8) should copy a dump of the crashed kernel to /var/crash and
> created files kernel.0 and vmcore.0.
>
> gdb -k kernel.0 vmcore.0
>
hunter[13]$ gdb -k kernel.debug vmcore.19
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free
Hi,
I got a couple of kernel panics recently, some of them "buffer not
locked". I would like to know how I can get more information out of the
dump.
The system's gdb does not like the dump format any more, see also
bin/38236. There is an advertised workaround in that pr of using gdb52,
but I co
Am Di, 2002-05-21 um 21.35 schrieb Szilveszter Adam:
> Hello,
>
> On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote:
> > Hi,
> >
> > I am unable to link C++ apps with a recent -current. It seems I would
> > need a new libstdc++ which was n
Hi,
I am unable to link C++ apps with a recent -current. It seems I would
need a new libstdc++ which was not included. My libstdc++.so is a
leftover from the previous cvsup.
hunter[205]$ cat gwk.cc
#include
int
main(int argc, const char *argv[]) {
cout << "Hello, worl
Ah, finally someone else sees what I ran into last year. Look for my
posting to -current in May 2001, subject "dc0 ARP problem with CISCO".
At that time, the only advice I got was to hardwire speed detection
(which didn't help). My solution then was to switch hardware :-(
So I'm afraid this is
Hi Warner,
a simple cast
char *baz = (char*)foo;
works for me.
--
Regards,
Georg.
At Mon, 25 Feb 2002 21:59:23 -0700 (MST),
M. Warner Losh <[EMAIL PROTECTED]> wrote:
>
> In message: <[EMAIL PROTECTED]>
> Peter Wemm <[EMAIL PROTECTED]> writes:
> : There are a couple of offending
Hi,
I had another one of these panics. The previous one was with -current
of CVSupped in early January, this one is with -current of February 6.
The panic seems to be triggered when I do a filesystem copy to an
online disk for backup purposes, like this:
newfs /dev/ad2s5e
tunef
Yes, that seems to fix it, although I had a spontaneous system lockup
while I was running with this patch. I have no idea wether the lockup
was connected to that patch; I am running that code again right now
and it does not lockup.
Many thanks to Munehiro and Takanori.
Maybe someone else with a
Hi,
I can't get my PCMCIA card to work on my HP Omnibook 6100. -current
is from Feb 6.
During boot I get:
Feb 7 10:14:04 hunter kernel: pcic0: irq 5 at
device 5.0 on pci2
Feb 7 10:14:04 hunter kernel: pcic0: PCI Memory allocated: 0xd020
Feb 7 10:14:04 hunter kernel: pcic0:
Hi,
since many weeks I get "/dev/rtc: device not configured" in -current
when I start VMWare2. The VMWare2 port works fine otherwise.
Yes, rtc-2001.09.16.1 is installed, and the module is loaded during
startup.
--
Regards,
Georg.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscrib
At Wed, 06 Feb 2002 23:33:14 -0500 (EST),
John Baldwin wrote:
>
> [...]
> I guess. Note that you can use a loader tunable 'debug.witness_watch' to turn
> witness off from the loader. If it's set to 0 witness won't be used even if
> it's compiled into the kernel (just a general FYI, witness(4) d
Hi,
since many weeks I get "/dev/rtc: device not configured" in -current
when I start VMWare2. The VMWare2 port works fine otherwise.
Yes, rtc-2001.09.16.1 is installed, and the module is loaded during
startup.
--
Regards,
Georg.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscrib
At Wed, 06 Feb 2002 23:33:14 -0500 (EST),
John Baldwin wrote:
>
> [...]
> I guess. Note that you can use a loader tunable 'debug.witness_watch' to turn
> witness off from the loader. If it's set to 0 witness won't be used even if
> it's compiled into the kernel (just a general FYI, witness(4) d
Hi,
I can't get my PCMCIA card to work on my HP Omnibook 6100. -current
is from Feb 6.
During boot I get:
Feb 7 10:14:04 hunter kernel: pcic0: irq 5 at
device 5.0 on pci2
Feb 7 10:14:04 hunter kernel: pcic0: PCI Memory allocated: 0xd020
Feb 7 10:14:04 hunter kernel: pcic0:
Hi,
since many weeks I get "/dev/rtc: device not configured" in -current
when I start VMWare2. The VMWare2 port works fine otherwise.
Yes, rtc-2001.09.16.1 is installed, and the module is loaded during
startup.
--
Regards,
Georg.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscrib
Hi,
since many weeks I get "/dev/rtc: device not configured" in -current
when I start VMWare2. The VMWare2 port works fine otherwise.
Yes, rtc-2001.09.16.1 is installed, and the module is loaded during
startup.
--
Regards,
Georg.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscrib
IdlePTD at phsyical address 0x00487000
initial pcb at physical address 0x003702c0
panicstr: bremfree: bp 0xd3bf08d0 not locked
panic messages:
---
panic: softdep_setup_inomapdep: found inode
syncing disks... panic: bremfree: bp 0xd3bf08d0 not locked
Uptime: 1h49m20s
pccbb0: pccbb_power: CARD_VCC_
Hi,
I frequently see panics when I connect or disconnect USB devices. It
seems this is fallout from application software not handling the
device correctly, i.e. it only occurs (IIRC) after some application
program had problems with the device, an example being gphoto2 which
is currently unable t
Hi,
I finally got around to hook up a serial console and capture the error
message. This is with ACPI_DEBUG enabled in the kernel config, but
ACPI is still loaded as a module, not configured statically.
acpi0: on motherboard
ACPI-0294: *** Error: Method execution failed, AE_NOT_EXI
At Fri, 14 Dec 2001 12:40:21 -0800 (PST),
Steven G. Kargl <[EMAIL PROTECTED]> wrote:
>
>
> Switching to a vty and running truss -p
> yields the following endless stream.
>
> gettimeofday(0x28254b6c,0x0) = 0 (0x0)
> sigprocmask(0x3,0x28254bfc,0x0) = 0 (0x0)
Hi,
I get a panic "kernel trap doesn't have ucred" when I try to install
Linux ORACLE 8.1.7.
The ORACLE installation program is a JAVA application and only seems
to work with the included JRE (the IBM 1.1.8 JRE according to the
LICENSE file).
The JRE is using native Linux threads, and I know I
Hi,
I CVSuped yesterday and still see the problem that was discussed in
this thread, i.e. immediate reset during kernel initialization when
ACPI is enabled on an HP Omnibook 6100. The error message flies by so
quickly that I cannot even read it.
Has there been any progress towards a solution?
Hello,
since some time again I can't get to ftp://current.freebsd.org to
download current snapshots and packages. Is the machine broken again?
--
Regards,
Georg.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
At Sun, 18 Nov 2001 09:37:12 +0100 (MET),
Hellmuth Michaelis wrote:
>
> Thought i update my current this morning and ran into two problem with
> vmware:
>
> 1) when starting vmware, vmware.sh aborts with
>
>vmware.sh: cannot create /compat/linux/dev/vmnet1: no such device
>or address
H
Robert,
the problem wan't with access(2) but with preceding setresuid(2)
calls. There was a false widening conversion taking place in
linux_uid16.c.
Various setXXid() calls allow the caller to set several ids at once,
or leave them unchanged by specifying the magic parameter -1.
Unfortunately u
t a little
time.
--
Regards,
Georg.
At Sun, 7 Oct 2001
19:28:35 -0400 (EDT), Robert Watson wrote:
>
>
> On Sun, 7 Oct 2001, Georg-W. Koltermann wrote:
>
> [...]
> > I ran the vmware command through ktrace(1) (had to do that as root since
> > it won't trace a S
You know, I have been using and NSD, at work on IRIX. I had trouble
with it, it sometimes wouldn't sync with the nameserver, or would
cease to serve any names until I HUPed it.
And, seriously, I don't really understand what it's good for. Bind
has been responsible for resolving host names as lo
Hi,
I have applied the KSE patches to vmware2 that were posted on
http://www.ripe.net/home/mark/files/vmware2_kse.patch.tgz. I can now
build vmware2, but run into a number of permission problems running
it:
1. Xlib: connection to ":0.0" refused by server
Xlib: Client is not authorized to c
At Mon, 1 Oct 2001 08:49:10 -0600,
Scott Long wrote:
>
> On Mon, Oct 01, 2001 at 10:50:17AM +0200, Georg-W. Koltermann wrote:
> [...]
> > I also was able to suspend and resume my machine (DELL Inspiron 7500)
> > with APM being configured (and ACPI being active by default
Hi,
I'm wondering how I should handle APM now that ACPI has basically
taken over power management responsibility.
It seems I still need to configure APM so that /dev/apm is there and
battery monitoring utilities like the GNOME battery_applet can work.
I also was able to suspend and resume my mac
At Sun, 30 Sep 2001 02:57:27 -0600,
Warner Losh wrote:
>
> Try disabling acpi and let me know what's what.
>
> Warner
Still the same without acpi. Last night, undocked:
Sep 30 20:22:59 hunter /boot/kernel/kernel: pccbb0: at
device 4.0 on pci0
Sep 30 20:22:59 hunter /boot/kernel/kern
Hi,
after upgrading my current a few days ago I find that amd does not
work any more:
Sep 28 09:47:19 hunter amd[309]: /net: mount: No such file or directory
Sep 28 09:47:19 hunter amd[309]: extra mkdirs required for /net
Sep 28 09:47:19 hunter amd[309]: amfs_toplvl_mount: mount_amfs
Hi,
the latest current (CVSuped Sep 24) does not like my Cardbus system
any more. I have a Dell Inspiron 7500 with a CBEM56G cardbus
Ethernet/Modem combo card and an older 16 bit modem card (which hasn't
been recognized by cardbus since a while).
Last night, when I booted the new -current undoc
At Sat, 15 Sep 2001 14:43:38 -0500,
Vladimir V. Egorin <[EMAIL PROTECTED]> wrote:
>
> I have a Dell Latitude CPx with a Xircom RealPort
> CardBus Ethernet 10/100+Modem 56 card. The card used
> to work on an Aug 1, 2001 -CURRENT. I've cvsup'ed and
> built the system yesterday (sep 15) and can
At Wed, 5 Sep 2001 15:50:31 -0700,
Steve Kargl wrote:
>
> Linux netscape appears to be having problems with
> the kernel's linux compatibility module.
>
> troutmask:kargl[202] uname -a
> FreeBSD troutmask.apl.washington.edu 5.0-CURRENT FreeBSD 5.0-CURRENT\
> #0: Fri Jul 27 16:04:55 PDT 2001
>
>
p and try again.
Anyway, here are the answers to your questions:
At Fri, 22 Jun 2001 12:55:26 -0400,
Garance A Drosihn wrote:
>
> At 2:42 PM +0200 6/22/01, Georg-W. Koltermann wrote:
> >Hi,
> >
> >with current as of June 20 I can no longer print to a remote printer.
> &g
Hi,
with current as of June 20 I can no longer print to a remote printer.
Syslog says "filter 'f' exited (retcode=108)".
I added a "set -x" to the filter which is a shell program, and sure
enough the last action it does is an "exit 0". So the problem must be
somewhere in lpd.
--
Regards,
Geor
At Mon, 30 Apr 2001 11:59:38 +0200,
Georg-W. Koltermann <[EMAIL PROTECTED]> wrote:
>
> On Fri, Apr 27, 2001 at 09:32:58PM -0400, Andrew Gallatin wrote:
> >
> > Georg-W. Koltermann writes:
> >
> > <...>
> > > In order to get real performance
Hi,
I have a strange ARP problem with the dc0 interface in my Xircom
CBEM56G (cardbus) interface. If I try to ping our local CISCO router,
I don't get any reply. After a while ping says "Host is down". A
"tcpdump -ei dc0 arp or dst 150.166.253.65" shows:
19:26:28.671677 c7:28:21:2:6:0 Bro
On Mon, Apr 09, 2001 at 11:10:54AM +0200, Dag-Erling Smorgrav wrote:
> "Georg-W. Koltermann" <[EMAIL PROTECTED]> writes:
> > I am experiencing a strange lockup with -current as of about a week
> > ago: It will suspend and resume, but after the resume the console i
On Fri, Apr 27, 2001 at 09:32:58PM -0400, Andrew Gallatin wrote:
>
> Georg-W. Koltermann writes:
>
> <...>
> > In order to get real performance I would like to run either the SUN
> > JDK with -hotspot, or the IBM 1.3 JVM. Both of these use native linux
> >
I remember some reports of success running Linux JAVA with native
threads on -current. I've tried several times myself, and can't get
it to work.
The Linux JDK 1.3 (SUN's version) runs fine on -current as well as 4.x
as long as I use the classic VM. This version doesn't use native
Linux threads
On Thu, Mar 29, 2001 at 07:19:20PM +1000, Bruce Evans wrote:
> On Wed, 28 Mar 2001, Georg-W. Koltermann wrote:
>
> > I am experiencing a strange lockup with -current as of about a week
> > ago: It will suspend and resume, but after the resume the console is
> > dead and
I am experiencing a strange lockup with -current as of about a week
ago: It will suspend and resume, but after the resume the console is
dead and the system hangs after a short while.
When I type on the console after a resume, nothing is shown, neither
echo nor command output. If I break into DD
61 matches
Mail list logo