Re: Suddenly lots processes exits signal 11 (core dumped)

2011-05-02 Thread Mikael Bak
Devin Teske wrote:
 -Original Message-
 From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
 questi...@freebsd.org] On Behalf Of Robison, Dave
 Sent: Tuesday, April 26, 2011 10:46 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: Suddenly lots processes exits signal 11 (core dumped)

 I second the idea that this is a RAM issue.

 Power down, ground yourself, remove and re-seat the RAM and see if the
 problem goes away.
 
 Here's a small ISO containing memtest86 (and more). This ISO is a hybrid 
 ISO meaning that you can either burn it to CD/DVD and boot off it, or you 
 can dd(1) it to a thumb drive and boot off that.
 
 http://sourceforge.net/projects/druidbsd/files/Druid-0.0.iso/download
 
 Here's the instructions for writing it to USB (you likely already know how to 
 write an ISO to CD/DVD):
 

Hi list,
I would like to thank everyone who answered to this thread. An
additional extra thank you to the kind list memeber who gave me
instructions on how to download and build an USB version of memtest86.

Needless to say that after identifying the failing memory module with
memtest86 we have not had a single failure on this machine.

Thank you all!
Mikael Bak
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-27 Thread Chris Hill

Devin,

Thanks for the reply. Info inline.

On Tue, 26 Apr 2011, Devin Teske wrote:


-Original Message-
From: Chris Hill [mailto:ch...@monochrome.org]
Sent: Tuesday, April 26, 2011 4:51 PM
To: Devin Teske
Cc: david.robi...@fisglobal.com; freebsd-questions@freebsd.org; Teske, Devin
Subject: RE: Suddenly lots processes exits signal 11 (core dumped)

On Tue, 26 Apr 2011, Devin Teske wrote:


Continue on to create a 2nd [visible] partition beyond the primary
bootable [invisible] partition (allowing you to use the remainder of
your thumb drive for usable storage)...

5. Execute: echo p 2 0x0c * * | fdisk -f - /dev/da5
NOTE: again, assuming `da5' is your thumb drive


tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
*** Working on device /dev/da0 ***
fdisk: Class not found
tripel#


Hmmm. Odd. That's worked for me on FreeBSD-4.11, 6.1, 7.2, and 8.1 (both 
i386 and amd64).


I zeroed the thumb drive as you suggested, but got the same result from 
`echo p 2 0x0c * * | fdisk -f - /dev/da0` as before.


BTW, that wiping of the thumb drive took over 14 hours! I should have 
thought to specify a large block size.



What's the output of:
uname -spr


FreeBSD 8.0-STABLE i386


Also, after completing the dd(1) command, what's the output of:
fdisk -p /dev/da5

It should look something like this:

# /dev/da5
g c31 h64 s32
p 1 0x17 1 64259
a 1


Here's a sequence of events, after dd'ing the Druid iso:

tripel# fdisk -p /dev/da0
# /dev/da0
g c1945 h255 s63
p 1 0x17 1 64259
a 1
tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
*** Working on device /dev/da0 ***
fdisk: Class not found
tripel# fdisk -p /dev/da0
# /dev/da0
g c1945 h255 s63
p 1 0x17 1 64259
a 1
p 2 0x0c 64260 31182165

Does this mean the second fdisk succeeded, despite what looked like an 
error?


Something you might also want to try is zapping the disk (wiping all 
contents) prior to trying again:


dd if=/dev/zero of=/dev/da5


--
Chris Hill   ch...@monochrome.org
** [ Busy Expunging / ]
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-27 Thread Devin Teske
 -Original Message-
 From: Chris Hill [mailto:ch...@monochrome.org]
 Sent: Wednesday, April 27, 2011 3:36 PM
 To: Devin Teske
 Cc: david.robi...@fisglobal.com; freebsd-questions@freebsd.org; 'Teske, Devin'
 Subject: RE: Suddenly lots processes exits signal 11 (core dumped)
 
 Devin,
 
 Thanks for the reply. Info inline.
 
 On Tue, 26 Apr 2011, Devin Teske wrote:
 
  -Original Message-
  From: Chris Hill [mailto:ch...@monochrome.org]
  Sent: Tuesday, April 26, 2011 4:51 PM
  To: Devin Teske
  Cc: david.robi...@fisglobal.com; freebsd-questions@freebsd.org;
  Teske, Devin
  Subject: RE: Suddenly lots processes exits signal 11 (core dumped)
 
  On Tue, 26 Apr 2011, Devin Teske wrote:
 
  Continue on to create a 2nd [visible] partition beyond the primary
  bootable [invisible] partition (allowing you to use the remainder of
  your thumb drive for usable storage)...
 
  5. Execute: echo p 2 0x0c * * | fdisk -f - /dev/da5
  NOTE: again, assuming `da5' is your thumb drive
 
  tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
  *** Working on device /dev/da0 ***
  fdisk: Class not found
  tripel#
 
  Hmmm. Odd. That's worked for me on FreeBSD-4.11, 6.1, 7.2, and 8.1
  (both
  i386 and amd64).
 
 I zeroed the thumb drive as you suggested, but got the same result from
