Re: 74 hours till next No Buffer Space Available reboot ...

2007-04-14 Thread Daniel Eischen

On Sat, 14 Apr 2007, Marc G. Fournier wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



- --On Sunday, April 08, 2007 23:04:42 -0400 Dave [EMAIL PROTECTED] wrote:


Hello,
This is what i get for catching this late. Can you describe your
situation? I've got a server, router actually running 6.1-p6 i believe, and
lately it's been doing this stop. I can't be any more specific than that,
because that's all i know. The box just goes unresponsive, i can get a login
prompt on the console, but it's unresponsive. I have to reboot it. This has
occurred twice now and i'm starting to get concerned. I've ruled out ram, i
recently replaced it's ram for an unrelated reason so i don't think that's
it. If your situation is similar can you let me know what you tried?


This is a different situation, I think ... first, I'm running 6.2-STABLE, as of
about last week, so a much newer kernel then you are running ... and in my
case, at least, I can still login to the machine using ssh and force a reboot
remotely ... it doesn't seem to be a 'solid hang' ... if I were to hazard a
guess as to what it feels like ... it feels like the network interface
buffer has filled up, but isn't being released properly ... almost like a
memory leak, but on the network ... if I leave it long enough, it will
eventually require a tech to power cycle it, but if I catch it early enough, I
can still get in to do a reboot ...

But ... that said ... when you say 'get a login prompt on the console, but
it's unresponse ... do you mean that you can actually type in a userid, and
possibly passwd, but after that it just hangs?


I will just add that I get this on an old 4-stable router
box (for years).  It is on an sf interface and I _thought_
it was due to a flaky hub.  I got the sendto: no buffer
space avail message on the incoming/outgoing interface
to the router that was doing NAT and ipfw to our internal
LANs.  I resorted to writing a cron job that would try
to ping the router at the other end of the sf interface
and do an 'ifconfig sf0 down; ifconfig sf0 up' whenever
the router at the other end could not be ping'd.  Something
like this:

  if ping -c 2 remote-router  /dev/null; then
/usr/bin/true
  else
/sbin/ifconfig sf0 down
/bin/sleep 1
/sbin/ifconfig sf0 up
  fi

This router is running 4.11.  Without the cronjob, the
network would fail every week or two.  I gave up trying
to figure out what the real problem was.

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


Re: 6.2 loader hangs on Supermicro P8SCT

2007-04-14 Thread Daniel O'Connor
On Friday 13 April 2007 16:17, patrick wrote:
  Unfortunately that makes it impossible to interrupt the loader to go into
  single user mode (or whatever).

 that is depending on the situation you are in. there are more ways to get
 in 'other boot modes' then using the bootloader on the disk.

Hmm.. How can you get to (say) single user mode, or load an old kernel?
They're the really critical things I use the loader for (usually in desperate 
circumstances :)

  I wonder if it is a race of some sort with the BIOS doing a periodic task
  and hence reducing the delay makes it work most of the time.

 Also note I have also exactly the same system (second one) which has no
 problems at all.

Yeah it seems to affect our systems unevenly too, although they are putatively 
identical..

 I never had the time to pull them apart to find out what the diff is which
 causing this issue.

phase of the moon during construction or the diodes?! :)

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


pgp0FsRmPOPkd.pgp
Description: PGP signature


updated to Releng_6, psm0 disappeared, acpi_ibm not working

2007-04-14 Thread [LoN]Kamikaze
I just updated my Thinkpad R40 to Releng_6. The psm0 device is discovered no 
longer (hence no touchpad or joystick). Dmesg shows no trace of it.

Also
# sysctl dev.acpi_ibm.0.events=1
outputs:
dev.acpi_ibm.0.events: 0
sysctl: dev.acpi_ibm.0.events: Input/output error

I'd be glad about any pointers to where I should look for the cause of these 
problems.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail updated -- milters unhappy

2007-04-14 Thread Matthew Seaman

Dear all,

Shouldn't there be a tiny little note in /usr/src/UPDATING just to 
mention that sendmail was updated to 8.14.1 in RELENG_6 and that
consequently anyone running any milters out of ports[1] should
recompile all of them?

Cheers,

Matthew


[1] assuming SENDMAIL_MILTER_IN_BASE   

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: 6.2 loader hangs on Supermicro P8SCT

