Re: fbsd8.0: Fatal trap 9: general protection fault while in kernel mode

2009-12-11 Thread Jakob Breivik Grimstveit
On Sun, Dec 6, 2009 at 00:08, Bernt Hansson  wrote:

> Jakob Breivik Grimstveit said the following on 2009-12-05 20:16:
>>
>> I have - after having upgraded from 7.2 to 8.0, started experiencing
>> system unstability, with crashes about every 12-24h. Last time my
>> system crashed, I got the following screen output:
>>
>> Fatal trap 9: general protection fault while in kernel mode
>> couid = 0; apic id = 00
>> instruction pointer    = 0x20:0x804eb471
>> stack pointer          = 0x28:0xff803e933a50
>> frame pointer          = 0x28:0xff803e933a70
>> code segment           = base 0x0, limit 0xf, type 0x1b
>>                       = DPL 0, pres 1, long 1, def32 0, gan 1
>> processor eflags       = interrupt enabled, resume, IOPL = 0
>> current process        = 3208 (httpd)
>> trap number            = 9
>> panic: general protection fault
>> cpuid = 0
>> Uptime: 12h19m9s
>> Cannot dump. Device not defined or unavailable
>> Automatic reboot in 15 seconds - press a key on the console to abort
>>
>>
>> (Typed in manually while reading screen).
>>
>> What might be the problem? How can I resolve this?
>>
>> Thanks in advance!
>
> How old is the motherboard. Check the capacitors on the MB and PSU.

The motherboard is probably 2-3 years old, but this problem occured
when upgrading from 7.2 to 8.0, and has happened several times the
last week. Why should this be a hardware problem?

-- 
Vyrdsamt,
   Jakob Breivik Grimstveit | +47 4829 8152
   http://grimstveit.no/jakob | http://www.google.com/profiles/jakobbg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


fbsd8.0: Fatal trap 9: general protection fault while in kernel mode

2009-12-05 Thread Jakob Breivik Grimstveit
I have - after having upgraded from 7.2 to 8.0, started experiencing
system unstability, with crashes about every 12-24h. Last time my
system crashed, I got the following screen output:

Fatal trap 9: general protection fault while in kernel mode
couid = 0; apic id = 00
instruction pointer= 0x20:0x804eb471
stack pointer  = 0x28:0xff803e933a50
frame pointer  = 0x28:0xff803e933a70
code segment   = base 0x0, limit 0xf, type 0x1b
   = DPL 0, pres 1, long 1, def32 0, gan 1
processor eflags   = interrupt enabled, resume, IOPL = 0
current process= 3208 (httpd)
trap number= 9
panic: general protection fault
cpuid = 0
Uptime: 12h19m9s
Cannot dump. Device not defined or unavailable
Automatic reboot in 15 seconds - press a key on the console to abort


(Typed in manually while reading screen).

What might be the problem? How can I resolve this?

Thanks in advance!

--
Vyrdsamt,
  Jakob Breivik Grimstveit | +47 4829 8152
  http://grimstveit.no/jakob | http://www.google.com/profiles/jakobbg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Problems mounting msdosfs

2006-03-11 Thread Jakob Breivik Grimstveit
Lowell Gilbert wrote on Thu, 09 Mar 2006 08:00:

