Re: ndis problem with stable kernel source

2005-03-03 Thread Nicholas Basila
Daniel O'Connor wrote:
On Thu, 3 Mar 2005 16:50, Nicholas Basila wrote:
 

Well, I've been using the official HP driver. I ran the utility like so:
   

I don't know where the official HP driver is (hint: a URL would be handy)
 

ndiscvt -i name_of_nt_driver.inf -s name_of_nt_driver.sys -o
/tmp/ndis_driver_data.h
I then copied it to the compile directory of my kernel. Make depend runs
correctly, but it crashes out during the linking phase of make. I have
these options at the bottom of my kernel config:
options NDISAPI
device ndis
device wlan
   

I would suggest building it as a module as it's much simpler (unless you're 
booting over this interface - which is doubtful)

eg..
cd /usr/src/sys/modules/if_ndis
cp /tmp/foo.inf /tmp/foo.sys .
ndiscvt -i foo.inf -s foo.sys -o ndis_driver_data.h
make
make install
 

As I said, this worked perfectly with 5.3 and even 5-current before the
5.3 release. I tried building the stable version of ndiscvt, and that
didn't produce a different header file. I did a cvsup two days ago, got
the error, and did a new cvsup tonight.
   

Make sure your userland and kernel are in sync - ie install world to match 
your new kernel. You may be building against stale headers.

 

Er, I thought I had done a makeworld, but I guess I hadn't. You were 
right: the header files were old. That fixed the problem. I just got 
worried as I ran into a similar problem just before 5.3 release that 
caused me to lose the wireless. I ended up fixing that with a light edit 
to a couple of files.

Thanks to both of you!
Nicholas
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Artem Kuchin
pete wright [EMAIL PROTECTED] wrote:
On Wed, 2 Mar 2005 17:27:07 +0300, Artem Kuchin [EMAIL PROTECTED]
wrote: 
Can anybody recommend cheap IDE mirroring PCI (2.0, not 2.1 or 2.2)
controller with just 2 IDE ports which works fine with FreeBSD 4.10 ?
It is to be installed on a very old motherboard (1998) and two 40GB
IDE driver (more or less modern ones, at least not used ones for 
sure). 
sorry I don't know of any really cheap one's off hand, altho I do have
experience with 3Ware RAID cards on 4.x.  They seemed to work well,
and they are less expensive than proper SCSI cards...altho slower.  If
cost really an issue would it be worth mirroring your disks in
software via VINUM?
Well, i don't trust software raids. But 3ware is probably one of the most
expensive raid 0,1 controllers. There must be something around 40$ which
freebsd supports. Does anyone known any model?
--
Regards,
Artem Kuchin
IT Legion Ltd.
Moscow, Russia
www.itlegion.ru
[EMAIL PROTECTED]
+7 095 232-0338
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Gerald de la Pascua
we have had very good experiences with the basic 3ware cards, 
I would recommend them,  easy to install,  reliable, and good perfomance, 
in the uk they cost just over 100 pounds,  so a similar price to two
disks to plug into them.   When a disk fails  you would willingly pay
many times this amount,

kind regards,  Gerald




On Wed, 2 Mar 2005 21:50:41 -0800, pete wright [EMAIL PROTECTED] wrote:
 On Wed, 2 Mar 2005 17:27:07 +0300, Artem Kuchin [EMAIL PROTECTED] wrote:
  Can anybody recommend cheap IDE mirroring PCI (2.0, not 2.1 or 2.2)
  controller with just 2 IDE ports which works fine with FreeBSD 4.10 ?
 
  It is to be installed on a very old motherboard (1998) and two 40GB IDE
  driver (more or less modern ones, at least not used ones for  sure).
 
 sorry I don't know of any really cheap one's off hand, altho I do have
 experience with 3Ware RAID cards on 4.x.  They seemed to work well,
 and they are less expensive than proper SCSI cards...altho slower.  If
 cost really an issue would it be worth mirroring your disks in
 software via VINUM?
 
 -p
 
 --
 ~~o0OO0o~~
 Pete Wright
 www.nycbug.org
 NYC's *BSD User Group
 ___
 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]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Artem Kuchin
Gerald de la Pascua [EMAIL PROTECTED] wrote:
we have had very good experiences with the basic 3ware cards,
I would recommend them,  easy to install,  reliable, and good
perfomance, in the uk they cost just over 100 pounds,  so a similar
price to two 
disks to plug into them.   When a disk fails  you would willingly pay
many times this amount,
3ware controllers are one of the most expensive ones. I am sure there
are good controllers which cost a lot less and work with freebsd. Do
you know any?
Artem
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


1000baseTX?

2005-03-03 Thread Yoshiaki Kasahara
Hello,

In man pages, dmesg and ifconfig of FreeBSD5, GbE operation over
twisted pair is mostly referred as '1000baseTX'.  I guess most of them
should be replaced by '1000baseT'.  1000baseTX and 1000baseT are
different standard and they are not compatible (TX needs CAT6 cable
and uses pairs in different way).  Also 1000baseTX support is very
rare yet.  I'm sorry I'm not sure if some devices really support TX.

For example, I have a NIC based on Realtek RTL8169S and its manual
says It supports 1000BASE-T/100BASE-TX/10BASE-T.

In dmesg:
rgephy0: RTL8169S/8110S media interface on miibus1
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto

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


Linking with CUPS Issue

2005-03-03 Thread Jake Stride
I have had a look on google and the archives and although I have seen 
people with a similar issue I have not been able to find an answer to 
the issue I have.

I am trying to compile the magicolor 2430DL printer dirvers and keep 
running into the following error:

[EMAIL PROTECTED] make
Linking rastertokmlf...
/usr/bin/ld: cannot find -lcups
*** Error code 1
Stop in /root/magicolor2430DL-1.1.0.
Now I have the following cups packages installed (I am using 5.3), what 
am I doing wrong?

