dtrace problem?

2010-05-21 Thread Marcus Reid
Hi, Running a recent RELENG_8 (FreeBSD 8.1-PRERELEASE #0: Tue May 18 23:37:37 PDT 2010), I'm having a problem using dtrace. For every .d file I attempt to compile, I get: dtrace: failed to compile script test.d: /usr/lib/dtrace/psinfo.d, line 37: syntax error near uid_t This is my first

Re: dtrace problem?

2010-05-21 Thread Nikolay Denev
On May 21, 2010, at 9:03 AM, Marcus Reid wrote: Hi, Running a recent RELENG_8 (FreeBSD 8.1-PRERELEASE #0: Tue May 18 23:37:37 PDT 2010), I'm having a problem using dtrace. For every .d file I attempt to compile, I get: dtrace: failed to compile script test.d: /usr/lib/dtrace/psinfo.d,

7.2 filesystem corruption

2010-05-21 Thread Charles Sprickman
Hello all, Not sure where to go with this post, I've tried -fs and -scsi previously in trying to track down some panics in the softdep stuff. Perhaps the more general audience here can shove me in the right direction. I have a box (Dell PE 2970) running FreeBSD 7.2/amd-64. 6 GB of ECC RAM,

Re: 7.2 filesystem corruption

2010-05-21 Thread Bob Bishop
Hi, On 21 May 2010, at 09:04, Charles Sprickman wrote: Hello all, [...]I have a box (Dell PE 2970) running FreeBSD 7.2/amd-64. 6 GB of ECC RAM, and a Dell-branded LSI RAID controller (mpt driver). [tale of woe elided] For any case of spooky behaviour involving SCSI, make completely sure

Re: 7.2 filesystem corruption

2010-05-21 Thread Charles Sprickman
On Fri, 21 May 2010, Bob Bishop wrote: Hi, On 21 May 2010, at 09:04, Charles Sprickman wrote: Hello all, [...]I have a box (Dell PE 2970) running FreeBSD 7.2/amd-64. 6 GB of ECC RAM, and a Dell-branded LSI RAID controller (mpt driver). [tale of woe elided] For any case of spooky

Re: dtrace problem?

2010-05-21 Thread Jeremy Chadwick
On Fri, May 21, 2010 at 09:22:17AM +0300, Nikolay Denev wrote: On May 21, 2010, at 9:03 AM, Marcus Reid wrote: Hi, Running a recent RELENG_8 (FreeBSD 8.1-PRERELEASE #0: Tue May 18 23:37:37 PDT 2010), I'm having a problem using dtrace. For every .d file I attempt to compile, I get:

[8-STABLE] USB printer disconnecting when trying to print

2010-05-21 Thread Thomas Gellekum
Moin, my new machine doesn't have a physical connector for a parallel printer anymore, so I'm now connecting my Brother HL-1250 through the USB port. The printer is recognized when it powers up: ugen0.4: vendor 0x04f9 at usbus0 ulpt0: vendor 0x04f9 product 0x0007, class 0/0, rev 1.00/1.00, addr

Re: [8-STABLE] USB printer disconnecting when trying to print

2010-05-21 Thread Torfinn Ingolfsen
On Fri, 21 May 2010 10:29:04 +0200 Thomas Gellekum thomas.gelle...@gmx.de wrote: echo hallo /dev/ulpt0 [...] Any ideas on how to debug this are welcome. Most of todays printers do NOT understand plain text, usually you need a driver which transforms whatever you want to print into the

Re: [8-STABLE] USB printer disconnecting when trying to print

2010-05-21 Thread Jeremy Chadwick
On Fri, May 21, 2010 at 11:04:59AM +0200, Torfinn Ingolfsen wrote: On Fri, 21 May 2010 10:29:04 +0200 Thomas Gellekum thomas.gelle...@gmx.de wrote: echo hallo /dev/ulpt0 [...] Any ideas on how to debug this are welcome. Most of todays printers do NOT understand plain text, usually

Re: [8-STABLE] USB printer disconnecting when trying to print

2010-05-21 Thread Thomas Gellekum
Torfinn Ingolfsen torfinn.ingolf...@broadpark.no writes: On Fri, 21 May 2010 10:29:04 +0200 Thomas Gellekum thomas.gelle...@gmx.de wrote: echo hallo /dev/ulpt0 [...] Any ideas on how to debug this are welcome. Most of todays printers do NOT understand plain text, usually you need a

Re: 7.2 filesystem corruption

2010-05-21 Thread Bob Bishop
On 21 May 2010, at 09:21, Charles Sprickman wrote: On Fri, 21 May 2010, Bob Bishop wrote: Hi, On 21 May 2010, at 09:04, Charles Sprickman wrote: Hello all, [...]I have a box (Dell PE 2970) running FreeBSD 7.2/amd-64. 6 GB of ECC RAM, and a Dell-branded LSI RAID controller (mpt

Re: dtrace problem?

2010-05-21 Thread Alexander Leidinger
On Fri, 21 May 2010 01:51:51 -0700 Jeremy Chadwick free...@jdc.parodius.com wrote: On Fri, May 21, 2010 at 09:22:17AM +0300, Nikolay Denev wrote: On May 21, 2010, at 9:03 AM, Marcus Reid wrote: Hi, Running a recent RELENG_8 (FreeBSD 8.1-PRERELEASE #0: Tue May 18 23:37:37 PDT

NFS trouble on 7.3-STABLE i386

2010-05-21 Thread Mark Morley
Having an issue with a file server here (7.3-STABLE i386) The nfsd processes are hanging. Client access to the nfs shares stops working and the nfsd processes on the server cannot be killed by any means. There are no errors showing up anywhere on the server. The network connection to the

Re: NFS trouble on 7.3-STABLE i386

2010-05-21 Thread Rick Macklem
On Fri, 21 May 2010, Mark Morley wrote: Having an issue with a file server here (7.3-STABLE i386) The nfsd processes are hanging. Client access to the nfs shares stops working and the nfsd processes on the server cannot be killed by any means. There are no errors showing up anywhere on

Re: NFS trouble on 7.3-STABLE i386

2010-05-21 Thread Jeremy Chadwick
On Fri, May 21, 2010 at 07:45:47AM -0700, Mark Morley wrote: Having an issue with a file server here (7.3-STABLE i386) The nfsd processes are hanging. Client access to the nfs shares stops working and the nfsd processes on the server cannot be killed by any means. There are no errors

Re: NFS trouble on 7.3-STABLE i386

2010-05-21 Thread Adam Vande More
On Fri, May 21, 2010 at 10:21 AM, Jeremy Chadwick free...@jdc.parodius.comwrote: I can't explain the dirty filesystem problem, especially if the server does reboot/shut down properly. I would guess that it doesn't shutdown properly. Everytime I run into an unkillable process this happens to

Re: [8-STABLE] USB printer disconnecting when trying to print

2010-05-21 Thread Warren Block
On Fri, 21 May 2010, Thomas Gellekum wrote: my new machine doesn't have a physical connector for a parallel printer anymore, so I'm now connecting my Brother HL-1250 through the USB port. The printer is recognized when it powers up: ugen0.4: vendor 0x04f9 at usbus0 ulpt0: vendor 0x04f9 product

Re: Problem, install Freebsd 8 in Adaptec 29320A, not recognizes raid

2010-05-21 Thread TJ Varghese
On Thu, May 20, 2010 at 6:24 PM, Jean Pereira ad...@olostech.com wrote: yes, is load ahd correct? On 05/20/2010 06:29 AM, Matthias Gamsjager wrote: did you load the driver? On Mon, May 17, 2010 at 4:57 PM, Jean Pereiraad...@olostech.com  wrote: Hi. I'm trying to install FreeBSD on a

Re: dtrace problem?

2010-05-21 Thread Marcus Reid
On Fri, May 21, 2010 at 09:22:17AM +0300, Nikolay Denev wrote: On May 21, 2010, at 9:03 AM, Marcus Reid wrote: Hi, Running a recent RELENG_8 (FreeBSD 8.1-PRERELEASE #0: Tue May 18 23:37:37 PDT 2010), I'm having a problem using dtrace. For every .d file I attempt to compile, I get:

Re: dtrace problem?

2010-05-21 Thread Kevin Oberman
Date: Fri, 21 May 2010 18:48:17 -0700 From: Marcus Reid mar...@blazingdot.com Sender: owner-freebsd-sta...@freebsd.org On Fri, May 21, 2010 at 09:22:17AM +0300, Nikolay Denev wrote: On May 21, 2010, at 9:03 AM, Marcus Reid wrote: Hi, Running a recent RELENG_8 (FreeBSD

Re: dtrace problem?

2010-05-21 Thread Marcus Reid
On Fri, May 21, 2010 at 07:54:44PM -0700, Kevin Oberman wrote: Date: Fri, 21 May 2010 18:48:17 -0700 From: Marcus Reid mar...@blazingdot.com Sender: owner-freebsd-sta...@freebsd.org On Fri, May 21, 2010 at 09:22:17AM +0300, Nikolay Denev wrote: On May 21, 2010, at 9:03 AM, Marcus