> Jakob Breivik Grimstveit <[EMAIL PROTECTED]> writes:
> 
> > I'm still experiencing same problems Christer Solskogen reported two years
> > ago on FreeBSD 5.2.1 with msdosfs mount failure upon boot making it go
> > into single-user-mode (having to press enter (into shell) and ctrl+d (to
> > continue booting) to get box up after reboot:
> > 
> > http://groups.google.no/group/mailing.freebsd.current/browse_thread/thread/4e660419935ea6e5/80580ef045e0e1d1
> > 
> > However, doing a `mount -a` after boot brings them both in.
> > 
> > I have the following in my fstab:
> > 
> > $ grep msdosfs /etc/fstab  
> > /dev/ad4s5 /mnt/share1 msdosfs rw 2 2
> > /dev/ad4s6 /mnt/share2 msdosfs rw 2 2
> > 
> > $ uname -r
> > 5.4-RELEASE-p7
> > 
> > $ grep 'boot.c' /usr/src/sbin/fsck_msdosfs/boot.c 
> > __RCSID("$NetBSD: boot.c,v 1.9 2003/07/24 19:25:46 ws Exp $");
> >   "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.4 2004/04/20 11:41:57 tjr
> > Exp $";
> > 
> > Any suggestions as to what to do with this?
> 
> Maybe it's having trouble loading the msdosfs kernel module before
> boot?  Try building that into your kernel.

Actually, this seems to be a very strict parsing of the fstab when it comes to
msdosfs file systems. I Googled a lot (even further, I've been struggling
with this problem for several years now), and suddenly, the below worked
nicely. Case closed!

$ cat /etc/fstab | grep share
/dev/ad4s5 /mnt/share1 msdosfs rw,-m644,-M755,-ujakobbg,-gjakobbg 0 0
/dev/ad4s6 /mnt/share2 msdosfs rw,-m644,-M755,-ujakobbg,-gjakobbg 0 0

Thanks for a great list!

-- 
Jakob Breivik Grimstveit, <http://www.grimstveit.no/jakob/>, 48298152
Besøk Newsergalleriet: <http://www.newsergalleriet.no/>

All power corrupts, but we need electricity.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problems mounting msdosfs

2006-03-07 Thread Jakob Breivik Grimstveit
I'm still experiencing same problems Christer Solskogen reported two years
ago on FreeBSD 5.2.1 with msdosfs mount failure upon boot making it go into
single-user-mode (having to press enter (into shell) and ctrl+d (to continue
booting) to get box up after reboot:

http://groups.google.no/group/mailing.freebsd.current/browse_thread/thread/4e660419935ea6e5/80580ef045e0e1d1

However, doing a `mount -a` after boot brings them both in.

I have the following in my fstab:

$ grep msdosfs /etc/fstab  
/dev/ad4s5 /mnt/share1 msdosfs rw 2 2
/dev/ad4s6 /mnt/share2 msdosfs rw 2 2

$ uname -r
5.4-RELEASE-p7

$ grep 'boot.c' /usr/src/sbin/fsck_msdosfs/boot.c 
__RCSID("$NetBSD: boot.c,v 1.9 2003/07/24 19:25:46 ws Exp $");
  "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.4 2004/04/20 11:41:57 tjr Exp
$";

Any suggestions as to what to do with this?

Thanks in advance!

-- 
Jakob Breivik Grimstveit, <http://www.grimstveit.no/jakob/>, 48298152
Besøk Newsergalleriet: <http://www.newsergalleriet.no/>

Whatever became of eternal truth?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Realtek High Definition Soundcard

2005-10-06 Thread Jakob Breivik Grimstveit
Berk Gulenler wrote on Thu, 06 Oct 2005 17:01:

> Is there any way to install Realtek high definition soundcard? I try the 
> open sound system program(lastest version). But it doesnt work.

What didn't work? It's impossible to help unless you provide more information
than this...

-- 
Jakob Breivik Grimstveit, <http://www.grimstveit.no/jakob/>, 48298152
Besøk Newsergalleriet: <http://www.newsergalleriet.no/>

Experience varies directly with equipment ruined.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Complete hangs while extracting source

2005-10-03 Thread Jakob Breivik Grimstveit
David Kirchner wrote on Sun, 02 Oct 2005 16:50:

> On 10/2/05, Jakob Breivik Grimstveit <[EMAIL PROTECTED]> wrote:
> > How can I tell? I doubt this to be the problem, since I experience same
> > problem on two other machines as well. Only thing they share (except same
> > lousy administrator :-) is that they all run on AMD CPUs (1700+, 1800+ and
> > 3500+).
> 
> dmesg will show you irqs, but you can also find it using systat's
> "vmstat" mode. It'll also allow you to monitor interrupt activity.
> It's best used from the console of the machine. I would guess you'd
> want to watch for two drivers, sharing an interrupt, and both
> incrementing at the same rate. (I've seen that before, and it was
> associated with severe performance problems, but unfortunately I do
> not recall how it was fixed.)

My machine at work (AMD1700+) has same problems - here is it's dmesg IRQs:

[EMAIL PROTECTED] ~]$ dmesg | grep -i irq
ioapic0  irqs 0-23 on motherboard
rl0:  port 0xec00-0xecff mem 
0xdf00-0xdfff irq 19 at device 8.0 on pci0
uhci0:  port 0xe000-0xe01f irq 21 at device 16.0 on 
pci0
uhci1:  port 0xe400-0xe41f irq 21 at device 16.1 on 
pci0
uhci2:  port 0xe800-0xe81f irq 21 at device 16.2 on 
pci0
pcm0:  port 0xdc00-0xdcff irq 22 at device 17.5 on pci0
atkbd0:  irq 1 on atkbdc0
psm0:  irq 12 on atkbdc0
fdc0:  at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
unknown:  can't assign resources (irq)
drm0:  mem 
0xdf00-0xdf7f,0xdfefc000-0xdfef,0xdc00-0xddff irq 16 at 
device 0.0 on pci1

While doing this:

$ cd /tmp && tar
jxf /usr/ports/distfiles/openoffice.org2.0/OOo_1.9m130_source.tar.bz2 

During it's entire run I ran this as well (my computer did nothing else
during that time):