2007-04-14 Thread Andrei Kolu
On Saturday 14 April 2007 10:36, Daniel O'Connor wrote:
 On Friday 13 April 2007 16:17, patrick wrote:
   Unfortunately that makes it impossible to interrupt the loader to go
   into single user mode (or whatever).
 
  that is depending on the situation you are in. there are more ways to get
  in 'other boot modes' then using the bootloader on the disk.

 Hmm.. How can you get to (say) single user mode, or load an old kernel?
 They're the really critical things I use the loader for (usually in
 desperate circumstances :)

Press any key to gain boot prompt while system is loading- look at loader 
messages.
From appeared boot prompt type: boot -s

Or if you want other kernel:
#unload kernel
#load kernel.old
#boot

   I wonder if it is a race of some sort with the BIOS doing a periodic
   task and hence reducing the delay makes it work most of the time.
 
  Also note I have also exactly the same system (second one) which has no
  problems at all.

 Yeah it seems to affect our systems unevenly too, although they are
 putatively identical..

  I never had the time to pull them apart to find out what the diff is
  which causing this issue.

 phase of the moon during construction or the diodes?! :)
I got almost identical board P8SCi and have no problems running FreeBSD 6.1, 
6.2, 7-CURRENT. Maybe you should look at supermicro site and upgrade bios. I 
think this is ACPI problem. You can disable ACPI temporarily at the boot 
loader prompt by issueing unset acpi_load if you are having problems 
booting an ACPI enabled machine. 
 
If you want to disable ACPI simply add hint.acpi.0.disabled=1 
to /boot/device.hints.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.2 loader hangs on Supermicro P8SCT

2007-04-14 Thread Daniel O'Connor
On Saturday 14 April 2007 18:55, Andrei Kolu wrote:
 Press any key to gain boot prompt while system is loading- look at loader
 messages.
 From appeared boot prompt type: boot -s

I was under the impression that if you set the autoboot delay to 0 (or -1) 
then you won't be able to get to the loader prompt at all.

I must admit I haven't tested it though.
  phase of the moon during construction or the diodes?! :)

 I got almost identical board P8SCi and have no problems running FreeBSD
 6.1, 6.2, 7-CURRENT. Maybe you should look at supermicro site and upgrade
 bios. I think this is ACPI problem. You can disable ACPI temporarily at the
 boot loader prompt by issueing unset acpi_load if you are having problems
 booting an ACPI enabled machine.

The loader doesn't use ACPI so while it may be related to ACPI the command you 
suggest won't have an effect.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


pgpUq4WO1MOcu.pgp
Description: PGP signature


IT8212F PCI Raid Card

2007-04-14 Thread Gary

Hi,

Does FreeBSD support an IT8212F based PCI Raid card?

I've added one to a freeBSD 6.2-stable install and the
card shows in dmesg as

  pci2: ACPI PCI bus on pcib2
  atapci0: ITE IT8212F UDMA133 controller port  
0xbc00-0xbc07,0xb800-0xb803,0xb400-  0xb407,0xb000-  0xb003,0xbe00-0xbe0f  
irq 10 at device 1.0 on pci2

  ata2: ATA channel 0 on atapci0
  ata3: ATA channel 1 on atapci0

as well as listed in pciconf -lv as

  [EMAIL PROTECTED]:1:0:	class=0x010400 card=0x chip=0x82121283  
rev=0x13 hdr=0x00

vendor = 'Integrated Technology Express (ITE) Inc'
device = 'GigaRAID ATA 133 RAID controller RAID-Controller on  
Gigabyte 7NNXP'

class  = mass storage
subclass   = RAID

However /dev/ is void of any new drive entries. I've tried
configuring the raid card as simply IDE which should (afaik)
show the two drives as just normal extra IDE drives. I've
also tried the card set in raid 1 mode.

I've attached the full dmesg, pciconf and device listing if it's of any
help. In the listing, ad0 is my boot drive attached to the motherboards
built in IDE controller. Then two 7 gig drives are attached for testing
to the raid controller card.

Am I missing something in configuring this card? Does the GENERIC kernel
support it by default? Any extra utils or modules I need to load that I'm
not aware of?

I spent a fair amount of time yesterday googling this card and looking
for any config options I may have missed, from what I've read it appears
that freeBSD _should_ support it, but I've seen a few posts from people
with similar issues to the above, so I'm not 100% certain.

Any help appreciated,

Cheers,

Gary