Thanks
Jake
[EMAIL PROTECTED] pkg_info | grep cups
cups-1.1.23.0   The Common UNIX Printing System: Metaport to install 
comple
cups-base-1.1.23.0_3 The Common UNIX Printing System: headers, libs,  
daemons
cups-lpr-1.1.23.0   The CUPS BSD and system V compatibility binaries 
(lp* comma
cups-pstoraster-7.07_3 GNU Postscript interpreter for CUPS printing to 
non-PS prin
gnome-cups-manager-0.28,1 Admistration tool for cups
libgnomecups-0.1.14,1 Support library for gnome cups admistration
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual booting with Windows XP

2005-03-03 Thread Jared Earle
On Wed, 02 Mar 2005 21:40:28 -0700, Didier Caamano
[EMAIL PROTECTED] wrote:
 Hello everyone:
 
 This might sound rather foolish, but I need some assistance on how to
 dual boot FBSD 5.3 with WinXP.
 
 I have to Hard Drives, Windows is in the first drive, and I want to
 install FBSD on the second. No in the installation process I choose to
 create the partitions to the second Hard Drive, then it ask me if I want
 to install the boot manager, to which I answer yes, then it ask me where
 to install it, and I choose to the First Hard drive, is that ok? well,
 what happens is that after I choose the installer send me to disklabel
 to slice the Hard drive, but it show the First hard drive.
 
 am I making any sense at all? I thought that installing the boot manager
 was going to be a straigh forward process, is there anything wrong with
 what I am experiencing? Any help will be appreciated.

If you want Windows on the first drive, then I recommend letting the
Windows boot manager handle it.

The handbook page on it is here, but it seems to be missing the fact
that you can find the boot file (/boot/boot1) on the install CD.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER

Here's my tiny howto for fedora with a freebsd addendum:

http://www.ramblingwaffles.net/DualBoot

-- 
   Jared Earle :: http://www.23x.net  
 [EMAIL PROTECTED] :: There is no SPORK
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Need Help With mount_smbfs Error Message

2005-03-03 Thread Tim Daneliuk
I am running 4.11-stable (sources up-to-date as of today).  I have
a smb file system mounted on this machine (it is a samba share on another
4.11-stable box).  I am seeing this message intermittently:
   smb_maperror:Unmapped error 1:158
What might be causing this?
TIA,
--

Tim Daneliuk [EMAIL PROTECTED]
PGP Key: http://www.tundraware.com/PGP/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linking with CUPS Issue

2005-03-03 Thread Michael C. Shultz
On Thursday 03 March 2005 02:04 am, Jake Stride wrote:
 I have had a look on google and the archives and although I have seen
 people with a similar issue I have not been able to find an answer to
 the issue I have.

 I am trying to compile the magicolor 2430DL printer dirvers and keep
 running into the following error:

 [EMAIL PROTECTED] make
 Linking rastertokmlf...
 /usr/bin/ld: cannot find -lcups
 *** Error code 1



try ls -l /usr/local/lib/libcups*
to see if the libraries are in place
if not install:
/usr/ports/print/cups-base
if they are try:
ldconfig -m /usr/local/lib/

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


Re: {Spam?} Re: can't get a crash dump

2005-03-03 Thread Roberto Nunnari
Kris Kennaway wrote:
On Tue, Feb 22, 2005 at 03:52:00PM +0100, Roberto Nunnari wrote:

hehe.. talked to early.. just had another crash.. and as usual
it didn't dump, and it didn't enter ddb.. it just reset!

OK, now that we've established that it's not actually panicking, the
overwhelmingly most likely cause of 'spontaneous reset' crashes is bad
hardware.  e.g. your power supply may be marginal and unable to hold
up to peak loads, so your system will lose power and reboot when you
exceed that load.
Kris

Ok. The problem seams to be solved.. it was a hardware problem.
Thank you!
Best regards.
--
  Roberto Nunnari -software engineer-
   mailto:[EMAIL PROTECTED]
 Scuola Universitaria Professionale della Svizzera Italiana
 Dipartimento Tecnologie Innovative
  http://www.dti.supsi.ch
 SUPSI-DTI
 Via Cantonaletel: +41-91-6108561
 6928 Mannofax: +41-91-6108570
 Switzerland   (o o)
===oOO==(_)==OOo
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linking with CUPS Issue

2005-03-03 Thread Jake Stride
Michael C. Shultz wrote:
try ls -l /usr/local/lib/libcups*
to see if the libraries are in place
if not install:
/usr/ports/print/cups-base
if they are try:
ldconfig -m /usr/local/lib/
-Mike
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Still no luck:
ls -l /usr/local/lib/libcups*
-rwxr-xr-x  1 root  wheel  159842 Jan 28 16:04 /usr/local/lib/libcups.a
lrwxr-xr-x  1 root  wheel  12 Jan 28 16:04 /usr/local/lib/libcups.so 
- libcups.so.2
-rwxr-xr-x  1 root  wheel  124828 Jan 28 16:04 /usr/local/lib/libcups.so.2
-rwxr-xr-x  1 root  wheel  102092 Jan 28 16:04 /usr/local/lib/libcupsimage.a
lrwxr-xr-x  1 root  wheel  17 Jan 28 16:04 
/usr/local/lib/libcupsimage.so - libcupsimage.so.2
-rwxr-xr-x  1 root  wheel   79770 Jan 28 16:04 
/usr/local/lib/libcupsimage.so.2
[EMAIL PROTECTED] ldconfig -m /usr/local/lib
[EMAIL PROTECTED] make
Linking rastertokmlf...
/usr/bin/ld: cannot find -lcups
*** Error code 1

Stop in /root/magicolor2430DL-1.1.0.
Thanks
Jake
--
Jake Stride
Senokian Solutions Ltd
The TechnoCentre
Coventry University Technology Park
Puma Way
Coventry
CV1 2TT
T: 0870 744 2030
F: 0870 460 2623
M: 07713 627 304
E: [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linking with CUPS Issue

2005-03-03 Thread Jake Stride
Michael C. Shultz wrote:
try ls -l /usr/local/lib/libcups*
to see if the libraries are in place
if not install:
/usr/ports/print/cups-base
if they are try:
ldconfig -m /usr/local/lib/
-Mike
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Still no luck:
ls -l /usr/local/lib/libcups*
-rwxr-xr-x  1 root  wheel  159842 Jan 28 16:04 /usr/local/lib/libcups.a
lrwxr-xr-x  1 root  wheel  12 Jan 28 16:04 /usr/local/lib/libcups.so 
- libcups.so.2
-rwxr-xr-x  1 root  wheel  124828 Jan 28 16:04 /usr/local/lib/libcups.so.2
-rwxr-xr-x  1 root  wheel  102092 Jan 28 16:04 /usr/local/lib/libcupsimage.a
lrwxr-xr-x  1 root  wheel  17 Jan 28 16:04 
/usr/local/lib/libcupsimage.so - libcupsimage.so.2
-rwxr-xr-x  1 root  wheel   79770 Jan 28 16:04 
/usr/local/lib/libcupsimage.so.2
[EMAIL PROTECTED] ldconfig -m /usr/local/lib
[EMAIL PROTECTED] make
Linking rastertokmlf...
/usr/bin/ld: cannot find -lcups
*** Error code 1

Stop in /root/magicolor2430DL-1.1.0.
Thanks
Jake
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Gavin Atkinson
On Thu, 2005-03-03 at 12:13 +0300, Artem Kuchin wrote:
 pete wright [EMAIL PROTECTED] wrote:
  On Wed, 2 Mar 2005 17:27:07 +0300, Artem Kuchin [EMAIL PROTECTED]
  wrote: 
  Can anybody recommend cheap IDE mirroring PCI (2.0, not 2.1 or 2.2)
  controller with just 2 IDE ports which works fine with FreeBSD 4.10 ?
  
  It is to be installed on a very old motherboard (1998) and two 40GB
  IDE driver (more or less modern ones, at least not used ones for 
  sure). 
  
  sorry I don't know of any really cheap one's off hand, altho I do have
  experience with 3Ware RAID cards on 4.x.  They seemed to work well,
  and they are less expensive than proper SCSI cards...altho slower.  If
  cost really an issue would it be worth mirroring your disks in
  software via VINUM?
 
 Well, i don't trust software raids. But 3ware is probably one of the most
 expensive raid 0,1 controllers. There must be something around 40$ which
 freebsd supports. Does anyone known any model?

I'm currently using an Adaptec 1200A on
FreeBSD 5.3-STABLE #1: Fri Feb  4 02:43:22 GMT 2005 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/ZOIDBERG

and it works without any problems.  I'm using it in RAID1 mode and it
seems to be nice and fast. It's happy booting and running even with one
of the pair removed, and is happy with rebuilding afterwards. Although,
to be honest once this machine has booted it mainly only uses the disks
for logging, so I'm not putting significant load in the controller.

atapci0: HighPoint HPT370 UDMA100 controller port 
0xa800-0xa8ff,0xb000-0xb003,0xb400-0xb407,0xb800-0xb803,0xd000-0xd007 irq 17 at 
device 14.0 on pci0
ata2: channel #0 on atapci0
ata3: channel #1 on atapci0
...
ad4: 39205MB Maxtor 6E040L0/NAR61HA0 [79656/16/63] at ata2-master UDMA100
ad6: 39205MB Maxtor 6E040L0/NAR61HA0 [79656/16/63] at ata3-master UDMA100
ar0: 39205MB ATA RAID1 array [4998/255/63] status: READY subdisks:
 disk0 READY on ad4 at ata2-master
 disk1 READY on ad6 at ata3-master
Mounting root from ufs:/dev/ar0s1a

I think this card was about 30 pounds, which is probably about 50
dollars.  Remember though that this card isn't true hardware RAID, but
you're probably not going to find that within your price range.

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


Re: freebsd-stable Digest, Vol 101, Issue 9

2005-03-03 Thread Godwin Stewart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 3 Mar 2005 14:28:58 +0300, Penerdzhy R.V. [EMAIL PROTECTED] wrote:

  
 .
  ,
,
.
 
   ,

 .

My Russian may be a little rusty but this is what I understand of the
above. It looks like someone has mail processing problems...

The subject of this mail was hidden.

I'm informing you that, if further similar mails are received, they'll be
processed last in the queue.

- From now on, to speed up the processing of your mails, indicate a subject.

- -- 
G. Stewart - [EMAIL PROTECTED]

What exactly does buildworld build anyway? If it really does build the
world then there's the mother of all bug reports to file somewhere!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCJv+AK5oiGLo9AcYRAhf0AJ0SjcCICiVb4EuPKpWwDbLypikVOACeJ+Sr
1v2Da/yOBNGrYrzvCqr3qXg=
=AsFI
-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: Linking with CUPS Issue

2005-03-03 Thread Godwin Stewart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 03 Mar 2005 11:58:02 +, Jake Stride
[EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] make
 Linking rastertokmlf...
 /usr/bin/ld: cannot find -lcups
 *** Error code 1
 
 Stop in /root/magicolor2430DL-1.1.0.

Make distclean.

Now, before running ./configure again, set these variables:

CPPFLAGS=-I/usr/local/include
LDFLAGS=-L/usr/local/lib

- -- 
G. Stewart - [EMAIL PROTECTED]

A conclusion is simply the place where someone got tired of thinking.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCJwADK5oiGLo9AcYRAlU5AKCk24eVVRNPo3ap/JaXH8I9EjhepwCfSrPj
bR+3soanNwr45f0RE5zDqGw=
=BN2y
-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: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Dominic Marks
Artem Kuchin said:
 pete wright [EMAIL PROTECTED] wrote:
 On Wed, 2 Mar 2005 17:27:07 +0300, Artem Kuchin [EMAIL PROTECTED]
 wrote:
 Can anybody recommend cheap IDE mirroring PCI (2.0, not 2.1 or 2.2)
 controller with just 2 IDE ports which works fine with FreeBSD 4.10 ?

 It is to be installed on a very old motherboard (1998) and two 40GB
 IDE driver (more or less modern ones, at least not used ones for
 sure).

 sorry I don't know of any really cheap one's off hand, altho I do have
 experience with 3Ware RAID cards on 4.x.  They seemed to work well,
 and they are less expensive than proper SCSI cards...altho slower.  If
 cost really an issue would it be worth mirroring your disks in
 software via VINUM?

 Well, i don't trust software raids. But 3ware is probably one of the most
 expensive raid 0,1 controllers. There must be something around 40$ which
 freebsd supports. Does anyone known any model?

Highpoint Rocket RAID ATA-133 which I found in the catalogue of a UK
computer parts retailer seems to be what you want. 2 channel ATA-133 which
does RAID 0/1 (don't know if it does it all on the card). It's slightly
over your price target of $40 though, from this retailer its about  £60.

http://www.highpoint-tech.com/USA/r133.htm

I have a similar SATA controller which from Highpoint which seems to work
pretty well.

 --
 Regards,
 Artem Kuchin
 IT Legion Ltd.
 Moscow, Russia
 www.itlegion.ru
 [EMAIL PROTECTED]
 +7 095 232-0338

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


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


Re: 5.3 STABLE Boot CD Fails on PPRO 200 (BTX halted)

2005-03-03 Thread Edwin Brown
No, l, I didn't think it was me since the release CD's from
ftp.freebsd.org also fail to boot. They give the same erorr messages
with different memory addresses.

But, I can recomplie with -0. I doubt that will work either. 

Best regards,

Edwin

On Wed, 02 Mar 2005 21:25:30 -0800, Michael C. Shultz
[EMAIL PROTECTED] wrote:
 On Wednesday 02 March 2005 09:09 pm, Edwin Brown wrote:
  I didn't cut and paste that. I had to copy everything by hand. It's
  correct in the make.conf.
 
  Best,
 
  Edwin
 
 
 OK, did you try just using -O?  There is a note about that in the
 make.conf file.
 
 -Mike

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


Re: 4.11-RELEASE panics

2005-03-03 Thread Kirill Ponomarew
On Thu, Mar 03, 2005 at 12:19:44PM +0100, Kirill Ponomarew wrote:
 4.11-R paniced today, trace, dmesg and kernel config are attached.

The same machine paniced again:

GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-unknown-freebsd...
IdlePTD at physical address 0x00335000
initial pcb at physical address 0x002a8740
panicstr: from debugger
panic messages:
---
Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= trace trap, interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 
panic: from debugger


Fatal trap 3: breakpoint instruction fault while in kernel mode
instruction pointer = 0x8:0xc0222b18
stack pointer   = 0x10:0xdfd90978
frame pointer   = 0x10:0xdfd90980
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= trace trap, interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= trace trap, interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= trace trap, interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= trace trap, interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0204ce8
stack pointer   = 0x10:0xdfd90b64
frame pointer   = 0x10:0xdfd90b70
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= trace trap, interrupt enabled, resume, IOPL = 0
current process = 170 (perl)
interrupt mask  = net bio cam 


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2aa2
fault code  = supervisor 

Re: Linking with CUPS Issue

2005-03-03 Thread Daniel O'Connor
On Thu, 3 Mar 2005 22:27, Jake Stride wrote:
 [EMAIL PROTECTED] ldconfig -m /usr/local/lib

ldconfig has zero to do with compile time linking.

 [EMAIL PROTECTED] make
 Linking rastertokmlf...
 /usr/bin/ld: cannot find -lcups
 *** Error code 1

Edit the makefile so that it CFLAGS gets -L/usr/local/lib added to it and try 
again.

-- 
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


pgpUiVaunTWST.pgp
Description: PGP signature


Re: Linking with CUPS Issue

2005-03-03 Thread Jake Stride
Daniel O'Connor wrote:
On Thu, 3 Mar 2005 22:27, Jake Stride wrote:
 

[EMAIL PROTECTED] ldconfig -m /usr/local/lib
   

ldconfig has zero to do with compile time linking.
 

[EMAIL PROTECTED] make
Linking rastertokmlf...
/usr/bin/ld: cannot find -lcups
*** Error code 1
   

Edit the makefile so that it CFLAGS gets -L/usr/local/lib added to it and try 
again.

 

Thanks, I think I am down to a cups error now:
make
Linking rastertokmlf...
rastertokmlf.o(.text+0x1d2): In function `find_printer_make':
: undefined reference to `cups_strlcpy'
rastertokmlf.o(.text+0x209): In function `find_printer_make':
: undefined reference to `cups_strlcpy'
*** Error code 1
Stop in /root/magicolor2430DL-1.1.0.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Pertti Kosunen
Artem Kuchin wrote:
Well, i don't trust software raids. But 3ware is probably one of the most
expensive raid 0,1 controllers. There must be something around 40$ which
freebsd supports. Does anyone known any model? 
Those cheap hardware raid 0,1 controllers are all really software 
raids. Driver does the raid job on windows. IMHO FreeBSD soft-raid is at 
least as secure than those ms-driver ones.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD4.10

2005-03-03 Thread Gavin Atkinson
On Thu, 2005-03-03 at 15:30 +0300, Artem Kuchin wrote:
 Gavin Atkinson [EMAIL PROTECTED] wrote:
  On Thu, 2005-03-03 at 12:13 +0300, Artem Kuchin wrote:
  pete wright [EMAIL PROTECTED] wrote:
  On Wed, 2 Mar 2005 17:27:07 +0300, Artem Kuchin [EMAIL PROTECTED]
  wrote:
  Can anybody recommend cheap IDE mirroring PCI (2.0, not 2.1 or 2.2)
  controller with just 2 IDE ports which works fine with FreeBSD
  4.10 ? 
  
  It is to be installed on a very old motherboard (1998) and two 40GB
  IDE driver (more or less modern ones, at least not used ones for
  sure).
  
  sorry I don't know of any really cheap one's off hand, altho I do
  have experience with 3Ware RAID cards on 4.x.  They seemed to work
  well, and they are less expensive than proper SCSI cards...altho
  slower.  If cost really an issue would it be worth mirroring your
  disks in software via VINUM?
  
  Well, i don't trust software raids. But 3ware is probably one of the
  most expensive raid 0,1 controllers. There must be something around
  40$ which freebsd supports. Does anyone known any model?
  
  I'm currently using an Adaptec 1200A on
  FreeBSD 5.3-STABLE #1: Fri Feb  4 02:43:22 GMT 2005
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ZOIDBERG 
  
  and it works without any problems.  I'm using it in RAID1 mode and it
  seems to be nice and fast. It's happy booting and running even with
  one 
  of the pair removed, and is happy with rebuilding afterwards.
  Although, 
  to be honest once this machine has booted it mainly only uses the
  disks 
  for logging, so I'm not putting significant load in the controller.
  
  atapci0: HighPoint HPT370 UDMA100 controller port
 
 HighPoint HPT370 ? So this Adaptec 1200A is actually
 HPT370? I see you use it on 5.3-STABLE. Are the drivers built in or
 you downloaded them from the vendor's site?

I'm just using the ATA driver built-in to 5.3.  It seems to work fine
for me.

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


Re: {Spam?} Re: can't get a crash dump

2005-03-03 Thread Kris Kennaway
On Thu, Mar 03, 2005 at 12:29:04PM +0100, Roberto Nunnari wrote:
 Kris Kennaway wrote:
 
 On Tue, Feb 22, 2005 at 03:52:00PM +0100, Roberto Nunnari wrote:
 
 
 hehe.. talked to early.. just had another crash.. and as usual
 it didn't dump, and it didn't enter ddb.. it just reset!
 
 
 OK, now that we've established that it's not actually panicking, the
 overwhelmingly most likely cause of 'spontaneous reset' crashes is bad
 hardware.  e.g. your power supply may be marginal and unable to hold
 up to peak loads, so your system will lose power and reboot when you
 exceed that load.
 
 Kris
 
 
 Ok. The problem seams to be solved.. it was a hardware problem.

Glad to hear it was identified.

Kris


pgp8phLVXCJaF.pgp
Description: PGP signature


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Michael Metzger
...and that I've got nowhere near the chops to do anything useful with a 
stack trace that I'm sure others do.  I thought I'd pipe up in response to 
Ruben's message to provide a data point.  Am I the only one for whom 
Firefox and www/flashplugin-firefox doesn't work?

Brian, I tried the native flash player for firefox back in November of 2004 and 
I encountered the same problem you describe.

My solution was to use the linuxpluginwrapper

then I had to copy out 
/usr/share/examples/linuxpluginwrapper/libmap.conf

to 

/etc/libmap.conf

and now I have firefox with flash support.

Also, I have native java working in it as well.




Michael Metzger
MarketVision Research
Research Associate - Information Services
P: (513) 985-6537
F: (513) 794-3500

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


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Scott Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Mar 03, 2005 at 08:50:34AM -0500, Michael Metzger wrote:
 
 My solution was to use the linuxpluginwrapper
 
 then I had to copy out 
 /usr/share/examples/linuxpluginwrapper/libmap.conf
 
 to 
 
 /etc/libmap.conf
 
 and now I have firefox with flash support.

 Also, I have native java working in it as well.


Quick note on this--it gets covered from time to time on BSD forums. 
Although this works quite well on most sites (including those with java
if you have it installed, (and, if you use linuxpluginwrapper, it also
installs realplayer which will work as well) there are some sites that
will choke firefox (though not linux-opera).

www.tvguide.com is one, espn another.  (I never said that we were
intellectuals on the forums)  :)


- -- 

Scott

GPG KeyID EB3467D6
( 1B848 077D 66F6 9DB0 FDC2  A409 FA54 D575 EB34 67D6)
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Dracula: Very impressive hunt. Such power. 
Buffy: That was no hunt. That was just another day on the job. 
Care to step up for some overtime? 
Dracula: We're not going to fight. 
Buffy: Do you know what a Slayer is? 
Dracula: Do you? 
Buffy: Who are you? 
Dracula: I apologize. I assumed you knew. I am Dracula. 
Buffy: Get out!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCJxgy+lTVdes0Z9YRAndFAKCTUQky4Zt3qbXN8RpwxfkMSyOLiACdHNmZ
nehgF9JvAqWB6mAkrE2N+u8=
=k+Ib
-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]


ABI broken for 5.4-PRERELEASE?

2005-03-03 Thread Matthias Schuendehuette
Hi,

yesterday (MAR02,2005) I updated to 5.4-PRERELEASE. Since then, 
'xsysinfo-1.4a' doesn't run anymore.

The error message is: xsysinfo: undefined symbol: _nfiles

I had the belief, that this does not happen within a major release of 
FreeBSD... isn't it?
-- 
Ciao/BSD - Matthias

Matthias Schuendehuette msch [at] snafu.de, Berlin (Germany)
PGP-Key at pgp.mit.edu and wwwkeys.de.pgp.net ID: 0xDDFB0A5F
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dell pe1550 (smp) on RELENG_5 ?

2005-03-03 Thread Robin P. Blanchard
Anyone succesfully accomplished this ?
Seems I have to disable apic to get the box to sucessfully boot (otherwise
will hang), thereby disabling smp.

# cat /boot/loader.conf |fgrep -v #
beastie_disable=YES
boot_verbose=YES
ahc_pci_load=YES
amr_load=YES
if_fxp_load=YES
kern.cam.scsi_delay=2000
kern.maxusers=0
hint.apic.0.disabled=1

# sysctl -a |fgrep smp
kern.timecounter.smp_tsc: 0
kern.smp.forward_roundrobin_enabled: 1
kern.smp.forward_signal_enabled: 1
kern.smp.cpus: 1
kern.smp.disabled: 0
kern.smp.active: 0
kern.smp.maxcpus: 16
debug.psmpkterrthresh: 2

mptable and dmesg here:
http://people.gactr.uga.edu/robin/1550/mptable.txt


---
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Education
fon: 706.542.2404   fax: 706.542.6546
---
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Brian Reichert
On Thu, Mar 03, 2005 at 09:10:00AM +, Gerald de la Pascua wrote:
 we have had very good experiences with the basic 3ware cards, 
 I would recommend them,  easy to install,  reliable, and good perfomance, 
 in the uk they cost just over 100 pounds,  so a similar price to two
 disks to plug into them.   When a disk fails  you would willingly pay
 many times this amount,

I've been using a cheapo Promise controller in a RAID 1+0 for years,
literally.

[EMAIL PROTECTED]:19:0:  class=0x010485 card=0x4d68105a chip=0x6269105a
rev=0x02 
hdr=0x00
vendor   = 'Promise Technology Inc'
device   = 'PDC20271 FastTrak TX2000 EIDE controller'
class= mass storage
subclass = RAID

  atapci1: Promise TX2 ATA133 controller port
  0xe800-0xe80f,0xe400-0xe403,0xe000-0xe007,0xdc00-0xdc03,0xd800-0xd807 mem
  0xd600-0xd600 irq 11 at device 1 9.0 on pci0

  ar0: 228881MB ATA RAID0+1 array [29178/255/63] status: READY subdisks:
  0 READY ad4: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
ata2-master UDMA1 00
  1 READY ad5: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at ata2-sla
ve UDMA100
  2 READY ad6: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at ata3-mas
ter UDMA100
  3 READY ad7: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at ata3-sla
ve UDMA100

 kind regards,  Gerald

-- 
Brian Reichert  [EMAIL PROTECTED]
37 Crystal Ave. #303Daytime number: (603) 434-6842
Derry NH 03038-1713 USA BSD admin/developer at large
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Eric Schuele
Scott Robbins wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Mar 03, 2005 at 08:50:34AM -0500, Michael Metzger wrote:
My solution was to use the linuxpluginwrapper
then I had to copy out 
/usr/share/examples/linuxpluginwrapper/libmap.conf

to 

/etc/libmap.conf
and now I have firefox with flash support.

Also, I have native java working in it as well.

Quick note on this--it gets covered from time to time on BSD forums. 
Although this works quite well on most sites (including those with java
if you have it installed, (and, if you use linuxpluginwrapper, it also
When you say 'use linuxpluginwrapper' do you mean *in addition* to 
flashplugin-firefox?  Or linuxpluginwrapper with another flash port such 
as linux-flashplugin*?

installs realplayer which will work as well) there are some sites that
will choke firefox (though not linux-opera).
www.tvguide.com is one, espn another.  (I never said that we were
intellectuals on the forums)  :)
- -- 

Scott
GPG KeyID EB3467D6
( 1B848 077D 66F6 9DB0 FDC2  A409 FA54 D575 EB34 67D6)
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Dracula: Very impressive hunt. Such power. 
Buffy: That was no hunt. That was just another day on the job. 
Care to step up for some overtime? 
Dracula: We're not going to fight. 
Buffy: Do you know what a Slayer is? 
Dracula: Do you? 
Buffy: Who are you? 
Dracula: I apologize. I assumed you knew. I am Dracula. 
Buffy: Get out!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCJxgy+lTVdes0Z9YRAndFAKCTUQky4Zt3qbXN8RpwxfkMSyOLiACdHNmZ
nehgF9JvAqWB6mAkrE2N+u8=
=k+Ib
-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]

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


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Josh Tolbert
On Thu, Mar 03, 2005 at 10:49:53AM -0500, Brian Reichert wrote:
 I've been using a cheapo Promise controller in a RAID 1+0 for years,
 literally.
 
 [EMAIL PROTECTED]:19:0:  class=0x010485 card=0x4d68105a chip=0x6269105a
 rev=0x02 
 hdr=0x00
 vendor   = 'Promise Technology Inc'
 device   = 'PDC20271 FastTrak TX2000 EIDE controller'
 class= mass storage
 subclass = RAID
 
   atapci1: Promise TX2 ATA133 controller port
   0xe800-0xe80f,0xe400-0xe403,0xe000-0xe007,0xdc00-0xdc03,0xd800-0xd807 mem
   0xd600-0xd600 irq 11 at device 1 9.0 on pci0
 
   ar0: 228881MB ATA RAID0+1 array [29178/255/63] status: READY subdisks:
 0 READY ad4: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata2-master UDMA1 00
   1 READY ad5: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata2-sla
 ve UDMA100
   2 READY ad6: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata3-mas
 ter UDMA100
   3 READY ad7: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata3-sla
 ve UDMA100

I've been running a 3Ware 7000-2 for ages, as well as a Promise FastTrack100
(built in to my Tyan Tiger LE) for years. Both systems have two WD800JB drives
in RAID1. I've tested the rebuild functionality of the 3Ware (from the
controller's BIOS) but I've never tested the Promise as far as rebuilding the
mirror goes.

I have yet to try a Highpoint.

Thanks,
Josh
-- 
Josh Tolbert
[EMAIL PROTECTED]  ||  http://www.puresimplicity.net/~hemi/

If your sysadmin's not being fascist, you're paying him too much.
   --Sam Greenfield
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual booting with Windows XP

2005-03-03 Thread Robin Schoonover
On Wed, 02 Mar 2005 21:40:28 -0700 Didier Caamano
[EMAIL PROTECTED] wrote:
 Hello everyone:
 
 This might sound rather foolish, but I need some assistance on how to 
 dual boot FBSD 5.3 with WinXP.


It is rather foolish, but like I should talk...I set it up just a few
weeks ago.

First off, I left the FreeBSD boot manager out of the picture. I used
the bootpart utility (http://www.winimage.com/bootpart.htm) to
automagically get my boot.ini set up correctly for the windows boot
loader so that FreeBSD is now listed as an option.

Then I set FreeBSD to be the default and the countdown to 11 seconds
from the original 30. :)

-- 
Robin Schoonover[EMAIL PROTECTED] [EMAIL PROTECTED]
   [EMAIL PROTECTED]
# Oh wow!  Everything seems so cosmic!  Your spider-sense is tingling...
# -- Nethack 3.1.3
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Scott Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Mar 03, 2005 at 09:57:51AM -0600, Eric Schuele wrote:
 Scott Robbins wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, Mar 03, 2005 at 08:50:34AM -0500, Michael Metzger wrote:
 
 My solution was to use the linuxpluginwrapper
 
 then I had to copy out 
 /usr/share/examples/linuxpluginwrapper/libmap.conf
 
 to 
 
 /etc/libmap.conf
 
 and now I have firefox with flash support.
 
 
 Also, I have native java working in it as well.
 
 
 
 Quick note on this--it gets covered from time to time on BSD forums. 
 Although this works quite well on most sites (including those with java
 if you have it installed, (and, if you use linuxpluginwrapper, it also
 
 When you say 'use linuxpluginwrapper' do you mean *in addition* to 
 flashplugin-firefox?  Or linuxpluginwrapper with another flash port such 
 as linux-flashplugin*?

I mean only the linuxpluginwrapper.  I don't install flash (the port
does install it as a dependency however).


- -- 

Scott

GPG KeyID EB3467D6
( 1B848 077D 66F6 9DB0 FDC2  A409 FA54 D575 EB34 67D6)
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Spike: I did a couple of slayers in my time. I don't like to 
brag. Who am I kidding? I love to brag. One time, during the 
Boxer Rebellion...

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCJz1w+lTVdes0Z9YRAjJLAJ4g5GuBLgsbOs7HnY2LlLyEvXPangCfUA8E
207Q1M0PXOd5gIuTLHr7Mkw=
=CadN
-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: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Gerald de la Pascua
Brian, 

I am interested in your experiences with the promise raid card, 

what driver does it use?   ( we use the 3ware with the twe )

is there management software to monitor it like the 3ware?

can you set it up to email you on a disk failure, 

are there comand line tools from unix to monitor it ( don't know if
3ware has these actually !)

what model do you use and approximately how much are they?

thanks in advance, 

Gerald



On Thu, 3 Mar 2005 10:49:53 -0500, Brian Reichert [EMAIL PROTECTED] wrote:
 On Thu, Mar 03, 2005 at 09:10:00AM +, Gerald de la Pascua wrote:
  we have had very good experiences with the basic 3ware cards,
  I would recommend them,  easy to install,  reliable, and good perfomance,
  in the uk they cost just over 100 pounds,  so a similar price to two
  disks to plug into them.   When a disk fails  you would willingly pay
  many times this amount,
 
 I've been using a cheapo Promise controller in a RAID 1+0 for years,
 literally.
 
 [EMAIL PROTECTED]:19:0:  class=0x010485 card=0x4d68105a chip=0x6269105a
 rev=0x02
 hdr=0x00
vendor   = 'Promise Technology Inc'
device   = 'PDC20271 FastTrak TX2000 EIDE controller'
class= mass storage
subclass = RAID
 
  atapci1: Promise TX2 ATA133 controller port
  0xe800-0xe80f,0xe400-0xe403,0xe000-0xe007,0xdc00-0xdc03,0xd800-0xd807 mem
  0xd600-0xd600 irq 11 at device 1 9.0 on pci0
 
  ar0: 228881MB ATA RAID0+1 array [29178/255/63] status: READY subdisks:
  0 READY ad4: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata2-master UDMA1 00
  1 READY ad5: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata2-sla
 ve UDMA100
  2 READY ad6: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata3-mas
 ter UDMA100
  3 READY ad7: 114473MB WDC WD1200JB-00CRA1 [232581/16/63] at 
 ata3-sla
 ve UDMA100
 
  kind regards,  Gerald
 
 --
 Brian Reichert  [EMAIL PROTECTED]
 37 Crystal Ave. #303Daytime number: (603) 434-6842
 Derry NH 03038-1713 USA BSD admin/developer at large

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


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Brian Reichert
On Thu, Mar 03, 2005 at 04:44:31PM +, Gerald de la Pascua wrote:
 Brian, 
 
 I am interested in your experiences with the promise raid card, 
 
 what driver does it use?   ( we use the 3ware with the twe )

Under 4.9-RELEASE, it works with the ata(4) driver:

 Promise Ultra/Fasttrak-33  Ultra DMA 33 (UDMA2), 33 MB/sec
 Promise Ultra/Fasttrak-66  Ultra DMA 66 (UDMA4), 66 MB/sec
 Promise Ultra/Fasttrak-100 Ultra DMA 100 (UDMA5), 100 MB/sec
 Promise Ultra/Fasttrak-100 TX2/TX4 Ultra DMA 100 (UDMA5), 100 MB/sec
 Promise Ultra/Fasttrak-133 TX2/TX2000  Ultra DMA 133 (UDMA6), 133 MB/sec

 is there management software to monitor it like the 3ware?

I don't have any.  I had hoped the smartmontool would, but I've
never gotten that to work on any raid card. :/

 are there comand line tools from unix to monitor it ( don't know if
 3ware has these actually !)

With 3ware, you need to install 3dm2, which used the cli to poll
the device.  3dm2 can be configured to send notices.

 what model do you use and approximately how much are they?

What, the Promise controller?  I got this years ago.  I see it here
for about $30 bucks.

  http://bestbargainpc.com/prul100cobu.html

 thanks in advance, 
 
 Gerald

-- 
Brian Reichert  [EMAIL PROTECTED]
37 Crystal Ave. #303Daytime number: (603) 434-6842
Derry NH 03038-1713 USA BSD admin/developer at large
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ueagle(4) driver merging

2005-03-03 Thread Mateusz Jdrasik
Daniel O'Connor napisa(a):
On Thu, 3 Mar 2005 04:25, Mateusz Jdrasik wrote:
Is the idea of FreeBSD to merge such driver as a hack to the umodem
code, or to stay in tune with Damien's solution and merge the whole driver?

umodem is for serial modems not ADSL. I believe ADSL modems tend to send 
either ATM or ethernet frames whereas umodem deals with RS232 like devices.

Indeed, then, is the driver going to be merged in its original form or 
not? :)

Anyone? ;)
Cheers,
--
Mateusz Jdrasik [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


kern/67636 PR again?

2005-03-03 Thread Rostislav Krasny
Hello there.

Although the kern/67636 PR was closed before FreeBSD 5.3-RELEASE,
I'm experiencing exactly the same problem on my FreeBSD 5.3-RELEASE-p5:

saturn# ls -al /boot/kernel/ipl.ko
-r-xr-xr-x  1 root  wheel  92883 Jan 17 12:18 /boot/kernel/ipl.ko
saturn# kldload -v /boot/kernel/ipl.ko
kldload: can't load /boot/kernel/ipl.ko: No such file or directory
saturn# dmesg | tail -1
link_elf: symbol in6_cksum undefined

And following is the contents of my kernel build configuration file.
As you can see I've disabled INET6 but enabled IPFIREWALL and IPDIVERT
for some other use. Before trying ipl I was using ipfw with natd.


machine i386
cpu I586_CPU
cpu I686_CPU
ident   MYKERNEL

options SCHED_4BSD  # 4BSD scheduler
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.


options IPFIREWALL  #firewall
options IPDIVERT#divert sockets


device  apic# I/O APIC

# Bus support.  Do not remove isa, even if you have no isa slots
device  isa
device  pci

# Floppy drives
device  fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
options ATA_STATIC_ID   # Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse

device  vga # VGA video card driver

device  splash  # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device  sc

# Enable this for the pcvt (VT220 compatible) console driver
#device vt
#optionsXSERVER # support for X server on a vt console
#optionsFAT_CURSOR  # start with block cursor

device  agp # support several AGP chipsets

# Floating point support - do not disable.
device  npx

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device  pmtimer

# Serial (COM) ports
device  sio # 8250, 16[45]50 based serial ports

# Parallel port
device  ppc
device  ppbus   # Parallel port bus (required)
device  lpt # Printer
device  ppi # Parallel port interface device
#device vpo # Requires scbus and da

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these
# NICs!
device  miibus  # MII bus support
device  xl  # 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.  pccard NICs included.
# 'device ed' requires 'device miibus'
device  ed  # NE[12]000, SMC Ultra, 3c503, DS8390 cards

# Pseudo devices.
device  loop 

Re: twa breakage on AMD64with9.1.5.23wareversionand2005-01-1103:00:49 UTC RELENG_5 commit

2005-03-03 Thread Scott Long
Jean-Yves Avenard wrote:
Well, it may work for you, but not for me.
Still hangs exactly in the same spot.
Jean-Yves
On 21/01/2005, at 12:24 AM, Michael Meltzer wrote:
 looks like patch3 worked, good job! I had to turn off TWA_DEBUG to 
get the boot going, the debug was starving the boot on a 9600 baud 
terminal. I can increase the speed and caputer the output on monday if 
it will help(it on the large side, bigger than the 10,000 line capture 
buffer in am using).  I incude 2 iozone reports, the first one the new 
driver the second one the old driver, Is thier a way to increase the 
read ahead in freebsd?? -mjm


---
I have a patch that I'll be posting for review tonight that hopefully 
will put all of this to rest.  Stay tuned, and harass me if you don't 
see it by tomorrow.

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


Re: twa breakage on AMD64 with9.1.5.23wareversionand2005-01-1103:00:49 UTC RELENG_5 commit

2005-03-03 Thread Jean-Yves Avenard
can't wait to test..
I'm just about to revert to FreeBSD i386 this week-end as i can't put 
up with the constant amd64 crashes anymore...

It's not just the twa driver ; the NFS server often start to take 100% 
of CPU time and various network utilities crashes once a week.

I didn't notice much speed increase when I moved from i386 to amd64 so 
it's not going to be too much of an issue to revert back (except 
Subversion server: for some reasons it's much faster on amd64)

Jean-Yves
On 04/03/2005, at 7:50 AM, Scott Long wrote:
Jean-Yves Avenard wrote:
Well, it may work for you, but not for me.
Still hangs exactly in the same spot.
Jean-Yves
On 21/01/2005, at 12:24 AM, Michael Meltzer wrote:
 looks like patch3 worked, good job! I had to turn off TWA_DEBUG to 
get the boot going, the debug was starving the boot on a 9600 baud 
terminal. I can increase the speed and caputer the output on monday 
if it will help(it on the large side, bigger than the 10,000 line 
capture buffer in am using).  I incude 2 iozone reports, the first 
one the new driver the second one the old driver, Is thier a way to 
increase the read ahead in freebsd?? -mjm


---
I have a patch that I'll be posting for review tonight that hopefully 
will put all of this to rest.  Stay tuned, and harass me if you don't 
see it by tomorrow.

Scott

---
Jean-Yves Avenard
Hydrix Pty Ltd - Embedding the net
www.hydrix.com | fax +61 3 9572 2686 | phone +61 3 9572 0686 ext 100
VoIP: direct: [EMAIL PROTECTED], general: [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 2 ntpd (5.3-STABLE-SNAP001)

2005-03-03 Thread Thomas Krause -CI-

when starting ntpd at boot time, I've 2 ntpd's running:
[...]
Any idea why? I' running 5.3-STABLE-SNAP001.

1. You have some host names in ntp.conf which need to be resolved, and
2. At the time ntpd starts, the resolver isn't running.
For some reason, ntpd makes one attempt to look up names in DNS and then
goes into an infinite loop.
Hi Colin,
thank's for your hint. I'm running dnscache on this machine and
ntpd is started earlier. After replacing the hostnames with ip addresses
all is running fine.
Regards,
Thomas.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: twa breakage onAMD64with9.1.5.23wareversionand2005-01-1103:00:49 UTC RELENG_5 commit

2005-03-03 Thread Vinod Kashyap
 
 can't wait to test..
 
 I'm just about to revert to FreeBSD i386 this week-end as i can't put 
 up with the constant amd64 crashes anymore...
 
 It's not just the twa driver ; the NFS server often start to 

Just FYI, the patch Scott's talking about will be in busdma and not twa.


 take 100% 
 of CPU time and various network utilities crashes once a week.
 
 I didn't notice much speed increase when I moved from i386 to 
 amd64 so 
 it's not going to be too much of an issue to revert back (except 
 Subversion server: for some reasons it's much faster on amd64)
 
 Jean-Yves
 
 On 04/03/2005, at 7:50 AM, Scott Long wrote:
 
  Jean-Yves Avenard wrote:
  Well, it may work for you, but not for me.
  Still hangs exactly in the same spot.
  Jean-Yves
  On 21/01/2005, at 12:24 AM, Michael Meltzer wrote:
   looks like patch3 worked, good job! I had to turn off 
 TWA_DEBUG to 
  get the boot going, the debug was starving the boot on a 
 9600 baud 
  terminal. I can increase the speed and caputer the output 
 on monday 
  if it will help(it on the large side, bigger than the 10,000 line 
  capture buffer in am using).  I incude 2 iozone reports, 
 the first 
  one the new driver the second one the old driver, Is 
 thier a way to 
  increase the read ahead in freebsd?? -mjm
 
 
  ---
 
  I have a patch that I'll be posting for review tonight that 
 hopefully 
  will put all of this to rest.  Stay tuned, and harass me if 
 you don't 
  see it by tomorrow.
 
  Scott
 
 
 ---
 Jean-Yves Avenard
 Hydrix Pty Ltd - Embedding the net
 www.hydrix.com | fax +61 3 9572 2686 | phone +61 3 9572 0686 ext 100
 VoIP: direct: [EMAIL PROTECTED], general: [EMAIL PROTECTED]
 
 ___
 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]


possible ideas for new GENERIC kernel on UP systems

2005-03-03 Thread Chris
I made a post earlier in the month about my concerns with 5.3 and I
reffered to 2 of my servers having tcp lockups, but on the most
problematic service I made some changes to the kernel and so far it
has been running very good network wise.

 9:26PM  up 28 days,  1:01, 1 user, load averages: 0.16, 0.17, 0.16
FreeBSD 5.3-STABLE #0: Thu Feb  3 15:48:42 GMT 2005

Now the server is a celeron 2ghz realtek network card on a 100mbit
connection, its average load is 1500 simultaneous connections, handles
average sustained traffic of 0.5mbit-1mbit/sec and often has to burst
to over 20mbit.  During this time it has also taken around half a
dozen DDOS attacks using 100% network utilisation.

My kernel config (not full paste but whats diff to normal GENERIC)

cpu I686_CPU (others removed)

optionsAHC_REG_PRETTY_PRINT - disabled
optionsAHD_REG_PRETTY_PRINT - disabled
optionsADAPTIVE_GIANT - disabled (*)
device apic - disabled (*)
device sl - disabled
device ppp - disabled

new options
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=50
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPFIREWALL_FORWARD
options IPDIVERT
options IPSTEALTH
options DUMMYNET
options TCP_DROP_SYNFIN
options HZ=1000
options NO_ADAPTIVE_MUTEXES (*)
options CPU_ENABLE_SSE
options SC_DISABLE_REBOOT
options SC_NO_HISTORY
options DEVICE_POLLING

* = I think these 3 things are what has greatly improved the stability
of the server, the other changes listed are for different reasons
other then stability but I showed them so others know what I am
running with.  Are adaptive_giant and adaptive mutexes advantageous to
UP systems?

Note - also hardware devices disabled in kernel not in server, device
polling in kernel but not activated, cpu_enable_sse probably useless
line.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


RELENG_5 dc0 and dc1 watchdog timeouts - IRQ issues?

2005-03-03 Thread Troy
I recently upgraded this machine from 4.x to 5.x and am seeing a lot of
watchdog timeouts.  

I've been trying to track down how to stop the constant watchdog
timeouts that I'm experiencing and figured to post to the list. The box
is running IPFW and has two NICs. Originally I was using a separate
physical Nic (xl0) and after seeing the watchdog timeouts, I switched to
a different card.  I am now using 2 ports on a quad card and barely
pushing traffic through it.  Every time I experience a watchdog timeout,
packets stall  creating chaos for performance.  I noticed that it's
output errors as opposed to drops.

I found a post where someone was talking about problems with getting IRQ
resources.  From the bootup messages below you can see that I'm seeing
errors and again tried to follow other threads where people had the same
problems but never got a decent answer.  I'm not sure what I can do to
fix these problems, but clearly the performance is horrible.

Any thoughts?

-Troy



snip from /var/log/messages
=
Mar  3 15:15:55  kernel: dc0: watchdog timeout
Mar  3 15:16:11  kernel: dc0: watchdog timeout
Mar  3 15:13:49  kernel: dc1: watchdog timeout
hundreds of them

Bootup messages
===

adv1: Invalid baseport of 0x0 specified. Nearest valid baseport is 0x100
failing probe
adv1: Invalid baseport of 0x40 specified. Nearest valid baseport is
0x100 failing probe
adv1: Invalid baseport of 0x70 specified. Nearest valid baseport is
0x100 failing probe
adv1: Invalid baseport of 0xf0 specified. Nearest valid baseport is
0x100 failing probe
adv1: Invalid baseport of 0x4d0 specified. Nearest valid baseport is
0x330 failing probe


unknown: PNP0303 can't assign resources (port)
unknown: PNP0303 at port 0x60 on isa0
adv1: Invalid baseport of 0x61 specified. Nearest valid baseport is
0x100 failing probe

unknown: PNP0c02 can't assign resources (memory)
unknown: PNP0f13 can't assign resources (irq)
unknown: PNP0f13 at irq 12 on isa0
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 at port 0x3f8-0x3ff on isa0

unknown: PNP0700 can't assign resources (port)
unknown: PNP0400 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)



