Hello,
I have one reproducable panic with sources from 04. Nov when enabling "device
apic" in the kernel.
While building OpenOffice about 1 1/2 hours after start the system reboots.
This is absolutely reproducable. Removing device apic from the kernel solves
the problem!
The only thing I have a
Yppasswd fails on my 5.1 box (has always worked on 4.5 to 5.0) with
"yppasswd: pam_chauthtok(): error in service module"
There's also a syslog message:
Nov 4 22:54:54 *** yppasswd: in pam_sm_chauthtok(): yppasswd_local():
failed to connect to rpc.yppasswdd: ***: RPC: Program not registered
Yet r
Hi, I have a test server here that runs -CURRENT, just cvs'd to the
latest and greatest.
Well, it doesn't seem to like my ACPI is my guess.
Once it display's the motherboard's ACPI it panic's and reboots.
I'll have to of course go back to an old kernel since I stupidly tookout
the debugger.
Thi
On Thu, 6 Nov 2003, Scott Likens wrote:
...
> Onboard SCSI, 1gig of ECC, dual P2-450's. Never had this problem
> before.
I hope you are using P3s, or Xeon CPUs not P2s, since P2s are not able
to cache memory above 512MB, which means that things will be real slow.
> Quite rare.
>
> Thanks
> -
Hi,
I got panic during the boot:
ioapic0: Changing APIC ID to 2
ioapic0 irqs 0-23 on motherboard
panic: Can't find ExtINT pin to route through!
cpuid=0;
Is it known problem ?
-Kirill
pgp0.pgp
Description: PGP signature
Kevin Oberman wrote:
To get to UFS2, you must newfs the partition. I don't know of nay
other way. The basic improvement in UFS2 is the expansion of many
fields to 64 bits to allow for much larger structures. While newfs in
V5.1 and CURRENT defaults to UFS2, there are no problems continuing to
run U
Traditionally, FreeBSD just support EUC as the standard locale of chinese
language, but in fact
we use GB2312 and GBK, even GB18030 in P.R.China, so I think the GB2312 and GBK
should be included
in the base system in order to support chinease ideally. Of course, if GB18030
could be well supported
I
Hi,
> Hi today, cvsup'ed my source and build world ...
> and now get an so called
>
> Bus error
>
> while i want to su, anyone know about it (or fixed it)
I think the best is to build debugging version of su:
# cd /usr/src/usr.bin/su
# make clean
# make depend
# set CFLAGS="$CFLAGS -g"
# make
> # set CFLAGS="$CFLAGS -g"
> # make
Arg! Please use
# make CFLAGS='-O -g'
instead.
signature.asc
Description: Digital signature
Hello,
I've appended lines in /etc/devfs.conf.
permbpf00660
permbpf10660
permfd0 0660
But when bpf1 is created for tcpdumping tun0 (user-ppp) it gets the
permissions 0600. Any ideas why this can be?
Running -current from about a week ago.
I noticed that /etc/default/rc.co
On Wed, 5 Nov 2003, John Baldwin wrote:
JB>
JB>On 05-Nov-2003 Harti Brandt wrote:
JB>> On Tue, 4 Nov 2003, John Baldwin wrote:
JB>>
JB>> JB>
JB>> JB>On 04-Nov-2003 Harti Brandt wrote:
JB>> JB>> On Tue, 4 Nov 2003, Harti Brandt wrote:
JB>> JB>>
JB>> JB>> HB>On Tue, 4 Nov 2003, John Baldwin wrote:
J
I`m trying to get FreeBSD 5.1 installed, but sysinstall never shows.
The last info I get is "/stand/sysinstall running as init on vty0" and it
stops. It dont do anything more.
FreeBSD 4.8(and 4.9 i guess, havent tried yet) works.
Any sollution?
Btw, I have set the OS to be 'Other' in BIOS.
--
M
On 06-Nov-2003 Peter Schultz wrote:
> John Baldwin wrote:
>> On 05-Nov-2003 Peter Schultz wrote:
>>
>>>I have a Tyan S1832DL w/dual pii 350s and it's not able to boot. Seems
>>>to be having trouble with my adaptec scsi controller, I get a whole
>>>bunch of output like this hand transcribed bit
I tried to compile a virus-scanner for Linux that allows for scanning
Windoze PCs in a network for all sorts of recent viruses (RPC/DCOM and such).
http://www.enyo.de/fw/software/doscan
Compilation fails with the following:
kukuboo2k# gmake
g++ -g -O2 -Wall -I/usr/local/include -I. -I. -I./lib \
I have learned a bit more about the problems I have been having with
the DVD drive on my T30 laptop. When I have run the drive for an
extended time (like 2 or 3 hours), I invariably have my system lock up
because it can't malloc kernel memory for the ATAPI/CAM or ATA
device. (Usually it's both.)
T
On Thu, 6 Nov 2003, Kevin Oberman wrote:
> I have learned a bit more about the problems I have been having with
> the DVD drive on my T30 laptop. When I have run the drive for an
> extended time (like 2 or 3 hours), I invariably have my system lock up
> because it can't malloc kernel memory for t
On 06-Nov-2003 Eric Anholt wrote:
> On Wed, 2003-11-05 at 21:24, Mike Hoskins wrote:
>> first, i apologize... i didn't think i'd get real answers on -questions
>> so i'm posting this here. i realize 5.x isn't really "stable" yet, but i
>> hope it's close enough to be relevant. ;)
>>
>> i've go
hi,
>Yppasswd fails on my 5.1 box (has always worked on 4.5 to 5.0) with
>"yppasswd: pam_chauthtok(): error in service module"
5.1 Release or 5.1 CURRENT ? I've fixed several errors since 5.1R so it should
work now in CURRENT.
>There's also a syslog message:
>Nov 4 22:54:54 *** yppasswd: in pa
On Thu, 6 Nov 2003 16:55:00 +0100 (CET)
"C. Kukulies" <[EMAIL PROTECTED]> wrote:
> I tried to compile a virus-scanner for Linux that allows for scanning
> Windoze PCs in a network for all sorts of recent viruses (RPC/DCOM and
> such).
>
> http://www.enyo.de/fw/software/doscan
>
> Compilation fai
On 06-Nov-2003 Harald Schmalzbauer wrote:
> Hello,
>
> I have one reproducable panic with sources from 04. Nov when enabling "device
> apic" in the kernel.
> While building OpenOffice about 1 1/2 hours after start the system reboots.
> This is absolutely reproducable. Removing device apic from
On 06-Nov-2003 Kirill Ponomarew wrote:
> Hi,
>
> I got panic during the boot:
>
> ioapic0: Changing APIC ID to 2
> ioapic0 irqs 0-23 on motherboard
> panic: Can't find ExtINT pin to route through!
> cpuid=0;
>
> Is it known problem ?
No, can you provide a boot -v dmesg?
--
John Baldwin <[E
Hi,
On Thu, Nov 06, 2003 at 11:34:06AM -0500, John Baldwin wrote:
> > Is it known problem ?
>
> No, can you provide a boot -v dmesg?
You fixed it by your last commit of src/sys/i386/acpica/madt.c,v 1.4
No panic now ;-)
-Kirill
pgp0.pgp
Description: PGP signature
On Thu, Nov 06, 2003 at 11:28:28AM -0500, Alexander Kabaev wrote:
> On Thu, 6 Nov 2003 16:55:00 +0100 (CET)
> "C. Kukulies" <[EMAIL PROTECTED]> wrote:
>
> > I tried to compile a virus-scanner for Linux that allows for scanning
> > Windoze PCs in a network for all sorts of recent viruses (RPC/DCOM
On Thu, 6 Nov 2003 17:44:59 +0100
Marius Strobl <[EMAIL PROTECTED]> wrote:
> This happens with g++ 3.x ...
This will happen with g++ 3.x, 2.x, 1.x and future 4.x too. I.e. the
GCC is not at fault and the subject of the original message is
misleading.
--
Alexander Kabaev
_
Hi all,
Last night I cvsup-ed to -CURRENT and built world and kernel. Today this
machine rebooted alot by itself, with absolutely no load on it whatsoever. I
dont know how to determine what is causing the reboots, so if anyone can
give me a hint, it would be greatly appreciated. This machine acts
John Baldwin wrote:
On 06-Nov-2003 Peter Schultz wrote:
John Baldwin wrote:
On 05-Nov-2003 Peter Schultz wrote:
I have a Tyan S1832DL w/dual pii 350s and it's not able to boot. Seems
to be having trouble with my adaptec scsi controller, I get a whole
bunch of output like this hand transcribe
On Thu, 6 Nov 2003, Marius Strobl wrote:
MS>On Thu, Nov 06, 2003 at 11:28:28AM -0500, Alexander Kabaev wrote:
MS>> On Thu, 6 Nov 2003 16:55:00 +0100 (CET)
MS>> "C. Kukulies" <[EMAIL PROTECTED]> wrote:
MS>>
MS>> > I tried to compile a virus-scanner for Linux that allows for scanning
MS>> > Windoze
On Thu, Nov 06, 2003 at 11:51:12AM -0500, Alexander Kabaev wrote:
> On Thu, 6 Nov 2003 17:44:59 +0100
> Marius Strobl <[EMAIL PROTECTED]> wrote:
>
> > This happens with g++ 3.x ...
> This will happen with g++ 3.x, 2.x, 1.x and future 4.x too. I.e. the
> GCC is not at fault and the subject of the o
On 06-Nov-2003 Harti Brandt wrote:
> JB>I figured out what is happenning I think. You are getting a spurious
> JB>interrupt from the 8259A PIC (which comes in on IRQ 7). The IRR register
> JB>lists pending interrupts still waiting to be serviced. Try using
> JB>'options NO_MIXED_MODE' to stop u
I need a little help diagnosing a problem booting a 5.1-RELEASE SMP kernel.
The GENERIC kernel boots just fine. When I boot a GENERIC kernel with SMP
enabled the boot fails early in the boot process. The text from the
console is below:
Programming 16 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq
On Thu, Nov 06, 2003 at 09:53:58AM -0800, Scott R. Sewall wrote:
>
> I need a little help diagnosing a problem booting a 5.1-RELEASE SMP kernel.
>
> The GENERIC kernel boots just fine. When I boot a GENERIC kernel with SMP
> enabled the boot fails early in the boot process. The text from the
>
On Thu, 2003-11-06 at 17:27, Martin Blapp wrote:
> hi,
>
> >Yppasswd fails on my 5.1 box (has always worked on 4.5 to 5.0) with
> >"yppasswd: pam_chauthtok(): error in service module"
>
> 5.1 Release or 5.1 CURRENT ? I've fixed several errors since 5.1R so it should
> work now in CURRENT.
>
I'm
walt <[EMAIL PROTECTED]> writes:
> I got this nonsensical error from sed while trying to update python:
>
> /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g'
> /usr/ports/lang/python/work/Python-2.3.2/Lib/pydoc.py
> sed: /usr/ports/lang/python/work/Python-2.3.2/Lib/p
Hi all,
I have a -CURRENT kernel that panics the moment it starts booting, and I
have to use another kernel to boot properly (GENERIC). The problem is that I
want to dump the core from the faulty kernel, and I see that savecore no
longer support a -N flag like in 4.X? How do I save the core in -CU
I've searched the archives and perused manpages and config files yet can't
figure out why this isn't working:
- I'm trying to port forward from a remote machine to my laptop, something I
did without a problem using 4-STABLE
- If I do:
ssh -v -N -4 -L8000:www.freebsd.org:80 myserver.net
where
I've been getting a lot of this kind of error from my cdrom drive on a
variety of disks recently:
acd0: FAILURE - READ_BIG status=51 sensekey=ILLEGAL REQUEST
error=1
acd0: FAILURE - READ_BIG status=51 sensekey=ILLEGAL REQUEST
error=1
acd0: FAILURE - READ_BIG status=51 sensekey=MEDIUM
Hi,
'?' should show list of possible boot devices but this doesn't seem to
work with a src update from around 20031105-2024 UTC:
--- cut ---
...
Manual root filesystem specification:
: Mount using filesystem
eg. ufs:da0s1a
? List valid disk boot dev
Hi,
> I'm on 5.1-RELEASE
> I still need to upgrade, I have the sources via cvsup, but it will be my
> first build/installworld ...
5.1R is broken. You should upgrade :)
Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinf
Hi,
when pxe-booting a kernel compiled with following options
[ for the following log this had been a kernel from 20031030-1748 UTC
including PR 57328 if it hadn't already been commited at that time ]
options MD_ROOT #MD is a potential root device
options NFSCLIE
On Thu, 2003-11-06 at 03:27, Tom wrote:
> On Thu, 6 Nov 2003, Scott Likens wrote:
>
> ...
> > Onboard SCSI, 1gig of ECC, dual P2-450's. Never had this problem
> > before.
>
> I hope you are using P3s, or Xeon CPUs not P2s, since P2s are not able
> to cache memory above 512MB, which means that
On Thu, Nov 06, 2003 at 01:43:43PM -0800, Aditya wrote:
> debug1: Connections to local port 8000 forwarded to remote address
> www.freebsd.org:80
> debug1: Local forwarding listening on 127.0.0.1 port 8000.
> bind: Can't assign requested address
> channel_setup_fwd_listener: cannot liste
On Thu, Nov 06, 2003 at 03:29:21PM -0800, Kris Kennaway wrote:
> On Thu, Nov 06, 2003 at 01:43:43PM -0800, Aditya wrote:
>
> > debug1: Connections to local port 8000 forwarded to remote address
> > www.freebsd.org:80
> > debug1: Local forwarding listening on 127.0.0.1 port 8000.
> > bind:
Kris, it looks like Pacbell/Prodigy are rejecting mail sent to
[EMAIL PROTECTED] that is forwarded by your gandi.net forwarding...
Adi
On Fri, Nov 07, 2003 at 12:31:51AM +0100, Mail Delivery System wrote:
Content-Description: Notification
> This is the Postfix program at host glenlivet.gandi.net.
Scott Likens wrote:
On Thu, 2003-11-06 at 03:27, Tom wrote:
On Thu, 6 Nov 2003, Scott Likens wrote:
...
Onboard SCSI, 1gig of ECC, dual P2-450's. Never had this problem
before.
I hope you are using P3s, or Xeon CPUs not P2s, since P2s are not able
to cache memory above 512MB, whi
> Date: Thu, 6 Nov 2003 11:23:30 -0500 (EST)
> From: Robert Watson <[EMAIL PROTECTED]>
>
>
> On Thu, 6 Nov 2003, Kevin Oberman wrote:
>
> > I have learned a bit more about the problems I have been having with
> > the DVD drive on my T30 laptop. When I have run the drive for an
> > extended time
I cvsup at 11 pm CST. It compiles fine however make installworld fails
with:
#make installworld
mkdir -p /tmp/install.M8ngJOCi
for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find
grep l
n make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic;
do cp
`which
On Thu, 6 Nov 2003, Jaco H. van Tonder wrote:
> Hi all,
>
> I have a -CURRENT kernel that panics the moment it starts booting, and I
> have to use another kernel to boot properly (GENERIC). The problem is that I
> want to dump the core from the faulty kernel, and I see that savecore no
> longer su
sorry it was 11 am.
On Thu, 06 Nov 2003 17:00:04 -0800, "Neal Hamilton Jr."
<[EMAIL PROTECTED]> said:
> I cvsup at 11 pm CST. It compiles fine however make installworld fails
> with:
>
>
>
> #make installworld
> mkdir -p /tmp/install.M8ngJOCi
> for prog in [ awk cap_mkdb cat chflags chmod chown
Morten Johansen wrote:
Scott Long wrote:
One thought that I had was to make psmintr() be INTR_FAST. I need to
stare at the code some more to fully understand it, but it looks like it
wouldn't be all that hard to do. Basically just use the interrupt
handler
to pull all of the data out of the har
On Thursday 06 November 2003 17:33, John Baldwin wrote:
> On 06-Nov-2003 Harald Schmalzbauer wrote:
*SCHNIP*
> > Nov 5 13:41:40 cale kernel: processor eflags = interrupt enabled, IOPL
> > = 0 Nov 5 13:41:40 cale kernel: current process= 26 (irq16:
> > nvidia0) Nov 5 13:41:40 cale k
Hello all,
in preparation for coming code freeze I am going to import
a GCC 3.3.3 post-release snapshot. This is supposed to be
a minor update with no major functionality or code changes,
but it does contain some fixes our sparc64 and amd64 users
would like to have prior 5.2-release ships. Unortun
On Thu, Nov 06, 2003 at 06:19:40PM -0800, Alexander Kabaev wrote:
>
> This will take about two hours, please hold your updates
> until an 'all clear' message is posted here.
Done.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/lis
TB --- 2003-11-07 05:00:01 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-07 05:00:01 - starting CURRENT tinderbox run for alpha/alpha
TB --- 2003-11-07 05:00:01 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha
TB --- /usr/bin/cvs -f -R -q -d/home/
Roberto de Iriarte wrote:
>
> Scott Likens wrote:
>
> >On Thu, 2003-11-06 at 03:27, Tom wrote:
> >
> >
> >>On Thu, 6 Nov 2003, Scott Likens wrote:
> >>
> >>...
> >>
> >>
> >>>Onboard SCSI, 1gig of ECC, dual P2-450's. Never had this problem
> >>>before.
> >>>
> >>>
> >> I hope you are using P3s,
TB --- 2003-11-07 05:07:59 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-07 05:07:59 - starting CURRENT tinderbox run for amd64/amd64
TB --- 2003-11-07 05:07:59 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64
TB --- /usr/bin/cvs -f -R -q -d/home/
TB --- 2003-11-07 05:15:59 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-07 05:15:59 - starting CURRENT tinderbox run for i386/i386
TB --- 2003-11-07 05:15:59 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/i386/i386
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs
TB --- 2003-11-07 05:23:58 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-07 05:23:58 - starting CURRENT tinderbox run for i386/pc98
TB --- 2003-11-07 05:23:58 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/i386/pc98
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs
TB --- 2003-11-07 05:31:58 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-07 05:31:58 - starting CURRENT tinderbox run for ia64/ia64
TB --- 2003-11-07 05:31:58 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs
TB --- 2003-11-07 05:39:32 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-07 05:39:32 - starting CURRENT tinderbox run for sparc64/sparc64
TB --- 2003-11-07 05:39:32 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64
TB --- /usr/bin/cvs -f -R -q
:I just tried Jung-uk Kim's driver on -stable and sofar it works OK:
:
... and I just ported it to DragonFly and it works fine there too
with an ASUS K8V Motherboard. Kudos!
-Matt
___
[EMAIL PROT
On Thu, 2003-11-06 at 21:09, RMH wrote:
> Roberto de Iriarte wrote:
> >
> > Scott Likens wrote:
> >
> > >On Thu, 2003-11-06 at 03:27, Tom wrote:
> > >
> > >
> > >>On Thu, 6 Nov 2003, Scott Likens wrote:
> > >>
> > >>...
> > >>
> > >>
> > >>>Onboard SCSI, 1gig of ECC, dual P2-450's. Never had thi
Scott W wrote:
mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export /mnt
nfs: -o rsize=: option not supported
Try "-r 8196 -w 8196" and have a look at man mount_nfs.
Antoine
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/m
Antoine Jacoutot wrote:
Scott W wrote:
mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export
/mnt
nfs: -o rsize=: option not supported
Try "-r 8196 -w 8196" and have a look at man mount_nfs.
Antoine
Definite user error on my part, thanks. I couldn't find anything on
hard v
[please keep the [EMAIL PROTECTED] cc and excuse formatting --> webmail, and
also the typos]
Hi,
The quick story: after a change of the MB from a GA-7VT600 1393
to a GA-7VT600-L, both with VIA Apollo KT600 / 8237 cipset, my
system's preen fsck can't find the superblock on partitions other tha
- Forwarded message from [EMAIL PROTECTED] -
Date: Fri, 7 Nov 2003 08:28:23 +0200
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
[please keep the [EMAIL PROTECTED] cc and excuse formatting --> webmail, and
also the typos]
Hi,
The quick story: a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Silbersack wrote:
| On Wed, 5 Nov 2003, [ISO-8859-1] "Branko F. Grac(nar" wrote:
|
|
|>-BEGIN PGP SIGNED MESSAGE-
|>Hash: SHA1
|>
|>Mike Silbersack wrote:
|>
|>| Can you try updating to 5.1-current and see if the situation changes at
|>| a
Branko F. Grac(nar wrote:
Thanks. I already sent pr at 29.10.2003, which is identified by id
'kern/58677'.
PR can be viewed at the following url address:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/58677
I think, that this really serious issue, concerning operating system
stability.
best reg
67 matches
Mail list logo