while(true); do date >> vmstat.log && vmstat -i >> vmstat.log && sleep 1; done

The logfile can be found at
<http://www.grimstveit.no/jakob/files/temp/vmstat.log>. Are you able to parse
anything usable from it?

Thanks in advance. If you need anything else, please just ask - I am very
eager to find the cause of these problems.

-- 
Jakob Breivik Grimstveit, <http://www.grimstveit.no/jakob/>, 48298152
Besøk Newsergalleriet: <http://www.newsergalleriet.no/>

No violence, gentlemen -- no violence, I beg of you! Consider the furniture!
-- Sherlock Holmes
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Complete hangs while extracting source

2005-10-02 Thread Jakob Breivik Grimstveit
Lowell Gilbert wrote on Sat, 01 Oct 2005 08:33:

> Jakob Breivik Grimstveit <[EMAIL PROTECTED]> writes:
> 
> > My entire system stops completely while unpacking large tar files, like
> > when building OpenOffice2.0-devel. Sound goes into a loop with a
> > timeframe of 0.001 seconds, mouse pointer stops responding, everything
> > goes to a halt. This lasts about 0.5 seconds, then it starts working
> > again, and then halts again and so on, until the tarfile is completely
> > uncompressed.
> > 
> > Is this expected behaviour? Is it a broken scheduler? Am I incuding
> > something in the kernel which I shouldn't have?
> 
> Sounds more like an interrupt issue. 

Yes, it does, but doing a top while extracting the Mozilla Thunderbird v1.0.6
source bz2-file (which provokes the sound and mouse jitter problem to occur)
the interrupt level consistently stays below 2% of CPU. However, at times
during the extraction of the file, bsdtar and bzip2 produces system CPU time
of between 30% and 50%. It's during these system peaks that the mouse and
sound starts being jerky.

Getting any wiser with this explanation? :-)

> > [EMAIL PROTECTED] conf]$ grep -i sched /usr/src/sys/i386/conf/NUSSE 
> > options SCHED_4BSD  # 4BSD scheduler
> > options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
> > extensions [EMAIL PROTECTED] conf]$ uname -a
> > FreeBSD nusse.starshipping.com 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #17:
> > Tue Sep 13 19:31:11 CEST 2005
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NUSSE  i386
> 
> Are you seeing interrupt storms?

Nope.

> What kind of controller are you using on that hard disk

[EMAIL PROTECTED] ~]$ dmesg | grep ATA  
atapci1:  port
0xc800-0xc80f,0xb60-0xb63,0x960-0x967,0xbe0-0xbe3,0x9e0-0x9e7 irq 20 at
device 9.0 on pci0 atapci2:  port
0xb000-0xb00f,0xb70-0xb73,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 23 at
device 10.0 on pci0