DC0 Interface
=
netstat -Idc0 -d
NameMtu Network   Address  Ipkts IerrsOpkts
Oerrs  Coll Drop
dc01500 Link#2  00:80:c8:b9:99:b1   472393 0   451110
82 0   0


DC1 Interface
=
netstat -Idc1 -d
NameMtu Network   Address  Ipkts IerrsOpkts
Oerrs  Coll Drop
dc11500 Link#3  00:80:c8:b9:99:b2   474155 0   459074
92 0   0




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


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Eric Schuele
Scott Robbins wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Mar 03, 2005 at 09:57:51AM -0600, Eric Schuele wrote:
Scott Robbins wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Mar 03, 2005 at 08:50:34AM -0500, Michael Metzger wrote:

My solution was to use the linuxpluginwrapper
then I had to copy out 
/usr/share/examples/linuxpluginwrapper/libmap.conf

to 

/etc/libmap.conf
and now I have firefox with flash support.

Also, I have native java working in it as well.

Quick note on this--it gets covered from time to time on BSD forums. 
Although this works quite well on most sites (including those with java
if you have it installed, (and, if you use linuxpluginwrapper, it also
When you say 'use linuxpluginwrapper' do you mean *in addition* to 
flashplugin-firefox?  Or linuxpluginwrapper with another flash port such 
as linux-flashplugin*?

I mean only the linuxpluginwrapper.  I don't install flash (the port
does install it as a dependency however).
Just so I understand...
You install this in conjunction with the www/firefox not the 
www/linux-firefox?


- -- 

Scott
GPG KeyID EB3467D6
( 1B848 077D 66F6 9DB0 FDC2  A409 FA54 D575 EB34 67D6)
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Spike: I did a couple of slayers in my time. I don't like to 
brag. Who am I kidding? I love to brag. One time, during the 
Boxer Rebellion...

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)
iD8DBQFCJz1w+lTVdes0Z9YRAjJLAJ4g5GuBLgsbOs7HnY2LlLyEvXPangCfUA8E
207Q1M0PXOd5gIuTLHr7Mkw=
=CadN
-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]

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


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Scott Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Mar 03, 2005 at 04:45:41PM -0600, Eric Schuele wrote:
 Scott Robbins wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 When you say 'use linuxpluginwrapper' do you mean *in addition* to 
 flashplugin-firefox?  Or linuxpluginwrapper with another flash port such 
 as linux-flashplugin*?
 
 
 I mean only the linuxpluginwrapper.  I don't install flash (the port
 does install it as a dependency however).
 
 Just so I understand...
 
 You install this in conjunction with the www/firefox not the 
 www/linux-firefox?

