Re: 7-STABLE not seeing second em interface on supermicro mb

2008-03-28 Thread John Pettitt

Volker wrote:

On 12/23/-58 20:59, John Pettitt wrote:
  

I just installed 7-STABLE on a new dual/quad machine based on a
supermicro motherboard - it works fine except that it's not seeing the
second network interface (em driver) - is there a magic incantation to
make this work?


FreeBSD echelon.localnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21
23:27:31 PDT 2008
[EMAIL PROTECTED]:/usr/src/sys/amd64/compile/ECHELON  amd64


The only word from the em driver is this

em0:  port
0x3000-0x301f mem 0xde20-0xde21 irq 17 at device 0.0 on pci5
em0: Using MSI interrupt
em0: Ethernet address: 00:30:48:64:d9:45
em0: [FILTER]

ifconfig doesn't show anything other than em0 and lo0

Where should I start debugging this ?

John



John,

I'm not aware whether or not your question has been answered. If not,
please send output of `pciconf -lv'.

Volker

  


It was a hardware problem - nothing that a new motherboard couldn't fix.

John

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


Re: 7-STABLE not seeing second em interface on supermicro mb

2008-03-24 Thread John Pettitt

Gavin Atkinson wrote:

On Sat, 22 Mar 2008, John Pettitt wrote:

I just installed 7-STABLE on a new dual/quad machine based on a 
supermicro motherboard - it works fine except that it's not seeing 
the second network interface (em driver) - is there a magic 
incantation to make this work?


FreeBSD echelon.localnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 
23:27:31 PDT 2008 
[EMAIL PROTECTED]:/usr/src/sys/amd64/compile/ECHELON  amd64


The only word from the em driver is this

em0:  port 
0x3000-0x301f mem 0xde20-0xde21 irq 17 at device 0.0 on pci5

em0: Using MSI interrupt
em0: Ethernet address: 00:30:48:64:d9:45
em0: [FILTER]

ifconfig doesn't show anything other than em0 and lo0


Can you give us the output from "dmesg" after a verbose boot, and also 
the output of "pciconf -l"?  Are the network interfaces on board, or 
on a separate card?


Gavin


Doh!

Turns out to be a hardware problem - when checking the jumpers I 
discovered a transistor on the MB next to the failed nic that is too hot 
to touch - new MB is on the way from Silicon Mechanics (who by the way 
are great to deal with)


With hardware today I see so few dead components that I stopped checking 
the obvious first.


John

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


7-STABLE not seeing second em interface on supermicro mb

2008-03-22 Thread John Pettitt


I just installed 7-STABLE on a new dual/quad machine based on a 
supermicro motherboard - it works fine except that it's not seeing the 
second network interface (em driver) - is there a magic incantation to 
make this work?



FreeBSD echelon.localnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 
23:27:31 PDT 2008 
[EMAIL PROTECTED]:/usr/src/sys/amd64/compile/ECHELON  amd64


The only word from the em driver is this

em0:  port 
0x3000-0x301f mem 0xde20-0xde21 irq 17 at device 0.0 on pci5

em0: Using MSI interrupt
em0: Ethernet address: 00:30:48:64:d9:45
em0: [FILTER]

ifconfig doesn't show anything other than em0 and lo0

Where should I start debugging this ?

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


dump, restore and zfs

2008-03-01 Thread John Pettitt



Does anybody know if it's possible to restore a dump of a ufs filesystem 
to zfs?


Thanks

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


does growfs actually work on -stable?

2006-12-29 Thread John Pettitt


I tried to grow a 600GB filesystem to 1TB and growfs barfed complaining 
about a negative block number - this was a raid array (highpoint) that 
looks like one drive (da0) to the system.  Does growfs actually work - 
google searches were not much help ...


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


Re: 5.x/6.x network stability

2005-10-28 Thread John Pettitt


Carl Makin wrote:

> John Pettitt wrote:
>
>> Carl Makin wrote:
>>
>>  
>>
>>> Morning All,
>>>
>>> the interface would just go dead.  Nothing in ifconfig or syslog or
>>> dmesg would indicate a problem, but nothing would go in or out. The
>>> only way to fix it was reboot.
>>>   
>>
>> What sort of network card?  I've been having the same syptoms with a sk
>> driver gigabit card.
>>  
>>
> Intel Etherexpress 10/100 using the fxp driver and some other brand X
> card using the rl (RealTek) driver.  Interestingly disabling ACPI
> seemed to lengthen the time between failures by a day or so, but it
> still failed.
>
> It's been running for a week now without a problem by setting
> debug.mpsafenet="0" in loader.conf.
>
> Are you using any oddball protocols or devices?
>
> Carl.
>
>
Not unles you consider a GPS clock on a serial interface and a highpoint
raid  controller oddball.  I'll try the debug flag.

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


Re: 5.x/6.x network stability

2005-10-27 Thread John Pettitt


Carl Makin wrote:

> Morning All,
>
> I've been having a heap of trouble with the primary network interface
> on a box that was running 5.4 and recently upgraded to 6.0-Beta5 where
> the interface would just go dead.  Nothing in ifconfig or syslog or
> dmesg would indicate a problem, but nothing would go in or out. The
> only way to fix it was reboot.
>
What sort of network card?  I've been having the same syptoms with a sk
driver gigabit card.


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


Good, stable gigabit nic?

2005-10-07 Thread John Pettitt
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
 


My gigabit nic has gone bad (after months of working just fine  it's
saying "sk0 watchdog timeout" after a day or so of operation - temp
fix is to reboot) - I'm looking for pointers for a low cos but
functional gigabit PCI 32 card that runs under 5.4 without issues.  
What works for you?

John
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
 
iD8DBQFDR2FnaVyA7PElsKkRA+IaAJ9o1AleKkLm/3Dlu+tQtu970bSvOgCfXaFb
zKoGLZlkGFl2UgB5/UjZB3g=
=Si7v
-END PGP SIGNATURE-

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


Re: [lists] RAID-1 as back-up

2005-06-04 Thread John Pettitt


Remo Lacho wrote:

>O
>
>>>
>>>  
>>>
>>Up to a point - beware of geom_mirror with USB and FireWire disks - it's
>>temperamental at best and with my FireWire drives simple won't work
>>reliably (panic during boot if a rebuild is needed and unrecoverable
>>errors during rebuilds).  I've just re-done the mirror set on my box
>>with gvinum and so far it's looking good - it boots ok and rebuild is a
>>lot faster.
>>
>>This on a 5-STABLE box with a FW800 card a 2x LaCie 500GB bigger disk
>>extreme external FW drives.
>>
>>If this works for my next trick I'll try RAID5 with 4x250gb usb drives.
>>
>>
>
>*** REPLY SEPARATOR  ***
>
>I feel your pain.  :)
>
>Please excuse my ignorance, but why would you use USB or Firewire drives on a
>production server?
>
>
>  
>
It's a home server and the storage is near-line photo archives (I'm a
professional photographer) that's also backed up on REV cartridges.  I
don't need the performance of a multi thousand dollar server box just
the storage capacity to host up to a terabyte of images.  If I really
needed the performace I'd build somthing with SCSI or SATA drives but I
just need capacity.

Currently the box has:

IDE 80 GB main disk (root usr var tmp swap )
1x250GB FW 400 - scratch storage
2x300GB FW 400 in a gstripe set - storage for BackupPC which covers the
desktop boxes.
2x500GB FW 800 (on a separate FW800 controller) - this is going to be
the photo archive in a gvinum mirror set.
Then I have 4xUSB250GB drives that are not really doing anyting right
now and I may build into a RAID5 for future expansion.

John




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


Re: [lists] RAID-1 as back-up

2005-06-04 Thread John Pettitt


Remo Lacho wrote:

>On 6/4/2005 at 12:26 AM Hans F. Nordhaug wrote:
>
>  
>
>>Dear list,
>>
>>I would like to use RAID-1 as a back-up solution. If one of the disk
>>breaks I would like my server to continue to run from the other disk.
>>I have followed the mailing list for a while and read some howtos,
>>but I'm not sure if this is possible (without doing all kinds of tricks
>>when the accidents happens - removing meta data and so on). In
>>addition, I thought, gvinum was the way to go, but hasn't there been
>>some problems with it (reported here lately)? I'm running 5.3 - what
>>do you recommend - gvinum, ccd, others? What is the definitive howto for
>>the recommend solution. Thx for your time.
>>
>>Regards,
>>Hans
>>...
>>
>>
>
>*** REPLY SEPARATOR  ***
>
>Good place to start:
>
>
>
>
>  
>
Up to a point - beware of geom_mirror with USB and FireWire disks - it's
temperamental at best and with my FireWire drives simple won't work
reliably (panic during boot if a rebuild is needed and unrecoverable
errors during rebuilds).  I've just re-done the mirror set on my box
with gvinum and so far it's looking good - it boots ok and rebuild is a
lot faster.

This on a 5-STABLE box with a FW800 card a 2x LaCie 500GB bigger disk
extreme external FW drives.

If this works for my next trick I'll try RAID5 with 4x250gb usb drives.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gmirror rebuild speed limited by value of HZ?

2005-06-02 Thread John Pettitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 

I've noticed that gmirror seems to rebuild disks by copying 128K every
clock tick (or about 12.8 MB/sec on a 100HZ box) - changing HZ to 1000
resulted in my system being limited by the underlying disk controller
speed (~ 30MB/sec between FW800 drives on the same 32 bit controller)
does anybody know if this behavior was intentional ?

John
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
 
iD8DBQFCn9nxaVyA7PElsKkRAg5PAKDzJMxykNf9nTvk/Jo4kbDtqUyhnQCgoTzu
LqPZyVujZ2m4Snv5a6SMJ/Q=
=YnDQ
-END PGP SIGNATURE-

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


Re: RELENG_5_4 panic

2005-05-25 Thread John Pettitt


Filip Lenaerts wrote:

>
> hi all,
>
> tnx very much for reply, kris, stefan and thomas. i was also
> thinking/fearing for a hardware error.  the reason why i didn't
> investigate sooner is that over the past two years i was running
> 5.0-RC2 and after that followed current.  i always assumed that that
> could be the reason, but when i reverted a month ago to 5.4-RELEASE
> and now RELENG_5_4 aka stable, the problem stayed ... plus my kernel
> debugging skills are very limited - hence learned again :)
>
> so HW failure.  now the only thing to do is convince our IT dep that
> it is broken and ask a new one.  the problem is that they only support
> windows and they go frantic when they see linux, let alone BSD :)  so
> the probably want to put the blame on the OS iso the HW.  wish me luck :)
>
> tnx again guys!
>
> filip
>
Get a copy of memtest86 (see http://www.memtest86.com/ for a bootable
ISO) - it'sd a stand along memory diagnostic that ahppens to put a
reasonable load on the cpu too - with some luck it will show up the
problem and they won't be able to blame BSD (plus it's a good tool to
have anyway).

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


Re: Alright you primitive screwheads, LISTEN UP!!

2005-05-16 Thread John Pettitt


Will Andrews wrote:

>On Mon, May 16, 2005 at 11:25:21PM +0200, Wilko Bulte wrote:
>  
>
>>Its' not officially William is it?
>>
>>You have my symphaty, no-one ever gets Wilko right.  And it is 
>>dead simple derivative of Willem Coenraad.  Wilko.  Not Wilco.  Right?
>>
>>
>
>I do not respond to the names Bill or Andrew, so don't ever call
>me that either.  ;)
>  
>

That's OK I don't respond to "screwhead".  Just be thankful he's not
complaining that google indexed him as Paul, Bill.



John
P.S. due to budget constraints posts will no longer be subtitled for the
humor impaired.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.4-RC1 Freezing, but pingable (may be related to gvinum)

2005-04-10 Thread John Pettitt


Ash wrote:

>
>
> I was hoping that someone on the list may have run into a similar
> issue with 5_4_0 so that I could at least figure out how to reproduce
> the problem rather than simply waiting for the machine to hang again.
> Patience is not my greatest virtue :)
>
I'm seeing a similar symptom but only with gstripe and only on usb disks
(the same drives on Firewire work fine) - I can reproduce it (all be it
slowly) by dumping a big file system and restoring it to a gstripe pair
of usb drives - it will will after up to 2 hours.   Unfortunately the
machine is a semi-production server so I have to time my test window - I
have built a DDB/KDB kernel for it and sometime this week I'll try and
get a trace.

John
P.S. there is a bug report for this - i386/79169
http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/79169
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB disk hang - 5.4PRE - gstripe

2005-03-18 Thread John Pettitt

I just upgraded a box to 5.4PRE and started experiencing regular system
hangs at exactly 1AM - I traced it to BackupPC which was starting it's
run at that time backing up to a gstripe set made from two 300GB USB disks.

The first thing I assumed was that something in Samba or perl didn't
like the 5.4 upgrade so I rebuilt my entire ports tree (portupgrade -fa)
to be sure I had no old libs.  It still fails.

Next I moved the two drives out of their USB housings and put them on
the IDE controller (disconnecting the CD burner to make space).  It's
working fine like that (all be it with disks hanging out the side of the
machine).

So it looks like USB is the culprit.  A few data points:

1) It worked fine on 5.3
2) Motherboard is an Intel D845GVSR with a Celeron D 2.9Ghz and 512Mb Ram
3) USB disk interfaces are from a couple of WD external drives (although
the drives are in fact Maxtor because I upgraded them WD boxes)
4) A single WD250GB disk also on USB seems to work fine  it's only the
stripe set that has a problem
5) When it fails the entire disk system locks (including IDE) but the
machines keeps running until each process locks as it needs to talk to
the disk
6) No meaningful syslog log entries

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


Strange lockups - 5.4 PRERELEASE / BackupPC/ Samba3

2005-03-17 Thread John Pettitt

My home server has been freezing at 1AM every night for the last three
days - this tracks with the upgrade from 5.3 to 5.4 PRE - The only cron
job running at that time is BackupPC which uses samba3 (smbclient)  to
backup windows systems.

Does anybody know of anything in samba3 or perl 5.8 (BackupPC is a set
of perl scripts) that might be causing a lockup.  I've got nothing
unusual in syslog.

Right now I'm rebuilding perl and samba under 5.4 in case there is some
weird library thing between the 5.3 and 5.4 that is causing this - we'll
see tonight if it works.



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


Re: Any hosting companies offering FreeBSD 5.3 yet?

2005-02-26 Thread John Pettitt


Godwin Stewart wrote:

> I'm a regular in some of the anti-spam newsgroups and servepath don't
> exactly have a stellar reputation. They just signed up Eddy Marin last
> month, for example.
>
> [snip]


> So, hosting with servepath.com may well lead to restricted access to port
> 25 of other networks. However, I don't know what they're worth from a
> purely technical POV.
>
Which is why I'm looking for a new host - I'm getting fed up with being
put on RBL's becasue of the sins of others.

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

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


Any hosting companies offering FreeBSD 5.3 yet?

2005-02-26 Thread John Pettitt

I'm thinking about moving one of my servers to a new home (it's
currently at servepath.com on a FreeBSD 5.0 box) - does anybody know of
a reputable hosting company that's offering 5.3 boxes?

John


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


Re: HZ=1000 on slow CPUs considered harmful?

2005-02-23 Thread John Pettitt


[EMAIL PROTECTED] wrote:

>On Tue, Feb 22, 2005 at 07:56:03PM +, Robert Watson wrote:
>  
>
>>In 6-CURRENT, HZ is 1000 for amd64, i386, and ia64, but 100 for other
>>platforms (i.e., ppc, arm, and alpha).  I'm not opposed to merging the HZ
>>change to RELENG_5 at some point, but given that occasional nits, such as
>>the TCP nit, are turning up, I think it's worth waiting until after 5.4.
>>
>>
>
>Wouldn't that be a problem for slow CPUs like VIA C3 (EPIA) or GEODE
>(Soekris)? For fast CPUs, it's not that much overhead, but for slow
>CPUs?
>
>Can HZ remain user-configurable?
> 
>  
>
HZ=1000 has causes a lot of problems for Linux boxes where the system no
longer keeps accurate time because of lost clock interrupts under high
load (video playback seem to be the favorite) - see the ntp lists for
extensive discussion.Is this change really worth the hassle?

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


Re: Adding an usb harddisk

2005-02-10 Thread John Pettitt

Ivan Roth wrote:
just note that it could not be /dev/da but /dev/ad, e.g, da is 
only for SCSI disks and ad is for IDE ones.

Actually no - usb disks look like scsi disks - so my 250GB usb drive 
is   /dev/da0

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