Re: Question regarding a server with an unsupported old version

2012-10-22 Thread Rei Okamoto
Hi Adam, Olivier, Erich, and the rest,

Thank you for your replies.

It sounds like the best thing to do is to migrate
the contents to a server with new versions of all softwares.

I'll make further discussions with my boss about this matter.

Thank you again,
Rei Okamoto


 Hello to all,
 
 My name is Rei Okamoto posting from Japan.
 
 I'm very new to FreeBSD and please pardon and caution me
 if anything I post is in any way inappropriate.
 
 Here's a problem I'm facing right now.
 
 I started working for a company this month as a
 sole engineerer, given all my tasks with virtually
 no manuals other than IP addresses, IDs and PWs.
 (Dangerous, but not such a rare case in this country)
 
 One of the clients is running the web site using
 FreeBSD 4.7.
 
 Although it is surely the best to renew the server to
 newest machine and OS, the client is reluctant to do so
 because of money.
 
 So a long story short, because I need to do some testing,
 I've installed FreeBSD 4.11 to the VirtualBox as a
 test server in my local PC and got the network connected.
 
 I want to build the test server as close to the
 actual server as possible, such as considering the
 OS's version 4.11 to be close enough to 4.7, but
 as I try to install PHP4 with a following command,
 
 pkg_add -r php4-4.3.6.tgz
 
 I get an error message below.
 
 Error: FTP Unable to get 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.11-release/Latest/php4-4.3.6.tgz:
  File unavailable (e.g., file not found, no access)
 
 So you probably can figure out the rest of the story,
 it is all too old to make a near duplication of the server.
 
 Is there any suggestion on what I can do
 other than convincing the client to renew the server?
 (which I am doing but already been politely refused)
 
 Pardon me for the long message,
 and thank you in advance for all replies.
 
 
 Thank you,
 Rei Okamoto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Question regarding a server with an unsupported old version

2012-10-22 Thread Erich Dollansky
Hi,

On Tue, 23 Oct 2012 11:32:15 +0900
Rei Okamoto okam...@mix-net.co.jp wrote:

 Hi Adam, Olivier, Erich, and the rest,
 
 Thank you for your replies.
 
 It sounds like the best thing to do is to migrate
 the contents to a server with new versions of all softwares.
 
this is the ideal solution. But do not forget that it could be possible
to run a supported FreeBSD version on the current hardware.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Question regarding a server with an unsupported old version

2012-10-22 Thread andrew clarke
On Mon 2012-10-22 11:31:36 UTC+0900, Rei Okamoto (okam...@mix-net.co.jp) wrote:

 I want to build the test server as close to the
 actual server as possible, such as considering the
 OS's version 4.11 to be close enough to 4.7, but
 as I try to install PHP4 with a following command,

Like others have said, if at all possible you should at least try to
upgrade to supported versions of FreeBSD  PHP 4.

FreeBSD 7.x should have similar system requirements as 4.7, except for
needing more disk space. Having said that though, support for FreeBSD
7.4 is estimated to end in February 2013, just four months away, and I
can't see any signs on the FreeBSD web site that there is a 7.5
release being planned. So perhaps switching to 8.3 is the more
sensible option if your hardware will allow it.

I should point out that it should be possible to use 'pkg_create -a'
on the existing system to create tarballs of every installed package,
then install FreeBSD 4.7 under VirtualBox, copy the tarballs to the
virtual machine, then install all of them with 'pkg_add *.tgz'.

It may also be possible to use rsync to synchronise the VM's
filesystem with the actual server machine, although I think rsync will
need to be installed on both. Also, sshd will probably need to be
temporarily enabled on the original server if it's not already.

There is also the 'dump' and 'restore' programs in FreeBSD that could
be used for cloning a FreeBSD system over a network, although I'm not
at all familiar with their usage.