Heh, yes.  Ok, let me be sure I'm clear in my explanation. 

As this is the STABLE list, it might be redundant to mention that this
is all on what was 5.3 and is now 5.4-PRERELEASE

I install native firefox and native java, jdk14  (which requires, 
during the build, the linux-sun-jdk14 though that can be deleted
afterwards.)

If I then install /usr/ports/www/linuxpluginwrapper, it installs the
linux-flash plugin, linux_base-8, linux-realplayer and some other linux
things.  

After that, if one looks in
/usr/local/share/examples/linuxpluginwrapper, one sees libmap.conf files
for FreeBSD4.x, FreeBSD5-current and FreeBSD5-stable.  If one copies the
suggested lines to /etc/libmap.conf, flash and realplayer will work, as
well as pdf's opening with acroread.  

Java is a separate issue--if one installs java before installing
firefox, firefox finds it on its own.  If you install java after
installing firefox then you often have to create a symlink.



- -- 

Scott Robbins

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Spike: It's a big rock. Can't wait to tell my friends. They
don't have a rock this
big.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCJ5pQ+lTVdes0Z9YRAvMWAJ4gd/7DBMaGH0XZ5MFTwI7nmGlkUgCfdQr2
x8ccyjuLfkGEAbUoFucnxRk=
=Asg8
-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: I can not surf on Flash powered sites.

