Using RPM to extract file

2011-09-21 Thread Carmel
I am attempting to obtain a PPD file for a Brother MFC-9560CDW printer.
According to this URL:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html,
I can download a file from:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9560CDW
for this printer. Unfortunately, the file is only available in either
RPM or DEB format. I cannot figure out how to extract the PPD
from RPM file. I have read man rpm; however, I am still confused. I
tried following the instruction given on the site for extracting the
files; however, that only issued a warning about an incorrect operating
system.

Perhaps someone has some advice on how to go about this. I contacted
Brother in regards to this but they said they only support Windows
(obviously), Linux and Debian. According to them, support for other
operating systems in not being considered presently due to a lack of
consumer demand and the overhead involved.

-- 
Carmel ✌
carmel...@hotmail.com
___
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: Using RPM to extract file

2011-09-21 Thread kron24

On 2011/09/21 13:17, Carmel wrote:

I am attempting to obtain a PPD file for a Brother MFC-9560CDW printer.
According to this URL:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html,
I can download a file from:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9560CDW
for this printer. Unfortunately, the file is only available in either
RPM or DEB format. I cannot figure out how to extract the PPD
from RPM file. I have read man rpm; however, I am still confused. I
tried following the instruction given on the site for extracting the
files; however, that only issued a warning about an incorrect operating
system.


First use rpm2cpio of archivers/rpm to get a cpio package.
Then continue with standard cpio(1).

BR,
Oli
___
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: Using RPM to extract file

2011-09-21 Thread Carmel
On Wed, 21 Sep 2011 13:43:51 +0200
kron24 articulated:

 On 2011/09/21 13:17, Carmel wrote:
  I am attempting to obtain a PPD file for a Brother MFC-9560CDW
  printer. According to this URL:
  http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html,
  I can download a file from:
  http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9560CDW
  for this printer. Unfortunately, the file is only available in
  either RPM or DEB format. I cannot figure out how to extract
  the PPD from RPM file. I have read man rpm; however, I am
  still confused. I tried following the instruction given on the site
  for extracting the files; however, that only issued a warning about
  an incorrect operating system.
 
 First use rpm2cpio of archivers/rpm to get a cpio package.
 Then continue with standard cpio(1).

Using rpm2cpio was easy enough; however, I just cannot figure out
how to get cpio to extract just the one file I want. Either it just
hangs or issues an error message. The man page is just about useless.
No useful example is given. 

-- 
Carmel ✌
carmel...@hotmail.com
___
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: Using RPM to extract file

2011-09-21 Thread Carmel
On Wed, 21 Sep 2011 18:58:08 +0200
Vaclav Kadlcik articulated:

 On 2011/09/21 18:19, Carmel wrote:
  On Wed, 21 Sep 2011 13:43:51 +0200
  kron24 articulated:
 
  On 2011/09/21 13:17, Carmel wrote:
  I am attempting to obtain a PPD file for a Brother MFC-9560CDW
  printer. According to this URL:
  http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html,
  I can download a file from:
  http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9560CDW
  for this printer. Unfortunately, the file is only available in
  either RPM or DEB format. I cannot figure out how to extract
  the PPD from RPM file. I have read man rpm; however, I am
  still confused. I tried following the instruction given on the
  site for extracting the files; however, that only issued a
  warning about an incorrect operating system.
 
  First use rpm2cpio of archivers/rpm to get a cpio package.
  Then continue with standard cpio(1).
 
  Using rpm2cpio was easy enough; however, I just cannot figure out
  how to get cpio to extract just the one file I want. Either it
  just hangs or issues an error message. The man page is just about
  useless. No useful example is given.
 
 
 $ rpm2cpio mfc9560cdwcupswrapper-1.1.1-5.i386.rpm | cpio -ivd
 ./usr/local/Brother/Printer/mfc9560cdw/cupswrapper/brcupsconfpt1
 ./usr/local/Brother/Printer/mfc9560cdw/cupswrapper/cupswrappermfc9560cdw
 ./usr/local/Brother/Printer/mfc9560cdw/cupswrapper/mfc9560cdw.ppd
 85 blocks

I found a nearly identical example while Googling right after I posted.
It would be nice if a simple example like that were included n the
man page.

-- 
Carmel ✌
carmel...@hotmail.com

___
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: Using RPM to extract file

2011-09-21 Thread Vaclav Kadlcik

On 2011/09/21 18:19, Carmel wrote:

On Wed, 21 Sep 2011 13:43:51 +0200
kron24 articulated:


On 2011/09/21 13:17, Carmel wrote:

I am attempting to obtain a PPD file for a Brother MFC-9560CDW
printer. According to this URL:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html,
I can download a file from:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9560CDW
for this printer. Unfortunately, the file is only available in
either RPM or DEB format. I cannot figure out how to extract
the PPD from RPM file. I have read man rpm; however, I am
still confused. I tried following the instruction given on the site
for extracting the files; however, that only issued a warning about
an incorrect operating system.


First use rpm2cpio of archivers/rpm to get a cpio package.
Then continue with standard cpio(1).


Using rpm2cpio was easy enough; however, I just cannot figure out
how to get cpio to extract just the one file I want. Either it just
hangs or issues an error message. The man page is just about useless.
No useful example is given.



$ rpm2cpio mfc9560cdwcupswrapper-1.1.1-5.i386.rpm | cpio -ivd
./usr/local/Brother/Printer/mfc9560cdw/cupswrapper/brcupsconfpt1
./usr/local/Brother/Printer/mfc9560cdw/cupswrapper/cupswrappermfc9560cdw
./usr/local/Brother/Printer/mfc9560cdw/cupswrapper/mfc9560cdw.ppd
85 blocks

HTH,
Oli
___
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: 5900 RPM drives

2010-08-14 Thread TJ Varghese
On Sat, Aug 14, 2010 at 11:42 AM, Ryan Coleman ryan.cole...@cwis.bizwrote:

 I was actually looking at the Seagate Barracuda model... I'm upgrading my
 RAID 5 of 8x1TB  to something larger. $135 each:
 http://www.newegg.com/Product/Product.aspx?Item=N82E16822148487



If it's for a personal NAS, it's fine, but if it's for production use, well,
it might be rather chancey. One dead drive and your entire array will likely
be hung w/o TLER. Kind of pointless to have RAID-5/-z and not have it work
when you need it to.

regards,
TJ
___
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


5900 RPM drives

2010-08-13 Thread Ryan Coleman
Can anyone give me any reasons to buy these over 7200RPMs for a RAID? I may 
need to pinch pennies if I have to finance my next servers out of pocket. 
Stupid idea, I know, but I really want to know if there's a reason to skimp.

--
Ryan

___
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: 5900 RPM drives

2010-08-13 Thread Svein Skogen (Listmail account)
On 14.08.2010 03:52, Ryan Coleman wrote:
 Can anyone give me any reasons to buy these over 7200RPMs for a RAID? I may 
 need to pinch pennies if I have to finance my next servers out of pocket. 
 Stupid idea, I know, but I really want to know if there's a reason to skimp.

They're a little slower, use a whole lot less power (saves pennies per
hour), meaning less heat (pennies per hour saved on cooling), less
vibrations (increased lifetime, less need to noise-isolate disk setups
to avoid vibrations slowing seeks).

Unless you _NEED_ the 125mbytes/sec-per-device transfers of the 7200rpm
drives (you can live with 100mbytes/sec), then go for the 5900rpm drives.

//Svein

-- 
+---+---
  /\   |Svein Skogen   | sv...@d80.iso100.no
  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
   X|2020 Skedsmokorset | sv...@jernhuset.no
  / \   |Norway | PGP Key:  0xCE96CE13
|   | sv...@stillbilde.net
 ascii  |   | PGP Key:  0x58CD33B6
 ribbon |System Admin   | svein-listm...@stillbilde.net
Campaign|stillbilde.net | PGP Key:  0x22D494A4
+---+---
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
+---+---
 If you really are in a hurry, mail me at
   svein-mob...@stillbilde.net
 This mailbox goes directly to my cellphone and is checked
even when I'm not in front of my computer.

 Picture Gallery:
  https://gallery.stillbilde.net/v/svein/




signature.asc
Description: OpenPGP digital signature


Re: 5900 RPM drives

2010-08-13 Thread Ryan Coleman
I was actually looking at the Seagate Barracuda model... I'm upgrading my RAID 
5 of 8x1TB  to something larger. $135 each: 
http://www.newegg.com/Product/Product.aspx?Item=N82E16822148487

On Aug 13, 2010, at 10:28 PM, TJ Varghese wrote:

 
 
 On Sat, Aug 14, 2010 at 9:52 AM, Ryan Coleman ryan.cole...@cwis.biz wrote:
 Can anyone give me any reasons to buy these over 7200RPMs for a RAID? I may 
 need to pinch pennies if I have to finance my next servers out of pocket. 
 Stupid idea, I know, but I really want to know if there's a reason to skimp.
 
 
 Specific models that you're considering would be good. For WD, if you're 
 referring to the WD's GreenPower (non-RAID Ed), there are 2 gotchas
 
 1) no support for TLER any longer - this IMHO is a deal breaker for RAID
 2) ridiculously low sleep times (6s) to maximize power savings - in a server, 
 this would cause extreme load cycles, however this setting can be set to less 
 extreme numbers using wdidle.
 
 The main technical criterion for any HDDs to be used in a raid IMO should be 
 TLER support IMO. Speed/capacity would be secondary concerns.
 
 
 regards,
 TJ

___
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: 5900 RPM drives

2010-08-13 Thread TJ Varghese
On Sat, Aug 14, 2010 at 9:52 AM, Ryan Coleman ryan.cole...@cwis.biz wrote:

 Can anyone give me any reasons to buy these over 7200RPMs for a RAID? I may
 need to pinch pennies if I have to finance my next servers out of pocket.
 Stupid idea, I know, but I really want to know if there's a reason to skimp.


Specific models that you're considering would be good. For WD, if you're
referring to the WD's GreenPower (non-RAID Ed), there are 2 gotchas

1) no support for TLER any longer - this IMHO is a deal breaker for RAID
2) ridiculously low sleep times (6s) to maximize power savings - in a
server, this would cause extreme load cycles, however this setting can be
set to less extreme numbers using wdidle.

The main technical criterion for any HDDs to be used in a raid IMO should be
TLER support IMO. Speed/capacity would be secondary concerns.


regards,
TJ
___
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


solved: Re: rpm trashed my system with linux so's

2010-02-12 Thread Steve Franks
On Thu, Feb 11, 2010 at 9:29 PM, Chuck Swiger cswi...@mac.com wrote:
 On Feb 11, 2010, at 8:05 PM, Steve Franks wrote:
 Main thing is that portupgrade -f gamin is *not* putting fresh bsd
 copies overtop the bad linux ones I stupidly installed, and anything
 with gtk is now useless (shared object 'libselinux.so.1 not found,
 required by libgio-2.0.so.0), which is pretty much everything.

 Short of reinstalling everything from CD, do I have options?

 Sure.  First, however, please note that it is (presumably past) time to 
 obtain a working backup mechanism for any system that you care about.

 Consider the output of find /usr/local/lib -mtime -2 (or some other # of 
 days).  You can use pkg_which to identify the port which should have provided 
 a native FreeBSD library; use pkg_delete -f _portname_ or similar measures to 
 more forcefully remove these Linux .so's.

 Regards,
 --
 -Chuck



Ok, got lucky: linux sticks everything in /lib, which is in the
default path before /usr/local/lib, hence the madness, and hence why
portupgrade won't fix it (it rebuilds most bsd .so's in
/usr/local/lib).

Just rm every .so file that gets complained about missing dependancies
from /lib, and you're back in the land of the living!

That was fun

Anyone know where the right place for rpm to put real unix libs for
use with compat?  compat/lib?