`echo
 p 2 0x0c * * | fdisk -f - /dev/da0` as before.
 
 BTW, that wiping of the thumb drive took over 14 hours! I should have thought
to
 specify a large block size.
 
  What's the output of:
  uname -spr
 
 FreeBSD 8.0-STABLE i386
 
  Also, after completing the dd(1) command, what's the output of:
  fdisk -p /dev/da5
 
  It should look something like this:
 
  # /dev/da5
  g c31 h64 s32
  p 1 0x17 1 64259
  a 1
 
 Here's a sequence of events, after dd'ing the Druid iso:
 
 tripel# fdisk -p /dev/da0
 # /dev/da0
 g c1945 h255 s63
 p 1 0x17 1 64259
 a 1
 tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
 *** Working on device /dev/da0 ***
 fdisk: Class not found
 tripel# fdisk -p /dev/da0
 # /dev/da0
 g c1945 h255 s63
 p 1 0x17 1 64259
 a 1
 p 2 0x0c 64260 31182165
 
 Does this mean the second fdisk succeeded, despite what looked like an error?

It does appear so. That last line is exactly the desired effect (p 2 0x0c 64260
31182165).

So it would seem that the fdisk: Class not found output is nothing more than a
warning. Though, I'm with you -- it looks like an error.

I'd be pretty interested to see the output echo $? after getting the Class
not found message. That is to say, I wonder what the return status of fdisk is
after receiving that message. It may be zero -- indicating success -- in which
case we're reaffirmed that the output is completely spurious and able to be
ignored.
-- 
Devin

  Something you might also want to try is zapping the disk (wiping all
  contents) prior to trying again:
 
  dd if=/dev/zero of=/dev/da5
 
 --
 Chris Hill   ch...@monochrome.org
 ** [ Busy Expunging / ]

_

The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
_
___
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


Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Mikael Bak
Hi list,

I have a system running FreeBSD 7.3. Its main function is running
Postfix SMTP server and a few perl based content filters. Nothing exotic
really.

It has been nicely up and running approx 150 days when it suddenly
starts behaving very strange.

First I noticed a converter script failing. It is basically a small
shell script that converts a quite big file replacing a few words using
sed. The output is mostly damaged.

Another problem is that lots of processes exits signal 11 (core dumped).
And I need to restart them by hand. See dmesg output below.

I know I don't give you guys much to go on. I just want to know it it's
possible to find out somehow if some hardware is failing and must be
changed.

My first thought was overheating. But my collegue went to the site and
he said the hardware is not hot at all.

TIA,
Mikael

# dmesg
Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:23:19 UTC 2010
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Atom(TM) CPU  330   @ 1.60GHz (1600.01-MHz K8-class CPU)
  Origin = GenuineIntel  Id = 0x106c2  Stepping = 2