2005-03-03 Thread Brian Behlendorf
On Wed, 2 Mar 2005, Daniel Eischen wrote:
Is it that hard to type 'firefox -g', alias firefox=firefox -g, or
whatever, and use it that way for a few days to see if you can
get a trace?
The only thing I hate more than complaining about something I can't spend 
the time to try to fix is spending time writing to justify my laziness. 
:) I did try to get a stace trace before, rebuilding all of firefox with 
debugging, and got a trace that indicated the problem was elsewhere with 
other libraries I'd have to also go off and rebuild with debugging, and so 
that cute flash animation my friends said I had to go see suddenly seemed 
that much less interesting to me, and I didn't look back.  This was also 
on RELENG_4, and the issue appeared to be threading-related, and since 
everyone was saying that threading in 4 was broken anyways and would be 
fixed in 5, I punted; I just haven't had time since upgrading to 5 a few 
weeks ago to look at it again.

Most folks I know use the linuxpluginwrapper so we don't have
any experience with the native flash player.  I think I recall
trying it and it not working, hence the use of linuxpluginwrapper.
/usr/ports/www/linuxpluginwrapper/pkg-message says:
  Firefox has a double free problem wih Flash7.  So I don't
  support it.  Please don't send me a report about firefox.
  Of course, I always welcome to recieve fixed problems report.