Is there any particular reason you went with 4.11? Is it because it
was the last of the 4.x series? (I don't recall offhand.) I vaguely
recall there were some ABI changes over the lifetime of the 4.x series
which meant binaries built for, say, FreeBSD 4.0 would not run under
later versions (4.8 perhaps). I only mention this because you might
encounter problems running binaries built for FreeBSD 4.7 under
FreeBSD 4.11.

Regards
Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Question regarding a server with an unsupported old version

2012-10-21 Thread Rei Okamoto
Hello to all,

My name is Rei Okamoto posting from Japan.

I'm very new to FreeBSD and please pardon and caution me
if anything I post is in any way inappropriate.

Here's a problem I'm facing right now.

I started working for a company this month as a
sole engineerer, given all my tasks with virtually
no manuals other than IP addresses, IDs and PWs.
(Dangerous, but not such a rare case in this country)

One of the clients is running the web site using
FreeBSD 4.7.

Although it is surely the best to renew the server to
newest machine and OS, the client is reluctant to do so
because of money.

So a long story short, because I need to do some testing,
I've installed FreeBSD 4.11 to the VirtualBox as a
test server in my local PC and got the network connected.

I want to build the test server as close to the
actual server as possible, such as considering the
OS's version 4.11 to be close enough to 4.7, but
as I try to install PHP4 with a following command,

pkg_add -r php4-4.3.6.tgz

I get an error message below.

Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.11-release/Latest/php4-4.3.6.tgz:
 File unavailable (e.g., file not found, no access)

So you probably can figure out the rest of the story,
it is all too old to make a near duplication of the server.

Is there any suggestion on what I can do
other than convincing the client to renew the server?
(which I am doing but already been politely refused)

Pardon me for the long message,
and thank you in advance for all replies.


Thank you,
Rei Okamoto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Question regarding a server with an unsupported old version

2012-10-21 Thread Erich Dollansky
Hi,

On Mon, 22 Oct 2012 11:31:36 +0900
Rei Okamoto okam...@mix-net.co.jp wrote:

 One of the clients is running the web site using
 FreeBSD 4.7.

this is not a real fresh installation.
 
 Although it is surely the best to renew the server to
 newest machine and OS, the client is reluctant to do so
 because of money.

There is still the option to use a supported version of FreeBSD. You
can have a try with 7.4. Some hardware support was taken out with 8.
But if 8 works, take 8.3.
 
 as I try to install PHP4 with a following command,

I doubt that you will get this anywhere anymore.
 
 Is there any suggestion on what I can do
 other than convincing the client to renew the server?
 (which I am doing but already been politely refused)
 
Just try a newer FreeBSD version. 7.4 is currently still supported.

Of course, it also could be that 9.1 is running on this hardware. This
would be perfect. But I do not know if you can get the client's web
sites running on a current PHP version.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Question regarding a server with an unsupported old version

2012-10-21 Thread Olivier Nicole
Dear Rei,

 One of the clients is running the web site using
 FreeBSD 4.7.
[...]
 pkg_add -r php4-4.3.6.tgz

 I get an error message below.

 Error: FTP Unable to get 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.11-release/Latest/php4-4.3.6.tgz:
  File unavailable (e.g., file not found, no access)

I believe that PHP4 (and most of the ports used in the server of your
client) are not supported anymore.

You would be able to download it from somewhere, there must exist
archives, but you'd have to build everything by hand.

 Is there any suggestion on what I can do
 other than convincing the client to renew the server?
 (which I am doing but already been politely refused)

1) build a new system, with new Apache, new PHP, etc. and port the web
site of your client to the new system. Let the client test and approve
it, an install that on his old hardware.

2) get your boss approve the fact that the server of the client is ou
of date and cannot be maintened anymore. Then you charge the client
for colocation (electricity and internet) but the client is
responsible for the maintenance.

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Question regarding a server with an unsupported old version

2012-10-21 Thread Adam Vande More
On Sun, Oct 21, 2012 at 9:31 PM, Rei Okamoto okam...@mix-net.co.jp wrote:

 Hello to all,

 My name is Rei Okamoto posting from Japan.

 I'm very new to FreeBSD and please pardon and caution me
 if anything I post is in any way inappropriate.

 Here's a problem I'm facing right now.

 I started working for a company this month as a
 sole engineerer, given all my tasks with virtually
 no manuals other than IP addresses, IDs and PWs.
 (Dangerous, but not such a rare case in this country)

 One of the clients is running the web site using
 FreeBSD 4.7.

 Although it is surely the best to renew the server to
 newest machine and OS, the client is reluctant to do so
 because of money.

 So a long story short, because I need to do some testing,
 I've installed FreeBSD 4.11 to the VirtualBox as a
 test server in my local PC and got the network connected.

 I want to build the test server as close to the
 actual server as possible, such as considering the
 OS's version 4.11 to be close enough to 4.7, but
 as I try to install PHP4 with a following command,

 pkg_add -r php4-4.3.6.tgz

 I get an error message below.

 Error: FTP Unable to get
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.11-release/Latest/php4-4.3.6.tgz:
 File unavailable (e.g., file not found, no access)

 So you probably can figure out the rest of the story,
 it is all too old to make a near duplication of the server.

 Is there any suggestion on what I can do
 other than convincing the client to renew the server?
 (which I am doing but already been politely refused)

 Pardon me for the long message,
 and thank you in advance for all replies.


You can find an archive of packages released with FreeBSD 4.11 here:
ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/4.11-RELEASE/packages/All/

However, you'll find the packages are different than those released with
your original version.  A move from 4.7 to 4.11 doesn't really gain you
much.  Better off to start a migration strategy or leave it alone.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Listar command results: -- Binary/unsupported file stripped by Listar --

2011-02-13 Thread Listar
Request received for list 'nse' via request address.

 The original message was included as attachment
Unknown command.

---
Gestionnaire de liste Listar/0.42 - fin de traitement/job execution complete.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Listar command results: -- Binary/unsupported file stripped by Listar --

2010-11-29 Thread Listar
Request received for list 'bnfrance' via request address.

 The original message was received at Tue, 30 Nov 2010 19:44:56 -0800