Features=0xbfe9fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0x40e31dSSE3,DTES64,MON,DS_CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE
  AMD Features=0x20100800SYSCALL,NX,LM
  AMD Features2=0x1LAHF
  TSC: P-state invariant
  Cores per package: 2
  Logical CPUs per core: 2
usable memory = 3475918848 (3314 MB)
avail memory  = 3353677824 (3198 MB)
ACPI APIC Table: 081309 APIC0925
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  2
ioapic0: Changing APIC ID to 3
ioapic0 Version 1.1 irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: 081309 RSDT0925 on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of fefe1000, 1000 (3) failed
acpi0: reservation of fee01000, ff000 (3) failed
acpi0: reservation of fec0, 1000 (3) failed
acpi0: reservation of fee0, 1000 (3) failed
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, dff0 (3) failed
Timecounter ACPI-safe frequency 3579545 Hz quality 850
acpi_timer0: 32-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_hpet0: High Precision Event Timer iomem 0xfed0-0xfed003ff on
acpi0
Timecounter HPET frequency 2500 Hz quality 900
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory, RAM at device 0.1 (no driver attached)
isab0: PCI-ISA bridge port 0x4f00-0x4fff at device 3.0 on pci0
isa0: ISA bus on isab0
pci0: memory, RAM at device 3.1 (no driver attached)
pci0: serial bus, SMBus at device 3.2 (no driver attached)
pci0: memory, RAM at device 3.3 (no driver attached)
pci0: processor at device 3.5 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xfae7f000-0xfae7 irq 22
at device 4.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb0
uhub0: 6 ports with 6 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xfae7ec00-0xfae7ecff irq
23 at device 4.1 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb1: EHCI version 1.0
usb1: companion controller, 12 ports each: usb0
usb1: EHCI (generic) USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 on usb1
uhub1: 6 ports with 6 removable, self powered
ohci1: OHCI (generic) USB controller mem 0xfae7d000-0xfae7dfff irq 20
at device 6.0 on pci0
ohci1: [GIANT-LOCKED]
ohci1: [ITHREAD]
usb2: OHCI version 1.0, legacy support
usb2: SMM does not respond, resetting
usb2: OHCI (generic) USB controller on ohci1
usb2: USB revision 1.0
uhub2: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb2
uhub2: 6 ports with 6 removable, self powered
ehci1: EHCI (generic) USB 2.0 controller mem 0xfae7e800-0xfae7e8ff irq
21 at device 6.1 on pci0
ehci1: [GIANT-LOCKED]
ehci1: [ITHREAD]
usb3: EHCI version 1.0
usb3: companion controller, 12 ports each: usb2
usb3: EHCI (generic) USB 2.0 controller on ehci1
usb3: USB revision 2.0
uhub3: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 on usb3
uhub3: 6 ports with 6 removable, self powered
pci0: multimedia, HDA at device 8.0 (no driver attached)
pcib1: ACPI PCI-PCI bridge at device 9.0 on pci0
pci1: ACPI PCI bus on pcib1
nfe0: NVIDIA nForce MCP79 Networking Adapter port 0xd080-0xd087 mem
0xfae7c000-0xfae7cfff,0xfae7e400-0xfae7e4ff,0xfae7e000-0xfae7e00f irq 23
at device 10.0 on pci0
miibus0: MII bus on 

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Chris Rees
On 26 Apr 2011 15:18, Mikael Bak m...@inbox.lv wrote:

 Hi list,

 I have a system running FreeBSD 7.3. Its main function is running
 Postfix SMTP server and a few perl based content filters. Nothing exotic
 really.

 It has been nicely up and running approx 150 days when it suddenly
 starts behaving very strange.

 First I noticed a converter script failing. It is basically a small
 shell script that converts a quite big file replacing a few words using
 sed. The output is mostly damaged.

 Another problem is that lots of processes exits signal 11 (core dumped).
 And I need to restart them by hand. See dmesg output below.