[EMAIL PROTECTED] ~]$ dmesg | grep ad4 
ad4: 190782MB  [387621/16/63] at ata2-master UDMA33
Mounting root from ufs:/dev/ad4s2a

Motherboard: MSI K8N NEO2 Platinum-54G S939.

> and is anything else sharing the same interrupt?

How can I tell? I doubt this to be the problem, since I experience same
problem on two other machines as well. Only thing they share (except same
lousy administrator :-) is that they all run on AMD CPUs (1700+, 1800+ and
3500+).

-- 
Jakob Breivik Grimstveit, <http://www.grimstveit.no/jakob/>, 48298152
Besøk Newsergalleriet: <http://www.newsergalleriet.no/>

"It's kind of fun to do the impossible."  -- Walt Disney
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Complete hangs while extracting source

2005-09-30 Thread Jakob Breivik Grimstveit
My entire system stops completely while unpacking large tar files, like when
building OpenOffice2.0-devel. Sound goes into a loop with a timeframe of
0.001 seconds, mouse pointer stops responding, everything goes to a halt.
This lasts about 0.5 seconds, then it starts working again, and then halts
again and so on, until the tarfile is completely uncompressed.

Is this expected behaviour? Is it a broken scheduler? Am I incuding something
in the kernel which I shouldn't have?

[EMAIL PROTECTED] conf]$ grep -i sched /usr/src/sys/i386/conf/NUSSE 
options SCHED_4BSD  # 4BSD scheduler
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
[EMAIL PROTECTED] conf]$ uname -a
FreeBSD nusse.starshipping.com 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #17: Tue 
Sep 13 19:31:11 CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NUSSE  i386

Thanks in advance.

-- 
Jakob Breivik Grimstveit, <http://www.grimstveit.no/jakob/>, 48298152
Besøk Newsergalleriet: <http://www.newsergalleriet.no/>

Just think -- blessed SCSI cables! Do a big enough sacrifice and create a +5
blessed SCSI cable of connectivity.  -- Lionel Lauer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RSS thru mozilla, how?

2004-12-31 Thread Jakob Breivik Grimstveit
Gary Kline wrote:

> I just installed RSS on mozilla; now I can't figure out where to click
> or howto use RSS.  I have use separate RSS apps but I'd rather read
> headlines (&c) thru my browser.  Can anybody clue me in?

This should be possible using the sidebar feature described here:
<http://www.theonering.net/staff/corvar/cgi-bin/sidebar-inst.pl>

Firefox has currently better support for RSS, though. Please see
<http://sage.mozdev.org/> and
<http://www.mozilla.org/products/firefox/live-bookmarks.html>.

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob, +47 48298152

Bruk Newsergalleriet! No på http://www.newsergalleriet.no/
Treng du noko på CD?: http://www.grimstveit.no/jakob/burncd_no

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS problems

2004-11-05 Thread Jakob Breivik Grimstveit
Karel Miklav wrote:

> I have a FreeBSD 5.3RC1 and Mandrake 10 Connected over NFS. Server is on 
> Mandrake and FreeBSD is only client. Transfer rate for files is great, 
> but scanning folders on the NFS mount is ubearably slow. CPU usage on 
> both machines is close to 0%, on Mandrake I can see a nfsd daemon or two 
> fired up from time to time, client is waiting in the loop.

Might it be that you are having issues with different MTU size?

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob, +47 48298152

Bruk Newsergalleriet! No på http://www.newsergalleriet.no/
Treng du noko på CD?: http://www.grimstveit.no/jakob/burncd_no

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Festival usage problems

2004-11-05 Thread Jakob Breivik Grimstveit
I want my computer to speak to me, thus I installed the following:

# pkg_info | grep fest
festival+OGI-1.4.1_1 Text-to-speech system with OGI residual LPC synthesizer
festlex-cmu-1.4.1   CMU American English pronunciation dictionary for Festival
festlex-oald-1.4.1  Oxford Advanced Learner's pronunciation dictionary for Fest
festlex-ogi-2.0 Composite pronunciation dictionary from ogi.edu for Festiva
festlex-poslex-1.4.1 English lexicon for Festival
festvox-don-1.4.0   British English male voice for Festival speech synthesis sy
festvox-jph-2.0 American English male voice for Festival
festvox-kal16-1.4.0 American English male voice, sampled at 16 kHz, for Festiva
festvox-ked16-1.4.0 American English male voice, sampled at 16 kHz, for Festiva
festvox-mwm-2.0 American English male voice for Festival
festvox-ogirab-2.0  British English male voice for Festival (non-commercial use
festvox-rab16-1.4.1 16 kHz British English male voice for Festival
festvox-tll-2.0 American English female voice for Festival (no commercial u
festvox_aec-2.0 American English male voice for Festival speech synthesis s

When trying to use it, this happens:

[EMAIL PROTECTED] ~]# cat a
This is a test
[EMAIL PROTECTED] ~]# cat a | festival --pipe
SIOD ERROR: unbound variable 
This
SIOD ERROR: unbound variable 
is
SIOD ERROR: unbound variable 
a
SIOD ERROR: unbound variable 
test
[EMAIL PROTECTED] ~]# festival --tts a
Can't access NAS server (null)

Am I missing some settings? Packages?

Thanks in advance.

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob, +47 48298152

Bruk Newsergalleriet! No på http://www.newsergalleriet.no/
Treng du noko på CD?: http://www.grimstveit.no/jakob/burncd_no

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Error when installing CVSUP-WITHOUT-GUI port

2003-12-29 Thread Jakob Breivik Grimstveit
On Mon, 2003-12-29 at 11:28, Michael A. Alestock wrote:

> fetch: cvsup-snap-16.1h.tar.gz: local modification time does not match remote

Either

a) Remove file from /usr/ports/distfiles and try again

or

b) Fetch file manually into /usr/ports/distfiles

... in addition to (if checksum announced in ports is wrong, which
sometimes happen) possibly either a) making new checksum with `make
makesum` or b) remove distinfo file.

HTH

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Quota

2003-12-28 Thread Jakob Breivik Grimstveit
On Mon, 2003-12-29 at 00:26, fbsd_user wrote:

> Is quota an auto load binary module or does it have to be compiled
> into the kernel?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html
doesn't specify anything about loadable modules, so I assume that you
have to recompile your kernel to be able to use quotas.

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gdm crashes on 5.1

2003-12-23 Thread Jakob Breivik Grimstveit
On Tue, 2003-12-23 at 18:09, Joe Marcus Clarke wrote:

> Did you read the Known Issues section at http://www.freebsd.org/gnome as
> well as the pkg-message from gdm?

Evidently not :-). Thank you for pointing it out for me, it will now
probably work without any further problems.

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gdm crashes on 5.1

2003-12-23 Thread Jakob Breivik Grimstveit
On Tue, 2003-12-23 at 14:08, Jakob Breivik Grimstveit wrote:

> When booting system, it crashes after blinking several times just before
> showing login screen (gray gui is being shown a little second).

Ah, and gdm config is here: http://www.starshipping.com/~jakobbg/gdm.conf>

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gdm crashes on 5.1

2003-12-23 Thread Jakob Breivik Grimstveit
System:

FreeBSD bgjgrimstveit.starshipping.com 5.1-RELEASE-p11 FreeBSD
5.1-RELEASE-p11 #1: Thu Dec 18 10:59:46 CET 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/bgjgrimstveit 
i386

Installed gnome2, XFree86-4 using ports.

Copied /usr/X11R6/etc/rc.d/gdm.sh.sample -> /usr/X11R6/etc/rc.d/gdm.sh

When booting system, it crashes after blinking several times just before
showing login screen (gray gui is being shown a little second).

/var/log/messages output:

Dec 23 13:57:11 bgjgrimstveit kernel: pid 688 (gdm-binary), uid 0:
exited on sig
nal 11
Dec 23 13:57:11 bgjgrimstveit gdm[677]: gdm_cleanup_children: child 688
crashed
of signal 11
Dec 23 13:57:11 bgjgrimstveit gdm[677]: gdm_cleanup_children: Slave
crashed, kil
ling its children
Dec 23 13:57:17 bgjgrimstveit kernel: pid 698 (gdm-binary), uid 0:
exited on sig
nal 11
Dec 23 13:57:17 bgjgrimstveit gdm[677]: gdm_cleanup_children: child 698
crashed
of signal 11
Dec 23 13:57:17 bgjgrimstveit gdm[677]: gdm_cleanup_children: Slave
crashed, kil
ling its children
Dec 23 13:57:25 bgjgrimstveit kernel: pid 708 (gdm-binary), uid 0:
exited on sig
nal 11
Dec 23 13:57:25 bgjgrimstveit gdm[677]: gdm_cleanup_children: child 708
crashed
of signal 11
Dec 23 13:57:25 bgjgrimstveit gdm[677]: gdm_cleanup_children: Slave
crashed, kil
ling its children
Dec 23 13:57:36 bgjgrimstveit kernel: pid 718 (gdm-binary), uid 0:
exited on sig
nal 11
Dec 23 13:57:36 bgjgrimstveit gdm[677]: gdm_cleanup_children: child 718
crashed
of signal 11
Dec 23 13:57:36 bgjgrimstveit gdm[677]: gdm_cleanup_children: Slave
crashed, kil
ling its children
Dec 23 13:57:47 bgjgrimstveit kernel: pid 728 (gdm-binary), uid 0:
exited on sig
nal 11
Dec 23 13:57:47 bgjgrimstveit gdm[677]: gdm_cleanup_children: child 728
crashed
of signal 11
Dec 23 13:57:47 bgjgrimstveit gdm[677]: gdm_cleanup_children: Slave
crashed, kil
ling its children
Dec 23 13:57:48 bgjgrimstveit gdm[677]: The display server has been shut
down ab
out 6 times in the last 90 seconds, it is likely that something bad is
going on.
  I will wait for 2 minutes before trying again on display :0.

Any way I can come around this?

Thanks for any help. Merry Christmas, btw :-)

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: updating 4.8->4.9 did it take?

2003-11-15 Thread Jakob Breivik Grimstveit
On Fri, 2003-11-14 at 06:36, Ronny Hippler wrote:

> I just went through updating via cvsup and then did it through sysinstall 
> rebuilt the kernal but it still states v4.8 when I log in. What am I doing wrong?

I updated to 4.9 yesterday, flawlessly:

FreeBSD 4.9-RELEASE (DUNE) #6: Thu Nov 13 23:36:29 CET 2003
[EMAIL PROTECTED] jakobbg]$ cat /root/cvsup/supfile
*default host=cvsup.no.freebsd.org
*default base=/usr
*default prefix=/usr
*default tag=RELENG_4_9
*default release=cvs delete use-rel-suffix compress
ports-all tag=.
src-all
#doc-all

(from the top of my head)

# cvsup -L0 -g /root/cvsup/supfile
# cd /usr/src/
# make buildworld
# make installworld
# cd /usr/src/sys/i386/conf
# config DUNE
# cd ../../compile/
# make depend
# make 
# make install
# reboot now
$ uname -a
FreeBSD dune.grimstveit.no 4.9-RELEASE FreeBSD 4.9-RELEASE #6: Thu Nov
13 23:36:29 CET 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/DUNE  i386

HTH

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 


signature.asc
Description: This is a digitally signed message part


Re: file sizes

2003-11-12 Thread Jakob Breivik Grimstveit
On Thu, 2003-11-13 at 00:01, Bryan Cassidy wrote:

> Trying to figure out how to find out the size of a file. 

Try...

ls -l 
ls -lh 
du -h 

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/~jakob, +47 48298152 


signature.asc
Description: This is a digitally signed message part


Problems with sane-backends