[EMAIL PROTECTED]:0:0:  class=0x06 card=0x25308086 chip=0x25308086 rev=0x02 
hdr=0x00
vendor = 'Intel Corporation'
device = '82850/E Host-Hub Interface Bridge Device'
class  = bridge
subclass   = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x chip=0x25328086 rev=0x02 
hdr=0x01
vendor = 'Intel Corporation'
device = '82850/850E/860 AGP Bridge'
class  = bridge
subclass   = PCI-PCI
[EMAIL PROTECTED]:30:0: class=0x060400 card=0x chip=0x244e8086 rev=0x04 
hdr=0x01
vendor = 'Intel Corporation'
device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub 
Interface to PCI Bridge'
class  = bridge
subclass   = PCI-PCI
[EMAIL PROTECTED]:31:0: class=0x060100 card=0x chip=0x24408086 rev=0x04 
hdr=0x00
vendor = 'Intel Corporation'
device = '82801BA (ICH2) LPC Interface Controller'
class  = bridge
subclass   = PCI-ISA
[EMAIL PROTECTED]:31:1: class=0x010180 card=0x24401458 chip=0x244b8086 rev=0x04 
hdr=0x00
vendor = 'Intel Corporation'
device = '82801BA (ICH2) UltraATA/100 IDE Controller'
class  = mass storage
subclass   = ATA
[EMAIL PROTECTED]:31:2: class=0x0c0300 card=0x24401458 chip=0x24428086 rev=0x04 
hdr=0x00
vendor = 'Intel Corporation'
device = '82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:31:3: class=0x0c0500 card=0x24401458 chip=0x24438086 rev=0x04 
hdr=0x00
vendor = 'Intel Corporation'
device = '82801BA/BAM (ICH2/ICH2-M) SMBus Controller'
class  = serial bus
subclass   = SMBus
[EMAIL PROTECTED]:31:4: class=0x0c0300 card=0x24401458 chip=0x24448086 rev=0x04 
hdr=0x00
vendor = 'Intel Corporation'
device = '82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:0:0:  class=0x03 card=0x402f1043 chip=0x020010de rev=0xa3 
hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'GeForce3 [NV20]'
class  = display
subclass   = VGA
[EMAIL PROTECTED]:1:0:  class=0x010400 card=0x chip=0x82121283 rev=0x13 
hdr=0x00
vendor = 'Integrated Technology Express (ITE) Inc'
device = 'GigaRAID ATA 133 RAID controller RAID-Controller on Gigabyte 
7NNXP'
class  = mass storage
subclass   = RAID
[EMAIL PROTECTED]:2:0:  class=0x02 card=0x13001186 chip=0x13001186 rev=0x10 
hdr=0x00
vendor = 'D-Link System Inc'
device = 'DL 10038C or 10038D (Remark of Realtek RTL-8139) Fast 
Ethernet Adapter'
class  = network
subclass   = ethernet
[EMAIL PROTECTED]:3:0:  class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x50 
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:3:1:  class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x50 
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:3:2:  class=0x0c0320 card=0x12340925 chip=0x31041106 rev=0x51 
hdr=0x00
vendor = 'VIA 

Re: IT8212F PCI Raid Card

2007-04-14 Thread Martin Hudec

Gary wrote:

Does FreeBSD support an IT8212F based PCI Raid card?


Yes, it does. Typing man 4 ata reveals:
 ITE:IT8211F, IT8212F.

As for the part of seeing the disks on this controller, it depends on 
how the controller is able to present them to the system.


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


Re: IT8212F PCI Raid Card

2007-04-14 Thread Martin Hudec

Martin Hudec wrote:

Yes, it does. Typing man 4 ata reveals:
 ITE:IT8211F, IT8212F.

As for the part of seeing the disks on this controller, it depends on 
how the controller is able to present them to the system.


I forgot to mention also man 8 atacontrol saying:
atacontrol info ata2
atacontrol info ata3

By this you will get the information about devices attached to the 
respective channel (as I see your controller has ata2 and ata3).


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


Re: sendmail updated -- milters unhappy

2007-04-14 Thread Gregory Shapiro
 Shouldn't there be a tiny little note in /usr/src/UPDATING just to 
 mention that sendmail was updated to 8.14.1 in RELENG_6 and that
 consequently anyone running any milters out of ports[1] should
 recompile all of them?
 
 [1] assuming SENDMAIL_MILTER_IN_BASE   

Yes, thanks for bringing it up.  I've updated the file.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Jail Resource Limits for 6.x ...

2007-04-14 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Is anyone looking into merging in the patch available at:

  http://www.ualberta.ca/~cdjones/cdjones_jail_soc2006.patch

That provides both memory and cpu limits on a jail?  It appears to be against 
REL_6 from last years SOC ...

Is anyone using it in production anywhere?


- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGIQrl4QvfyHIvDvMRApdeAKClCVc62+hZRZRVi/Gi4WwhlAeJuACeIka2
qy2HZ3H0e6OQq9aDTiNDTFk=
=6DVK
-END PGP SIGNATURE-

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


Re: IT8212F PCI Raid Card

2007-04-14 Thread Bob Bishop

Hi,

On 14 Apr 2007, at 14:52, Gary wrote:

Hi,

Does FreeBSD support an IT8212F based PCI Raid card?


Yes:

atapci1: ITE IT8212F UDMA133 controller port  
0xac00-0xac07,0xb000-0xb003,0xb400-0xb407,0xb800-

0xb803,0xbc00-0xbc0f irq 11 at device 10.0 on pci0
ata2: ATA channel 0 on atapci1
ata3: ATA channel 1 on atapci1

ad4: 39205MB Maxtor 6K040L0 NAR61HA0 at ata2-master UDMA133
ad6: 39205MB Maxtor 6K040L0 NAR61HA0 at ata3-master UDMA133
ar0: 39205MB Integrated Technology Express RAID1 status: READY
ar0: disk0 READY (master) using ad4 at ata2-master
ar0: disk1 READY (mirror) using ad6 at ata3-master


[...]
However /dev/ is void of any new drive entries.[etc]


Try giving it an atacontrol create ... with appropriate parameters,  
and reboot.


--
Bob Bishop  +44 (0)118 940 1243
[EMAIL PROTECTED] fax +44 (0)118 940 1295




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


GELI versus GBDE?

2007-04-14 Thread Michael C Voorhis
The Handbook contains descriptions of GELI and GBDE for encrypting
disk partitions; will both of these techniques remain available into
the future?  The fact that there are two implies (to me) that one may
be on the way out, in preference of the other.

In src/sys/geom/eli (RELENG_6) the oldest GELI sources are younger
than the youngest GBDE stuff in src/sys/geom/bde.  Is GBDE falling by
the wayside in favor of GELI?

Thanks for any information,

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


Problem with Sound Drivers...

2007-04-14 Thread liquid06
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey guys, having a problem getting the sound driver to load
properly, any suggestions/solutions?


[EMAIL PROTECTED]:27:0:class=0x040300 card=0x103e147b
chip=0x26688086 rev=0x03 hdr=0x00


Not sure which sound drivers to load.. since there listed in 2
areas. AC97 and High Defination Audio


http://pci-ids.ucw.cz/iii/?i=80862668

Thanks!
-BEGIN PGP SIGNATURE-
Note: This signature can be verified at https://www.hushtools.com/verify
Version: Hush 2.5

wpwEAQECAAYFAkYhZK8ACgkQQcrON0kC/O8r2AP/cbBSVm1nWFouPIL2X8etVQakIKOU
NEr+/KTNBGygX6jtjjB7xKXjFZnGsCQihnAIoxMHg9wG/s1YKLVaO5rCrJRpiz+q75l+
kVch7Fwp16k8Om4Kdqo0gSlMbRhdH+WCLIC8fK85a/3LOuFxlMa2wTygE9tKW11IYUHy
xvWQt7E=
=0UWN
-END PGP SIGNATURE-

--
Lower your debt by up to 50%.  Click here to find out how.
http://tagline.hushmail.com/fc/CAaCXv1QPxfhtVToCwTDKLfU0o8FOmDG/


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


Re: Problem with Sound Drivers...

2007-04-14 Thread Erik Trulsson
On Sat, Apr 14, 2007 at 07:34:56PM -0400, [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hey guys, having a problem getting the sound driver to load
 properly, any suggestions/solutions?
 
 
 [EMAIL PROTECTED]:27:0:class=0x040300 card=0x103e147b
 chip=0x26688086 rev=0x03 hdr=0x00
 
 
 Not sure which sound drivers to load.. since there listed in 2
 areas. AC97 and High Defination Audio
 
 
 http://pci-ids.ucw.cz/iii/?i=80862668
 
 Thanks!

You could try with snd_ich(4).  If that does not work (and I don't think
it will) you probably need snd_hda(4).
Unfortunately snd_hda is only available in -CURRENT at the moment and
not in -STABLE.




-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Yet Another Screenshot of a GNOME 2.18 Desktop

2007-04-14 Thread John Merryweather Cooper
See attached URL.  This is a Screenshot of GNOME 2.18 on my Dell 5100
Laptop.

http://www.borgsdemons.com/images/Screenshot.png

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