Have you run memtest86? Looks like a textbook bad RAM issue.

Chris
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread C. P. Ghost
On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bak m...@inbox.lv wrote:
 Hi list,

 I have a system running FreeBSD 7.3. Its main function is running
 Postfix SMTP server and a few perl based content filters. Nothing exotic
 really.

 It has been nicely up and running approx 150 days when it suddenly
 starts behaving very strange.

 First I noticed a converter script failing. It is basically a small
 shell script that converts a quite big file replacing a few words using
 sed. The output is mostly damaged.

 Another problem is that lots of processes exits signal 11 (core dumped).
 And I need to restart them by hand. See dmesg output below.

 I know I don't give you guys much to go on. I just want to know it it's
 possible to find out somehow if some hardware is failing and must be
 changed.

 My first thought was overheating. But my collegue went to the site and
 he said the hardware is not hot at all.

If you didn't update the OS or the apps, it is almost certainly hardware-
related. Probably a bad PSU, or bad RAM. The box doesn't have to
overheat when one of those are degraded.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Mikael Bak
Chris Rees wrote:
 
 On 26 Apr 2011 15:18, Mikael Bak m...@inbox.lv
 mailto:m...@inbox.lv wrote:

 Hi list,

 I have a system running FreeBSD 7.3. Its main function is running
 Postfix SMTP server and a few perl based content filters. Nothing exotic
 really.

 It has been nicely up and running approx 150 days when it suddenly
 starts behaving very strange.

 First I noticed a converter script failing. It is basically a small
 shell script that converts a quite big file replacing a few words using
 sed. The output is mostly damaged.

 Another problem is that lots of processes exits signal 11 (core dumped).
 And I need to restart them by hand. See dmesg output below.
 
 Have you run memtest86? Looks like a textbook bad RAM issue.
 
 Chris
 

Hi,
Thanks fot the fast answer!

No I haven't yet. Thanks for the tip!

Mikael

___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Mikael Bak
C. P. Ghost wrote:
 On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bak m...@inbox.lv wrote:
 Hi list,

 I have a system running FreeBSD 7.3. Its main function is running
 Postfix SMTP server and a few perl based content filters. Nothing exotic
 really.

 It has been nicely up and running approx 150 days when it suddenly
 starts behaving very strange.

 First I noticed a converter script failing. It is basically a small
 shell script that converts a quite big file replacing a few words using
 sed. The output is mostly damaged.

 Another problem is that lots of processes exits signal 11 (core dumped).
 And I need to restart them by hand. See dmesg output below.

 I know I don't give you guys much to go on. I just want to know it it's
 possible to find out somehow if some hardware is failing and must be
 changed.

 My first thought was overheating. But my collegue went to the site and
 he said the hardware is not hot at all.
 
 If you didn't update the OS or the apps, it is almost certainly hardware-
 related. Probably a bad PSU, or bad RAM. The box doesn't have to
 overheat when one of those are degraded.
 

Hi,
Thanks fot the fast answer!

The OS is regularly updated with freebsd-update, but only within 7.3
version.

The apps are regularly updated with portmaster.

So I can't say nothig's ever changed. But I can only say that this is
the only machine I've ever seen behave like this.

TIA,
Mikael

___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Robison, Dave

I second the idea that this is a RAM issue.

Power down, ground yourself, remove and re-seat the RAM and see if the 
problem goes away.


On 04/26/2011 07:35, Mikael Bak wrote:

C. P. Ghost wrote:

On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bakm...@inbox.lv  wrote:

Hi list,

I have a system running FreeBSD 7.3. Its main function is running
Postfix SMTP server and a few perl based content filters. Nothing exotic
really.

It has been nicely up and running approx 150 days when it suddenly
starts behaving very strange.

First I noticed a converter script failing. It is basically a small
shell script that converts a quite big file replacing a few words using
sed. The output is mostly damaged.