That's kept me away from trying it.
Brian
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10

2005-03-03 Thread Emanuel Strobl
Am Donnerstag, 3. März 2005 10:23 schrieb Artem Kuchin:
 Gerald de la Pascua [EMAIL PROTECTED] wrote:
  we have had very good experiences with the basic 3ware cards,
  I would recommend them,  easy to install,  reliable, and good
  perfomance, in the uk they cost just over 100 pounds,  so a similar
  price to two
  disks to plug into them.   When a disk fails  you would willingly pay
  many times this amount,

 3ware controllers are one of the most expensive ones. I am sure there
 are good controllers which cost a lot less and work with freebsd. Do
 you know any?

If you consider upgrading to 5.4 you can use any onboard chipset or cheap 
controller card with some geomclasses, namely g_mirror. It's fantastic and 
the only stateful mirror solution I know. And you can mirror only parts of 
your disk, or mirror across 3 drives aso. The power of geom :)

-Harry


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


pgpMOieh3G8OP.pgp
Description: PGP signature


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Bartosz Fabianowski
/usr/ports/www/linuxpluginwrapper/pkg-message says:
  Firefox has a double free problem wih Flash7.  So I don't
  support it.  Please don't send me a report about firefox.
  Of course, I always welcome to recieve fixed problems report.