Unknown command.

 from freebsd.org [172.144.236.172]
Unknown command.

 - The following addresses had permanent fatal errors -
Unknown command.

 bnfrance-requ...@ml.free.fr
Unknown command.

 - Transcript of session follows -
Unknown command.

 ... while talking to host ml.free.fr.:
Unknown command.

  DATA
Unknown command.

  400-aturner; -RMS-E-CRE, ACP file create failed
Unknown command.

  400
Unknown command.

---
Gestionnaire de liste Listar/0.42 - fin de traitement/job execution complete.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: unsupported intel card registration issue

2010-08-28 Thread Jason

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.xpbargains.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


unsupported intel card registration issue

2010-08-26 Thread Jason

Hi,

We have an add-on Intel card that isn't registering with the OS, and were
wondering what would it take to have it properly identified so it may be
used.

This particular installation is FreeBSD 7.3, however we do have some 8.1 
systems.


This is a Dell PowerEdge R310.

Here is a snip from pciconf for this card:
no...@pci0:7:0:0:   class=0x02 card=0xa02c8086 chip=0x10e88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet
no...@pci0:7:0:1:   class=0x02 card=0xa02c8086 chip=0x10e88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet
non...@pci0:8:0:0:  class=0x02 card=0xa02c8086 chip=0x10e88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet
non...@pci0:8:0:1:  class=0x02 card=0xa02c8086 chip=0x10e88086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet

Thanks!
Jason
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: unsupported intel card registration issue

2010-08-26 Thread Jack Vogel
Its jfv, not jvf :)

Support for that card is in  CURRENT and STABLE/8, am almost
certain its in 8.1. That's a quad-port 82576.

Jack


On Thu, Aug 26, 2010 at 9:56 AM, Jason jhelf...@e-e.com wrote:

 Hi,

 We have an add-on Intel card that isn't registering with the OS, and were
 wondering what would it take to have it properly identified so it may be
 used.

 This particular installation is FreeBSD 7.3, however we do have some 8.1
 systems.

 This is a Dell PowerEdge R310.

 Here is a snip from pciconf for this card:
 no...@pci0:7:0:0:   class=0x02 card=0xa02c8086 chip=0x10e88086
 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet
 no...@pci0:7:0:1:   class=0x02 card=0xa02c8086 chip=0x10e88086
 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet
 non...@pci0:8:0:0:  class=0x02 card=0xa02c8086 chip=0x10e88086
 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet
 non...@pci0:8:0:1:  class=0x02 card=0xa02c8086 chip=0x10e88086
 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Unknown (Unknown)'
class  = network
subclass   = ethernet

 Thanks!
 Jason

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: HP NC373i unsupported..?

2009-12-31 Thread Bert-Jan

The nic is running fine so far.
Is there a test scenario to run to validate that it's really 
production-stable ?



Bert-Jan wrote:
Replying to my own question.. I found the B0 version of this adapter 
is intentionally disabled in the driver.
I've commented out the case that catches the 5708_B0 and I'm 
recompiling the kernel.
As this server has run for years without problems I'm hoping the nic 
will work just fine. Maybe it's disabled because someone else had 
problems with it that I'm about to run into..


Will keep you posted...


Bert-Jan wrote:

Hi folks,

I just got a HP Proliant DL380 G5 and I've installed FreeBSD 8.0 on it.
The nic won't come up however.

dmesg shows:

bce0: HP NC373i Multifunction Gigabit Server Adapter (B0) mem 
0xf800-0xf9ff irq 16 at device 0.0 on pci3
bce0: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller 
revision (B0)!

device_attach: bce0 attach returned 19

bce1: HP NC373i Multifunction Gigabit Server Adapter (B0) mem 
0xfa00-0xfbff irq 17 at device 0.0 on pci5
bce1: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller 
revision (B0)!

device_attach: bce0 attach returned 19

pciconf -lv:

b...@pci0:3:0:0:class=0x02 card=0x7038103c 
chip=0x164c14e4 rev=0x10 hdr=0x00

   vendor = 'Broadcom Corporation'
   device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter 
(BCM5708)'

   class  = network
   subclass   = ethernet

b...@pci0:5:0:0:class=0x02 card=0x7038103c 
chip=0x164c14e4 rev=0x10 hdr=0x00

   vendor = 'Broadcom Corporation'
   device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter 
(BCM5708)'

   class  = network
   subclass   = ethernet


Is there a way to fix this ?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: HP NC373i unsupported..?

2009-12-30 Thread Bert-Jan
Replying to my own question.. I found the B0 version of this adapter is 
intentionally disabled in the driver.
I've commented out the case that catches the 5708_B0 and I'm recompiling 
the kernel.
As this server has run for years without problems I'm hoping the nic 
will work just fine. Maybe it's disabled because someone else had 
problems with it that I'm about to run into..


Will keep you posted...


Bert-Jan wrote:

Hi folks,