Another problem is that lots of processes exits signal 11 (core dumped).
And I need to restart them by hand. See dmesg output below.

I know I don't give you guys much to go on. I just want to know it it's
possible to find out somehow if some hardware is failing and must be
changed.

My first thought was overheating. But my collegue went to the site and
he said the hardware is not hot at all.

If you didn't update the OS or the apps, it is almost certainly hardware-
related. Probably a bad PSU, or bad RAM. The box doesn't have to
overheat when one of those are degraded.


Hi,
Thanks fot the fast answer!

The OS is regularly updated with freebsd-update, but only within 7.3
version.

The apps are regularly updated with portmaster.

So I can't say nothig's ever changed. But I can only say that this is
the only machine I've ever seen behave like this.

TIA,
Mikael

___
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




--
Dave Robison
Sales Solution Architect II
FIS Banking Solutions
510/621-2089 (w)
530/518-5194 (c)
510/621-2020 (f)
da...@vicor.com
david.robi...@fisglobal.com

_

The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
_
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Devin Teske
 -Original Message-
 From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
 questi...@freebsd.org] On Behalf Of Robison, Dave
 Sent: Tuesday, April 26, 2011 10:46 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: Suddenly lots processes exits signal 11 (core dumped)
 
 I second the idea that this is a RAM issue.
 
 Power down, ground yourself, remove and re-seat the RAM and see if the
 problem goes away.

Here's a small ISO containing memtest86 (and more). This ISO is a hybrid ISO 
meaning that you can either burn it to CD/DVD and boot off it, or you can dd(1) 
it to a thumb drive and boot off that.

http://sourceforge.net/projects/druidbsd/files/Druid-0.0.iso/download

Here's the instructions for writing it to USB (you likely already know how to 
write an ISO to CD/DVD):

1. Download Druid-0.0.iso
2. Insert thumb drive
3. Execute: camcontrol devlist
NOTE: find the `daN' device associated with your thumb drive
4. Execute: dd if=Druid-0.0.iso of=/dev/da5
NOTE: assuming `da5' is your thumb drive

--- At this point, your thumb drive is ready to rock and roll ---

Continue on to create a 2nd [visible] partition beyond the primary bootable 
[invisible] partition (allowing you to use the remainder of your thumb drive 
for usable storage)...

5. Execute: echo p 2 0x0c * * | fdisk -f - /dev/da5
NOTE: again, assuming `da5' is your thumb drive
6. Execute: newfs_msdos /dev/da5s2
NOTE: again, assuming `da5' is your thumb drive

That's it. You now have a thumb drive with:

a. An invisible boot partition for booting into Druid (a disc full of tools).
b. A visible partition for storage, usable under Mac, Windows, Linux, and UNIX.

NOTE: This won't work with just ANY iso file, just ISOs that have been 
post-processed with ISOLINUX's isohybrid utility.
--
Devin


 
 On 04/26/2011 07:35, Mikael Bak wrote:
  C. P. Ghost wrote:
  On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bakm...@inbox.lv  wrote:
  Hi list,
 
  I have a system running FreeBSD 7.3. Its main function is running
  Postfix SMTP server and a few perl based content filters. Nothing
  exotic really.
 
  It has been nicely up and running approx 150 days when it suddenly
  starts behaving very strange.
 
  First I noticed a converter script failing. It is basically a small
  shell script that converts a quite big file replacing a few words
  using sed. The output is mostly damaged.
 
  Another problem is that lots of processes exits signal 11 (core dumped).
  And I need to restart them by hand. See dmesg output below.
 
  I know I don't give you guys much to go on. I just want to know it
  it's possible to find out somehow if some hardware is failing and
  must be changed.
 
  My first thought was overheating. But my collegue went to the site
  and he said the hardware is not hot at all.
  If you didn't update the OS or the apps, it is almost certainly
  hardware- related. Probably a bad PSU, or bad RAM. The box doesn't
  have to overheat when one of those are degraded.
 
  Hi,
  Thanks fot the fast answer!
 
  The OS is regularly updated with freebsd-update, but only within 7.3
  version.
 
  The apps are regularly updated with portmaster.
 
  So I can't say nothig's ever changed. But I can only say that this is
  the only machine I've ever seen behave like this.
 
  TIA,
  Mikael
 
  ___
  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
 
 
 
 --
 Dave Robison
 Sales Solution Architect II
 FIS Banking Solutions
 510/621-2089 (w)
 530/518-5194 (c)
 510/621-2020 (f)
 da...@vicor.com
 david.robi...@fisglobal.com
 
 _
 
 The information contained in this message is proprietary and/or confidential. 
 If
 you are not the intended recipient, please: (i) delete the message and all 
 copies;
 (ii) do not disclose, distribute or use the message in any manner; and (iii) 
 notify
 the sender immediately. In addition, please be aware that any message
 addressed to our domain is subject to archiving and review by persons other 
 than
 the intended recipient. Thank you.
 _
 ___
 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