That's kept me away from trying it.
Yes, Flash 7 doesn't seem to work. But Flash 6 does. And that should be enough for 
almost all websites and cute animations.
- Bartosz
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I can not surf on Flash powered sites.

2005-03-03 Thread Eric Schuele
Scott Robbins wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Mar 03, 2005 at 04:45:41PM -0600, Eric Schuele wrote:
Scott Robbins wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When you say 'use linuxpluginwrapper' do you mean *in addition* to 
flashplugin-firefox?  Or linuxpluginwrapper with another flash port such 
as linux-flashplugin*?

I mean only the linuxpluginwrapper.  I don't install flash (the port
does install it as a dependency however).
Just so I understand...
You install this in conjunction with the www/firefox not the 
www/linux-firefox?

Heh, yes.  Ok, let me be sure I'm clear in my explanation. 

As this is the STABLE list, it might be redundant to mention that this
is all on what was 5.3 and is now 5.4-PRERELEASE
I install native firefox and native java, jdk14  (which requires, 
during the build, the linux-sun-jdk14 though that can be deleted
afterwards.)

If I then install /usr/ports/www/linuxpluginwrapper, it installs the
linux-flash plugin, linux_base-8, linux-realplayer and some other linux
things.  

After that, if one looks in
/usr/local/share/examples/linuxpluginwrapper, one sees libmap.conf files
for FreeBSD4.x, FreeBSD5-current and FreeBSD5-stable.  If one copies the
suggested lines to /etc/libmap.conf, flash and realplayer will work, as
well as pdf's opening with acroread.  