2003-08-14 Thread Jakob Breivik Grimstveit
Had some problems with an old libexif-dependency (8->9) and thus decided
to deinstall reinstall sane-backends port. This fails, how do I fix
this?

Installation directories:
Configuration: /usr/local/etc
Libraries: /usr/local/lib
Binaries:  /usr/local/bin and /usr/local/sbin
Manpages:  /usr/local/man
Network parameters:
IPv6 support:  no

* Please be sure to read file PROBLEMS in this directory   *
* BEFORE running any of the SANE applications.  Some devices   *
* may be damaged by inproper operation, so please do heed this *
* advice.  *

===>  Building for sane-backends-1.0.12_2
making all in include
gmake[1]: Entering directory
`/usr/ports/graphics/sane-backends/work/sane-backends-1.0.12/include'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/usr/ports/graphics/sane-backends/work/sane-backends-1.0.12/include'
making all in lib
gmake[1]: Entering directory
`/usr/ports/graphics/sane-backends/work/sane-backends-1.0.12/lib'
cc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include
-I/usr/local/include -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d   
-DPATH_SANE_DATA_DIR=/usr/local/share   -DV_MAJOR=1 -DV_MINOR=0
-I/usr/local/include/gphoto2 -I/usr/local/include -O2 -pipe -march=k6 -W
-Wall getenv.c
getenv.c:13: #error "Missing getenv() on this platform.  Please
implement."
getenv.c: In function `getenv':
getenv.c:6: warning: unused parameter `name'
gmake[1]: *** [getenv.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/graphics/sane-backends/work/sane-backends-1.0.12/lib'
gmake: *** [all-recursive] Error 1
*** Error code 2
 
Stop in /usr/ports/graphics/sane-backends.
*** Error code 1
 
Stop in /usr/ports/graphics/sane-backends.
[EMAIL PROTECTED] sane-backends]$

Any help appreciated!

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob/, +47 48298152 


signature.asc
Description: This is a digitally signed message part


Re: Centrino COU working on FreeBSD?

2003-07-16 Thread Jakob Breivik Grimstveit
On Thu, 2003-07-17 at 00:47, BSD baby wrote:

> > I just wondered whether the Centrino CPU was usable in combination with
> > FreeBSD.
> 
> Yep!  I'm typing on my Gateway 450x Centrino laptop in FreeBSD 4.8 now.
> I *LOVE* it.Looks and works wonderful.

Great. Thanks. I have heard many nice things about the performance with
the Centrino CPU and can't wait to try it out. Bought myself a Toshiba
Satellite 1950 a couple of days ago, but it kept hanging and segfaulting
in the installation process in both FreeBSD (need 5.1 to use cardbus
pcmcia wificard, 4.8 installed without problems). Now I'm returning the
hulking monster of a machine (heavy!) and exchanging it with this Acer
803.

> Note that the Centrino built-in wireless ethernet is not recognized, though.

So I thought. But that doesn't matter since I've already bought myself a
D-LINK DWL-650+ cardbus WiFi-card.

> But everything else is perfect.

Sounds great. Thanks for the input. Then I can relax - Acer support had
never tried to install neither FreeBSD nor Linux.

> The ultimate source is here:
> 
> http://gerda.univie.ac.at/freebsd-laptops/

Super!

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob/, +47 48298152 


signature.asc
Description: This is a digitally signed message part


Centrino COU working on FreeBSD?

2003-07-16 Thread Jakob Breivik Grimstveit
I just wondered whether the Centrino CPU was usable in combination with
FreeBSD. I'm just about buying myself an Acer Travelmate 803 laptop, and
was wondering whether FreeBSD (5.1 if possible, 4.8 also usable) is
usable on that box.

Thanks for any help.

If you've got other suggestions to other, better FreeBSD-compliant
laptops I should buy instead, I'm listening. I need DVD-player, CD
burner, WiFi (can be via PCMCIA), 512Mb ram, not to big, silent fans.

Thanks for any help. You can CC: me in, since I'm not a subscriber.

-- 
Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob/, +47 48298152 


signature.asc
Description: This is a digitally signed message part