Anyway, thanks, all

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


rpm trashed my system with linux so's

2010-02-11 Thread Steve Franks
Yeah, I admit it, was really stupid of me to try.  All those linux
ports go willy-nilly running rpm's thru your system, so when
linux-flash-plugin-f10 crashed after install, I just *had* to hunt
down it's dependancies and try installing them.

Main thing is that portupgrade -f gamin is *not* putting fresh bsd
copies overtop the bad linux ones I stupidly installed, and anything
with gtk is now useless (shared object 'libselinux.so.1 not found,
required by libgio-2.0.so.0), which is pretty much everything.

Short of reinstalling everything from CD, do I have options?

Bugger.

Steve
___
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: rpm trashed my system with linux so's

2010-02-11 Thread Chuck Swiger
On Feb 11, 2010, at 8:05 PM, Steve Franks wrote:
 Main thing is that portupgrade -f gamin is *not* putting fresh bsd
 copies overtop the bad linux ones I stupidly installed, and anything
 with gtk is now useless (shared object 'libselinux.so.1 not found,
 required by libgio-2.0.so.0), which is pretty much everything.
 
 Short of reinstalling everything from CD, do I have options?

Sure.  First, however, please note that it is (presumably past) time to obtain 
a working backup mechanism for any system that you care about.

Consider the output of find /usr/local/lib -mtime -2 (or some other # of 
days).  You can use pkg_which to identify the port which should have provided a 
native FreeBSD library; use pkg_delete -f _portname_ or similar measures to 
more forcefully remove these Linux .so's.

Regards,
-- 
-Chuck

___
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


linux_base installation - missing rpm binary

2009-08-28 Thread Jeff Laine
Hello,


I've just installed the emulators/linux_base-f10 port in order to run some 
rpm-based applications.
Various online manuals told me that one should not use the native freebsd rpm 
binary (archivers/rpm), but instead use the /compat/linux/bin/rpm. But there's 
no such rpm binary under /compat/linux tree. What am I doing wrong? XD

I'm running vanilla FreeBSD-7.2-RELEASE, fresh ports tree.


TIA.

-- 
Best regards,
Jeff

| Nobody wants to say how this works.  |
|  Maybe nobody knows ...  |
|   Xorg.conf(5)|
___
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: linux_base installation - missing rpm binary

2009-08-28 Thread Boris Samorodov
On Fri, 28 Aug 2009 13:06:28 +0400 Jeff Laine wrote:

 I've just installed the emulators/linux_base-f10 port in order to run some 
 rpm-based applications.
 Various online manuals told me that one should not use the native freebsd rpm 
 binary (archivers/rpm), but instead use the /compat/linux/bin/rpm. But 
 there's 
 no such rpm binary under /compat/linux tree. What am I doing wrong? XD

FreeBSD has it's own package manager and it is used to track
all ports (linux ports as well). So we don't use linux rpm
database (it is not supported). Said that I might add that it
doesn't mean that this won't work if you try. But you'll be at 
your own here.

If you need to install a linux rpm archieve you should do
as root:
# cd /compat/linux
# rpm2cpio -q  linux.rpm.archieve | cpio -id
Then brandelf any binary executable (not libraries!).

Sure you won't be able to do a clean uninstall. But that
may help you to do your tests.

The best way is to create an apropriate port and use it.
Creating a linux port is not hard task. Please take a look
at the ports tree (audio ports may be a good starting points
as examples).

HTH

 I'm running vanilla FreeBSD-7.2-RELEASE, fresh ports tree.

BTW, I'm sure you have read /usr/ports/UPDATING and do have an
apropriate variables at /etc/make.conf. ;-)

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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: linux_base installation - missing rpm binary

2009-08-28 Thread Jeff Laine
On Fri,28-08-2009 [14:57:04], Boris Samorodov wrote:
 On Fri, 28 Aug 2009 13:06:28 +0400 Jeff Laine wrote:
 
  I've just installed the emulators/linux_base-f10 port in order to run some 
  rpm-based applications.
  Various online manuals told me that one should not use the native freebsd 
  rpm 
  binary (archivers/rpm), but instead use the /compat/linux/bin/rpm. But 
  there's 
  no such rpm binary under /compat/linux tree. What am I doing wrong? XD
 
 FreeBSD has it's own package manager and it is used to track
 all ports (linux ports as well). So we don't use linux rpm
 database (it is not supported). Said that I might add that it
 doesn't mean that this won't work if you try. But you'll be at 
 your own here.
 
 If you need to install a linux rpm archieve you should do
 as root:
 # cd /compat/linux
 # rpm2cpio -q  linux.rpm.archieve | cpio -id
 Then brandelf any binary executable (not libraries!).
 
 Sure you won't be able to do a clean uninstall. But that
 may help you to do your tests.
 
 The best way is to create an apropriate port and use it.
 Creating a linux port is not hard task. Please take a look
 at the ports tree (audio ports may be a good starting points
 as examples).
 
 HTH
 
  I'm running vanilla FreeBSD-7.2-RELEASE, fresh ports tree.
 
 BTW, I'm sure you have read /usr/ports/UPDATING and do have an
 apropriate variables at /etc/make.conf. ;-)
 

Sure, I did. ;) Thanks for the answer, I've used cpio to unpack my rpms.


And another related question if you don't mind. 

I've unpacked my apps under /compat/linux tree but my binary requires 
shared X libraries:


nsdexec: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot 
  open shared object file: No such file or directory
error while loading shared libraries: libXt.so.6: cannot open shared 
 object file: No such file or directory

I've tried to install x11/linux-f10-xorg-libs port but brandelf tells me 
they are BSD-binaries incompatible with my linux stuff. And thus my app
can't start complaining on incompatibilities if I tune lib paths.

Any hints?

TIA.






-- 
Best regards,
Jeff

| Nobody wants to say how this works.  |
|  Maybe nobody knows ...  |
|   Xorg.conf(5)|
___
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: linux_base installation - missing rpm binary

2009-08-28 Thread Boris Samorodov
On Fri, 28 Aug 2009 15:54:05 +0400 Jeff Laine wrote:

 I've unpacked my apps under /compat/linux tree but my binary requires 
 shared X libraries:


 nsdexec: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot 
   open shared object file: No such file or directory

This library is a part of x11-toolkits/linux-gtk2 port.

 error while loading shared libraries: libXt.so.6: cannot open shared 
  object file: No such file or directory

 I've tried to install x11/linux-f10-xorg-libs port

Good.

 but brandelf tells me 

As I've wrote at my previuos email, brandelf should be used
only with binary executives. Don't use it for libraries.
You have been warned! ;-)

 they are BSD-binaries incompatible with my linux stuff. And thus my app
 can't start complaining on incompatibilities if I tune lib paths.

You should not tweak paths untill absolutely needed (and if you
really understand what you do). Lunuxulator should DRT if a needed
library is present. In case of errors submit them here (or better
even to freebsd-emulation@ ML, since more people may help there).

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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


installing i386.rpm files on fbsd-amd64

2009-03-03 Thread luizbcampos
I need to put my printer to work and its driver finishes as
i386.rpm files. I've already installed linux_base-fc4 but when I type
/compat/linux/bin rpm -ivh  --root=/usr/compat/linux/rpmfile.rpm  I
got permission denied as root
___
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


How to install RPM file on FreeBSD?

2008-11-27 Thread Alex
Hi. Dear All

 

Could you pls let me know how to install file that the format is RPM on
FreeBSD.

Because I want to install a Virtual Machine which name is VMware
Workstation for Linux on FreeBSD? But there only RPM has been published. So
pls kindly help me deal with this case. Thanks.

 

BR

Alex

 

 

 

___
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 install RPM file on FreeBSD?

2008-11-27 Thread matt donovan
On Thu, Nov 27, 2008 at 9:14 AM, Alex [EMAIL PROTECTED] wrote:

 Hi. Dear All



 Could you pls let me know how to install file that the format is RPM on
 FreeBSD.

 Because I want to install a Virtual Machine which name is VMware
 Workstation for Linux on FreeBSD? But there only RPM has been published.
 So
 pls kindly help me deal with this case. Thanks.



 BR

 Alex







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


newer VMware Workstations do not work on FreeBSD. Have to use an older one
of use virtualbox which works to a point.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-21 Thread John Andrewartha
On Fri, 21 Sep 2007 03:41:24 pm Norberto Meijome wrote:
 On Thu, 20 Sep 2007 19:35:28 +0200 (CEST)

 Wojciech Puchar [EMAIL PROTECTED] wrote:
  but we are talking about disk capacity. filesystem is just kind of data
  on disk, you may access disk without it like my video stream server.
  actually only 1GB of each disk is allocated for filesystem (mirror+stripe
  on 8 disks, giving 4GB for / partition), everything else simply contains
  movies, with catalog as file on / partition.

 OP was complaining he/she could only access a smaller % of his disk after
 formatting it. so i think the effect of formatting also goes to answering
 the OP.

 _
 {Beto|Norberto|Numard} Meijome

 Liberty is not a means to a higher political end. It is itself the highest
 political end... liberty is the only object which benefits all alike, and
 provokes no sincere opposition... The danger is not that a particular class
 is unfit to to govern. Every class is unfit to govern... Power tends to
 corrupt, and absolute power corrupts absolutely. Lord Acton

 I speak for myself, not my employer. Contents may be hot. Slippery when
 wet. Reading disclaimers makes you go blind. Writing them is worse. You
 have been Warned.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

When you format a disk a percentage of the disk is reserved for a map so your 
file can be found.
On a UFS it is called the SUPER BLOCKS a master and at least one slave.

Typically these blocks will take up to 8% or there abouts of the disk.

BTW I am not shouting when SUPER BLOCKS' that's how it's written.

In a root shell type fsck and watch the screen. 

For more info dig into you docs usually /share/doc or usr/doc there where some 
really good docs on the UFS.

John

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


Re: Hard drive RPM

2007-09-21 Thread Bruce Cran

John Andrewartha wrote:
When you format a disk a percentage of the disk is reserved for a map so your 
file can be found.

On a UFS it is called the SUPER BLOCKS a master and at least one slave.

Typically these blocks will take up to 8% or there abouts of the disk.

BTW I am not shouting when SUPER BLOCKS' that's how it's written.

In a root shell type fsck and watch the screen. 

For more info dig into you docs usually /share/doc or usr/doc there where some 
really good docs on the UFS


By default 8% of the disk is also reserved for use by the superuser: 
this extra space isn't displayed in the Avail column of df, so when 
the disk is really full (i.e the root user has filled the disk) it will 
show negative values.  The amount of space reserved can be changed using 
tunefs(8).


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


Re: Hard drive RPM

2007-09-20 Thread Wojciech Puchar

not a case of misrepresentations that I have found on network
attached hard disk storage devices and Firewire drives.
I have one that was expressly advertised on the package to be
120 Gb capacity, and in fact only 111Gb are available for storage.


common marketlie: telling capacity not in gigabytes (2^30) but in billions 
of bytes. in computers giga always meant 2^30 (like mega 2^20 and kilo 
2^10) but they found just another place to lie.


on all (most) drive there are numbers of sectors written on label.
one sector is half a REAL kilobyte, divide it by 2^21 to get gigabyte 
count.



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


Re: Hard drive RPM

2007-09-20 Thread Wojciech Puchar

as 120 Gb and actually only has 117 Gb usable capacity.
Like 9Gb is enough for several operating systems. 3Gb is even
enough for an operating syste


Advertised sizes are for unformatted media. Each filesystem will use different


no. they use available space (in sectors) but counted in billions of bytes 
instead of 2^30 bytes

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


Re: Hard drive RPM

2007-09-20 Thread Wojciech Puchar

no. they use available space (in sectors) but counted in billions of bytes
instead of 2^30 bytes