_

The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
_
___
freebsd-questions@freebsd.org mailing list
http

RE: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Chris Hill

On Tue, 26 Apr 2011, Devin Teske wrote:

Continue on to create a 2nd [visible] partition beyond the primary 
bootable [invisible] partition (allowing you to use the remainder of 
your thumb drive for usable storage)...


5. Execute: echo p 2 0x0c * * | fdisk -f - /dev/da5
NOTE: again, assuming `da5' is your thumb drive


tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
*** Working on device /dev/da0 ***
fdisk: Class not found
tripel#

Any notion why? `man fdisk` isn't much help.

Thanks.

--
Chris Hill   ch...@monochrome.org
** [ Busy Expunging / ]
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Devin Teske
 -Original Message-
 From: Chris Hill [mailto:ch...@monochrome.org]
 Sent: Tuesday, April 26, 2011 4:51 PM
 To: Devin Teske
 Cc: david.robi...@fisglobal.com; freebsd-questions@freebsd.org; Teske, Devin
 Subject: RE: Suddenly lots processes exits signal 11 (core dumped)
 
 On Tue, 26 Apr 2011, Devin Teske wrote:
 
  Continue on to create a 2nd [visible] partition beyond the primary
  bootable [invisible] partition (allowing you to use the remainder of
  your thumb drive for usable storage)...
 
  5. Execute: echo p 2 0x0c * * | fdisk -f - /dev/da5
  NOTE: again, assuming `da5' is your thumb drive
 
 tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
 *** Working on device /dev/da0 ***
 fdisk: Class not found
 tripel#

Hmmm. Odd. That's worked for me on FreeBSD-4.11, 6.1, 7.2, and 8.1 (both i386
and amd64).

What's the output of:
uname -spr

Also, after completing the dd(1) command, what's the output of:
fdisk -p /dev/da5

It should look something like this:

# /dev/da5
g c31 h64 s32
p 1 0x17 1 64259
a 1

Something you might also want to try is zapping the disk (wiping all contents)
prior to trying again:

dd if=/dev/zero of=/dev/da5

I once had a thumb drive that had slackware on it that needed to be zapped in
the above manner before it worked properly.
-- 
Devin


 
 Any notion why? `man fdisk` isn't much help.
 
 Thanks.
 
 --
 Chris Hill   ch...@monochrome.org
 ** [ Busy Expunging / ]

_

The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
_
___
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: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Steve Bernacki

On 4/26/2011 7:50 PM, Chris Hill wrote:

[snip]
tripel# echo p 2 0x0c * * | fdisk -f - /dev/da0
*** Working on device /dev/da0 ***
fdisk: Class not found
tripel#



Try (note the single quotes):

tripel# echo 'p 2 0x0c * *' | fdisk -f - /dev/da0

Just a hunch but perhaps the shell is globbing a filename.

Steve

___
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