Java is a separate issue--if one installs java before installing
firefox, firefox finds it on its own.  If you install java after
installing firefox then you often have to create a symlink.

Thank you for taking the time to clarify.
- -- 

Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Spike: It's a big rock. Can't wait to tell my friends. They
don't have a rock this
big.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)
iD8DBQFCJ5pQ+lTVdes0Z9YRAvMWAJ4gd/7DBMaGH0XZ5MFTwI7nmGlkUgCfdQr2
x8ccyjuLfkGEAbUoFucnxRk=
=Asg8
-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]

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


Re: 4.11-RELEASE panics

2005-03-03 Thread Mark Linimon
Please trim logfiles before replying like this.

mcl


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


ACPI errors with 5-stable, zzz

2005-03-03 Thread Tod McQuillin
With 5-stable as of last night (5.4-PRERELEASE #0: Thu Mar  3
21:41:55 JST 2005), on an IBM ThinkPad X20, running 'zzz'
produces the following messages on the console:
ACPI-0501: *** Error: Handler for [EmbeddedControl] returned 
AE_NO_HARDWARE_RESPONSE
ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.EC__.SYSL] 
(Node 0xc16d8040), AE_NO_HARDWARE_RESPONSE
ACPI-1304: *** Error: Method execution failed [\\_SI_._SST] (Node 
0xc16dd480), AE_NO_HARDWARE_RESPONSE
ACPI-0306: *** Error: Method _SST failed, AE_NO_HARDWARE_RESPONSE
The system then appears to sleep (however, characters are still
visible on the display under bright light (though the backlight
is off) and the sleeping moon indicator light does not light
as it did with 4-stable).
The system wakes up and continues operating with no trouble, so
perhaps this is no cause for concern, but if anyone can explain
the messages, I'd appreciate it.
dmesg is attached.
--
Tod McQuillin
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining...2 2 1 1 1 1 1 0 0 done
No buffers busy after final sync
Uptime: 11m35s
Shutting down ACPI
Rebooting...
Copyright (c) 1992-2005 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 5.4-PRERELEASE #0: Thu Mar  3 21:41:55 JST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/REIZOUKO
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel Pentium III (597.41-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x686  Stepping = 6
  
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 335478784 (319 MB)
avail memory = 318652416 (303 MB)
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: PTLTD   RSDT on motherboard
acpi0: [MPSAFE]
acpi0: Power Button (fixed)
acpi_ec0: Embedded Controller: GPE 0x9, GLK port 0x66,0x62 on acpi0
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
cpu0: ACPI CPU (3 Cx states) on acpi0
acpi_throttle0: ACPI CPU Throttling on cpu0
acpi_lid0: Control Method Lid Switch on acpi0
acpi_button0: Sleep Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Intel 82443BX (440 BX) host to PCI bridge mem 0xf800-0xfbff at 
device 0.0 on pci0
pcib1: ACPI PCI-PCI bridge at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 UDMA33 controller port 
0x1800-0x180f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0
ata0: channel #0 on atapci0
ata0: [MPSAFE]
ata1: channel #1 on atapci0
ata1: [MPSAFE]
uhci0: Intel 82371AB/EB (PIIX4) USB controller port 0x1820-0x183f irq 11 at 
device 7.2 on pci0
uhci0: [GIANT-LOCKED]
usb0: Intel 82371AB/EB (PIIX4) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.3 (no driver attached)
cbb0: RF5C476 PCI-CardBus Bridge mem 0x5000-0x5fff irq 11 at device 
8.0 on pci0
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
cbb0: [MPSAFE]
cbb1: RF5C476 PCI-CardBus Bridge mem 0x5010-0x50100fff irq 11 at device 
8.1 on pci0
cardbus1: CardBus bus on cbb1
pccard1: 16-bit PCCard bus on cbb1
cbb1: [MPSAFE]
xl0: 3Com 3c556B Fast Etherlink XL port 0x2000-0x20ff mem 
0xf4011000-0xf401107f,0xf4011400-0xf401147f irq 11 at device 10.0 on pci0
miibus0: MII bus on xl0
acphy0: AC101 10/100 media interface on miibus0
acphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:04:76:5f:45:1f
xl0: [MPSAFE]
pci0: simple comms at device 10.1 (no driver attached)
pcm0: Crystal Semiconductor CS4281 mem 
0xf400-0xf400,0xf401-0xf4010fff irq 11 at device 11.0 on pci0
pcm0: [GIANT-LOCKED]
pcm0: Cirrus Logic CS4297A AC97 Codec
acpi_tz0: Thermal Zone on acpi0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
fdc0: floppy drive controller (FDE) port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on 
acpi0
fdc0: [MPSAFE]
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 8250 or not responding
ppc0: Standard parallel printer port port 0x3bc-0x3bf irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in