fair enough...but disk's useful capacity will be slightly
different after you format it in whatever filesystem you choose with whatever
options you choose to format.

but we are talking about disk capacity. filesystem is just kind of data on 
disk, you may access disk without it like my video stream server. actually 
only 1GB of each disk is allocated for filesystem (mirror+stripe on 8 
disks, giving 4GB for / partition), everything else simply contains 
movies, with catalog as file on / partition.


swap partitions are other example but they most often use only small part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread Norberto Meijome
On Thu, 20 Sep 2007 09:23:45 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

  Advertised sizes are for unformatted media. Each filesystem will use 
  different  
 
 no. they use available space (in sectors) but counted in billions of bytes 
 instead of 2^30 bytes

fair enough...but disk's useful capacity will be slightly
different after you format it in whatever filesystem you choose with whatever
options you choose to format.

_
{Beto|Norberto|Numard} Meijome

You shouldn't verb words.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread RW
On Thu, 20 Sep 2007 09:22:00 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

  not a case of misrepresentations that I have found on network
  attached hard disk storage devices and Firewire drives.
  I have one that was expressly advertised on the package to be
  120 Gb capacity, and in fact only 111Gb are available for storage.
 
 common marketlie: telling capacity not in gigabytes (2^30) but in
 billions of bytes. in computers giga always meant 2^30 (like mega
 2^20 and kilo 2^10) 

Not really, it's mostly to do with the fact that mechanical and
electrical engineers have never really bought into the lazy kludge of
using binary approximations for k,M and G. And there's no incentive
because of the way tape and disk devices are accessed. It's the same
with telecoms too.

The sooner the computer industry get it's act together and starts
using Ki, Mi Gi the better.

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


Re: Hard drive RPM

2007-09-20 Thread Norberto Meijome
On Thu, 20 Sep 2007 19:35:28 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

 but we are talking about disk capacity. filesystem is just kind of data on 
 disk, you may access disk without it like my video stream server. actually 
 only 1GB of each disk is allocated for filesystem (mirror+stripe on 8 
 disks, giving 4GB for / partition), everything else simply contains 
 movies, with catalog as file on / partition.

OP was complaining he/she could only access a smaller % of his disk after
formatting it. so i think the effect of formatting also goes to answering the
OP.

_
{Beto|Norberto|Numard} Meijome

Liberty is not a means to a higher political end. It is itself the highest
political end... liberty is the only object which benefits all alike, and
provokes no sincere opposition... The danger is not that a particular class is
unfit to to govern. Every class is unfit to govern... Power tends to corrupt,
and absolute power corrupts absolutely. Lord Acton

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Hard drive RPM

2007-09-19 Thread jekillen

Hello;
Is there a utility for measuring the effective RPM of a hard disk?
A software tackometer?
I have IDE drives, SATA drives, both 7200 and 10,000 RPM,
as well as SCSI disks that are supposed to be running at 15k
RPM. I noticed that on the hard drive labels, those on the disk
case itself do not specifically indicate what speed they are supposed
to operate at. The two 10k SATA drives only had labels on the
antistatic packaging indicating that they are 10k drives. I would
like to verify the speeds of these drives. I am hoping that this is
not a case of misrepresentations that I have found on network
attached hard disk storage devices and Firewire drives.
I have one that was expressly advertised on the package to be
120 Gb capacity, and in fact only 111Gb are available for storage.
That is a 9 Gb discrepancy. A Fire wire drive I have is also designated
as 120 Gb and actually only has 117 Gb usable capacity.
Like 9Gb is enough for several operating systems. 3Gb is even
enough for an operating system.

Can anyone shed some light on this? (Storage device labeling,
and specifically, RPM specs)

I would ask the manufacturers but would be suspicious of bias
responses. That is what I got from one of them already.

Thanks in advance for responses.
The hard drives in question are running on FreeBSD systems
on homebuilt hardware. All AMD64 processors, ECS, Gigabyte,
and ASUS motherboards, Hard drives are Western Digital IDE,
SATA, and Seagate SCSI drives.

Jeff K

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


Re: Hard drive RPM

2007-09-19 Thread Derek Ragona

At 07:47 PM 9/19/2007, jekillen wrote:

Hello;
Is there a utility for measuring the effective RPM of a hard disk?
A software tackometer?
I have IDE drives, SATA drives, both 7200 and 10,000 RPM,
as well as SCSI disks that are supposed to be running at 15k
RPM. I noticed that on the hard drive labels, those on the disk
case itself do not specifically indicate what speed they are supposed
to operate at. The two 10k SATA drives only had labels on the
antistatic packaging indicating that they are 10k drives. I would
like to verify the speeds of these drives. I am hoping that this is
not a case of misrepresentations that I have found on network
attached hard disk storage devices and Firewire drives.
I have one that was expressly advertised on the package to be
120 Gb capacity, and in fact only 111Gb are available for storage.
That is a 9 Gb discrepancy. A Fire wire drive I have is also designated
as 120 Gb and actually only has 117 Gb usable capacity.
Like 9Gb is enough for several operating systems. 3Gb is even
enough for an operating system.

Can anyone shed some light on this? (Storage device labeling,
and specifically, RPM specs)

I would ask the manufacturers but would be suspicious of bias
responses. That is what I got from one of them already.

Thanks in advance for responses.
The hard drives in question are running on FreeBSD systems
on homebuilt hardware. All AMD64 processors, ECS, Gigabyte,
and ASUS motherboards, Hard drives are Western Digital IDE,
SATA, and Seagate SCSI drives.

Jeff K


Run the manufacturer's diagnostic utility to check the drives speed and 
performance.  Most of these utilities also give you the drive model and 
serial number as well.  Look for a self-booting version that is a cd-rom 
ISO, these usually run FreeDOS to easily access the hardware from a cd-rom 
boot image.


-Derek



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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: Hard drive RPM

2007-09-19 Thread Rob

Derek Ragona wrote:
Run the manufacturer's diagnostic utility to check the drives speed and 
performance.  Most of these utilities also give you the drive model and 
serial number as well.  Look for a self-booting version that is a cd-rom 
ISO, these usually run FreeDOS to easily access the hardware from a 
cd-rom boot image.


I'd suggest the Ultimate Boot CD here:  http://www.ultimatebootcd.com/
It's a bootable ISO image with all the major disk mfgr's diags and other 
good stuff, ready to go.


  -RW

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


Re: Hard drive RPM

2007-09-19 Thread jekillen


On Sep 19, 2007, at 6:07 PM, Rob wrote:


Derek Ragona wrote:
Run the manufacturer's diagnostic utility to check the drives speed 
and performance.  Most of these utilities also give you the drive 
model and serial number as well.  Look for a self-booting version 
that is a cd-rom ISO, these usually run FreeDOS to easily access the 
hardware from a cd-rom boot image.


I'd suggest the Ultimate Boot CD here:  
http://www.ultimatebootcd.com/
It's a bootable ISO image with all the major disk mfgr's diags and 
other good stuff, ready to go.


  -RW


Thanks for both these responses.
JK

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


RE: Hard drive RPM

2007-09-19 Thread Brent Jones
 
As far as the 120gig != 111gig discrepancy, it sounds like the drive
manufacturer use 1 gig = 1,000,000,000 bytes instead of 1,073,741,824
bytes for their advertising.  It looks better on the box.  It gets messy
with drive advertisements as there's no required standard for how they
advertise a gigabyte, and whether it's formatted or unformatted
capacity.  I just assume they're advertising unformatted capacity with
1,000,000,000 bytes as a gig, then I'm pleasantly surprised in the end
if I have more than I expected.  :)

Cheers,
Brent

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jekillen
Sent: Thursday, 20 September 2007 12:47 p.m.
To: FreeBSD Mailing List
Subject: Hard drive RPM

Hello;
I have one that was expressly advertised on the package to be 120 Gb
capacity, and in fact only 111Gb are available for storage.
That is a 9 Gb discrepancy. A Fire wire drive I have is also designated
as 120 Gb and actually only has 117 Gb usable capacity.
Like 9Gb is enough for several operating systems. 3Gb is even enough for
an operating system.

Can anyone shed some light on this? (Storage device labeling, and
specifically, RPM specs)

I would ask the manufacturers but would be suspicious of bias responses.
That is what I got from one of them already.

Thanks in advance for responses.
The hard drives in question are running on FreeBSD systems on homebuilt
hardware. All AMD64 processors, ECS, Gigabyte, and ASUS motherboards,
Hard drives are Western Digital IDE, SATA, and Seagate SCSI drives.

Jeff K

___
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: Hard drive RPM

2007-09-19 Thread Norberto Meijome
On Wed, 19 Sep 2007 17:47:19 -0700
jekillen [EMAIL PROTECTED] wrote:

 Is there a utility for measuring the effective RPM of a hard disk?
 A software tackometer?

not sure, ultimatebootcd , as it has been suggested, may have some answers. For
reference, just get the drive model and get the full specs from the
manufacturer's site. 
You can also peruse hardware testing sites such as toms hardware and others for
tests on that particular drive.

 I have one that was expressly advertised on the package to be
 120 Gb capacity, and in fact only 111Gb are available for storage.
 That is a 9 Gb discrepancy. A Fire wire drive I have is also designated
 as 120 Gb and actually only has 117 Gb usable capacity.
 Like 9Gb is enough for several operating systems. 3Gb is even
 enough for an operating syste

Advertised sizes are for unformatted media. Each filesystem will use different
amount of physical resources (sectors in the disk) to hold its metadata, so
that will of course vary. I suppose you can always use the disk in raw ...
using dd or some other clever tool you may devise... :D let me know how it
goes :)

you may be able to increase the amount of available space (of course, depending
on the filesystem used) by modifying the block size, but that will usually
affect the number of total inodes (or equivalent in NTFS / others) available...
man tuning should have a section on this, as well as your filesystem of choice
documentation (eg, man newfs in BSd, man mk* in linux , NTFS docs @ MSDN )

B
_
{Beto|Norberto|Numard} Meijome

Peace can only be achieved by understanding.
   Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-compat: problems installing rpm, bunch of .so's missing

2007-03-27 Thread Steve Franks

So, first time I've ever messed with linux compatibility.  This is
about where I'm at:

[EMAIL PROTECTED] ~]$ sudo rpm -i picasa-2.2.2820-5.i386.rpm
error: failed dependencies:
   /bin/bash is needed by picasa-2.2.2820-5
   ld-linux.so.2 is needed by picasa-2.2.2820-5
   libICE.so.6 is needed by picasa-2.2.2820-5
   libSM.so.6 is needed by picasa-2.2.2820-5
   libX11.so.6 is needed by picasa-2.2.2820-5
   libXext.so.6 is needed by picasa-2.2.2820-5
   libXi.so.6 is needed by picasa-2.2.2820-5
   libXmu.so.6 is needed by picasa-2.2.2820-5
   libXpm.so.4 is needed by picasa-2.2.2820-5
   libXt.so.6 is needed by picasa-2.2.2820-5
   libc.so.6 is needed by picasa-2.2.2820-5
   libc.so.6(GLIBC_2.1) is needed by picasa-2.2.2820-5
   libdl.so.2 is needed by picasa-2.2.2820-5
   libm.so.6 is needed by picasa-2.2.2820-5
   libutil.so.1 is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
[EMAIL PROTECTED] ~]$

Note that I've got:

[EMAIL PROTECTED] ~]$ pkg_info
...
linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_9   Base set of packages needed in Linux mode (for i386/amd64)
...
[EMAIL PROTECTED] ~]$


Do we have a handbook page about getting linuz compatibility to actually work?

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


Re: linux-compat: problems installing rpm, bunch of .so's missing

2007-03-27 Thread Boris Samorodov
On Tue, 27 Mar 2007 15:56:04 -0700 Steve Franks wrote:

 So, first time I've ever messed with linux compatibility.  This is
 about where I'm at:

 [EMAIL PROTECTED] ~]$ sudo rpm -i picasa-2.2.2820-5.i386.rpm
 error: failed dependencies:
/bin/bash is needed by picasa-2.2.2820-5
ld-linux.so.2 is needed by picasa-2.2.2820-5
libICE.so.6 is needed by picasa-2.2.2820-5
libSM.so.6 is needed by picasa-2.2.2820-5
libX11.so.6 is needed by picasa-2.2.2820-5
libXext.so.6 is needed by picasa-2.2.2820-5
libXi.so.6 is needed by picasa-2.2.2820-5
libXmu.so.6 is needed by picasa-2.2.2820-5
libXpm.so.4 is needed by picasa-2.2.2820-5
libXt.so.6 is needed by picasa-2.2.2820-5
libc.so.6 is needed by picasa-2.2.2820-5
libc.so.6(GLIBC_2.1) is needed by picasa-2.2.2820-5
libdl.so.2 is needed by picasa-2.2.2820-5
libm.so.6 is needed by picasa-2.2.2820-5
libutil.so.1 is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
 [EMAIL PROTECTED] ~]$

 Note that I've got:

 [EMAIL PROTECTED] ~]$ pkg_info
 ...
 linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
 linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
 linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
 linux_base-fc-4_9   Base set of packages needed in Linux mode (for i386/amd64)
 ...
 [EMAIL PROTECTED] ~]$

ATM the best place to read is /usr/ports/UPDATING:
-
20060616:
  AFFECTS: users of emulation/linux_base-*
-

You may skip suggestions how to upgrade from earlier versions and pay
attention how to override difficulties.

 Do we have a handbook page about getting linuz compatibility to actually work?

Well, you may initiate the process. Write down some paragraphs, show
them at [EMAIL PROTECTED] Somebody may help, etc...

BTW, freebsd-emulation@ is a better place to continue the
discussion. CC'ing to it, please, remove questions@ on a reply.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing i386.rpm files on FBSD-6.1 amd64

2007-03-18 Thread Boris Samorodov
[top-posting reformatted, CC: to freebsd-questions@ restored]

On Sat, 17 Mar 2007 22:28:38 + Luiz A B de Campos wrote:
 On 3/11/07, Boris Samorodov [EMAIL PROTECTED] wrote:
  On Sun, 11 Mar 2007 12:44:38 + Luiz A B de Campos wrote:
 
   Is it possible to do this? I've already installed linux_base-8 and rpm
  ports
  It is recommended to use linux_base-fc4 nowadays.
   but when I try to install a i386.rpm file the system claims for some
  libs
   (libpopt, libtiff, glibc.so.6 , libxml, bash)
  All those apps are already at the ports tree. Which app do you need to
  run? If it presents at the ports tree one should use ports/packages to
  install.
 Thanks, Boris!  I need to install one i386.rpm driver for my Canon Ip1600
 printer and it's  a usb printer... and maybe flashplayer!

Well, it's not clear to me if you succeeded in installing them? ;-)


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing i386.rpm files on FBSD-6.1 amd64

2007-03-18 Thread Boris Samorodov
Please, please, don't top-post and keep freebsd-questions@ as CC
(there are a better chances you get an answer). And for questions
about linux applications there is a more relevant ML:
[EMAIL PROTECTED]

On Sun, 18 Mar 2007 14:59:15 + Luiz A B de Campos wrote:

 All Kay, Boris...where shall I download linux_base-fc4?  I've tried
 freebsd ports (latest) but there is no such file! Keeping info

FreeBSD has very good documentation. The FreeBSD Handbook is one of the
wonderful books. It has a bunch of useful information. It seems to me
that you need this chapter:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

HTH

 On 3/18/07, Boris Samorodov [EMAIL PROTECTED] wrote:
 
  [top-posting reformatted, CC: to freebsd-questions@ restored]
 
  On Sat, 17 Mar 2007 22:28:38 + Luiz A B de Campos wrote:
   On 3/11/07, Boris Samorodov [EMAIL PROTECTED] wrote:
On Sun, 11 Mar 2007 12:44:38 + Luiz A B de Campos wrote:
   
 Is it possible to do this? I've already installed linux_base-8 and
  rpm
ports
It is recommended to use linux_base-fc4 nowadays.
 but when I try to install a i386.rpm file the system claims for
  some
libs
 (libpopt, libtiff, glibc.so.6 , libxml, bash)
All those apps are already at the ports tree. Which app do you need to
run? If it presents at the ports tree one should use ports/packages to
install.
   Thanks, Boris!  I need to install one i386.rpm driver for my Canon
  Ip1600
   printer and it's  a usb printer... and maybe flashplayer!
 
  Well, it's not clear to me if you succeeded in installing them? ;-)


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


installing i386.rpm files on FBSD-6.1 amd64

2007-03-11 Thread Luiz A B de Campos

Is it possible to do this? I've already installed linux_base-8 and rpm ports
but when I try to install a i386.rpm file the system claims for some libs
(libpopt, libtiff, glibc.so.6 , libxml, bash)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing i386.rpm files on FBSD-6.1 amd64

2007-03-11 Thread Boris Samorodov
On Sun, 11 Mar 2007 12:44:38 + Luiz A B de Campos wrote:

 Is it possible to do this? I've already installed linux_base-8 and rpm ports

It is recommended to use linux_base-fc4 nowadays.

 but when I try to install a i386.rpm file the system claims for some libs
 (libpopt, libtiff, glibc.so.6 , libxml, bash)

All those apps are already at the ports tree. Which app do you need to
run? If it presents at the ports tree one should use ports/packages to
install.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makefile for rpm-4.0.4_4

2006-06-07 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

 I connected to www. Freebsd.org, sherched for rpm and got to a page
 with several rpm ports that can be downloaded. Since O have FreeBSD
 6.0 I figured I could go for the latehast rpm which is 4.0.4_4. So I
 first downloaded rpm4.tar, and put it in my /usr/rpm/rpm4/
 dir. rpm4.tar contains the makefile.Then I downloaded rpm-4.0.4_4.tbz
 and put it in my /usr/ports/ dir. But I could see that the make file
 was not interested in a tbz file so I connected to the internet and
 started make so it coul;d go get the file it wanted. Make did so.

The latter file was a pre-compiled binary package.  pkg_add(1) will
install it for you.

 I think I also unzipped the rpm-4.0.4_4 tbz file. Somehow I ended up
 with two sub-directories to my /usr/rpm/rpm4 directory They are Files
 and Work. The files Dir contains a bunch of patch files.

 From what you said about a patch in the port skeleton which isn't
 appropriate to the
 source that had been un-tarred from rpm-4.0.4.tar.gz., perhaps I
 should delete everything and start over with just the rpm4.tar file in
 my /usr/rpm/rpm4/ dir. Am I correct in thinking that the only file I
 need to untar is rpm4.tar, and when I execute the extracted make file
 and there is no other rpm stuff in my directories, MAKE INSTALL should
 work?

More or less.  But you don't seem to have the rest of the ports tree
installed on your system at all, which would keep it from working.

You will find this much easier if you try to follow the supported
procedures.  Please see the FreeBSD Handbook's documentation on the
subject at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makefile for rpm-4.0.4_4

2006-06-05 Thread Lowell Gilbert
RAW [EMAIL PROTECTED] writes:

 This question is about a FreeBSD port that I cannot automake.

 Dear FreeBSDers;

 Tried to obtain, make and install Port rpm-4.0.4_4, on my new FreeBSD
 6.0. Not there yet Looks like the Makefile program got down to
 post-patch:, became unhappy, informed me with error code 127, (???)
 and quit.Make claimed that it could not find the shell script
 configure (see log below), but when I follow the path to the file,
 there it is. It left an extract done.rpm-4 doc empty.

 How can I get the makefile to continue, find configure and finish
 the make job?

 P.S. I ran Make in a terminal window on my KDE desktop. Matters?

 Thanks for the help.


 Make log:

 /usr/rpm/rpm4
 # make install clean
 ===  Vulnerability check disabled, database not found
 = rpm-4.0.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/.
 fetch: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-4.0.4.tar.gz: File
 unavailable (e.g., file not found, no access)
 = Attempting to fetch from
 ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/.
 rpm-4.0.4.tar.gz  100% of 5728 kB 2370
 Bps 00m00s
 ===  Extracting for rpm-4.0.4_4
 = Checksum OK for rpm-4.0.4.tar.gz.
 ===  Patching for rpm-4.0.4_4
 ===  Applying FreeBSD patches for rpm-4.0.4_4
 -e 's:%%LOCALBASE%%:/usr/local:'
 /usr/rpm/rpm4/work/rpm-4.0.4/configure
 /usr/rpm/rpm4/work/rpm-4.0.4/beecrypt/configure
 -e: not found
 *** Error code 127

 Stop in /usr/rpm/rpm4.

You have a patch in the port skeleton which isn't appropriate to the
source that had been un-tarred from rpm-4.0.4.tar.gz.

How did you get your ports skeleton anyway?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makefile for rpm-4.0.4_4

2006-06-05 Thread solsyst

Hi LG:
Thanks for the tip.

I connected to www. Freebsd.org, sherched for rpm and got to a page 
with several rpm ports that can be downloaded. Since O have FreeBSD 6.0 
I figured I could go for the latehast rpm which is 4.0.4_4. So I first 
downloaded rpm4.tar, and put it in my /usr/rpm/rpm4/ dir. rpm4.tar 
contains the makefile.Then I downloaded rpm-4.0.4_4.tbz and put it in 
my /usr/ports/ dir. But I could see that the make file was not 
interested in a tbz file so I connected to the internet and started 
make so it coul;d go get the file it wanted. Make did so.


I think I also unzipped the rpm-4.0.4_4 tbz file. Somehow I ended up 
with two sub-directories to my /usr/rpm/rpm4 directory They are Files 
and Work. The files Dir contains a bunch of patch files.


From what you said about a patch in the port skeleton which isn't 
appropriate to the
source that had been un-tarred from rpm-4.0.4.tar.gz., perhaps I 
should delete everything and start over with just the rpm4.tar file in 
my /usr/rpm/rpm4/ dir. Am I correct in thinking that the only file I 
need to untar is rpm4.tar, and when I execute the extracted make file 
and there is no other rpm stuff in my directories, MAKE INSTALL should 
work?


Thanks,
RAW

Do I have any other options with the unzipped rpm-4.0.4_4.tbz mess I.ve 
already created?


-Original Message-
From: Lowell Gilbert [EMAIL PROTECTED]
To: RAW [EMAIL PROTECTED]
Cc: freebsd-questions@FreeBSD.org; [EMAIL PROTECTED]
Sent: Mon, 05 Jun 2006 10:32:49 -0400
Subject: Re: Makefile for rpm-4.0.4_4

 RAW [EMAIL PROTECTED] writes:


This question is about a FreeBSD port that I cannot automake.

Dear FreeBSDers;

Tried to obtain, make and install Port rpm-4.0.4_4, on my new FreeBSD
6.0. Not there yet Looks like the Makefile program got down to
post-patch:, became unhappy, informed me with error code 127, (???)
and quit.Make claimed that it could not find the shell script
configure (see log below), but when I follow the path to the file,
there it is. It left an extract done.rpm-4 doc empty.

How can I get the makefile to continue, find configure and finish
the make job?

P.S. I ran Make in a terminal window on my KDE desktop. Matters?

Thanks for the help.


Make log:

/usr/rpm/rpm4
# make install clean
===  Vulnerability check disabled, database not found
= rpm-4.0.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/.
fetch: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-4.0.4.tar.gz: File
unavailable (e.g., file not found, no access)
= Attempting to fetch from
ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/.
rpm-4.0.4.tar.gz  100% of 5728 kB 2370
Bps 00m00s
===  Extracting for rpm-4.0.4_4
= Checksum OK for rpm-4.0.4.tar.gz.
===  Patching for rpm-4.0.4_4
===  Applying FreeBSD patches for rpm-4.0.4_4
-e 's:%%LOCALBASE%%:/usr/local:'
/usr/rpm/rpm4/work/rpm-4.0.4/configure
/usr/rpm/rpm4/work/rpm-4.0.4/beecrypt/configure
-e: not found
*** Error code 127

Stop in /usr/rpm/rpm4.


You have a patch in the port skeleton which isn't appropriate to the
source that had been un-tarred from rpm-4.0.4.tar.gz.

How did you get your ports skeleton anyway?


___
Try the New Netscape Mail Today!
Virtually Spam-Free | More Storage | Import Your Contact List
http://mail.netscape.com

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


Makefile for rpm-4.0.4_4

2006-06-03 Thread RAW

This question is about a FreeBSD port that I cannot automake.

Dear FreeBSDers;

Tried to obtain, make and install Port rpm-4.0.4_4, on my new FreeBSD 
6.0. Not there yet Looks like the Makefile program got down to 
post-patch:, became unhappy, informed me with error code 127, (???) 
and quit.Make claimed that it could not find the shell script 
configure (see log below), but when I follow the path to the file, 
there it is. It left an extract done.rpm-4 doc empty.


How can I get the makefile to continue, find configure and finish the 
make job?


P.S. I ran Make in a terminal window on my KDE desktop. Matters?

Thanks for the help.


Make log:

/usr/rpm/rpm4
# make install clean
===  Vulnerability check disabled, database not found
= rpm-4.0.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/.
fetch: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-4.0.4.tar.gz: File 
unavailable (e.g., file not found, no access)
= Attempting to fetch from 
ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/.
rpm-4.0.4.tar.gz  100% of 5728 kB 2370  Bps 
00m00s

===  Extracting for rpm-4.0.4_4
= Checksum OK for rpm-4.0.4.tar.gz.
===  Patching for rpm-4.0.4_4
===  Applying FreeBSD patches for rpm-4.0.4_4
-e 's:%%LOCALBASE%%:/usr/local:'  /usr/rpm/rpm4/work/rpm-4.0.4/configure 
/usr/rpm/rpm4/work/rpm-4.0.4/beecrypt/configure

-e: not found
*** Error code 127

Stop in /usr/rpm/rpm4.

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


Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Garrett Cooper

On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote:


Marc G. Fournier wrote:
As the subject asks, is there an equivalent?  I'm trying to  
install linux apache2 on a FreeBSD box, and would like have rpm do  
as much as possible as far as getting the dependencies and  
downloading them ...

baring this, is there a better tool to use then rpm?
thanks ...

Marc G. Fournier   Hub.Org Networking Services (http:// 
www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy   
ICQ: 7615664


look at the end of rpm man page, there is a section INSTALL AND  
UPGRADE OPTIONS.
Concerning other tools, the poor experience I have with RH showed  
me that rpm is a great tool. Maybe you may try yum, which, iirc, is  
a GUI for rpm.


Cheers,

--
Gregory


	Actually yum's a means for updating that's meant to replace the  
Redhat Network Tool or whatever it was called back in RH9.0 and RHE,  
which comes as primarily a command line tool I thought. As far as I  
know is only available for Fedora-a product primarily made for  
desktop users made by Redhat.

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


Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Robert Slade
On Tue, 2006-01-17 at 08:36, Garrett Cooper wrote:
 On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote:
 
  Marc G. Fournier wrote:
  As the subject asks, is there an equivalent?  I'm trying to  
  install linux apache2 on a FreeBSD box, and would like have rpm do  
  as much as possible as far as getting the dependencies and  
  downloading them ...
  baring this, is there a better tool to use then rpm?
  thanks ...
  
  Marc G. Fournier   Hub.Org Networking Services (http:// 
  www.hub.org)
  Email: [EMAIL PROTECTED]   Yahoo!: yscrappy   
  ICQ: 7615664
 
  look at the end of rpm man page, there is a section INSTALL AND  
  UPGRADE OPTIONS.
  Concerning other tools, the poor experience I have with RH showed  
  me that rpm is a great tool. Maybe you may try yum, which, iirc, is  
  a GUI for rpm.
 
  Cheers,
 
  -- 
  Gregory
 
   Actually yum's a means for updating that's meant to replace the  
 Redhat Network Tool or whatever it was called back in RH9.0 and RHE,  
 which comes as primarily a command line tool I thought. As far as I  
 know is only available for Fedora-a product primarily made for  
 desktop users made by Redhat.
 -Garrett

To clear up a couple of points: YUM is a Redhat tool but is a command
line one. It works on all Redhat derived systems not just Fedora. BTW
Fedora is not made by Redhat but is sponsored by them - they use it as a
test platform.

What I don't understand why the OP is installing Linux Apachie2 from
rpms when there is a perfectly good port for BSD which handles the
dependencies and the different locations of files, scripts etc.

Rob   


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


Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Marc G. Fournier

On Tue, 17 Jan 2006, Robert Slade wrote:


On Tue, 2006-01-17 at 08:36, Garrett Cooper wrote:

On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote:


Marc G. Fournier wrote:

As the subject asks, is there an equivalent?  I'm trying to
install linux apache2 on a FreeBSD box, and would like have rpm do
as much as possible as far as getting the dependencies and
downloading them ...
baring this, is there a better tool to use then rpm?
thanks ...

Marc G. Fournier   Hub.Org Networking Services (http://
www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy
ICQ: 7615664


look at the end of rpm man page, there is a section INSTALL AND
UPGRADE OPTIONS.
Concerning other tools, the poor experience I have with RH showed
me that rpm is a great tool. Maybe you may try yum, which, iirc, is
a GUI for rpm.

Cheers,

--
Gregory


Actually yum's a means for updating that's meant to replace the
Redhat Network Tool or whatever it was called back in RH9.0 and RHE,
which comes as primarily a command line tool I thought. As far as I
know is only available for Fedora-a product primarily made for
desktop users made by Redhat.
-Garrett


To clear up a couple of points: YUM is a Redhat tool but is a command
line one. It works on all Redhat derived systems not just Fedora. BTW
Fedora is not made by Redhat but is sponsored by them - they use it as a
test platform.

What I don't understand why the OP is installing Linux Apachie2 from
rpms when there is a perfectly good port for BSD which handles the
dependencies and the different locations of files, scripts etc.


One word: PHPlib

I have a client that has a Linux license for PHPlib, and from talking to 
the PHPlib folk, they won't convert the license to a FreeBSD one ... 
rather then send the client off to a Linux hosting company, I'm *trying* 
to accommodate their requirement on a FreeBSD platform ...



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Marc G. Fournier


As the subject asks, is there an equivalent?  I'm trying to install 
linux apache2 on a FreeBSD box, and would like have rpm do as much as 
possible as far as getting the dependencies and downloading them ...


baring this, is there a better tool to use then rpm?

thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Ivan \Rambius\ Ivanov
Hello,

 baring this, is there a better tool to use then rpm?
I am a newbie in freebsd with ambitions to become a master :) and up
to now I have installed tons of software using freebsd ports
collection and freebsd packages and I found them better than rpm.
Anyway, FreeBSD can run rpm as well (if rpm is installed of course :)
).

On 1/17/06, Marc G. Fournier [EMAIL PROTECTED] wrote:

 As the subject asks, is there an equivalent?  I'm trying to install
 linux apache2 on a FreeBSD box, and would like have rpm do as much as
 possible as far as getting the dependencies and downloading them ...
Well, when I installed my FreeBSD on my laptop, I was questioned
whether I would like to run a Web Server and I answered yes, so I had
apache2 installed.

You can compile and install httpd from ports collection with the
following command (as root):
cd /usr/ports/apache20
make install clean

Or you can install from a prebuilt binary package with the command
pkg_add -r apache2.

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


Re: rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Marc G. Fournier

On Tue, 17 Jan 2006, Ivan Rambius Ivanov wrote:


Hello,


baring this, is there a better tool to use then rpm?

I am a newbie in freebsd with ambitions to become a master :) and up
to now I have installed tons of software using freebsd ports
collection and freebsd packages and I found them better than rpm.
Anyway, FreeBSD can run rpm as well (if rpm is installed of course :)
).

On 1/17/06, Marc G. Fournier [EMAIL PROTECTED] wrote:


As the subject asks, is there an equivalent?  I'm trying to install
linux apache2 on a FreeBSD box, and would like have rpm do as much as
possible as far as getting the dependencies and downloading them ...

Well, when I installed my FreeBSD on my laptop, I was questioned
whether I would like to run a Web Server and I answered yes, so I had
apache2 installed.

You can compile and install httpd from ports collection with the
following command (as root):
cd /usr/ports/apache20
make install clean

Or you can install from a prebuilt binary package with the command
pkg_add -r apache2.


You missed part of the question, but thanks for answering ... 
specifically, I'm tryin to install a linux apache2 binary, with all of the 
linux dependencies that go along with it :)



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Gregory Nou

Marc G. Fournier wrote:


As the subject asks, is there an equivalent?  I'm trying to install 
linux apache2 on a FreeBSD box, and would like have rpm do as much as 
possible as far as getting the dependencies and downloading them ...


baring this, is there a better tool to use then rpm?

thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


look at the end of rpm man page, there is a section INSTALL AND UPGRADE 
OPTIONS.
Concerning other tools, the poor experience I have with RH showed me 
that rpm is a great tool. Maybe you may try yum, which, iirc, is a GUI 
for rpm.


Cheers,

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


gtk2-2.2.1-4.i386.rpm not available

2005-12-24 Thread Your Name
Greetings - 
 
I was attempting to load a few ports over the past couple of days and 
kept running into this problem with gtk2-2.2.1-4.i386.rpm. 
 
(Running FBSD 5.4) 
 
Earlier today, I tried loading the pips-sc60s driver. 
(/usr/ports/print/pips-sc60s) This driver (if I had been succesful 
installing it) would have permitted me to use my Epson C60 printer. 
Installation of the pips-sc60s driver failed. For reasons I don't 
understand, this port tries to install linuxpluginwrapper, 
linux-flashplugin6, linux-realplayer... (?) The whole process failed: 
 
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. 
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/gtk2-2.2.1-4.i386.rpm: 
File unavailable (e.g., file not found, no access) 
= Couldn't fetch it - please try to retrieve this 
= port manually into /usr/ports/distfiles/rpm and try again. 
*** Error code 1 
 
Stop in /usr/ports/x11-toolkits/linux-gtk2. 
*** Error code 1 
 
Stop in /usr/ports/multimedia/linux-realplayer. 
*** Error code 1 
 
Stop in /usr/ports/www/linuxpluginwrapper. 
*** Error code 1 
 
Stop in /usr/ports/print/pips-sc60s. 
 
 
 
Later, I tried installing flashpluinwrapper and linuxpluginwrapper (at 
different times to see if I could manually get these dependencies 
resolved, deinstalling the dregs of one before attempting the 
installation of the other) in an attempt to get RealPlayer running on 
my system. I received a similar failure message: 
 
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. 
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/gtk2-2.2.1-4.i386.rpm: 
File unavailable (e.g., file not found, no access) 
= Couldn't fetch it - please try to retrieve this 
= port manually into /usr/ports/distfiles/rpm and try again. 
*** Error code 1 
 
Stop in /usr/ports/x11-toolkits/linux-gtk2. 
*** Error code 1 
 
Stop in /usr/ports/multimedia/linux-realplayer. 
*** Error code 1 
 
Stop in /usr/ports/www/linuxpluginwrapper. 
 
--- 
 
My /var/db/pkg area thinks that I have the following installed: 
gtk-1.2.10_12 
gtk-2.6.4_1 
 