I just got a HP Proliant DL380 G5 and I've installed FreeBSD 8.0 on it.
The nic won't come up however.

dmesg shows:

bce0: HP NC373i Multifunction Gigabit Server Adapter (B0) mem 
0xf800-0xf9ff irq 16 at device 0.0 on pci3
bce0: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller 
revision (B0)!

device_attach: bce0 attach returned 19

bce1: HP NC373i Multifunction Gigabit Server Adapter (B0) mem 
0xfa00-0xfbff irq 17 at device 0.0 on pci5
bce1: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller 
revision (B0)!

device_attach: bce0 attach returned 19

pciconf -lv:

b...@pci0:3:0:0:class=0x02 card=0x7038103c chip=0x164c14e4 
rev=0x10 hdr=0x00

   vendor = 'Broadcom Corporation'
   device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter 
(BCM5708)'

   class  = network
   subclass   = ethernet

b...@pci0:5:0:0:class=0x02 card=0x7038103c chip=0x164c14e4 
rev=0x10 hdr=0x00

   vendor = 'Broadcom Corporation'
   device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter 
(BCM5708)'

   class  = network
   subclass   = ethernet


Is there a way to fix this ?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


HP NC373i unsupported..?

2009-12-29 Thread Bert-Jan

Hi folks,

I just got a HP Proliant DL380 G5 and I've installed FreeBSD 8.0 on it.
The nic won't come up however.

dmesg shows:

bce0: HP NC373i Multifunction Gigabit Server Adapter (B0) mem 
0xf800-0xf9ff irq 16 at device 0.0 on pci3
bce0: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller 
revision (B0)!

device_attach: bce0 attach returned 19

bce1: HP NC373i Multifunction Gigabit Server Adapter (B0) mem 
0xfa00-0xfbff irq 17 at device 0.0 on pci5
bce1: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller 
revision (B0)!

device_attach: bce0 attach returned 19

pciconf -lv:

b...@pci0:3:0:0:class=0x02 card=0x7038103c chip=0x164c14e4 
rev=0x10 hdr=0x00

   vendor = 'Broadcom Corporation'
   device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter (BCM5708)'
   class  = network
   subclass   = ethernet

b...@pci0:5:0:0:class=0x02 card=0x7038103c chip=0x164c14e4 
rev=0x10 hdr=0x00

   vendor = 'Broadcom Corporation'
   device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter (BCM5708)'
   class  = network
   subclass   = ethernet


Is there a way to fix this ?

Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cups issue, unsupported format

2009-01-25 Thread Andrew Falanga
On Sat, Dec 6, 2008 at 4:03 AM, Michael Powell nightre...@verizon.netwrote:

 af300...@gmail.com wrote:

  Hi,
 
  I'm working on getting cups working and I've installed the hplip port
  and the cups program used that to install the printer. At least, there
 was
  an HPLIP in a list in one of the pages during the setup. My printer is
  an old HP LaserJet 4+ which I've connected through the parallel port. My
  URI for the printer is parallel:/dev/lp0. When I went to do the test page
  I got this error, Unsupported format 'application/postscript'. Here's
  the problem, I chose a driver which, though I don't remember the full
  string in cups, was a 4/5 PCL driver. So, why is it trying to print using
  postscript?
 

 It's been a while since I've done a virgin cups install so I'm not real
 current on what it might be like now. You start out with installing the
 /usr/ports/print/cups metaport and this should pull in a few other sub
 ports as dependencies.

 The port cups-pstoraster is what coverts postscript print output into
 PCL, utilizing (IIRC) one of the ghostscript ports. Perhaps your install
 may be incomplete. In the past I've just installed the metaport and it
 happily sucked everything else in automagically.

 -Mike



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


Truly sad that it took  me this long to get to this,  but thanks for the
tip.  I installed that port and everything indeed does work much better.
Took me some doing but I've finally got my LJ4+ printing.  Cool!  Now,
though, I've got to go and buy a new toner/drum :-(.

Andy

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cups issue, unsupported format

2008-12-06 Thread Michael Powell
[EMAIL PROTECTED] wrote:

 Hi,
 
 I'm working on getting cups working and I've installed the hplip port
 and the cups program used that to install the printer. At least, there was
 an HPLIP in a list in one of the pages during the setup. My printer is
 an old HP LaserJet 4+ which I've connected through the parallel port. My
 URI for the printer is parallel:/dev/lp0. When I went to do the test page
 I got this error, Unsupported format 'application/postscript'. Here's
 the problem, I chose a driver which, though I don't remember the full
 string in cups, was a 4/5 PCL driver. So, why is it trying to print using
 postscript?
 

It's been a while since I've done a virgin cups install so I'm not real
current on what it might be like now. You start out with installing the
/usr/ports/print/cups metaport and this should pull in a few other sub
ports as dependencies.

The port cups-pstoraster is what coverts postscript print output into
PCL, utilizing (IIRC) one of the ghostscript ports. Perhaps your install
may be incomplete. In the past I've just installed the metaport and it
happily sucked everything else in automagically. 

-Mike



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


cups issue, unsupported format

2008-12-05 Thread af300wsm

Hi,

I'm working on getting cups working and I've installed the hplip port and  
the cups program used that to install the printer. At least, there was  
an HPLIP in a list in one of the pages during the setup. My printer is an  
old HP LaserJet 4+ which I've connected through the parallel port. My URI  
for the printer is parallel:/dev/lp0. When I went to do the test page I got  
this error, Unsupported format 'application/postscript'. Here's the  
problem, I chose a driver which, though I don't remember the full string in  
cups, was a 4/5 PCL driver. So, why is it trying to print using postscript?


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


Re: How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-14 Thread Peter Ulrich Kruppa

Peter Ulrich Kruppa schrieb:

I have purchased a scanner yet unsupported by sane
(CanoScan LiDe 90). It is at least detected by

  # sane-find-scanner -q
  found USB scanner (vendor=0x04a9 [Canon], product=0x1900
  [CanoScan], chip=GL842) at libusb:/dev/usb1:/dev/ugen0

- No /dev/uscanner0 is produced.
-  # scanimage -L
  says no scanners were identified.

I would like to test if it might work with sane-genesys
backend.
How can I do this?
I am running FreeBSD 7.1-PRERELEASE amd64 .

In the meantime I have played around a little bit:
I put vendor and product id's into
/usr/src/sys/dev/usb/uscanner.c and usbdevs and rebuilt
my kernel.
So now I get
  # dmesg | grep uscanner
  uscanner0: Canon CanoScan, class 255/255, rev 2.00/3.07,
  addr 2 on uhub1
which changes:
  # sane-find-scanner -q
  found USB scanner (vendor=0x04a9, product=0x1900) at
  /dev/uscanner0
Also I tried an appropriate entry in
/usr/local/etc/sane/genesys.conf
but the result of
  # scanimage -L
remains the same (not identified) and
  # scanimage -d genesys:/dev/uscanner0  image.pnm
  scanimage: open of device genesys:/dev/uscanner0 failed:
  Invalid argument

Greetings,

Uli.








Thanks for your answers, comments, help, etc..

Greetings,

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


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


Re: How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-14 Thread Polytropon
Hi!

Seems that the CanoScan LiDe 90 is one of the scanners built by
Canon that are not supported well. That's a reason to avoid them. :-)
I had similar issues with a LiDE 45 (I think it was), and I did
soon replace it with a SCSI scanner that worked out of the box
without problems.

On Sun, 14 Sep 2008 11:40:54 +0200, Peter Ulrich Kruppa [EMAIL PROTECTED] 
wrote:
 Peter Ulrich Kruppa schrieb:
  I have purchased a scanner yet unsupported by sane
  (CanoScan LiDe 90).

Mayve the SANE team will get this scanner to work later on. But
at this point in time, the scanner will be outdated. :-)


 In the meantime I have played around a little bit:
 I put vendor and product id's into
 /usr/src/sys/dev/usb/uscanner.c and usbdevs and rebuilt
 my kernel.
 So now I get
# dmesg | grep uscanner
uscanner0: Canon CanoScan, class 255/255, rev 2.00/3.07,
addr 2 on uhub1
 which changes:
# sane-find-scanner -q
found USB scanner (vendor=0x04a9, product=0x1900) at
/dev/uscanner0
 Also I tried an appropriate entry in
 /usr/local/etc/sane/genesys.conf  
 but the result of
# scanimage -L
 remains the same (not identified) and
# scanimage -d genesys:/dev/uscanner0  image.pnm
scanimage: open of device genesys:/dev/uscanner0 failed:
Invalid argument

This indicates that this scanner works differently than those
usually supported by the genesys backend. I love Canon for
making things complicated exactly this way.

Maybe this scanner is compatible to another driver, but that's
only a guess. Maybe it's not compatible to anything that exists.



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-14 Thread Peter Ulrich Kruppa

Hello!
Polytropon schrieb:

Hi!

On Sun, 14 Sep 2008 11:40:54 +0200, Peter Ulrich Kruppa
[EMAIL PROTECTED] wrote:

Peter Ulrich Kruppa schrieb:
I have purchased a scanner yet unsupported by sane 
(CanoScan LiDe 90).


Mayve the SANE team will get this scanner to work later on.
But at this point in time, the scanner will be outdated. :-)

Perhaps they can get it running before my WinXP laptop is
outdated :-)
Actually I wonder if I have got a general communication problem
between FreeBSD and the scanner or if the sane-backend itself is 
unusable. If I could make the scanner react somehow I could ask 
people on sane-devel list for good ideas.


Greetings,

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


How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-13 Thread Peter Ulrich Kruppa

Hello list,

I have purchased a scanner yet unsupported by sane
(CanoScan LiDe 90). It is at least detected by

  # sane-find-scanner -q
  found USB scanner (vendor=0x04a9 [Canon], product=0x1900
  [CanoScan], chip=GL842) at libusb:/dev/usb1:/dev/ugen0