So I don't know why those apps seem to need gtk2-2.2.1-4 when 2.6.4.1 
is already installed. And I don't understand why these bits of 
software will not install properly. 
 
Suggestions appreciated. 
-- paz. 
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk2-2.2.1-4.i386.rpm not available

2005-12-24 Thread Robert Slade
On Sun, 2005-12-25 at 02:44, Your Name wrote:
 Greetings - 
  
 I was attempting to load a few ports over the past couple of days and 
 kept running into this problem with gtk2-2.2.1-4.i386.rpm. 
  
 (Running FBSD 5.4) 
  
 Earlier today, I tried loading the pips-sc60s driver. 
 (/usr/ports/print/pips-sc60s) This driver (if I had been succesful 
 installing it) would have permitted me to use my Epson C60 printer. 
 Installation of the pips-sc60s driver failed. For reasons I don't 
 understand, this port tries to install linuxpluginwrapper, 
 linux-flashplugin6, linux-realplayer... (?) The whole process failed: 
  
 = Attempting to fetch from 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. 
 fetch: 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/gtk2-2.2.1-4.i386.rpm:
 File unavailable (e.g., file not found, no access) 
 = Couldn't fetch it - please try to retrieve this 
 = port manually into /usr/ports/distfiles/rpm and try again. 
 *** Error code 1 
  
 Stop in /usr/ports/x11-toolkits/linux-gtk2. 
 *** Error code 1 
  
 Stop in /usr/ports/multimedia/linux-realplayer. 
 *** Error code 1 
  
 Stop in /usr/ports/www/linuxpluginwrapper. 
 *** Error code 1 
  
 Stop in /usr/ports/print/pips-sc60s. 
  
 
 
 Later, I tried installing flashpluinwrapper and linuxpluginwrapper (at 
 different times to see if I could manually get these dependencies 
 resolved, deinstalling the dregs of one before attempting the 
 installation of the other) in an attempt to get RealPlayer running on 
 my system. I received a similar failure message: 
  
 = Attempting to fetch from 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. 
 fetch: 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/gtk2-2.2.1-4.i386.rpm:
 File unavailable (e.g., file not found, no access) 
 = Couldn't fetch it - please try to retrieve this 
 = port manually into /usr/ports/distfiles/rpm and try again. 
 *** Error code 1 
  
 Stop in /usr/ports/x11-toolkits/linux-gtk2. 
 *** Error code 1 
  
 Stop in /usr/ports/multimedia/linux-realplayer. 
 *** Error code 1 
  
 Stop in /usr/ports/www/linuxpluginwrapper. 
  
 --- 
  
 My /var/db/pkg area thinks that I have the following installed: 
 gtk-1.2.10_12 
 gtk-2.6.4_1 
  
 So I don't know why those apps seem to need gtk2-2.2.1-4 when 2.6.4.1 
 is already installed. And I don't understand why these bits of 
 software will not install properly. 
  
 Suggestions appreciated. 
 -- paz. 

Paz,

As you say gtk 2-2.2 is out of date and has been superseded which is why
you can't download it because it is not in the ports.

According to:

http://www.freebsd.org/cgi/ports.cgi?query=pipsstype=allsektion=all

Pips in now pips-sc60s-2.5.2_1 which requires gtk-1.2.10_13. Are your
ports up to date? try doing a CVSup.

Rob





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


Could Free-BSD includes RPM Linux emulator in new release?

2005-09-20 Thread thomas
Dear Sir 

Could Free-BSD includes RPM  Linux emulator in new
release? Or provides instructions to install RPM 
Linux emulator in your website... 

Thank you very much!  

thomas wong

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Could Free-BSD includes RPM Linux emulator in new release?

2005-09-20 Thread Kris Kennaway
On Mon, Sep 19, 2005 at 08:28:13PM -0700, thomas wrote:
 Dear Sir 
 
 Could Free-BSD includes RPM  Linux emulator in new
 release? Or provides instructions to install RPM 
 Linux emulator in your website... 

It can and does, and has for years.  Instructions for using the linux
emulator may be found in the handbook on the website.

Kris


pgpytA91SPjw5.pgp
Description: PGP signature


Re: Trouble with RPM port

2005-09-07 Thread Lowell Gilbert
Frederico Franzosi [EMAIL PROTECTED] writes:

 I'm having some strange troubles with RPM port, I already tried to
 cvsup, but the error is still there could anybody get the solution
 from that output:
 
 ===  Configuring for rpm-3.0.6_10
 ./configure: 123: Syntax error: word unexpected (expecting ))
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
 /usr/ports/archivers/rpm/work/rpm-3.0.6/config.log including the output of
 the failure of your make command. Also, it might be a good idea to provide
 an overview of all packages installed on your system (e.g. an `ls
 /var/db/pkg`)
 ---
 I already submited the problem to the address but it seems they didn't
 have enough time to correct it, or maybe I've done something wrong.
 Anyway, any solutions??


It's hard to say, because no one else is seeing this problem. 
Are you perhaps picking up a different configure executable?
What is at line 123 of the configure script?
Have you perhaps replaced /bin/sh?
What version of FreeBSD are you running?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trouble with RPM port

2005-09-07 Thread Frederico Franzosi
On 07 Sep 2005 10:10:36 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Frederico Franzosi [EMAIL PROTECTED] writes:
 
  I'm having some strange troubles with RPM port, I already tried to
  cvsup, but the error is still there could anybody get the solution
  from that output:
  
  ===  Configuring for rpm-3.0.6_10
  ./configure: 123: Syntax error: word unexpected (expecting ))
  ===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
  /usr/ports/archivers/rpm/work/rpm-3.0.6/config.log including the output of
  the failure of your make command. Also, it might be a good idea to provide
  an overview of all packages installed on your system (e.g. an `ls
  /var/db/pkg`)
  ---
  I already submited the problem to the address but it seems they didn't
  have enough time to correct it, or maybe I've done something wrong.
  Anyway, any solutions??
 
 
 It's hard to say, because no one else is seeing this problem.
 Are you perhaps picking up a different configure executable?
Well, my port came from rpm official ftp site. I wonder how could I
get from another source that works.
 What is at line 123 of the configure script?
123 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
I already tried to edit the configure script, but it was really
useless since I don't know how configure parser works.
 Have you perhaps replaced /bin/sh?
I was actually using /bin/csh wich is the FreeBSD default
 What version of FreeBSD are you running?
5.4

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


Trouble with RPM port

2005-09-05 Thread Frederico Franzosi
I'm having some strange troubles with RPM port, I already tried to
cvsup, but the error is still there could anybody get the solution
from that output:

===  Configuring for rpm-3.0.6_10
./configure: 123: Syntax error: word unexpected (expecting ))
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log including the output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`)
---
I already submited the problem to the address but it seems they didn't
have enough time to correct it, or maybe I've done something wrong.
Anyway, any solutions??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing a linux rpm, wants perl

2005-01-04 Thread Karl Agee

From: Kent Stewart [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
CC: Karl Agee [EMAIL PROTECTED]
Subject: Re: installing a linux rpm, wants perl
Date: Mon, 3 Jan 2005 22:41:38 -0800
On Monday 03 January 2005 09:24 pm, Karl Agee wrote:
 freebsd 4.11-pre with linux compatibility.

 I'm trying to install a linux rpm but I am getting the following
 errer:

 -su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath
 /var/lib/rpm package.i386.rpm
 error: failed dependencies:
 /usr/bin/perl is needed by package

 -su-2.05b# whereis perl
 perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
 /usr/src/gnu/usr.bin/perl

 So I am guessing that compat/linux ought to have perl in /usr/bin.  I
 tried making a soft link but that didnt work.

 I havent found a port for perl in linux, any ideas how to resolve
 this?

Did you upgrade perl and forget to do the use.perl port. There are
links that the script creates and when you create a new bin/perl, they
have to be restablished.
Kent
Kent:  No, I havent upgraded perl.
--Karl
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


installing a linux rpm, wants perl

2005-01-03 Thread Karl Agee
freebsd 4.11-pre with linux compatibility.
I'm trying to install a linux rpm but I am getting the following errer:
-su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm  
package.i386.rpm
error: failed dependencies:
   /usr/bin/perl is needed by package

-su-2.05b# whereis perl
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz /usr/src/gnu/usr.bin/perl
So I am guessing that compat/linux ought to have perl in /usr/bin.  I tried 
making a soft link but that didnt work.

I havent found a port for perl in linux, any ideas how to resolve this?
--Karl
_
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement

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


Re: installing a linux rpm, wants perl

2005-01-03 Thread jason henson
On 01/04/05 00:24:38, Karl Agee wrote:
freebsd 4.11-pre with linux compatibility.
I'm trying to install a linux rpm but I am getting the following  
errer:

-su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/ 
rpm  package.i386.rpm
error: failed dependencies:
   /usr/bin/perl is needed by package

-su-2.05b# whereis perl
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz /usr/src/gnu/ 
usr.bin/perl

So I am guessing that compat/linux ought to have perl in /usr/bin.  I  
tried making a soft link but that didnt work.

I havent found a port for perl in linux, any ideas how to resolve  
this?

--Karl
Do you have the linux emulator installed?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing a linux rpm, wants perl

2005-01-03 Thread Kent Stewart
On Monday 03 January 2005 09:24 pm, Karl Agee wrote:
 freebsd 4.11-pre with linux compatibility.

 I'm trying to install a linux rpm but I am getting the following
 errer:

 -su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath
 /var/lib/rpm package.i386.rpm
 error: failed dependencies:
 /usr/bin/perl is needed by package

 -su-2.05b# whereis perl
 perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
 /usr/src/gnu/usr.bin/perl

 So I am guessing that compat/linux ought to have perl in /usr/bin.  I
 tried making a soft link but that didnt work.

 I havent found a port for perl in linux, any ideas how to resolve
 this?


Did you upgrade perl and forget to do the use.perl port. There are 
links that the script creates and when you create a new bin/perl, they 
have to be restablished.

Kent
 --Karl

 _
 On the road to retirement? Check out MSN Life Events for advice on
 how to get there!
 http://lifeevents.msn.com/category.aspx?cid=Retirement

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

-- 
Kent Stewart
Richland, WA

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


help with rpm

2004-11-15 Thread frost wave
hi thanks in advance for your answer
here's my situation
I just installed FreeBSD and now I want to install Maya ( maya is in a TGZ 
that include the rpms inside. )
I searched all the night through the internet but I didn't find how to 
install the rpm package.
I'm running FreeBSD 4.10

tell me what are the steps to do...
thanks a lot
_
Balayez vos courriels entrants et sortants et les pièces jointes et 
contribuez à éliminer les virus destructeurs susceptibles d’y être intégrés. 
http://join.msn.com/?pgmarket=fr-capage=features/virus Commencez dès 
maintenant à profiter de tous les avantages de MSN Premium et obtenez les 
deux premiers mois GRATUITS*.

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


Re: help with rpm

2004-11-15 Thread Dan Kilbourne
frost wave extolled:
 hi thanks in advance for your answer
 
 here's my situation
 I just installed FreeBSD and now I want to install Maya ( maya is in a TGZ 
 that include the rpms inside. )
 I searched all the night through the internet but I didn't find how to 
 install the rpm package.
 I'm running FreeBSD 4.10
 
 tell me what are the steps to do...
 
 thanks a lot
 

rpm == redhat package management
I guess you could look into the rpm port, but not sure why you would
want to do that. Do they either have the source available (ususally
tar.gz file) or do either of these ports look like what you are looking
for?

-=-=-=-=-=-=-=-=-=-=-

drk:drk:[12:39pm]:~ cat /usr/ports/www/amaya/pkg-descr
Amaya is the W3C's testbed editor/browser for new HTML and CSS
features.  It provides a WYSIWYG editing interface while generating
documents that adhere to a DTD.

WWW: http://www.w3.org/Amaya/
drk:drk:[12:39pm]:~ cat /usr/ports/science/mayavi/pkg-descr
MayaVi is a scientific data visualizer. It is written in Python and uses
the
Visualization Toolkit (VTK) for the visualization. An easy to use GUI
using
Tkinter is provided. It is also cross platform and should run on any
platform
where both Python and VTK are available (which is almost any *nix, Mac
OSX or
Windows).

WWW: http://mayavi.sourceforge.net/

-=-=-=-=-=-=-=-=-=-=-


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


Re: help with rpm

2004-11-15 Thread Michael Johnson
You're best bet for maya back-end is upgrading to 5.3-RELEASE, but 
anyways
You'll want to untar the TGZ files and install ports/archivers/rpm2cpio 
and use the following example
rpm2cpio FILENAME.rpm | cpio -id

Just curious, what version of maya are you trying to run?
Michael
On Nov 15, 2004, at 12:35 PM, frost wave wrote:
hi thanks in advance for your answer
here's my situation
I just installed FreeBSD and now I want to install Maya ( maya is in a 
TGZ that include the rpms inside. )
I searched all the night through the internet but I didn't find how to 
install the rpm package.
I'm running FreeBSD 4.10

tell me what are the steps to do...
thanks a lot
_
Balayez vos courriels entrants et sortants et les pices jointes et 
contribuez  liminer les virus destructeurs susceptibles dy tre 
intgrs. http://join.msn.com/?pgmarket=fr-capage=features/virus 
Commencez ds maintenant  profiter de tous les avantages de MSN 
Premium et obtenez les deux premiers mois GRATUITS*.

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


PGP.sig
Description: This is a digitally signed message part


Re: help with rpm

2004-11-15 Thread Michael Johnson
On Nov 15, 2004, at 12:40 PM, Dan Kilbourne wrote:
frost wave extolled:
hi thanks in advance for your answer
here's my situation
I just installed FreeBSD and now I want to install Maya ( maya is in 
a TGZ
that include the rpms inside. )
I searched all the night through the internet but I didn't find how to
install the rpm package.
I'm running FreeBSD 4.10

tell me what are the steps to do...
thanks a lot


rpm == redhat package management
I guess you could look into the rpm port, but not sure why you would
want to do that. Do they either have the source available (ususally
tar.gz file) or do either of these ports look like what you are looking
for?
I think he's talking about maya, 3D animation and visual software
(which can be used on freebsd in a render cluster)
Michael


PGP.sig
Description: This is a digitally signed message part


Re: help with rpm

2004-11-15 Thread Frank Laszlo
Dan Kilbourne wrote:
frost wave extolled:
 

hi thanks in advance for your answer
here's my situation
I just installed FreeBSD and now I want to install Maya ( maya is in a TGZ 
that include the rpms inside. )
I searched all the night through the internet but I didn't find how to 
install the rpm package.
I'm running FreeBSD 4.10

tell me what are the steps to do...
thanks a lot
   

rpm == redhat package management
I guess you could look into the rpm port, but not sure why you would
want to do that. Do they either have the source available (ususally
tar.gz file) or do either of these ports look like what you are looking
for?
-=-=-=-=-=-=-=-=-=-=-
drk:drk:[12:39pm]:~ cat /usr/ports/www/amaya/pkg-descr
Amaya is the W3C's testbed editor/browser for new HTML and CSS
features.  It provides a WYSIWYG editing interface while generating
documents that adhere to a DTD.
WWW: http://www.w3.org/Amaya/
drk:drk:[12:39pm]:~ cat /usr/ports/science/mayavi/pkg-descr
MayaVi is a scientific data visualizer. It is written in Python and uses
the
Visualization Toolkit (VTK) for the visualization. An easy to use GUI
using
Tkinter is provided. It is also cross platform and should run on any
platform
where both Python and VTK are available (which is almost any *nix, Mac
OSX or
Windows).
WWW: http://mayavi.sourceforge.net/
-=-=-=-=-=-=-=-=-=-=-
 

I think he is probably refering to Maya, by Alias. its a 3D design 
suite. Though I didnt know it had a linux port.
http://www.alias.com/eng/products-services/maya/index.shtml

As far as installing it is concerned, if you are to have any luck you it 
you will need to install the linux compatability libraries and rpm of 
course. I suggest you google around to see if anyone has actually 
attempted this before. Hope this helps.

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


NIC and RPM of a hard disk

2004-10-04 Thread Ajesh John
Hi, 

How can I know if there is an in-built NIC in my mother-board?
And How can I know the RPM of my hard disk?, Is it possible to know both
these in FreeBSD?, I'm using FreeBSD5.1 - Release, 

Ajesh John

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


Re: NIC and RPM of a hard disk

2004-10-04 Thread Mike Woods
Ajesh John wrote:
Hi, 

   How can I know if there is an in-built NIC in my mother-board?
And How can I know the RPM of my hard disk?, Is it possible to know both
these in FreeBSD?, I'm using FreeBSD5.1 - Release, 
 

For the NIC, ifconfig will show all the network devices installed on a 
machine but if you want to confirm if it's onboard..

look at the back of the machine, often above the usb ports.
As for the hard drive the only way to find the rpm is to grab the model 
number and look it up :)

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


Re: NIC and RPM of a hard disk

2004-10-04 Thread Nikolas Britton
Mike Woods wrote:
Ajesh John wrote:
Hi,
   How can I know if there is an in-built NIC in my mother-board?
And How can I know the RPM of my hard disk?, Is it possible to know both
these in FreeBSD?, I'm using FreeBSD5.1 - Release,  

For the NIC, ifconfig will show all the network devices installed on a 
machine but if you want to confirm if it's onboard..

look at the back of the machine, often above the usb ports.
As for the hard drive the only way to find the rpm is to grab the 
model number and look it up :)
Type in dmesg at the console, use scroll lock and the up/down keys to 
move around.

somewhere around the end of it it will display something such as ad0: 
38154MB TOSHIBA MK4025GAS [77520/16/63] ata0-master BIOSPIO.

Common Drive speeds (in newer computers):
EIDE(ATA): 7200, 5400
SATA: 7200, 1
SCSI: 1, 15000
laptop: 4200, 5400

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


rpm?!

2004-04-06 Thread GP
Since RPM does not come with the standard installation I downloaded it from
your site. Unpacked it and tried to install it.
I ran the make file in the RPM directory.
Why does it have to update the entire system if you say that Makefile is not
needed?
Did I screw up something?

George
[EMAIL PROTECTED]

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


Re: rpm?!

2004-04-06 Thread Matthew Seaman
On Tue, Apr 06, 2004 at 10:23:12AM -0600, GP wrote:
 Since RPM does not come with the standard installation I downloaded it from
 your site. Unpacked it and tried to install it.
 I ran the make file in the RPM directory.
 Why does it have to update the entire system if you say that Makefile is not
 needed?
 Did I screw up something?

Use the ports/packages system:

# pkg_add -r rpm

Note that FreeBSD is not Linux, and does not generally need rpm
functionality.  About the only place where it does come in is
installing Linux binaries for running under emulation.  The vast
majority of the software available won't need it.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: once again rpm-4.0.4.tar.gz

2004-01-03 Thread Lowell Gilbert
Frederick Thomas writes:

 I'm trying to get some help installing the tarball in the subject line
 because I do not have an internet connection at home, and every time I
 have tried to build a binary from source I've have been unable to
 because of some missing dependencies. I'm new to asking for help but I
 would like some guidance simply to be able to start developing my own
 apps and to be able to help some other poor slub who doesn't have a
 clue. So, I have freebsd 4.8 with linux compat enabled and I can't get
 the package to configure because it needs  autoconf. So if anyone
 has an answer for me it would be a blessing. Happy New Year!

You need to install the dependencies in order to install the pieces
that depend on them.  That's the whole point of calling them
dependencies.  

If you're installing via ports, get all of the dependencies' files
before starting; there are fetch-recursive and
fetch-recursive-list makefile targets to help with this.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


once again rpm-4.0.4.tar.gz

2004-01-02 Thread Frederick Thomas
Hello,
 
I'm trying to get some help installing the tarball in the subject line because I do 
not have an internet connection at home, and every time I have tried to build a binary 
from source
I've have been unable to because of some missing dependencies. I'm new to asking for
help but I would like some guidance simply to be able to start developing my own apps
and to be able to help some other poor slub who doesn't have a clue. So, I have freebsd
4.8 with linux compat enabled and I can't get the package to configure because it needs
 autoconf. So if anyone has an answer for me it would be a blessing. Happy New Year!
 
   
 nikita 


-
Do you Yahoo!?
Yahoo! Photos - Get your photo on the big screen in Times Square
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


trouble installing rpm-4.0.4.tar.gz

2003-12-29 Thread Frederick Thomas
shalom,
  I have a question which I hope that you can help me with. I just tried to 
intstall 
rpm-4.0.4.tar.gz on my system[freebsd 4.8] and have not been able to get it to 
./configure let alone make. Is there a special dir, ( /usr/compat/linux?), or 
dependencies
that are required to compile the tarball? My main reason for trying top install a 
package
manager is that I've had problems with gmetadom[lastest] and various other tarballs 
with
limited success. I am attempting to teach myself about unix and could just use a 
pointer
in the right direction. Thank you for your time...
 
 
   
  [EMAIL PROTECTED]


-
Do you Yahoo!?
Yahoo! Photos - Get your photo on the big screen in Times Square
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: trouble installing rpm-4.0.4.tar.gz

2003-12-29 Thread Gilad Rom
Shalom Frederick,

Why not use ports?
Try to cd to /usr/ports/archivers/rpm and type 'make install'.
That should do the trick. (Although the ported version of RPM is not
of the 4.x branch).
Could you possibly send a longer description of the problem? (not able 
to ./configure) is not a very clear description...

Gilad.

Frederick Thomas wrote:
shalom,
  I have a question which I hope that you can help me with. I just tried to intstall 
rpm-4.0.4.tar.gz on my system[freebsd 4.8] and have not been able to get it to 
./configure let alone make. Is there a special dir, ( /usr/compat/linux?), or dependencies
that are required to compile the tarball? My main reason for trying top install a package
manager is that I've had problems with gmetadom[lastest] and various other tarballs with
limited success. I am attempting to teach myself about unix and could just use a pointer
in the right direction. Thank you for your time...
 
 
 [EMAIL PROTECTED]

-
Do you Yahoo!?
Yahoo! Photos - Get your photo on the big screen in Times Square
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



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


Re: trouble installing rpm-4.0.4.tar.gz

2003-12-29 Thread Malcolm Kay
On Tue, 30 Dec 2003 04:11, Frederick Thomas wrote:
 shalom,
   I have a question which I hope that you can help me with. I just
 tried to intstall rpm-4.0.4.tar.gz on my system[freebsd 4.8] and have not
 been able to get it to ./configure let alone make. Is there a special dir,
 ( /usr/compat/linux?), or dependencies that are required to compile the
 tarball? My main reason for trying top install a package manager is that
 I've had problems with gmetadom[lastest] and various other tarballs with
 limited success. I am attempting to teach myself about unix and could just
 use a pointer in the right direction. Thank you for your time...


I think you may be confused about RPMs, FreeBSD packages and ports.

RPMs are a species of package used with some Linux distributions. The 
actual package has a .rpm suffix and (normally) requires the Linux utility
'rpm' for creation, installation and management.

FreeBSD packages have ann suffix of the form .tgz and are instaelled, and 
managed with a number of utilities installed by default with the FBSD 
installation. These are pkg_add, pkg_delete, and generally pkg_*. These 
contain precompiled binaries and support files.

Ports in the FreeBSD system are essentually a set of Makefile driven
algorithms for compiling utilities and applications from source; and 
installing the resultant binaries and support files in the (mostly) correct 
place in the system file hierarchy. Often the the algorithms first patch the 
source to make it better suited to the operating system or to fix bugs in the
original. The source distributions may be in many different formats, but
archives with the suffix .tar.gz are quite common.

(Both ports and packages get registered in /var/db/pkg which assists in
clean deletion of utilities and applictions)

I believe this means that installing rpm is not useful in achieving your 
ultimate goal. I would guess gmetadom-0.2.1.tar.gz is the latest distribution
you are refering to. Doing it the hard way you take this file and explode it 
with:
# tar zxf gmetadom-0.2.1.tar.gz
and read and try to digest the instructions that are likely to be contained
for compiling and installing the software. This is the generic approach -- 
hopefully it works on any unix like system.

The better way is to download the latest port algorithm from www.freebsd.org,
install it in /usr/ports/textproc, and then 
# cd /usr/ports/textproc/gmetacom
# make install
But you might first have a look to see if you have gmetacom in your ports
(/usr/ports/textproc/gmetacom) and if so check the version which you can find
in /usr/ports/textproc/gmetacom/Makefile. If this is the version you are looking for
then you don't need to install the port algorithm; just go ahead with the 
'make install'.

And assuming you have an internet connection it might all happen.

Malcolm Kay


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


Linux Compatability and RPM

2003-06-26 Thread Schimcek, Derrick
when i try and install this arcserv rpm under linux compatablility mode it
gives me 0 bit files for all the asagent files.
i am running freebsd 5.0
and i have installed this same package on redhat linux 6.1 and 6.2 and it
works correctly
does anyone have an idea what i am doing wrong? 





SAMBA# ls
asagent.deb asagent.rpm uagent.deb  uagent.rpm
SAMBA# /compat/linux/bin/rpm -ivh asagent.rpm
Preparing...###
[100%]
   1:asagent###
[100%]
ln: creating symbolic link `/usr/bin/asagent' to `/usr/CYEagent/asagent':
File exists
ln: `/usr/CYEagent/asagent': File exists
chown: getting attributes of `/usr/bin/asagent': No such file or directory
chgrp: getting attributes of `/usr/bin/asagent': No such file or directory
sed: /usr/CYEagent/nls/asagent.C: No such file or directory
sed: /usr/CYEagent/nls/asagent.de: No such file or directory
sed: /usr/CYEagent/nls/asagent.fr: No such file or directory
sed: /usr/CYEagent/nls/asagent.ja_euc: No such file or directory
sed: /usr/CYEagent/nls/asagent.ja_sjis: No such file or directory
SAMBA#

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


rpm problems

2003-03-28 Thread Michael Grant
I'm trying to install something from an rpm which uses the linux
emulation.

I have tried the following:

rpm -vv -i --force --ignoreos --nodeps fmserver-trial-5.5-1.i386.rpm 

and 

rpm -vv -i --force --root /compat/linux --dbpath /var/lib/rpm --ignoreos --nodeps 
fmserver-trial-5.5-1.i386.rpm 

both report that it creates a bunch of files but nothing seems to
actually get installed!

rpm --version reports:
RPM version 3.0.6

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


Installing acroread5.rpm

2002-12-12 Thread Janine C . Buorditez
Hi.

I'm curious what to do after:

aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
acroread-5.0.6-1.i386.rpm

Since:

::: johann[aegis] [~] % /usr/compat/linux/usr/bin/acroread  [22:06]
ERROR: Cannot find installation directory.

And there is no /usr/local/Acroread5.

Anybody?

--janine

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



Re: Installing acroread5.rpm

2002-12-12 Thread Miguel Mendez
On Thu, 12 Dec 2002 22:09:36 +0100
Janine C.Buorditez [EMAIL PROTECTED] wrote:

Hi,


 ::: johann[aegis] [~] % /usr/compat/linux/usr/bin/acroread
  [22:06]
 ERROR: Cannot find installation directory.
 
 And there is no /usr/local/Acroread5.
 
 Anybody?

I feel a very strong sense of deja vu, btw ;-) Why not simply:

# cd /usr/ports/print/acroread5  make install clean ?

Whenever you want to use some piece of software, it's wiser to check the
ports tree first.

Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
Of course it runs NetBSD!

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



Re: Installing acroread5.rpm

2002-12-12 Thread Gerald A. Speak
On Thursday 12 December 2002 04:09 pm, Janine C.Buorditez wrote:
 Hi.

 I'm curious what to do after:

 aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm
 acroread-5.0.6-1.i386.rpm

 Since:
 ::: johann[aegis] [~] % /usr/compat/linux/usr/bin/acroread 
 ::: [22:06]

 ERROR: Cannot find installation directory.

 And there is no /usr/local/Acroread5.

 Anybody?

Try:
cd /usr/ports/print/acroread5  make install clean


 --janine

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


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



RPM with FreeBSD

2002-11-24 Thread Janine C . Buorditez
Hi.

I'm trying to install the full version of VMWare using RPM on my FreeBSD system.

I'm experiencing this problem:

aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
vmware-workstation-3.2.0-2230.i386.rpm 
error: failed dependencies:
/usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230

Is anyone familiar with this? Any feedback is appreciated. Thank you.

Sincerely,
Janine

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



Re: RPM with FreeBSD

2002-11-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-24 17:45:15 +0100:
 Hi.
 
 I'm trying to install the full version of VMWare using RPM on my
 FreeBSD system.
 
 I'm experiencing this problem:
 
 aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
vmware-workstation-3.2.0-2230.i386.rpm 
 error: failed dependencies:
 /usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230
 
 Is anyone familiar with this? Any feedback is appreciated. Thank you.

Looks like it wants /usr/compat/linux/usr/bin/perl.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



Re: RPM with FreeBSD

2002-11-24 Thread Janine C . Buorditez
Hi.

Unfortunately I have no /compat/linux/bin/perl, nor a /usr/compat/linux/bin/perl.

By the way, how do I tell RPM where perl is located? And why won't it use
/usr/bin/perl?

--janine

On Sun, 24 Nov 2002 16:49:26 +0100
Roman Neuhauser [EMAIL PROTECTED] wrote:

 # [EMAIL PROTECTED] / 2002-11-24 17:45:15 +0100:
  Hi.
  
  I'm trying to install the full version of VMWare using RPM on my
  FreeBSD system.
  
  I'm experiencing this problem:
  
  aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
vmware-workstation-3.2.0-2230.i386.rpm 
  error: failed dependencies:
  /usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230
  
  Is anyone familiar with this? Any feedback is appreciated. Thank you.
 
 Looks like it wants /usr/compat/linux/usr/bin/perl.
 
 -- 
 If you cc me or remove the list(s) completely I'll most likely ignore
 your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



Re: RPM with FreeBSD

2002-11-24 Thread Miguel Mendez
On Sun, 24 Nov 2002 17:45:15 +0100
Janine C.Buorditez [EMAIL PROTECTED] wrote:

Hi,

 aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm
 vmware-workstation-3.2.0-2230.i386.rpm error: failed dependencies:
 /usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230

VMware 3.x doesn't work on FreeBSD due to lack of suitable kernel
modules. However, 2.x does, and it's even in the ports tree, under the
emulators section.

Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
Of course it runs NetBSD!

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



linux compat and rpm...

2002-11-17 Thread Andrew Thomson
any tips on why this ain't working?

athomson# pkg_info | grep linux
linux-sun-jdk-1.3.1.05_1 Sun Java Development Kit 1.3 for Linux
linux_base-7.1_1The base set of packages needed in Linux mode

athomson# linux
Linux driver already loaded

athomson# ls
sybase-11.9.2Docs  
sybase-openclient-11.1.1-2.i386.rpm
sybase-ase-11.9.2-1.i386.rpmsybase-repsrv-12.0-1.i386.rpm
sybase-common-11.9.2-2.i386.rpm sybase-repsrvmgr-12.0-1.i386.rpm
sybase-monserver-11.9.2-3.i386.rpm 
sybase-sqlremote-6.0.2-1.i386.rpm

athomson# rpm -ivh --ignoreos --nodeps --root /compat/linux/
sybase-common-11.9.2-2.i386.rpm

athomson# ls /compat/linux/opt/*
ls: No match.

FreeBSD 4.7-RC #7: Mon Nov 11 16:18:56 EST 2002

thanks,

ajt.



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



Re: linux compat and rpm...

2002-11-17 Thread Andrew Thomson
doing a --noscripts sorted it out

cheers,

ajt.

On Mon, 2002-11-18 at 15:17, Andrew Thomson wrote:
 any tips on why this ain't working?
 
 athomson# pkg_info | grep linux
 linux-sun-jdk-1.3.1.05_1 Sun Java Development Kit 1.3 for Linux
 linux_base-7.1_1The base set of packages needed in Linux mode
 
 athomson# linux
 Linux driver already loaded
 
 athomson# ls
 sybase-11.9.2Docs  
 sybase-openclient-11.1.1-2.i386.rpm
 sybase-ase-11.9.2-1.i386.rpmsybase-repsrv-12.0-1.i386.rpm
 sybase-common-11.9.2-2.i386.rpm sybase-repsrvmgr-12.0-1.i386.rpm
 sybase-monserver-11.9.2-3.i386.rpm 
 sybase-sqlremote-6.0.2-1.i386.rpm
 
 athomson# rpm -ivh --ignoreos --nodeps --root /compat/linux/
 sybase-common-11.9.2-2.i386.rpm
 
 athomson# ls /compat/linux/opt/*
 ls: No match.
 
 FreeBSD 4.7-RC #7: Mon Nov 11 16:18:56 EST 2002
 
 thanks,
 
 ajt.
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



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



linux emulation (problem with rpm)

2002-10-29 Thread Anton
Hello everybody!

I have some problems with linux support.

For example while I try to add rpm package I see next:

/hw/z/Mandrake/RPMS# rpm -i wine-20001206-ipl9mdk.i586.rpm
error: failed dependencies:
sed   is needed by wine-20001206-ipl9mdk
awk   is needed by wine-20001206-ipl9mdk
grep   is needed by wine-20001206-ipl9mdk
/bin/sh   is needed by wine-20001206-ipl9mdk
libGL.so.1 is needed by wine-20001206-ipl9mdk
libICE.so.6 is needed by wine-20001206-ipl9mdk
libSM.so.6 is needed by wine-20001206-ipl9mdk
libX11.so.6 is needed by wine-20001206-ipl9mdk
libXext.so.6 is needed by wine-20001206-ipl9mdk
libXpm.so.4 is needed by wine-20001206-ipl9mdk
libc.so.6 is needed by wine-20001206-ipl9mdk
libc.so.6(GLIBC_2.0) is needed by wine-20001206-ipl9mdk
libc.so.6(GLIBC_2.1) is needed by wine-20001206-ipl9mdk
libc.so.6(GLIBC_2.1.2) is needed by wine-20001206-ipl9mdk
libc.so.6(GLIBC_2.1.3) is needed by wine-20001206-ipl9mdk
libc.so.6(GLIBC_2.2) is needed by wine-20001206-ipl9mdk
libdl.so.2 is needed by wine-20001206-ipl9mdk
libdl.so.2(GLIBC_2.0) is needed by wine-20001206-ipl9mdk
libdl.so.2(GLIBC_2.1) is needed by wine-20001206-ipl9mdk
libm.so.6 is needed by wine-20001206-ipl9mdk
libm.so.6(GLIBC_2.0) is needed by wine-20001206-ipl9mdk
libm.so.6(GLIBC_2.1) is needed by wine-20001206-ipl9mdk
libncurses.so.5 is needed by wine-20001206-ipl9mdk
libutil.so.1 is needed by wine-20001206-ipl9mdk


I'm not sure about some of libs, but I have '/bin/sh' ;)

I have on my machine installed 'FreeBSD 4.5R' with 'linux_base-6.1'

Help me please
Anton


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