- No /dev/uscanner0 is produced.
-  # scanimage -L
  says no scanners were identified.

I would like to test if it might work with sane-genesys
backend.
How can I do this?
I am running FreeBSD 7.1-PRERELEASE amd64 .



Thanks for your answers, comments, help, etc..

Greetings,

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


Re: module loads from kldload, but gives Unsupported file type from loader.conf

2008-01-06 Thread Joshua Isom


On Jan 5, 2008, at 8:01 PM, Steve Franks wrote:


I successfully built snd_hda on my 6.3amd64 system, so I placed it in
loader.conf (snd_hda_load=YES), when I boot, dmesg shows:

kldload: Unsupported file type

If I sudo kldload snd_hda, dmesg shows:

kldload: Unsupported file type
kldload: Unsupported file type
pcm0: Intel 82801G High Definition Audio Controller mem
0xfdff8000-0xfdffbfff irq 16 at device 27.0 on pci0
pcm0: HDA Codec: Realtek ALC883
pcm0: HDA Driver Revision: 20071129_0050

Note: on startup, there is one unsupported, after kldload, there is
two, but the module loads sucessfully!

Anyone heard of this ?!?

Steve


The same thing happens to me with green_saver.  It loads, it works, but 
something's unsupported.  I've never got an answer why it's reported as 
unsupported.



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




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


module loads from kldload, but gives Unsupported file type from loader.conf

2008-01-05 Thread Steve Franks
I successfully built snd_hda on my 6.3amd64 system, so I placed it in
loader.conf (snd_hda_load=YES), when I boot, dmesg shows:

kldload: Unsupported file type

If I sudo kldload snd_hda, dmesg shows:

kldload: Unsupported file type
kldload: Unsupported file type
pcm0: Intel 82801G High Definition Audio Controller mem
0xfdff8000-0xfdffbfff irq 16 at device 27.0 on pci0
pcm0: HDA Codec: Realtek ALC883
pcm0: HDA Driver Revision: 20071129_0050

Note: on startup, there is one unsupported, after kldload, there is
two, but the module loads sucessfully!

Anyone heard of this ?!?

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


Unsupported

2006-10-19 Thread [EMAIL PROTECTED]
I am wondering what versions of Free BSD are no longer supported?  Thanks.

James Jim Donohue

Cyber Security Operations Division

USDA\OCIO\CS\CSOD

Phone:  816-823-2377

Cell:   913-205-7205

Fax:   816-823-1418


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


Re: Unsupported

2006-10-19 Thread Eric

[EMAIL PROTECTED] wrote:

I am wondering what versions of Free BSD are no longer supported?  Thanks.

James Jim Donohue

Cyber Security Operations Division

USDA\OCIO\CS\CSOD

Phone:  816-823-2377

Cell:   913-205-7205

Fax:   816-823-1418


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


check here and scroll down a little to the table under 'FreeBSD Security 
Advisories'


http://www.freebsd.org/security/


anything older than this:

RELENG_4n/a n/a n/a January 31, 2007

is unsupported and v4 will reach EOL 01/31/2007


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


Re: Unsupported

2006-10-19 Thread Michael Johnson

On 10/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

I am wondering what versions of Free BSD are no longer supported?  Thanks.



http://www.freebsd.org/releng/#freeze has a list of not officially supported
versions.

http://people.freebsd.org/~linimon/schedule/schedule.html has a nice graph
of supported versions.


James Jim Donohue

Cyber Security Operations Division

USDA\OCIO\CS\CSOD

Phone:  816-823-2377

Cell:   913-205-7205

Fax:   816-823-1418


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


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


6.1 hangs at boot, sata raid controller unsupported?

2006-05-10 Thread Daniel A.

Hi,
I have had this problem since I tried to install 6.0 on my desktop
workstation, and even in 6.1, which has improved SATA RAID support, it
persists.
Original thread:
http://lists.freebsd.org/pipermail/freebsd-questions/2006-April/118272.html

Problem:
FreeBSD hangs when it detects my 120GB Seagate Barracuda drive,
attached alone to my onboard Promise FastTrak 376 controller.
Everything works perfectly in Windows. No errors, no problems.
FreeBSD will only boot in Safe Mode, and then it gives me this:
...
ad8: 114473MB Seagate ST3120022A 3.06 at ata4-master PIO4
ad8: FAILURE - READ timed out LBA=234441585
ad8: TIMEOUT - READ retrying (1 retry left) LBA=0
ad8: FAILURE - READ timed out LBA=234441631
ad8: TIMEOUT - READ retrying (0 retries left) LBA=0
ad8: FAILURE - READ timed out LBA=234441644
ad8: FAILURE - READ timed out LBA=0
ad8: FAILURE - READ timed out LBA=234441585
ad8: TIMEOUT - READ retrying (1 retry left) LBA=0
...
When booting in non-safemode, it just hangs forever at the first line I pasted.
I've attached my old dmesg.boot from 6.0.

Please help. I love FreeBSD and I would be endlessly happy if I could
get it on my desktop. =/


dmesg.boot
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Listar command results: -- Binary/unsupported file stripped by Listar --

2005-12-28 Thread Listar
Request received for list 'eci' via request address.

 hey its me, my old address dont work at time. i dont know why?!
Unknown command.

 in the last days ive got some mails. i' think thaz your mails but im
 not sure!
Unknown command.

 plz read and check ...
Unknown command.

 cyaaa
Unknown command.

---
Gestionnaire de liste Listar/0.42 - fin de traitement/job execution complete.

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


Re: unsupported file layout

2005-11-17 Thread Lowell Gilbert
Ian Lord [EMAIL PROTECTED] writes:

 I am trying to setup pdflib on a freebsd server running 2x Xeon processors.
 
 The kernel is compiled using AMD64 version of freebsd6.
 
 I downloaded the binairies for freebsd 5.x for the IA32 architecture.
 
 I've copied the
 /usr/local/PDFlib-6.0.2-FreeBSD5/bind/php5/php-503/libpdf_php.so into
 /usr/local/lib/php/20041030 since this is the directory used into my
 extension_dir attribute in my php.ini
 
 When I reload apache, I get an error in my php error log saying:
 
 [16-Nov-2005 01:45:05] PHP Warning:  PHP Startup: Unable to load
 dynamic library '/usr/local/lib/php/20041030/libpdf_php.so' - /usr/
 local/lib/php/20041030/libpdf_php.so: unsupported file layout in
 Unknown on line 0
 
 Does that has anything to do with the fact I compiled using my kernel
 using AMD64 or does it have something to do with the fact I am running
 freebsd 5.x binairies on a 6.x version ?
 
  From my understanding, the problem is related to the fact that the
 binairy was compiled for freebsd 5 on an intel IA32 architecture and
 that I am running freebsd 6 with AMD64.
 
 Since I compiled my kernel with
 options COMPAT_IA32 # Compatible with i386 binaries
 options COMPAT_FREEBSD5 # Compatible with FreeBSD5
 
 Shouldn't it be working ? or do I need to do antything special to
 activate these functions

The compat options will let you run old binaries, but they won't let
you link amd64 binaries to i386 libraries.  Just install native pdflib
libraries and you will be fine.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


unsupported file layout

2005-11-15 Thread Ian Lord

Hi,

I am trying to setup pdflib on a freebsd server running 2x Xeon processors.

The kernel is compiled using AMD64 version of freebsd6.

I downloaded the binairies for freebsd 5.x for the IA32 architecture.

I've copied the 
/usr/local/PDFlib-6.0.2-FreeBSD5/bind/php5/php-503/libpdf_php.so 
into /usr/local/lib/php/20041030 since this is 
the directory used into my extension_dir attribute in my php.ini


When I reload apache, I get an error in my php error log saying:

[16-Nov-2005 01:45:05] PHP Warning:  PHP Startup: 
Unable to load dynamic library 
'/usr/local/lib/php/20041030/libpdf_php.so' - /usr/
local/lib/php/20041030/libpdf_php.so: unsupported 
file layout in Unknown on line 0


Does that has anything to do with the fact I 
compiled using my kernel using AMD64 or does it 
have something to do with the fact I am running 
freebsd 5.x binairies on a 6.x version ?


From my understanding, the problem is related to 
the fact that the binairy was compiled for 
freebsd 5 on an intel IA32 architecture and that 
I am running freebsd 6 with AMD64.


Since I compiled my kernel with
options COMPAT_IA32 # Compatible with i386 binaries
options COMPAT_FREEBSD5 # Compatible with FreeBSD5

Shouldn't it be working ? or do I need to do 
antything special to activate these functions


Thanks

~~
Ian Lord, CCNA
MSD Informatique
1711 Montée Major Terrebonne (Québec) J7M 1E6
Tél.: (514) 776-MSDI- (514) 776-6734
Sans Frais: 1(877) 776-MSDI - 1(877) 776-6734
http://www.msdi.ca 
___

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


Re: Unsupported 3Com NIC? (dsl Was: Question)

2004-08-30 Thread Kevin D. Kinsey, DaleCo, S.P.
A W wrote:
Hello,
   i am attempting to try FreeBsd on a very old computer,
unfortunatly it does not have any cd drive. And i do not know
which files to install. Leaving me with only 1 choice to use
FTP servers but the problem is the version of FreeBsd that
i've tried does not support the network card i have on the
computer which is a 3Com Etherlink III ISA (3C509b-TPO)
in PnP mode i would like to know which versions of FreeBsd
supports this network card.
   Thank you

Hi, Alton...
3Com cards almost always use the 'xl' driver, which is
built into the kernel and enabled by default.  How do
you know/how did you determine that your card is
unsupported?
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


failure installing 5.2.1: cbb0: Unsupported card type detected

2004-05-28 Thread David Landgren
Hello,
I have an old laptop, an HP XE3 OmniBook. Nice machine from an 
ergonomical point of view, and I was thinking of recycling it by 
installing FreeBSD.

I downloaded the ISO for 5.2.1. It starts to boot just fine, but during 
the kernel load it dies with the message

cbb0: Unsupported card type detected
I tried selecting Safe mode, but it freezes earlier with
cbb0: [MPSAFE]
A few lines above it says
cbb0: 02Micro 026933 PCI-CardBus Bridge irq 9 at device 4.0 on pci2
Is there any way to get around this? I've seen a few messages on the 
subject in the archives but apparently these all involve running 
systems, something I don't yet have :(

Or should I try 4.10 instead?
Thanks for the clues,
David
--
Commercial OS breeds commerce, whereas free OS breeds freedom,
the only thing more dangerous and confusing than commerce.
  -- Michael R. Jinks, redhat-list, circa 1997
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Listar command results: -- Binary/unsupported file stripped by Listar --

2004-03-25 Thread Listar
Request received for list 'speedtouch' via request address.

 Here is the file.
Unknown command.

---
Gestionnaire de liste Listar/0.42 - fin de traitement/job execution complete.

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


Ecartis command results: -- Binary/unsupported file stripped by Ecartis --

2004-03-01 Thread Ecartis

 Here is the file.
Unknown command.

---
Ecartis v1.0.0 - job execution complete.

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


Unsupported Driver at the instalaltion section

2004-01-12 Thread Vahric MUHTARYAN


Hi Everybody, 

Sorry I know this kind of question posted the list but I can't catch
it. I'm almost using intel based board and RAID controllers and some time
Promise RAID controller for IDE Disk . I don't have any gripe about drivers
because all of them are foundable by FreeBSD . 

f hardware vendor have a driver or build new driver for FreeBSD
newly Does it possible to introduce this driver to the FreeBSD because I
cant find any section on handbook for . 


Vahric  




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


Unsupported Driver at the instalaltion section

2004-01-10 Thread Vahric MUHTARYAN
Hi Everybody, 

Sorry I know this kind of question posted the list but I can't catch
it. I'm almost using intel based board and RAID controllers and some time
Promise RAID controller for IDE Disk . I don't have any gripe about drivers
because all of them are foundable by FreeBSD . 

f hardware vendor have a driver or build new driver for FreeBSD
newly Does it possible to introduce this driver to the FreeBSD because I
cant find any section on handbook for . 


Vahric  




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


Re: Installing an Unsupported Driver

2003-10-22 Thread Vulpes Velox
On Tue, 21 Oct 2003 12:41:46 -0400
[EMAIL PROTECTED] wrote:

 I have an old HP J2575 10/100 ethernet card that does not seem to be supported
 by FreeBSD.  I found a driver for it on the Debian Linus web site.  
 
 Can I install the Debian driver in FreeBSD, or must I switch to Debian to make
 this particular machine useful?
 
 If I can install a new driver in FreeBSD, any hint of a direction to  the
 appropriate documentation would be appreciated.

1: FreeBSD is not linux.
2: linux kernel modules do not work on linux compat, which only does binaries.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Periodic error messages with Postfix - unsupported: -bh

2003-10-06 Thread Chris Hastie
Hi

A couple of days ago I installed Postfix on a new FreeBSD 5.1 system and 
since then the daily reporting run produces this:

| Oct  6 03:01:01 ash postfix/sendmail [1135]: fatal: unsupported: -bh

I presume something somewhere is calling sendmail with the -bh flag. Any 
clues as to how to change this, and what to change it to?
--
Chris Hastie
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Periodic error messages with Postfix - unsupported: -bh

2003-10-06 Thread Soeren Mindorf
Hi Chris,

* Chris Hastie schrieb am 06 Oct 2003:

Hi

A couple of days ago I installed Postfix on a new FreeBSD 5.1 system and 
since then the daily reporting run produces this:

| Oct  6 03:01:01 ash postfix/sendmail [1135]: fatal: unsupported: -bh

I presume something somewhere is calling sendmail with the -bh flag. Any 
clues as to how to change this, and what to change it to?

Read the pkg-message in your portdirctory of postfix and disable
sendmali and the checks.

Regards

Soeren

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


cbb0: Unsupported card type detected

2003-01-22 Thread Søren Vrist
Im running:
# uname -a
FreeBSD laptop.seet.dk 5.0-RELEASE FreeBSD 5.0-RELEASE #4: Tue Jan 21 
01:02:07 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEWLAPTOP 
 i386

And my dmesg contains the following about cbb
# dmesg|grep cbb
cbb0: RF5C475 PCI-CardBus Bridge irq 10 at device 5.0 on pci1
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
cbb0: Unsupported card type detected

Does that mean that my cardbus brigde isn't supported by freebsd or 
something??
the machine freezes if i stuff in my 16bit Netgear MA401 wireless pcmcia 
card in...
And i really would like to use that card!

kind regards
Søren Vrist


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message